谁会做这道题?????????
vb吧
全部回复
仅看楼主
level 2
Dim Temp(100) As IntegerPrivate Sub Command1_Click() Dim k As Integer Open "in1.dat" For Input As
#1 For k = 1 To 100 Input #
1, Temp(k) Next k Close #1End SubPrivate Sub Command2_Click()???End SubPrivate Sub Form_Unload(Cancel As Integer) Open "out1.dat" For Output As #1 Print #1, Combo1.Text, Text1.Text Close #1End Sub
2006年01月09日 13点01分 1
level 0
这道题难度太大,高
2006年01月09日 14点01分 2
level 0
command1_click:打开in1.dat,读取1~100号记录,并赋值给数组变量temp其它的我读不懂了.
2006年01月10日 03点01分 3
level 0
yaoganshenmo??
2006年01月13日 09点01分 4
level 0
噢?!!? 什么东东
2006年01月13日 11点01分 5
level 1
好像你出的题就不完整嘛,只看得懂读文件,然后呢??在窗体卸载时做了什么看不懂啊。。。。。。好好看看,是不是题出错了、、、、
2006年01月13日 15点01分 6
level 0
过程要干吗?
2006年01月16日 02点01分 7
level 1
出题的应该给一个关于程序要实现什么功能的说明吧?
2006年01月19日 03点01分 8
1