代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/100601/6267412

pod prng.pod

=head1 NAME prng - pseudo-random number generator =head1 SYNOPSIS prng [count] =head1 DESCRIPTION B generates 32-bit pseudo-random integers using the Blum-Blum-Shub (BBS) quadratic residu
www.eeworm.com/read/100503/6268870

test

#!./perl BEGIN { push(@INC, qw(../../../lib ../../lib ../lib lib)); } use DES; $key='00000000'; $ks=DES::set_key($key); @a=split(//,$ks); foreach (@a) { printf "%02x-",ord($_); } print "\n"; $key
www.eeworm.com/read/100285/6272002

out create_table.out

QUERY: CREATE TABLE hobbies_r ( name text, person text ); QUERY: CREATE TABLE equipment_r ( name text, hobby text ); QUERY: CREATE TABLE onek ( unique1 int4, unique2 int4, two int4, f
www.eeworm.com/read/100285/6272083

sql create_table.sql

-- -- create.source -- -- -- -- CLASS DEFINITIONS -- CREATE TABLE hobbies_r ( name text, person text ); CREATE TABLE equipment_r ( name text, hobby text ); CREATE TABLE onek ( unique1
www.eeworm.com/read/100037/6276183

test

#!./perl BEGIN { push(@INC, qw(../../../lib ../../lib ../lib lib)); } use DES; $key='00000000'; $ks=DES::set_key($key); @a=split(//,$ks); foreach (@a) { printf "%02x-",ord($_); } print "\n"; $key
www.eeworm.com/read/410189/6276708

cpp median2.cpp

/* Alfonso2 Peterssen 8 - 6 - 2008 IOI 2002 "Median Strength" QuickSort Style */ #include "device.h" #include using std::swap; using std::random_shuffle; const int MAXN = 150
www.eeworm.com/read/255407/6291021

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/282731/6304646

c 138.c

#include #include #include #include #include void main() { void * ptr; int gd=9,gm=2; float i; /*registerbgidriver(EGAVGA_driver);*/
www.eeworm.com/read/269978/6314702

htm 09.htm

随机背景图案
www.eeworm.com/read/131594/6344012

cpp test_support.cpp

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - // ***************