【一笔画红包源码】【收信源码】【共享cdn源码】rand源码

时间:2024-11-15 06:51:54 编辑:政务共享平台源码 来源:创业板明日涨停指标源码

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,源码一笔画红包源码 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;

       }

搜索关键词:linke编程源码