代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/309443/13671382
html output_iterator_tag.html
MFC Programmer's SourceBook : STL Programmer's Gui
www.eeworm.com/read/309443/13671385
html bidirectional_iterator_tag.html
MFC Programmer's SourceBook : STL Programmer's Gui
www.eeworm.com/read/309215/13678890
c csort.c
/************************************************************************
名称: csort.c
一个动画程序来显示6个排序算法的动作。
运行这个程序要求包含
www.eeworm.com/read/308999/13684316
m randexmut.m
%randExMut: random exchange mutation for one chromosome
function newVa=randExMut(Va)
%fprintf('original Va is:\n')
%Va= [ 8 7 4 2 6 5 1 9 3 10 ];
original_Va=Va;
Ranpos=[]
www.eeworm.com/read/308670/13696645
c gen.c
/********************************************************
* gen -- Generate a bunch of random data *
* *
* Usage: *
* gen *
* *
* Outputs 500 lines of numbers from 1 to 40
www.eeworm.com/read/308246/13705485
c ga.c
// gasample.cpp : Defines the entry point for the console application.
//
//#include "StdAfx.h"
#include
#include "malloc.h"
#include
#include "stdlib.h"
FILE *fo;
/* 全局变量 *
www.eeworm.com/read/308157/13707073
c 编随机数.c
/*自编随机数*/
#include"sys\types.h"
#include"sys\timeb.h"
#include
#define ALPHA 3.95 /*宏定义ALPHA值为3.95*/
double init_value(void);
double random(void);
void main()
{
float rdn
www.eeworm.com/read/306970/13734074
makefile
include ../config.mak
OBJS = adler32.o \
aes.o \
base64.o \
crc.o \
intfloat_readwrite.o \
fifo.o \
lls.o \
log.o \
lzo.o \
m
www.eeworm.com/read/304489/13792646
i defns.i
/*************************************************************************/
/* */
/* Definitions used in C4.5 */
/* ------------------------ */
/* */
/****