摘要: [填空題] 本程序的功能是找出一組連續(xù)的整數(shù),它們的和數(shù)等于給定的數(shù)。通常給定一個(gè)數(shù),可能會(huì)找出多組符合要求的連續(xù)整數(shù)。查找的方法是窮舉法。請(qǐng)完善本程序。Option ExplicitPrivate[閱讀全文:]
摘要: [單項(xiàng)選擇題] 某人編寫(xiě)了下面的程序,希望能把Text1文本框中的內(nèi)容寫(xiě)到out.txt文件中 Private Sub Comand1_Click() Open "out.txt&quo[閱讀全文:]
摘要: [單項(xiàng)選擇題] 閱讀下列代碼 public class Test 2005{ public static void main(String args[]){System.out.println(([閱讀全文:]
摘要: [單項(xiàng)選擇題] Compared to investors with long investment time horizons, investors with short investment ti[閱讀全文:]
摘要: [單項(xiàng)選擇題] 閱讀下面代碼 class InterestTest ______ ActionListener { … public void actionPerformed(ActionE[閱讀全文:]
摘要: [單項(xiàng)選擇題] 有以下程序: #include <stdio.h> struct S int a,b;data[2]=10,100,20,200; main() struct S p=[閱讀全文:]
摘要: [多項(xiàng)選擇題] 在窗體上建立三個(gè)菜單(名稱(chēng)分別為Read、Calc和Save,標(biāo)題分別為“讀入數(shù)據(jù)”、“計(jì)算并輸出”和“存盤(pán)”),然后添加一個(gè)文本框(名稱(chēng)為T(mén)ext1,可顯示多行,ScrollBars[閱讀全文:]
摘要: [問(wèn)答題] 程序如下:∥Java_3. javaimport java. awt. *;import javax, swing. *;∥********** Found **********pub[閱讀全文:]
摘要: [單項(xiàng)選擇題] 在窗體上畫(huà)一個(gè)命令按鈕,其名稱(chēng)為Command1,然后編寫(xiě)如下程序: Function Func(ByVal x As Integer,y As Integer) y=x*y If[閱讀全文:]
摘要: [單項(xiàng)選擇題] 已知int x=1,y=1,z=1;,表達(dá)式"x+++y+++z++"的值是( )。[閱讀全文:]