代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/390322/8471191
m lec5mldemo1.m
% MIT 18.335 - Lecture 5 MATLAB Demo 1
% Classical vs. Modified Gram-Schmidt
% See also Trefethen/Bau, Lecture 9, Experiment 2
% Per-Olof Persson, September 21, 2006
% Show how to create a random ort
www.eeworm.com/read/390191/8478837
c tempfile.c
/* -*- c-file-style: "java"; indent-tabs-mode: nil -*-
*
* distcc -- A simple distributed compiler system
*
* Copyright (C) 2002, 2003, 2004 by Martin Pool
*
* This program is f
www.eeworm.com/read/189249/8482011
cpp gasample.cpp
// gasample.cpp : Defines the entry point for the console application.
//
#include "StdAfx.h"
#include
#include "malloc.h"
#include
#include "stdlib.h"
/* 全局变量 */
struct ind
www.eeworm.com/read/390009/8489528
c csort.c
/************************************************************************
名称: csort.c
一个动画程序来显示6个排序算法的动作。
运行这个程序要求包含
www.eeworm.com/read/189000/8497794
c md5-sample.c
/**
* apr tutorial sample code
* http://dev.ariel-networks.com/apr/
*/
#ifdef HAVE_CONFIG_H
#include
#endif
#include
#include
#include
#include
www.eeworm.com/read/289986/8513740
c sga_auto.c.c
/**********************************************************************/
/* 基于基本遗传算法的自适应遗传优化算法函数最优化 SGA_AUTO.C */
/* A Function Optimizer using Simple Genetic Algorithm */
/
www.eeworm.com/read/289986/8513745
c sgam.c.c
/********************************************************************/
/* 基于基本遗传算法的函数最优化任意随机交叉父体 SGAM.C */
/* A Function Optimizer using Simple Genetic Algorithm */
/* dev
www.eeworm.com/read/289986/8513750
c sga.c.c
/********************************************************************/
/* 基于基本遗传算法的函数最优化 SGA.C */
/* A Function Optimizer using Simple Genetic Algorithm */
www.eeworm.com/read/289731/8532032
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(