代码搜索:数据卡
找到约 10,000 项符合「数据卡」的源代码
代码结果 10,000
www.eeworm.com/read/392198/8358094
bak 初始化数据库.bak
www.eeworm.com/read/174391/9589252
doc usb数据采集系统论文.doc
www.eeworm.com/read/370399/9601733
doc 顶级数据流图.doc
www.eeworm.com/read/370250/9607313
doc 05 usb数据流模型.doc
www.eeworm.com/read/370194/9611029
exe 数据库备份与恢复.exe
www.eeworm.com/read/370194/9611182
exe 数据库备份与恢复.exe
www.eeworm.com/read/174014/9611601
txt 测试数据库连接.txt
测试数据库连接
_ConnectionPtr m_pConnection;
m_pConnection=NULL;
if(!oleinit)
{
try
{
if (!AfxOleInit())
{
//AfxMessageBox("ole 初始化错误");
return false;
}
}
catch(...)
{}
}
oleinit=true;
www.eeworm.com/read/173993/9614292
pdf jsp数据库编程指南.pdf
www.eeworm.com/read/173975/9617807
txt io口发送串行数据.txt
#include
sbit BT_SND =P1^0;
sbit BT_REC =P1^1;
//**********************************************
//IO 口模拟232通讯程序 使用两种方式的C程序
//占用定时器0
//**********************************************