VB題目求大佬幫忙,VB題目求大佬幫忙

時間 2021-05-02 11:23:21

1樓:手機樂淘類人猿

都把人家大佬逼成什麼樣子啦!

2樓:匿名使用者

**題目根本就看不清楚

3樓:

**不清楚,換高畫質。

4樓:

這個**看不清楚,沒辦法幫您了

5樓:何秋秋奔跑吧

**看不清,無法幫助你

6樓:

**看不清楚,愛莫能助

7樓:

我覺得,對於愛情,沒必要太過講究,那更多是人生中的驚喜,有也好,沒也罷,最重要的還是陪伴。

8樓:旅瀾

emmmmmmmmmmmm

9樓:酷彥妹妹

不行不行不行吧,不,很喜歡吃都不能吃你想見,就,就,狠心拆穿,你,好想好想不行想不想不行吃,補習班不曉得下班對不對

vb題 求大佬幫忙

10樓:匿名使用者

private sub command1_click()dim i as integer

for i = 0 to 9

list1.list(i) = 10 + int(rnd * 90)next

end sub

private sub command2_click()list2.clear

dim i as integer

for i = 0 to 9

if list1.list(i) mod 2 = 0 thenlist2.additem list1.list(i)list1.removeitem i

i = i - 1

end if

if i = list1.listcount - 1 then exit for

next

end sub

vb題 大佬幫忙做一下

11樓:匿名使用者

private sub command1_click()dim i as integer

for i = 0 to 9

list1.list(i) = 10 + int(rnd * 90)next

end sub

private sub command2_click()list2.clear

dim i as integer

for i = 0 to 9

if list1.list(i) mod 2 = 0 thenlist2.additem list1.list(i)list1.removeitem i

i = i - 1

end if

if i = list1.listcount - 1 then exit for

next

end sub

求大佬們幫忙幾道vb的選擇題答案!謝謝 20

12樓:匿名使用者

14、vb6定義

變數,必須每個變數都要用 as 變數型別來定義,如果定義變數時某個變數後沒有as 變數型別,則它是變體變數,本題答案b

16、-2 to 2 是-2,-1,0,1,2五個,0 to 3是0,1,2,3四個,5*4=20,也就是答案a

17、int()和fix()都是取整函式,不同點在於負數是向上取整,還是向下取整,本題沒有負數,

所以int()和fix()是一樣的,3.3-3+4=4.3,也就是答案c

求大佬們幫忙vb程式!完整的程式!

13樓:爛掉の蘿蔔

按**上把控制項自己畫好。

private sub c1_click()dim i as long, sum as longfor i = 1 to 5000

if i mod cb1.text = 0 thensum = sum + i

end if

next

text1.text = sum

end sub

VB題目,求大佬解,vb題目求大佬解答

private sub form click dim j as long,i as long,t as string,t1 as string,t2 as string,s as string me.cls t 9 t2 space 8 s t2 t1 t t1 t2me.print s for j...

急求!vb程式設計題目

dim m as integer,n as integerprivate sub command1 click m val inputbox 輸入正整數 n val inputbox 輸入正整數 if n m 0 then msgbox 兩數任何乙個數都不能為0 exit sub end if en...

簡單的VB題目,乙個簡單的VB題目

首先 function t i as integer as long if i 0 then t 1 else t i t i 1 end if end function 這是乙個功能函式 原型function t i as integer as long 輸入引數 i 為整形 i as integ...