代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/207345/15274632
m genrand.m
function Datatx = genrand(NumSymb,wordsize,NumCarr)
%GENRAND Generates random data to transmit
% Datatx = genrand(NumSymb,wordsize,NumCarr)
Datatx = floor(rand(NumSymb,NumCarr)*(2^wordsize));
www.eeworm.com/read/207344/15274642
m genrand.m
function Datatx = genrand(NumSymb,wordsize,NumCarr)
%GENRAND Generates random data to transmit
% Datatx = genrand(NumSymb,wordsize,NumCarr)
Datatx = floor(rand(NumSymb,NumCarr)*(2^wordsize));
www.eeworm.com/read/207343/15274652
m genrand.m
function Datatx = genrand(NumSymb,wordsize,NumCarr)
%GENRAND Generates random data to transmit
% Datatx = genrand(NumSymb,wordsize,NumCarr)
Datatx = floor(rand(NumSymb,NumCarr)*(2^wordsize));
www.eeworm.com/read/207322/15274898
m genrand.m
function Datatx = genrand(NumSymb,wordsize,NumCarr)
%GENRAND Generates random data to transmit
% Datatx = genrand(NumSymb,wordsize,NumCarr)
Datatx = floor(rand(NumSymb,NumCarr)*(2^wordsize));
www.eeworm.com/read/207217/15279267
cpp main.cpp
// Exercise 18.1 Exercising the SparseArray class template
// We create a sparse aray of integers, populate 20 of its
// entries (checking for duplicates among the randomly generated indices)
// a
www.eeworm.com/read/207217/15279293
cpp main.cpp
// Exercise 16.1 Exercising Zoo and Animal classes
#include "Animals.h"
#include
#include
#include
using std::cout;
using std::endl;
// Function to generate a r
www.eeworm.com/read/207217/15279394
cpp main.cpp
// Exercise 17.2 Throwing and catching CurveBalls and throwing TooManyExceptions
#include "CurveBall.h"
#include
#include
#include
using std::cout;
using std::endl;
www.eeworm.com/read/207217/15279403
cpp main.cpp
// Exercise 17.1 Throwing and catching CurveBalls
#include "CurveBall.h"
#include
#include
#include
using std::cout;
using std::endl;
// Function to generate a ra
www.eeworm.com/read/206902/15286161
txt 说明.txt
本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个
16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,显示
“Divide Overflow”的提示信息。
www.eeworm.com/read/206867/15286886
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr