代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/301970/13845296

bat create-dir-script.bat

# Create Directory Structure mkdir apen mkdir block-frequency mkdir cumulative-sums mkdir fft mkdir frequency mkdir linear-complexity mkdir longest-run mkdir nonperiodic-templates mkdir ove
www.eeworm.com/read/301970/13845297

bat create-dir-script.bat

# Create Directory Structure mkdir apen mkdir block-frequency mkdir cumulative-sums mkdir fft mkdir frequency mkdir linear-complexity mkdir longest-run mkdir nonperiodic-templates mkdir ove
www.eeworm.com/read/224937/14561957

c hello_world.c

//目的:测试程序——用于开发板——验证后移植到863板 //说明:数据经内建信号源产生通过FIR滤波运算,CORDIC算法正余弦运算生成结果 //北京理工大学雷达所 //程序编制:叶有时 //日期:2007年7月2日 #include #include /* rand(), RAND_MAX */ #include
www.eeworm.com/read/192440/8381446

cpp poidev.cpp

#include #include "dist.h" #define PI 3.141592654 float PoissonDist::poidev(float xm) // Returns as a floating-point number an integer value that is a // random deviate drawn from a Poisson
www.eeworm.com/read/291692/8403242

dd

p=2,m=5,the pseudo-random sequence with the length 31 as following: 00001 00101 10011 11100 01101 11010 1
www.eeworm.com/read/192096/8405863

htm ch08_14.htm

Recipe 8.13. Updating a Random-Access File (Perl Cookbook)
www.eeworm.com/read/192096/8405886

htm ch08_13.htm

Recipe 8.12. Using Random-Access I/O (Perl Cookbook)
www.eeworm.com/read/192089/8407579

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(
www.eeworm.com/read/191952/8414357

i defns.i

/*************************************************************************/ /* */ /* Definitions used in C4.5 */ /* ------------------------ */ /* */ /*********
www.eeworm.com/read/191613/8426249

cpp ex0429.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Example 4.29 on page 79 // Generating pseudo-random numbers in a given range #include