百科解釋
rand - 函數(shù)用法 函數(shù)名: rand 功 能: 隨機(jī)數(shù)發(fā)生器 用 法: void rand(void); rand - 程序示例 #include #include int main(void) { int i; printf("Ten random numbers from 0 to 99 "); for(i=0; i<10; i++) printf("%d ", rand() % 100); return 0; }
函數(shù)名: rand 功 能: 隨機(jī)數(shù)發(fā)生器 用 法: void rand(void);
#include #include int main(void) { int i; printf("Ten random numbers from 0 to 99 "); for(i=0; i<10; i++) printf("%d ", rand() % 100); return 0; }
移動通信網(wǎng) | 通信人才網(wǎng) | 更新日志 | 團(tuán)隊博客 | 免責(zé)聲明 | 關(guān)于詞典 | 幫助