-
VC++技术内幕(第四版)的实例,包括从第三章到结束文章介绍的代码...
VC++技术内幕(第四版)的实例,包括从第三章到结束文章介绍的代码-VC++ Technology Insider (fourth edition) examples, including from the third chapter to the end of the article introduce code
- 2022-08-15 01:18:11下载
- 积分:1
-
c语言学习电子书,标准库函数详细介绍,pdf格式,搜索方便
c语言学习电子书,标准库函数详细介绍,pdf格式,搜索方便
- 2022-09-05 17:50:04下载
- 积分: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
-
图像处理,利用Visual C
procesamiento de imagenes mediante visual C-shapr
- 2022-07-20 19:54:45下载
- 积分:1
-
是清华大学教授编写的windows操作系统的一份详尽的ppt讲义
是清华大学教授编写的windows操作系统的一份详尽的ppt讲义-Is a professor at Tsinghua University
- 2022-02-21 00:38:08下载
- 积分:1
-
压缩感知的信息获取、存储、重构、说…
压缩感知是信息获取、存储、重构表示领域的新兴学科。其中,模拟―信息转换是其信息获取环节的关键问题和研究热点。在此收集整理了此领域的经典文献。-Compressed perception of information acquisition, storage, reconstruction, said the emerging field of disciplines. Among them, simulation- information conversion is part of their access to information on key issues and research focus. Compiled in this collection of classic literature in this field.
- 2023-03-26 00:45:04下载
- 积分:1
-
SIP Chinese version of the agreement, issued by the Ministry of Information Indu...
SIP中文版协议,由信息产业部发布的。基于SIP上面的P2P网络传输。-SIP Chinese version of the agreement, issued by the Ministry of Information Industry. The above SIP-based P2P network transmission.
- 2022-03-09 21:38:17下载
- 积分:1
-
Pricinples and fundamentals of electrical engineering
Pricinples and fundamentals of electrical engineering-Pricinples and fundamentals of electrica l engineering
- 2023-02-13 00:55:03下载
- 积分:1
-
描述一种作为面向对象通信软件爱女基础的模式语言。解释为什么了解模式间的关系及权衡可以帮助指导可复用通信框架和应用的构造。...
描述一种作为面向对象通信软件爱女基础的模式语言。解释为什么了解模式间的关系及权衡可以帮助指导可复用通信框架和应用的构造。-Describing an object-oriented communication software as the basis of the pattern language beloved daughter. Explain why understanding the relationship between model and can help guide trade-off reusable framework and the application of communication structure.
- 2022-06-14 06:04:06下载
- 积分:1
-
电子图书4部分:数据挖掘、模式识别、神经网络等…
电子书刊----第4部分:数据挖掘、模式识别、神经网络等书籍-Electronic Books Part 4: data mining, pattern recognition, neural network, such as books
- 2022-01-22 05:43:43下载
- 积分:1