代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/186848/8901800
c test_random.c
#include "stdlib.h"
#include "stdio.h"
#include "md5.h"
#include
#include "r_random.h"
main()
{
unsigned char a[128] = {"2345678"};
unsigned int len ;
int i;
u
www.eeworm.com/read/186848/8901807
c r_random.c
#include
//#include
#include "md5.h"
#include "r_random.h"
#define RANDOM_BYTES_RQ 256
/* We use more seed data for an internally created object */
#define RANDOM_BYTES_
www.eeworm.com/read/186848/8901813
h r_random.h
/* Error codes. */
#ifndef HEAD_R_RANDOM
#define HEAD_R_RANDOM
#define RE_CONTENT_ENCODING 0x0400
#define RE_DATA 0x0401
#define RE_DIGEST_ALGORITHM 0x0402
#define RE_ENCODING 0x0403
#define
www.eeworm.com/read/383822/8915698
v random_tp.v
`timescale 10ns/1ns
module random_tp;
integer data;
integer i;
parameter delay=10;
initial $monitor($time,,,"data=%b",data);
initial
begin
for(i=0; i
www.eeworm.com/read/383271/8958605
v eth_random.v
//////////////////////////////////////////////////////////////////////
//// ////
//// eth_random.v
www.eeworm.com/read/185947/8971509
h sys_random.h
//sys_random.h
//the declaration of all random functions needed by the simulation project
//////////////////////////////////////////////////////////////////////////////
#if !defined(CDMA__SIMULAT
www.eeworm.com/read/185947/8971667
cpp sys_random.cpp
#include "math.h"
#include "stdio.h"
#include "iostream.h"
//#include "fstream.h"
#include "iomanip.h" /////////////for setw();
#include "string.h"
// C string library
#include "inclu
www.eeworm.com/read/426824/8997044
m random_binary.m
function [x,bits]=random_binary(nbits,nsamples)
x=zeros(1,nbits*nsamples);
bits=round(rand(1,nbits));
for m=1:nbits
for n=1:nsamples
index=(m-1)*nsamples+n;
x(1,index)=(-1)^b
www.eeworm.com/read/382357/9033653
m random_binary.m
% File:random_binary.m 形成长度为nbits的二进制随机波形
function [x,bits] = random_binary(nbits,nsamples)
x = zeros(1,nbits*nsamples);
bits = round(rand(1,nbits));
for m = 1:nbits
for n = 1:nsamples
www.eeworm.com/read/382301/9038446
dat random_walk.dat
0.00E+00
4.42E-01
6.98E-01
-4.08E-01
5.52E-01
2.89E+00
2.29E+00
1.46E+00
2.80E+00
1.97E+00
1.95E+00
1.68E+00
1.92E+00
2.66E+00
1.54E+00
1.43E+00
1.63E+00
1.77E+00
2.81E+00
3.15E+00