代码搜索:数字时钟程序
找到约 10,000 项符合「数字时钟程序」的源代码
代码结果 10,000
www.eeworm.com/read/490692/6450899
doc 程序使用说明.doc
www.eeworm.com/read/490704/6451624
doc 程序使用说明.doc
www.eeworm.com/read/490711/6451794
vbp 收发邮件程序.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\..\WINDOWS\system32\stdole2.tlb#OLE Automation
Module=Module1; Module1.bas
Object={20C62CAE-15DA-101B-B9A8-44455354000
www.eeworm.com/read/490711/6451799
vbw 收发邮件程序.vbw
Module1 = 162, 195, 529, 534, C
Main = 154, 154, 695, 565, C, 301, 137, 842, 548, C
Form1 = 22, 22, 563, 433, C, 92, 76, 633, 487, C
Form2 = 132, 132, 673, 543, C, 253, 164, 794, 575, C
Form3 = 13
www.eeworm.com/read/490741/6452280
doc 程序使用说明.doc
www.eeworm.com/read/489600/6466584
txt 程序使用说明.txt
╭═══════════════╮
║ ◎下载吧◎ ║
╭══════┤ Http://WwW.XiaZaiBa.CoM ├══════╮
║ ╰═══════════════╯ ║
║ ╭────────────
www.eeworm.com/read/488887/6479112
doc 按键处理模块程序.doc
www.eeworm.com/read/488084/6495873
uv2 pid程序.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target 'T
www.eeworm.com/read/487921/6502189
txt 网口程序实例.txt
CPU将调用elintr中断例程,并带有参数unit即该种网卡的第几块(因为在计算机中,你有可能
装了相同的网卡有几块),elintr的作用是把数据从网卡的数据存储器中读到我们在该网卡初始化时预先分配好
的数据缓冲区中,他调用的函数就只有elread,同样elread也只调用了elget一个函数.elread函数比较简单,就是
调用elget,elget则相对比较复杂一点,涉及到核 ...
www.eeworm.com/read/487011/6522214
cpp 程序15.1:单链表.cpp
/******程序15.1:单链表.cpp******/
#include
#include
using namespace std;
class Information
{
private:
string sName; //姓名
string sPhone; //电话
string sMobile; //手机
stri