代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/124842/14533908

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/124842/14534020

makefile

## ## SGPC: Simple Genetic Programming in C ## (c) 1993 by Walter Alden Tackett and Aviram Carmi ## ## This code and documentation is copyrighted and is not in the public domain. ## All righ
www.eeworm.com/read/124842/14534212

m newpop.m

function [out]=newpop(members,bits) % % [out]=newpop(members,bits) % % Initialises a new random population % out=rand(members,bits); out=round(out);
www.eeworm.com/read/124793/14543582

java firework.java

//* 1996 Growler Software, Inc. *// import java.awt.*; import java.applet.*; import java.lang.*; import java.util.*; import java.net.*; public class Firework extends Applet imple
www.eeworm.com/read/124793/14543666

java thunder.java

import java.applet.*; import java.awt.*; public class Thunder extends Applet implements Runnable { private Thread thread = null; private boolean no_thunder = true; private boolean thunder =
www.eeworm.com/read/225360/14543948

cc dllist-driver.cc

#include "copyright.h" #include #include "dllist.h" #include #include void print() { printf("Hello World!\n"); //printf("%d\n",(int)random()%100); } void insert(DLList
www.eeworm.com/read/224841/14566337

c util.c

/* ITU-T G.729 Speech Coder with Annex B ANSI-C Source Code Version 1.3 Last modified: August 1997 Copyright (c) 1996, AT&T, France Telecom, NTT, Universite de Sherbrooke, Luce
www.eeworm.com/read/124283/14581725

authors

Mark Galassi (rosalia@lanl.gov) - overall design, simulated annealing Jim Davies (jimmyd@nis.lanl.gov) - statistics library James Theiler (jt@nis.lanl.gov) - random number generators Brian Gough (bjg@
www.eeworm.com/read/124221/14587351

txt gasdev.txt

Function GASDEV:real; var V1,V2,FAC,R:real; begin If ISET^= 0 Then begin repeat V1:=2 * Random - 1; V2:=2 * Random - 1; R:=Sqr(V1) + Sqr(V2); u
www.eeworm.com/read/124221/14588236

pas unit2.pas

unit Unit2; interface uses unit1; Function GASDEV:real; implementation Function GASDEV:real; var V1,V2,FAC,R:real; begin If ISET^= 0 Then begin repeat V1:=2