皮皮网
皮皮网
诱导试看充值源码

【coordilayout源码】【同花顺 牛 和谐 源码】【巴西离美国源码】rand源码

时间:2024-11-14 12:51:32 分类:综合 编辑:倒数动画 源码
1.关于c语言中的rand()

rand源码

关于c语言中的rand()

       å› ä¸ºéšæœºæ•°ç§å­ä¸å˜

       ç”¨srand设置一个不同的随机数种子即可

       ä¾‹ç¨‹

       /* rand example: guess the number */

       #include <stdio.h>

       #include <stdlib.h>

       #include <time.h>

       int main ()

       {

        int iSecret,源码coordilayout源码 iGuess;

        /* initialize random seed: */

        srand ( time(NULL) );

        /* generate secret number: */

        iSecret = rand() % + 1;

        do {

        printf ("Guess the number (1 to ): ");

        scanf ("%d",&iGuess);

        if (iSecret<iGuess) puts ("The secret number is lower");

        else if (iSecret>iGuess) puts ("The secret number is higher");

        } while (iSecret!=iGuess);

        puts ("Congratulations!");

        return 0;

       }

本文地址:http://04.net.cn/html/97b94298960.html

copyright © 2016 powered by 皮皮网   sitemap