代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/182200/9212024
c ga_randomsearch.c
/**********************************************************************
ga_randomsearch.c
**********************************************************************
ga_randomsearch - Random search a
www.eeworm.com/read/181930/9225194
txt readme.txt
1. compile:
mpicc cannon.c -o cannon -lm
2. run:
mpirun -np 4 cannon 4
3. result:
random matrix A :
1315052160 559212096 1485667328 1674476160
1945859200
www.eeworm.com/read/377683/9265925
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/377431/9276480
nfg pp.nfg
NFG 1 R "Random 4x3 game " { "Player 1" "Player 2" }
{ { "1" "2" "3" "4" }
{ "1" "2" "3" }
}
""
{
{ "" 0, 0 }
{ "" 0, 0 }
{ "" 0, 0 }
{ "" 0, 0 }
{ "" 4, 0 }
{ "" 0, 0 }
{ "" 0, 0 }
{ "" 0, 0 }
{ ""
www.eeworm.com/read/180601/9301410
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/376819/9304890
c main.c
//----------------------------------------------------------------------------
//-- 该程序是特定人辨识的一个范例:
//--
//-- 在程序中我们通过三条语句的训练演示特定人连续音识别,其中第一条语句为触发命令。
//--
//-- 在程序一开始为训练名称,即触发命令,然后提示训练两条命令,训练完毕开
www.eeworm.com/read/376114/9330917
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/179705/9341590
todo
* Sort out "const" in prototypes, it looks odd since there are consts
for many functions which modify the state. (Applies to both qrng and rng)
* It would be useful to include functions to generate
www.eeworm.com/read/375150/9370532
h garandom.h
// $Header: /usr/people/mbwall/src/galib/ga/RCS/garandom.h,v 1.4 1999/03/28 20:51:14 mbwall Exp $
/* ----------------------------------------------------------------------------
random.h
mbwall
www.eeworm.com/read/375075/9373439
m randintex.m
function y = randintex(n,low,high)
% y = randintex(n,low,high) - n random non-repeated integers between low and high
% randintex(n,low,high) returns n uniformly random integers between low and
%