代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/27607/984859
mcp high simulate clock.mcp
[HEADER]
magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13}
file_version=1.0
device=PIC16F877
[PATH_INFO]
BuildDirPolicy=BuildDirIsProjectDir
dir_src=
dir_bin=
dir_tmp=
dir_sin=
dir_inc=
d
www.eeworm.com/read/472943/1402465
m script_cfar_simulate.m
% Simulate one combination of [k,n,p], 1000 times
Nexp = 1000;
SMax = 10;
delta = n/p;
rho = k/n;
% Stats to keep track of:
Stat_rnorm = zeros(SMax,Nexp);
Stat_qnorm =
www.eeworm.com/read/257009/11961184
m sinewave.m
function volts = sinewave(wt)
% Function to simulate the output of a sie wave
wt = Phase in radians (=omega x time)
% Simulate the output of the
volts = sin(wt);
www.eeworm.com/read/271684/10984922
cpp main.cpp
#include
#include "simulate.h"
void main()
{
std::ofstream fout("simulation.txt");//将输出流定向到文件
Simulate(fout, 540);//模拟银行业务
cout
www.eeworm.com/read/361166/10065432
vi simulate signal express demo.vi
www.eeworm.com/read/318566/13475685
pdf sa johnson simulate anealing(1).pdf
www.eeworm.com/read/410718/11271053
doc quartus_ii_compile_and_simulate.doc
www.eeworm.com/read/257139/11948092
vi simulate signal express demo.vi
www.eeworm.com/read/125476/14491769
cc tst_simulate_european_options.cc
// file tst_simulate_european_options.cc
#include "fin_recipes.h"
void test_simulate_pricing() {
cout