代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/332978/7141964
java randomdoubles.java
//: interfaces/RandomDoubles.java
import java.util.*;
public class RandomDoubles {
private static Random rand = new Random(47);
public double next() { return rand.nextDouble(); }
public s
www.eeworm.com/read/165343/7144012
h rands.h
// declarations for random number generators
double gran(void); // in gran.c
double uran(void); // in uran.c
void gran2(double &r1, double & r1); // in gran2.cc
www.eeworm.com/read/461894/7214823
c my design__shotgame.c
/****************************************************************************/
/* key0:射击瞄准键+复位键+模式选择键 */
/* key1:射击键+模式选择确定键 */
/* PAUSE:暂停键+继续键 */
/*************
www.eeworm.com/read/461713/7221542
c bgidemo.c
/*
GRAPHICS DEMO FOR Borland C++ 3.0
Copyright (c) 1987,88,91 Borland International. All rights reserved.
From the command line, use:
bcc bgidemo graphics.lib
*/
#ifdef __TI
www.eeworm.com/read/460435/7250779
m prex_matchlab.m
%PREX_MATCHLAB PRTools example on K-MEANS clustering and matching labels
%
% Illustrates the use of K-MEANS clustering and the match of labels.
help prex_matchlab
delfigs
n = prprogress;
prprogress
www.eeworm.com/read/460295/7254089
vhd notetabs.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY NoteTabs IS
PORT ( clk :IN STD_LOGIC; --4Hz
ToneIndex : OUT INTEGER RANGE 0 TO 15; --音调
PP : IN STD_LOGI
www.eeworm.com/read/460231/7255133
m adsorption_reflect.m
%吸附反射
function adsorption_reflect(Z)
A=zeros(222); %为避免溢出,定义222*222;A表示能量,100表示空白
A(:)=100;
N=zeros(222); %N is the number of partical,100 means no
N(:)=100;
M=zeros
www.eeworm.com/read/459981/7259710
log context.log
3 提示 2008-12-11 20:30:42:218 Using random peer ID...<
1 警告 2008-12-11 20:30:42:234 Server socket bind :8578 successfully<
3 提示 2008-12-11 20:30:43:578 Releasing context...<
www.eeworm.com/read/456569/7344631
c bgidemo.c
/*
GRAPHICS DEMO FOR Borland C++ 3.0
Copyright (c) 1987,88,91 Borland International. All rights reserved.
From the command line, use:
bcc bgidemo graphics.lib
*/
#ifdef __TI
www.eeworm.com/read/454423/7391422
m c10_qpsksa.m
% File: c14_QPSKSA.m
%
%
% Default parameters
%
NN = 256; % number of symbols
tb = 0.5; % bit time
p0 = 1; % power
fs = 16; % samples/symbo