代码搜索:融合程序

找到约 10,000 项符合「融合程序」的源代码

代码结果 10,000
www.eeworm.com/read/169634/9848477

txt ds18b20程序.txt

void delay(uint t) /*延时函数*/ { for(;t>0;t--); } /************DS18b20复位函数************/ ow_reset(void) { uchar presence=1; while(presence) { while(presence) { DQ=1;
www.eeworm.com/read/168408/9917761

txt opc客户程序(vb篇——同步).txt

建立如下窗体: 引用如下: 代码如下: Option Explicit Dim WithEvents ServerObj As OPCServer Dim WithEvents GroupObj As OPCGroup Dim ItemObj As OPCItem Private Sub Command_Start_Click() Dim