代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/169168/9876672
cpp rv.cpp
//
// This file contains programs for generating random numbers with
// uniform distributions and exponential distributions.
//
#include
double Seed = 1111.0;
/****************************
www.eeworm.com/read/169058/9882767
java raggedarray.java
//: arrays/RaggedArray.java
import java.util.*;
public class RaggedArray {
public static void main(String[] args) {
Random rand = new Random(47);
// 3-D array with varied-length vecto
www.eeworm.com/read/167738/9953552
cpp gasample.cpp
#include
#include "malloc.h"
#include
#include "stdlib.h"
/* 全局变量 */
struct individual /* 个体*/
{
unsigned *chrom; /* 染色体 */
double
www.eeworm.com/read/363342/9958057
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/167116/9980449
m randtx.m
function U = randtx(arg1,arg2)
% RANDTX Text book version of RAND
% Uniformly distributed random numbers
% This M-file exactly reproduces the numerical
% behavior of the builtin RAND function.
% Usag
www.eeworm.com/read/361749/10037692
v pattern.v
///////////////////////////////////////////////////////////
//
// ICLAB Lab01 February, 2008
// Exercise : Despreader gate-level design
// Author : Chien-Ying Yu
// Filename : PATTERN.v
//
www.eeworm.com/read/361747/10037704
v pattern.v
///////////////////////////////////////////////////////////
//
// ICLAB Lab01 February, 2008
// Exercise : Despreader gate-level design
// Author : Chien-Ying Yu
// Filename : PATTERN.v
//
www.eeworm.com/read/361747/10037712
v pattern.v
///////////////////////////////////////////////////////////
//
// ICLAB Lab01 February, 2008
// Exercise : Despreader gate-level design
// Author : Chien-Ying Yu
// Filename : PATTERN.v
//
www.eeworm.com/read/165501/10059346
c 98.c
#include
#include
#include
#include
#include
void main()
{
void * ptr;
int gd=DETECT,gm;
float i;
registerbgidriver(EGAVGA_driver);