代码搜索:2D物理模拟
找到约 10,000 项符合「2D物理模拟」的源代码
代码结果 10,000
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
pwi 模拟开关灯.pwi
www.eeworm.com/read/410454/11286349
dsn 模拟开关灯.dsn
www.eeworm.com/read/264994/11287654
mak 模拟比较器.mak
CC = iccavr
CFLAGS = -IC:\PROGRA~1\icc\include\ -e -DATMEGA -DATMega16 -l -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\PROGRA~1\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x54.0x4000 -d
www.eeworm.com/read/264994/11287661