-
用户
以通俗易懂的方式循序渐进的告诉你如何编写windows下的批处理程序,非常易懂-User-friendly way to tell you step-by-step how to write batch program under windows, very easy to understand
- 2022-07-20 20:08:23下载
- 积分:1
-
《C++标准库》的附带光盘,其中基本涵盖了C++中出现的标准库的解释,不管对于C++的初学者还是C++的熟练者都有相当的帮助...
《C++标准库》的附带光盘,其中基本涵盖了C++中出现的标准库的解释,不管对于C++的初学者还是C++的熟练者都有相当的帮助-"C standard library" of the CD-ROM attached, which basically cover the C standard library"s interpretation, no matter for the beginners C or C Players have considerable help
- 2022-03-13 14:03:41下载
- 积分:1
-
EJB相关知识介绍和说明
EJB相关知识介绍和说明-EJB introduction and description of relevant knowledge
- 2022-08-26 00:39:06下载
- 积分:1
-
讲了传输线的原理、理论和应用技术,有详细的公式推导。
讲了传输线的原理、理论和应用技术,有详细的公式推导。-stresses the transmission line theory, the theory and application of technology, a detailed formulas.
- 2022-08-11 07:47:17下载
- 积分:1
-
又一个用C语言编写的猴子先大王的问题,也是用键表写的这个简单一点。...
又一个用C语言编写的猴子先大王的问题,也是用键表写的这个简单一点。-also a C language prepared by the first king of the monkeys, as well as bonding with the written form of this simple point.
- 2022-04-14 09:53:37下载
- 积分:1
-
on Hibernate and Spring presentation
关于Hibernate和Spring的介绍-on Hibernate and Spring presentation
- 2022-01-28 15:11:09下载
- 积分:1
-
c语言常用算法,是学习c的很好练习的源码。
c语言常用算法,是学习c的很好练习的源码。-c language commonly used algorithm, it is a good learning c source code of practice.
- 2022-06-13 17:28:14下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
Data Structures (Java version),
数据结构(Java版)》习题解答
这本书很好,很多的人下载,建议想写算法的人好好的-Data Structures (Java version),
- 2022-04-10 20:31:01下载
- 积分:1
-
VC知识库
VC知识库 -VC Knowledgebase VC Knowledgebase
- 2022-05-18 20:23:57下载
- 积分:1