代码搜索:simulate

找到约 2,241 项符合「simulate」的源代码

代码结果 2,241
www.eeworm.com/read/160819/10495953

cpp twodwalk.cpp

#include using namespace std; #include "prompt.h" #include "walk2d.h" // simulate two random walkers at once // Owen Astrachan, 6/29/96, modified 5/1/99 int main() { int num
www.eeworm.com/read/160819/10496279

cpp frogwalk.cpp

#include using namespace std; #include "dice.h" #include "prompt.h" // simulate one-dimensional random walk // Owen Astrachan, 8/13/94, modified 5/1/99 int main() { int numSteps = Pro
www.eeworm.com/read/470689/6905894

m link_sim_conv.m

function varargout=link_sim_conv(varargin) %LINK_SIM_CONV Simulate blocking in circuit switched tandem network. % [BLOCKING]=LINK_SIM_CONV(C,L,LOAD,NB_GEN) simulates blocking in tandem % networ
www.eeworm.com/read/470689/6905895

m link_sim_no_conv.m

function varargout=link_sim_no_conv(varargin) %LINK_SIM_CONV Simulate blocking in wavelength routed tandem network. % [BLOCKING,USAGE]=LINK_SIM_CONV(C,L,LOAD,NB_GEN,METHOD) simulates % blocking
www.eeworm.com/read/240471/7140935

cpp gpalib.cpp

#include #include // simulate Nand Flash raw block access function extern "C" char parameter_file_fmt[96]; extern "C" BOOL GPA_Init(VOID) { return TRUE; } extern "
www.eeworm.com/read/396894/8083767

m spikesim.m

%spikesim - simulate the two-node spiking network % % [gsx, gsy, t] = spikesim( f1, f2 ) simulates % two-interval discrimination task in the spiking % two-node network with first stimulus 'f1' a
www.eeworm.com/read/396828/8088211

m simff_snn.m

function a = simff_snn (X, net, data) %SIMFF_SNN Simulate a feed forward neural network. % % Syntax % % y = simff_snn(net, P) % % Description % % SIMFF_SNN takes % net - a net_struct wi
www.eeworm.com/read/145046/12755139

c sim.c

/* Simulate AWGN channel * Copyright 1994 Phil Karn, KA9Q * May be used under the terms of the GNU Public License */ #include #define OFFSET 128 double normal_rand(double mean, double st
www.eeworm.com/read/304510/13791895

nfo proteus.nfo

Co-simulation of microprocessor software within a mixed mode SPICE simulator. Available for PIC, 8051, AVR, HC11, ARM7/LPC2000 and Basic Stamp processors. See your code interact with simulate
www.eeworm.com/read/121647/6067551

java memoryallocate.java

package cn.edu.cauc.crab.ossimulate; import java.util.*; /** * Title: OS simulate * Description: This is my home work. * Copyright: Copyleft (c) 2004 * Company: CAUC