代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/138505/13234296
errs
cc -O -c main.c
cc -O -c app.c
cc -O -c generate.c
cc -O -c initial.c
cc -O -c memory.c
cc -O -c operators.c
cc -O -c random.c
cc -O -c report.c
cc -O -c rselect.c
cc -O -c statisti
www.eeworm.com/read/138258/13244492
c hurray.c
#include
#include
#include //for seeding randomizer
#define ELEMENTS 20
int rnd(int range);
void seedrnd(void);
void main()
{
int blorf[ELEMENTS];
www.eeworm.com/read/324645/13254571
java mainrun.java
import java.util.*;
class MainRun {
public int maxrun=500;
public int maxgen=500;
final int POPSIZE=10;
final double hwp=0.1;//换位概率
final double ywp=0.4;//移位概率
final double dwp=0.5;
www.eeworm.com/read/138165/13255707
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, math;
type
TForm1 = class(TForm)
Timer1: TTimer;
Im
www.eeworm.com/read/138165/13255722
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, math;
type
TForm1 = class(TForm)
Timer1: TTimer;
Im
www.eeworm.com/read/239624/13264972
c 64k_test.c
/* Svga64k.bgi 测试文件 */
#include "graphics.h"
#include "Svga64k.h"
#include "stdio.h"
#include "stdlib.h"
#include "fcntl.h"
#include "malloc.h"
#include "io.h"
int huge Return_SVGA64K(void