代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/124842/14534069
c treegen.c
/*
SGPC: Simple Genetic Programming in C
(c) 1993 by Walter Alden Tackett and Aviram Carmi
This code and documentation is copyrighted and is not in the public domain.
All rights reserved.
www.eeworm.com/read/202785/15373150
c treegen.c
/*
SGPC: Simple Genetic Programming in C
(c) 1993 by Walter Alden Tackett and Aviram Carmi
This code and documentation is copyrighted and is not in the public domain.
All rights reserved.
www.eeworm.com/read/202785/15373173
c treegen.c
/*
SGPC: Simple Genetic Programming in C
(c) 1993 by Walter Alden Tackett and Aviram Carmi
This code and documentation is copyrighted and is not in the public domain.
All rights reserved.
www.eeworm.com/read/109240/15560839
c treegen.c
/*
SGPC: Simple Genetic Programming in C
(c) 1993 by Walter Alden Tackett and Aviram Carmi
This code and documentation is copyrighted and is not in the public domain.
All rights reserved.
- Th
www.eeworm.com/read/100607/15869389
c rnd4758.c
/****************************************************************************
* *
* IBM 4758 Randomness-Gathering Code *
* Copyright Peter Gutmann 1998-2000 *
www.eeworm.com/read/152843/5659772
h vcs_hook.h
// $Id: vcs_hook.h,v 1.1 2003/08/12 12:01:06 starvik Exp $
//
// Call simulator hook functions
#ifndef HOOK_H
#define HOOK_H
int hook_call( unsigned id, unsigned pcnt, ...);
enum hook_ids {
hook_
www.eeworm.com/read/291235/8432748
cpp xran4.cpp
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine ran4
int main(void)
{
const char *ansvax[4]={"0.275898","0.208204","0.034307","0.83
www.eeworm.com/read/189298/8477255
c shuffle.c
/*
** Use random numbers to shuffle the "cards" in the deck. The second
** argument indicates the number of cards. The first time this
** function is called, srand is called to initialize the ran
www.eeworm.com/read/290380/8486803
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr