代码搜索:PC卡

找到约 10,000 项符合「PC卡」的源代码

代码结果 10,000
www.eeworm.com/read/153566/12027530

pc pcs_snd_gh1.pc

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * File name : Pcs_Snd_GH1.pc * * Module ID : * * Module Name :
www.eeworm.com/read/153566/12027550

pc pcs_snd_bkjhml_p.pc

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * File name : PCS_Snd_BKJHML_P * * Module ID : * * Module Name :
www.eeworm.com/read/153566/12027555

pc pcs_snd_bkjhml1.pc

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * File name : Pcs_Snd_BKJHML1.pc * * Module ID : * * Module Name :
www.eeworm.com/read/153566/12027566

pc pcs_snd_cancel_p.pc

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * File name : Pcs_Snd_Cancel_P.pc * * Module ID : * * Module Name : * * Purpose : Ge
www.eeworm.com/read/341668/12074105

8260pc_rtl8201 depend.8260pc_rtl8201

m8260Sio.o: m8260Sio.c $(WIND_BASE)/target/h/copyright_wrs.h \ $(WIND_BASE)/target/h/vxWorks.h $(WIND_BASE)/target/h/types/vxCpu.h \ $(WIND_BASE)/target/h/types/vxArch.h \ $(WIND_BASE)/target/h/
www.eeworm.com/read/338822/12280661

asm pc+mcu51programc++.asm

1. PC 机编程 PC 采用Toubr C 进行编写。程序如下: #include #define port 0x3f8 /*利用串口1 进行通信*/ int ch[15]; main () { int a; int i,j; int b[6]={88,15,38,26,20,0}; char c; clrscr(); outportb(port 3,0
www.eeworm.com/read/337535/12364264

dll pc104c2.dll

www.eeworm.com/read/234032/14124568

c pc并口模拟iic.c

// 在微机上模拟I2C总线的设计中,用并行口的D0(PIN2)模拟SCL信号,用D1(PIN3)模拟SDA信号。根据IIC总线的电平规范,程序如下: #include #include #include #include #define DELAY_TIME