代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/169560/9852318
vhd rd_sync.vhd
-- Altera Microperipheral Reference Design Version 0802
--**********************************************************************************************
--
-- System: A8237
-- Component: Re
www.eeworm.com/read/365309/9870062
vhd wr_sync.vhd
-- Altera Microperipheral Reference Design Version 0802
--**********************************************************************************************
--
-- System: A8237
-- Component: Write
www.eeworm.com/read/365309/9870072
vhd rd_sync.vhd
-- Altera Microperipheral Reference Design Version 0802
--**********************************************************************************************
--
-- System: A8237
-- Component: Re
www.eeworm.com/read/166377/10022199
c mt19937ar.c
/*
A C-program for MT19937, with initialization improved 2002/1/26.
Coded by Takuji Nishimura and Makoto Matsumoto.
Before using, initialize the state by using init_genrand(seed)
or in
www.eeworm.com/read/354492/10349601
c alg7.c
#include
#include
#include
class equal_and_odd{
public:
bool
operator()( int val1, int val2 )
{
return ( val1 == val2 &&
( val1 == 0
www.eeworm.com/read/424063/10502587
m randint.m
function out = randint(n, m, range, seed);
%RANDINT Random integer matrix generator.
% OUT = RANDINT(N) generates an N-by-N random binary numbers. The
% appearance of "0" and "1" has ev
www.eeworm.com/read/278816/10504296
txt ecg.m.txt
% ecg.m - ECG generator.
%
% x = ecg(L) = column vector
%
% generates piecewise linear ECG signal of length L
% must post-smooth it with an N-point smoother:
% y = sgfilt(d, N, x), usually with d=0, a
www.eeworm.com/read/352501/10545922
c sinegende.c
//SinegenDE.c Generates a sinewave using a difference equation
short y[3] = {0,16384,0}; //y(1) = sinwT
const short A = 0; //A = 2*coswT * 2^14
int n = 2;
www.eeworm.com/read/421956/10674763
ned source2.ned
//
// Part of project Fly
// Author: mc, 2009
//
//
// Generates messages with a configurable interarrival time.
//
simple Source2
{
parameters:
volatile double sendInterval @unit(s) = de
www.eeworm.com/read/419873/10832978
m plot1.m
% Generates a stem plot showing the ACF
% for a Gold sequnce
% Kai Borre, February 12, 2006
ca_codes
close all
figure(1)
pl = stem(0:51,[0 Corr11(1:50) 0],'.');
axis off
set(get(pl,'Bas