代码搜索:正演模拟
找到约 10,000 项符合「正演模拟」的源代码
代码结果 10,000
www.eeworm.com/read/492887/6411353
doc 银行模拟系统.doc
www.eeworm.com/read/484106/6591063
exe 离散事件模拟.exe
www.eeworm.com/read/477786/6723066
cpp 汽车模拟.cpp
#include
#include
using namespace std;
#define PORT_8255_A 0Xc800
#define PORT_8255_B 0Xc801
#define PORT_8255_C 0Xc802
#define PORT_8255_CONSOLE 0Xc803
#define PORT_ADC
www.eeworm.com/read/477710/6732262
ppt 07模拟接口.ppt
www.eeworm.com/read/477444/6735589
vbp atm模拟系统.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#E:\WINNT\system32\stdole2.tlb#OLE Automation
Reference=*\G{4A40A2AA-DD1C-11CE-B7A6-00AA006EC3D4}#2.0#0#E:\Program Files\Microsoft V
www.eeworm.com/read/477444/6735600
vbw atm模拟系统.vbw
Form1 = 44, 58, 474, 396, C, -38, 19, 624, 492, C
Module1 = 63, 3, 591, 536,
Form2 = 22, 29, 612, 475, , 88, 116, 518, 454, C
Form3 = 88, 116, 500, 454, C, 66, 87, 491, 425, C
Form4 = 44, 58, 456
www.eeworm.com/read/477444/6735608
exe atm模拟系统.exe
www.eeworm.com/read/410454/11286344
c 模拟开关灯.c
#include
sbit K1=P3^0;
sbit L1=P1^0;
void main(void)
{
while(1);
{
if(K1==0)
{
L1=0;// 亮
}
else
{
L1=1;// 灭
}
}
}
www.eeworm.com/read/410454/11286346
hex 模拟开关灯.hex
:0B000F0020B004C29080F9D29080F570
:03000000020003F8
:0C000300787FE4F6D8FD75810702000F3D
:00000001FF
www.eeworm.com/read/410454/11286348