代码搜索:监听程序

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

代码结果 10,000
www.eeworm.com/read/169715/9845282

plg 经济比较源程序w.plg

Build Log --------------------Configuration: 经济比较源程序w - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\ADMI
www.eeworm.com/read/169715/9845287

dsp 经济比较源程序w.dsp

# Microsoft Developer Studio Project File - Name="经济比较源程序w" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86)
www.eeworm.com/read/169715/9845290

dsw 经济比较源程序w.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/169715/9845293

cpp 经济比较源程序w.cpp

#include"math.h" #include"stdio.h" double P,d; double fd(P,d) {double a; a=P*d/(2.0*1.0*0.5*380*1e6*1.0); //计算平均壁厚// return (a); } void main() {double Pq,Pz,Pp
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;