代码搜索:数据卡

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

代码结果 10,000
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/173975/9617807

txt io口发送串行数据.txt

#include sbit BT_SND =P1^0; sbit BT_REC =P1^1; //********************************************** //IO 口模拟232通讯程序 使用两种方式的C程序 //占用定时器0 //**********************************************