代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/240985/13183193
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/240479/13217346
m maincx.m
%File: c14_threeray.m
%%%%%%%%%%%%%%%%
%Default parameters
NN = 256; %number of symbols
tb = 0.5; %bit time
fs = 16; %samples/symbol
ebn0db = [1:2:14]; %Eb/N0 vector
%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/138685/13225824
cpp mcsrandomnumbergenerator.cpp
/*
Random Number Generator (appropriate for simulation)
The function generate_random_number is from Appendix A of
"Simulation Using Promodel" by Harrell, Ghosh, and Bowden, 3rd
Edition, McG
www.eeworm.com/read/138638/13227263
c shuffle.c
/*
** Use random numbers to shuffle the "cards" in the deck. The second
** argument indicates the number of cards. The first time this
** function is called, srand is called to initialize the ran
www.eeworm.com/read/325023/13230691
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/325023/13231438
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/138497/13234569
bas binarymgmt.bas
Attribute VB_Name = "BinaryMgmt"
'Database will be a random access text file database
'List will be a random access text file database with just the headers
Public DatabasePath As String
Public
www.eeworm.com/read/137886/13281346
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
www.eeworm.com/read/137531/13315266
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/137368/13325868
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr