代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/147681/12539809
m random_data.m
www.eeworm.com/read/335286/12541291
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/147408/12554220
c random_macro.c
#include
#include
#define random(limit) (rand() % limit)
void main(void)
{
int i;
printf("Values from random\n");
for (i = 0; i < 10; i++)
printf("%f\
www.eeworm.com/read/334779/12573937
h d_random.h
#include
#include
using namespace std;
// generate random numbers
class randomNumber
{
public:
// initialize the random number generator
randomNumber(long s = 0);
www.eeworm.com/read/147094/12587074
cpp random_interleaver.cpp
//Author NiuKai
//Date July,28th 2002
//Function random interleaving
#include "PCCC_para.h"
void Random_interleaver(float data[],int index[],int method,int buffer_len)
{ int i,j,k;
int *
www.eeworm.com/read/334172/12624400
vi random average.vi
www.eeworm.com/read/334063/12644207
rc2 random.rc2
//
// RANDOM.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////
www.eeworm.com/read/146449/12647850
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