代码搜索:Random

找到约 10,000 项符合「Random」的源代码

代码结果 10,000
www.eeworm.com/read/130572/14184421

jsp boardad.jsp

var mvtLight=""; var mvtLength=mvtLight.length; var mvtWidth=; var mvtHeight=; var mvtLink="
www.eeworm.com/read/130467/14191918

c rndwin16.c

/**************************************************************************** * * * Win16 Randomness-Gathering Code * * Copyright Peter Gutmann 1996-2002 * *
www.eeworm.com/read/231736/14222357

c util.c

/* Version 3.3 Last modified: December 26, 1995 */ /*-------------------------------------------------------------------* * Function Set zero() *
www.eeworm.com/read/129726/14231143

c kbhit.c

#include #include #include void main() { int x,y; char ch; clrscr(); for (;;) { x=random(80)+1; y=random(24)+1; ch=random('Z'-'A')+'A'; gotoxy(x,y);
www.eeworm.com/read/129726/14231201

c bar.c

#include #include #include void main() { int x1,y1,w,h,color; int gd=0,gm; int i; initgraph(&gd,&gm,""); for (i=0;i
www.eeworm.com/read/129726/14231205

c putpixe2.c

#include #include #include #include void main() { int gd=0,gm; int i,x,y,c; randomize(); initgraph(&gd,&gm,""); for (i=0;i
www.eeworm.com/read/129726/14231527

c calloc.c

#include #include #include void main() { int i; int *ar; ar=(int *)calloc(10,sizeof(int)); // 悼利 皋葛府 且寸 if (ar==NULL) { printf("out of memory\n"); exit
www.eeworm.com/read/231489/14231596

c inet.c

/* Some systems (e.g., SunOS) have header files that erroneously declare * inet_addr(), inet_ntoa() and gethostbyname() as taking no arguments. * This confuses C++. To overcome this, we use our own
www.eeworm.com/read/129726/14231627

c sector.c

#include #include #include void main() { int gd=0,gm; int i; randomize(); initgraph(&gd,&gm,""); for (i=0;i
www.eeworm.com/read/129154/14262834

pas unit2.pas

unit Unit2; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls; type TForm2 = class(TForm) lb1: TLabel; l