代码搜索:PC卡
找到约 10,000 项符合「PC卡」的源代码
代码结果 10,000
www.eeworm.com/read/31304/876107
c ch10-1pc.c
/*例10-1的PC机端程序*/
#include
#define RIGHT 1
#define ERROR 0
#define COM1 0
#define DATA_READY 0x100
#define SETTINGS (0x0010x0310x0010x00)
/*设置通信方式为110波特,8位数据位,1位停止位,无奇偶校验*/
www.eeworm.com/read/38051/907404
lmk piher_pc-16sw.lmk
www.eeworm.com/read/41255/919496
frx pc机控制教学信息.frx
www.eeworm.com/read/41255/919497
frm pc机控制教学信息.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
BackColor = &H8000000C&
ClientHeight = 11490
ClientLeft = 60
www.eeworm.com/read/41257/919629
frx pc机控制教学信息.frx
www.eeworm.com/read/41257/919630
frm pc机控制教学信息.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
BackColor = &H8000000C&
ClientHeight = 9300
ClientLeft = 60
www.eeworm.com/read/26198/955439
c pc机完全程序.c
www.eeworm.com/read/26198/955440
c pc机接收子程序.c
void receivef(char *fname)
{FILE *fp;
char ch;
int count,temp,sum=0;
remove(fname);
if((fp=fopen(fname,"w"))==NULL)
{printf("不能打开文件\n");
exit(1);
www.eeworm.com/read/26198/955561
c pc并口模拟iic.c
// 在微机上模拟I2C总线的设计中,用并行口的D0(PIN2)模拟SCL信号,用D1(PIN3)模拟SDA信号。根据IIC总线的电平规范,程序如下:
#include
#include
#include
#include
#define DELAY_TIME
www.eeworm.com/read/27335/983186