代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/458864/7288213

c l1_filesystem.c

/*++ Copyright (c) 2001 Sunplus Technology Co., Ltd. Module Name: L1_PC.c Abstract: PC related upload/download function Environment: Keil C51 Compiler R
www.eeworm.com/read/457224/7331202

html 实例1.随机产生文本.html

您最喜欢中国的哪个城市:
www.eeworm.com/read/457217/7332327

ali main.ali

V "GNAT Lib v2007" M P W=b A -g A -g A -gnatA P SS ZX R nnnvnnnnnnnnnnnnnnnnnnvnnnnnvnnnnnnnnvnnnnnnnnnnnnnnnnvnnnnnnnnnnnnnnnnnn U main%b main.adb 901a86de NE SU W ada%s ada.ads ada.a
www.eeworm.com/read/456209/7353743

sci rand_discr.sci

function sample = rand_discr(p, m) // rand_discr - discrete random generator // // y = rand_discr(p, n); // // y is a random vector of length n drawn from // a variable X such that //
www.eeworm.com/read/456209/7353792

svn-base rand_discr.m.svn-base

function sample = rand_discr(p, m) % rand_discr - discrete random generator % % y = rand_discr(p, n); % % y is a random vector of length n drawn from % a variable X such that % p(i) =
www.eeworm.com/read/456209/7353804

svn-base rand_discr.sci.svn-base

function sample = rand_discr(p, m) // rand_discr - discrete random generator // // y = rand_discr(p, n); // // y is a random vector of length n drawn from // a variable X such that //
www.eeworm.com/read/456209/7353850

m rand_discr.m

function sample = rand_discr(p, m) % rand_discr - discrete random generator % % y = rand_discr(p, n); % % y is a random vector of length n drawn from % a variable X such that % p(i) =
www.eeworm.com/read/455384/7372698

c xtest05_2.c

/* ========================================================================== */ /* Xtest05_2.c : Visiting Count on GLCD using Random Number(1) */ /* =======================================
www.eeworm.com/read/455289/7373819

cpp main.cpp

#include #include using namespace std; void print(int x){ cout
www.eeworm.com/read/454938/7381249

c alg36.c

#include #include #include int main() { vector< int, allocator > vec; for ( int ix = 0; ix < 20; ix++ ) vec.push_back( ix ); random_shuffle(