代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/429074/8820143
txt itm-doc.txt
$Id: itm-doc.txt,v 1.1 1996/10/04 13:29:13 ewz Exp $
Name: itm
Function: Driver to create flat random graphs and two forms
of hierarchical graphs (N-level and transit-stub).
See models.ps
www.eeworm.com/read/384830/8839771
java foreachfloat.java
//: control/ForEachFloat.java
import java.util.*;
public class ForEachFloat {
public static void main(String[] args) {
Random rand = new Random(47);
float f[] = new float[10];
fo
www.eeworm.com/read/384270/8883835
c urot.c
/* urot.c */
/* Generates a uniform random rotation */
/* Ken Shoemake, September 1991 */
#include
#include
#include "GraphicsGems.h"
/* Define an INT32 value to be a 32 bit sign
www.eeworm.com/read/187002/8885318
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/428158/8889543
m reedsolomon.m
function [out] = ReedSolomon(random,codeRS,Tx);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
www.eeworm.com/read/427960/8909068
cpp cardano.cpp
/* Solving cubic x^3+AX+B using Cardano's formula */
/* cl /O2 /GX cardona.cpp zzn2.cpp zzn.cpp big.cpp ms32.lib */
#include
#include
#include "zzn2.h"
using namespace std;
www.eeworm.com/read/383950/8909206
h rand.h
/* RAND.H - Interface to random number generation procedures. */
/* Copyright (c) 1995, 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
*
www.eeworm.com/read/383950/8909296
h rand.h
/* RAND.H - Interface to random number generation procedures. */
/* Copyright (c) 1995, 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
*
www.eeworm.com/read/186716/8914586
m corr_seq.m
function out = corr_seq(rho,nsize,power,meanval,seed)
% CORR_SEQ .... Generates a random data sequence with correlated samples.
%
% [Y] = CORR_SEQ(RHO,N,POWER,MEAN) generates N samples from the s
www.eeworm.com/read/427148/8972098
txt readme.txt
This programm can be used to simulate packet loss on RTP files. The C random number
generator is used for selecting the packets. The random number generator is not
initialized befur usage. Therefo