代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/132772/14073891

m engen.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % engen.m - This program generates "e(n)" data file % for simulating digital phase-locked loop %%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/132541/14084655

java casemixer.java

package examples.io; import java.io.*; import java.util.Random; /** A class used to demonstrate file input and output */ public class CaseMixer { /** Method randomly sets case of char
www.eeworm.com/read/132541/14085143

java debug11_5.java

package questions.c11; public class Debug11_5 extends Thread { private int samples; private double average; public Debug11_5( int s ) { samples = s; } public synchronized v
www.eeworm.com/read/204647/15335739

java choose.java

//import java.util.TreeSet; import java.util.*; public class Choose { public static void main (String[] args){ Choose r=new Choose(); Set set =r.ch(); Iterator it= set.iterator(); while(
www.eeworm.com/read/203388/15360025

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, RLed; type TForm1 = class(TForm) Timer1: TTimer;
www.eeworm.com/read/203378/15360270

txt 说明.txt

本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个 16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,显示 “Divide Overflow”的提示信息。
www.eeworm.com/read/203166/15364552

xml picture.xml

12 128 144 /img/game/game1.jpg
www.eeworm.com/read/202785/15373091

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/202785/15373149

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/202785/15373248

m newpop.m

function [out]=newpop(members,bits) % % [out]=newpop(members,bits) % % Initialises a new random population % out=rand(members,bits); out=round(out);