random和rand |
尚未結案
|
xyz
一般會員 發表:9 回覆:4 積分:2 註冊:2003-09-19 發送簡訊給我 |
|
gemi0305
版主 發表:81 回覆:564 積分:629 註冊:2003-05-11 發送簡訊給我 |
引言: 請問random和rand有何不同在c 使用時需#include<?> 下面這個程式不知如何debug知道的人請告訴我,謝謝. #include這兩者都是include stdlib.h ,所以你如果是在bcb的環境下,就不用特別include了, 除了console環境之外, 這兩個的公用都是一樣的,只不過random是產生0~n-1的亂數,是rand隨機產生一個很大的亂數 請看他們的範例, random的example #includerand的example #include這裡還有產生小數亂數的文章: http://delphi.ktop.com.tw/topic.php?TOPIC_ID=35815 你的程式,我用看的是沒發現什麼錯,不過建議你還是多多參考範例, 希望對你所幫助 國泰平安 |
xyz
一般會員 發表:9 回覆:4 積分:2 註冊:2003-09-19 發送簡訊給我 |
引言:引言: 請問random和rand有何不同在c 使用時需#include<?> 下面這個程式不知如何debug知道的人請告訴我,謝謝. #include這兩者都是include stdlib.h ,所以你如果是在bcb的環境下,就不用特別include了, 除了console環境之外, 這兩個的公用都是一樣的,只不過random是產生0~n-1的亂數,是rand隨機產生一個很大的亂數 請看他們的範例, random的example |
gemi0305
版主 發表:81 回覆:564 積分:629 註冊:2003-05-11 發送簡訊給我 |
在VC上的話,你就用rand() 就好,必畢bcb和vc是有點不同的,
而randomize在VC上,是用另一個srand ()替代,
請看說明:
Use the srand function to seed the pseudorandom-number generator before calling rand. Example /* RAND.C: This program seeds the random-number generator * with the time, then displays 10 random integers. */ #include國泰平安 |
xyz
一般會員 發表:9 回覆:4 積分:2 註冊:2003-09-19 發送簡訊給我 |
引言: 在VC上的話,你就用rand() 就好,必畢bcb和vc是有點不同的, 而randomize在VC上,是用另一個srand ()替代, 請看說明:請問在VC裡srand就是等於seed?Use the srand function to seed the pseudorandom-number generator before calling rand. Example /* RAND.C: This program seeds the random-number generator * with the time, then displays 10 random integers. */ #include國泰平安 |
gemi0305
版主 發表:81 回覆:564 積分:629 註冊:2003-05-11 發送簡訊給我 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |