代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/405333/11465167
cpp bankteller.cpp
//: C07:BankTeller.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2003 MindView, Inc.
// Available at www.BruceEckel.com.
// Using a queue and simulate
www.eeworm.com/read/120923/14783466
cpp bankteller.cpp
//: C07:BankTeller.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
// Using a queue and simulate
www.eeworm.com/read/206365/15296181
txt matlab写的扫雷小游戏.txt
% simulate a clear-landmine;
close all;clc;clear;
m=9;n=9; % the size of land;
g=10; % the number of landmine;
handles=zeros(m,n);
w=0.06;h=0.08;
for x=1:m;
for y=1:n;
han
www.eeworm.com/read/19256/830083
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/219550/4847905
java networksimulator.java
package planet.simulate;
import java.io.ObjectOutputStream;
import java.util.Iterator;
import java.util.TreeMap;
import java.util.Vector;
import planet.commonapi.Id;
import planet.commonapi.
www.eeworm.com/read/219550/4847910
java eventparser.java
package planet.simulate;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.Random;
import java.util
www.eeworm.com/read/216502/4891253
c tc.c
/*
* Simulate typesetter on 4014
*/
#include
#include
#define oput(c) if (pgskip==0) putchar(c); else;
#define MAXY 3071
#define US 037
#define GS 035
#define ESC 033
#define F
www.eeworm.com/read/216499/4892498
junk
.sh GSI
Simulate Model 37 Teletype facilities on
GSI-300, DASI and other Diablo-mechanism terminals.
.op
Gives half-line and reverse platen motions.
.op
Approximates Greek letters and other special ch
www.eeworm.com/read/195341/5111909
junk
.sh GSI
Simulate Model 37 Teletype facilities on
GSI-300, DASI and other Diablo-mechanism terminals.
.op
Gives half-line and reverse platen motions.
.op
Approximates Greek letters and other special ch
www.eeworm.com/read/443537/1739480
cpp reboot.cpp
#include
#ifdef SIMULATE_HUNG_RADIO
BOOL g_fSimulateHungRadio = FALSE;
#endif
#ifdef RIL_RADIO_RESILIENCE
char g_szOpSelCmd[NETWK_CMDBUF_LENGTH];
BOOL g_fOperatorSelected = F