代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/306500/13743147

cs randomcode.cs

using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.
www.eeworm.com/read/306480/13744458

m randint2.m

function out = randint2(varargin); %RANDINT Generate matrix of uniformly distributed random integers. % OUT = RANDINT generates a "0" or "1" with equal probability. % % OUT = RANDINT(M) genera
www.eeworm.com/read/306033/13754395

htm pascal_types.htm

paxPascal Base Types Boolean
www.eeworm.com/read/306033/13754640

pp pascal_records.pp

type TRandomPoint = record X: Integer = Random(100); Y: Integer = Random(100); procedure Initialize; begin writeln('new point'); end; end; TRandomCircl
www.eeworm.com/read/306033/13754709

pp crosslang3.pp

program Demo; type TRandomPoint = record X: Integer = Random(100); Y: Integer = Random(100); function TRandomPoint(): TRandomPoint; begin result := Self; end; en
www.eeworm.com/read/305910/13756399

m normal.m

function [n1,n2]=Normal(m,sgma) if nargin==0 m=0; sgma=1; elseif nargin==1 sgma=m; m=0; end u=rand; % uniform random variable in (0,1) z=sgma*(sqrt(2
www.eeworm.com/read/305906/13756681

htm you5.htm

模拟太空飞行
www.eeworm.com/read/305906/13756855

htm back19.htm

精彩的变色文字
www.eeworm.com/read/305906/13756891

htm 829text8.htm

function morph(e,wait,steps,style,done){ if(e.morphing){ return; } e.morphing = true; e.step = 0; e.done = steps; e.wait = wait; e.morphDone = done; // initialize the given eleme
www.eeworm.com/read/305632/13764283

c mrandom.c

#include #include #include #include "msp.h" float randnu(long *iseed) { float z; *iseed=2045*(*iseed)+1; *iseed=*iseed-(*iseed/1048576)*10