代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/268926/11114840

c suiji.c

#include #include /*返回随机数序列初值*/ double Initial() { double init; struct timeb *tmb; while(1) { ftime(tmb); /*利用DOS系统的时钟产生随机数序列初值*/ init=tmb->mill
www.eeworm.com/read/268889/11115657

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
www.eeworm.com/read/268691/11125278

jsp acceptfile.jsp

www.eeworm.com/read/414105/11130490

txt 说明.txt

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

txt 说明.txt

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

pas main.pas

unit Main; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, Menus, DXClass, DXDraws, DIB; const MaxSprite = 10; MaxSpee
www.eeworm.com/read/268231/11149003

m gngauss.m

function [gsrv1,gsrv2]=gngauss(m,sgma) % [gsrv1,gsrv2]=gngauss(m,sgma) % [gsrv1,gsrv2]=gngauss(sgma) % [gsrv1,gsrv2]=gngauss % GNGAUSS generates two independent Gaussian random variables with
www.eeworm.com/read/268109/11154259

m gngauss.m

function [n1,n2]=gngauss(m,sgma) % [n1 n2]=gngauss(m,sgma) % [n1 n2]=gngauss(sgma) % [n1 n2]=gngauss % GNGAUSS generates two independent gaussian variables with % mean m & S.D sgma % if one of
www.eeworm.com/read/268107/11154270

asv cross.asv

function Ret=Cross(PCross,LenChrom,Individuals,SizePop,Opts,Pop) % In this function,it fulfils a crossover among Chromosomes % PCross input : probability of crossover % LenChrom input : Lengt
www.eeworm.com/read/268107/11154274

m cross.m

function Ret=Cross(PCross,LenChrom,Individuals,SizePop,Opts,Pop) % In this function,it fulfils a crossover among Chromosomes % PCross input : probability of crossover % LenChrom input : Lengt