代码搜索:数字时钟程序

找到约 10,000 项符合「数字时钟程序」的源代码

代码结果 10,000
www.eeworm.com/read/212010/15168392

txt 蚁群算法程序.txt

//基本蚁群算法程序 //程序在vc++6.0下面同过,对原来的做了一点修改。 //你可以使用本代码,如果感到对你有用的话,请通知作者,作者会很高兴。 //通讯地址:[email]fashionxu@163.com[/email] //by FashionXu #include #include #include #include using namespace st
www.eeworm.com/read/211227/15184177

doc 餐厅程序名.doc

www.eeworm.com/read/210994/15188863

txt -a-d转换程序.txt

A/D转换程序如下: A/D转换程序如下: (1)A/D转换子程序。 A/D: PUSH A SETB EA ;开中断 SETB IT1 ;
www.eeworm.com/read/210292/15202221

c 源程序0.c

#include "sjaregb1.h.h" #include "intrins.h" #include "ctype.h" #include "string.h" #include #include #define TURE 1 #define FALSE 0 /*数据类型定义*/ #
www.eeworm.com/read/209752/15214714

c 程序扫描(线反转).c

//-----------------------函数声明,变量定义-------------------------------------------------------- #include #define KEY P1 //-----------------------变量声明-------------------------------------------
www.eeworm.com/read/208257/15250135

txt 键盘子程序 .txt

n=P1; n=n&0x0f; if(n!=15) { key_new=n; } if(key_new==13) { clear(1); t_heat=0; heat=0; ge=ge+1; tt=10*shi+ge; if(ge==9) { ge=0; } d
www.eeworm.com/read/208257/15250140

doc 键盘子程序.doc