代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/236837/13997174

c puttext.c

#include #include #include #include #include #include void main(void) { char buffer[128]; int row, column; clr
www.eeworm.com/read/236791/13998914

tcl ex3.tcl

set ns [new Simulator] set nf [open out.nam w] $ns namtrace-all $nf set tf [open out.tr w] set windowVsTime [open win w] set param [open parameters w] $ns trace-all $tf #Define a 'fin
www.eeworm.com/read/133753/14027428

cpp arr_sum.cpp

//arr_sum.cpp #include //cout #include //getch() #include //randomize(),random() const N=5; void main() { int a[N+1]={0}; //全设为0 randomize();
www.eeworm.com/read/133753/14027630

cpp ex08-02.cpp

//EX08-02.cpp #include //cout,cin #include // getch() #include //random; #include //setw const int N=5; void add_arrays(float *,float *,float *,i
www.eeworm.com/read/133753/14027732

cpp ex10-03.cpp

//EX10-03.cpp #include //cout,cin #include // getch() #include //randomize const int N=20; void list_data(int[],int); void main() { int a[20],sum=0,i; cou
www.eeworm.com/read/133538/14036669

cpp ex-lotto.cpp

/* EX-LOTTO.CPP Example of using random library to generate a sequence of integer numbers where no number occurs more than once. This example generates a Lotto
www.eeworm.com/read/205136/15326168

h garandom.h

// $Header$ /* ---------------------------------------------------------------------------- random.h mbwall 29jun95 Copyright 1995 Massachusetts Institute of Technology DESCRIPTION: Initiali
www.eeworm.com/read/205036/15329015

m tenrand.m

function X = tenrand(sz) %TENRAND Uniformly distributed pseudo-random tensor. % % X = TENRAND(SZ) forms a tensor of size SZ with pseudo-random % values drawn from a uniform distribution on the
www.eeworm.com/read/205013/15329931

test crash2.test

# 2001 September 15 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yo
www.eeworm.com/read/204914/15331692

c puttext.c

#include #include #include #include #include #include void main(void) { char buffer[128]; int row, column; clr