求助VB程式設計達人幫忙編寫程式嘛,求助VB程式設計達人幫忙編寫一個程式嘛

2022-11-14 17:45:11 字數 924 閱讀 7618

1樓:

private function f(x) as singleif x<0 then

f=cos(2*x)

elseif x<=3 then

f=int(6*x^2-5*x+1)

else

f=e^(3-x)

end if

end sub

你寫的式子可能有些不準確,我猜著寫的,你看對不對.不懂可以問我

跪求程式設計達人,幫忙編一個小程式

2樓:匿名使用者

。。。放一張點陣圖,然後呼叫一下播**的函式。。

求程式設計達人幫我編個小程式~

3樓:匿名使用者

**如下所示,vc6.0上執行通過

#include

#include

#pragma comment(lib,"wsock32.lib")int main()

;int portnum = 2;

int i;

in_addr inaddr;

file *pfile = null;

pfile = fopen("ip.txt", "at");

if (null == pfile)

ulbeginip = ntohl(inet_addr(szbeginip));

ulendip = ntohl(inet_addr(szendip));

for (ulcurip = ulbeginip; ulcurip <= ulendip; ulcurip++)

}fclose(pfile);

return 1;}

4樓:匿名使用者

誒有!真是笨蛋!好好學c++語言吧!

用VB編寫程式,計算求123456200的值

dim n as long,m as longdim i as long n val text1.text m 0for i 1 to n m m 1 i i next i text2.text m end sub 用vb程式設計計算1 2 3 4 5 6 n的值,n由文字框輸入 樓上的程式,個人認...

使用者用vb編寫程式 輸入年份和月份,程式能夠判斷其是否是閏年,那個季節,這個月多少天

將以下內容復到記事本中 然後 儲存為 form1.frm version 5.00 begin vb.form form1 caption form1 clientheight 4830 clientleft 60 clienttop 450 clientwidth 8325 linktopic f...

c語言程式設計試編寫程式輸入abc值

include int main if max printf d n max return 0 include int main 編寫一個c程式 輸入a b c三個值,輸出其中的最大者。方法1 利用選擇結構設計 include int main 輸出最大值 return 0 123456789101...