代码搜索:Simulates

找到约 1,151 项符合「Simulates」的源代码

代码结果 1,151
www.eeworm.com/read/137802/13296514

c alarm.c

/* In alarm.c, the first function, ding, simulates an alarm clock. */ #include #include #include static int alarm_fired = 0; void ding(int sig) { ala
www.eeworm.com/read/313982/13576934

m dpsk_uwb.m

%Run from editor debug(F5)-DPSK UWB system analysis %JC 12/10/05 %This m file simulates a differential phase shift keyed (DPSK) ultra wide bandwidth(UWB) system using %a fifth derivative waveform e
www.eeworm.com/read/343227/11962669

m pm_gen.m

function [count, label] = pm_gen(wght, rate, T) %pm_gen Simulates data from a Poisson mixture. % Use: [count,label] = pm_gen(wght,rate,T) where count is an % array of length T which
www.eeworm.com/read/343227/11962683

m nbh_gen.m

function [count, label] = nbh_gen(TRANS, alpha, beta, T) %nbh_gen Simulates data from a negative binomial HMM. % Use: [count,label] = nbh_gen(TRANS,alpha,beta,T|label) where % cou
www.eeworm.com/read/253870/12179454

m inputd.m

function [T,V]=inputd(tf,a0,a1,b,c,d,u,delay,F,tol,IU); %INPUTD Simulation of continuous linear systems with delays to % arbitrary continuous input. % INPUTD simulates the linear time-d
www.eeworm.com/read/150231/12303817

m dpsk_uwb.m

%Run from editor debug(F5)-DPSK UWB system analysis %JC 12/10/05 %This m file simulates a differential phase shift keyed (DPSK) ultra wide bandwidth(UWB) system using %a fifth derivative waveform e
www.eeworm.com/read/118826/14853413

txt @psc_readme_5140_3.txt

Title: [C++ Simulator] Turing Machine (Version 1.0.4) Description: Web page : http://alexvn.freeservers.com/s1/turing.html The C++-program simulates a Turing Machine (TM). TM is defined by input fi
www.eeworm.com/read/208860/15234011

vhd execute.vhd

-- -- -- Execute module (simulates SPIM (ALU) Execute module) -- -- library Synopsys, IEEE; use Synopsys.attributes.all; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_ARITH.all; use IEEE.ST
www.eeworm.com/read/457725/1594815

scr msim.scr

#!/bin/csh -f # msim.scr - simulator script for Verilog simulation of M8051 # This script compiles and simulates the Verilog deliverable test bench set SRC_DIR = "../rtl" set TEST = "func1" set CODE_
www.eeworm.com/read/475942/6770463

m rcksim.m

function [flight_,t,x]=rcksim(name,eng,Cd,Dr,mr,dt) %RCKSIM Simulation of rocket trajectory. % [DATA,T,X] = RCKSIM(NAME,ENG,CD,DR,MR,DT) simulates the trajectory % of a multi staged rocket wit