代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/119982/14815425

cpp shuffle.cpp

// If you use Visual C++, set the compile options to /GX #ifdef __BCPLUSPLUS__ #include #include #include #else #include #include #inc
www.eeworm.com/read/119273/14835134

c bgidemo.c

/* GRAPHICS DEMO FOR Borland C++ 3.0 Copyright (c) 1987,88,91 Borland International. All rights reserved. From the command line, use: bcc bgidemo graphics.lib */ #ifdef __TI
www.eeworm.com/read/119269/14835688

c sshrand.c

/* * cryptographic random number generator for PuTTY's ssh client */ #include "putty.h" #include "ssh.h" void noise_get_heavy(void (*func) (void *, int)); void noise_get_light(void (*func)
www.eeworm.com/read/119269/14835716

c noise.c

/* * Noise generation for PuTTY's cryptographic random number * generator. */ #include #include "putty.h" #include "ssh.h" #include "storage.h" /* * GetSystemPowerStatus f
www.eeworm.com/read/220246/14845406

m create.m

function chrom=create(nind,n) C=[]; for i=1:nind C=[C;randperm(n)]; end chrom=C; %这个函数是用来生成初始种群的,[编码为1-n的任意排列], %nind指种群规模,即所需要的个体数目,n指个体的长度, %即指派问题中的任务数, %RANDPERM(n) is a random permut
www.eeworm.com/read/117862/14900676

js dv_adv.js

//浮动广告 var brOK=false; var mie=false; var vmin=2; var vmax=5; var vr=3; var timer1; var jobads; function movechip(chipname) { if(brOK) { eval("chip="+chipname); if(!mie) {
www.eeworm.com/read/117610/14911543

bas binarymgmt.bas

Attribute VB_Name = "BinaryMgmt" 'Database will be a random access text file database 'List will be a random access text file database with just the headers Public DatabasePath As String Public
www.eeworm.com/read/116262/14981955

dat rand_01_one.dat

random = 0.571930 random = 0.383469 random = 0.472412 random = 0.073380 random = 0.859467 random = 0.696152 random = 0.410828 random = 0.640457 random = 0.069855 random = 0.623093
www.eeworm.com/read/216898/14987057

h uniform.h

#ifndef BZ_RANDOM_UNIFORM_H #define BZ_RANDOM_UNIFORM_H #include #ifndef FLT_MANT_DIG #include #endif BZ_NAMESPACE(ranlib) /******************************************
www.eeworm.com/read/216674/14997951

py randpool.py

# # randpool.py : Cryptographically strong random number generation # # Part of the Python Cryptography Toolkit # # Distribute and use freely; there are no restrictions on further # dissemination and