-
With regard to c language, library information for them to learn to use, I wish...
关于c语言的函数库资料,供大家学习用,祝程序员越办越好哦-With regard to c language, library information for them to learn to use, I wish the programmer better and better oh
- 2022-09-17 19:45:03下载
- 积分:1
-
book on russian language
about networks
book on russian language
about networks
- 2023-04-16 17:15:06下载
- 积分:1
-
协议的基本流程和一个良好的学习过程,以小时为基础的信号。
sip协议基本流程和信令流程学习sip的好帮手
此PPT讲解了现流行的SIP协议,是华为公司培训资料和个人心得的总结-sip agreement signaling the basic processes and sip a good learning process to help the PPT on the SIP protocol is popular, is Huawei training information and a summary of personal experience
- 2022-12-06 20:10:03下载
- 积分:1
-
Visual C++ 6 for Dummies by Charles Wright
Visual C++ 6 for Dummies by Charles Wright
- 2022-01-24 08:50:58下载
- 积分:1
-
数据结构的实验编程,写的是树的东西,
数据结构的实验编程,写的是树的东西,-Experimental data structure programming
- 2022-05-20 19:38:42下载
- 积分:1
-
介绍vc非常详细 对入门是个很好的初学教程,对开发人员是个非常完整的帮助手册...
介绍vc非常详细 对入门是个很好的初学教程,对开发人员是个非常完整的帮助手册-vc very detailed briefing on the portal is a very good beginners guide to the development staff is a very complete handbook to help
- 2022-08-22 00:40:03下载
- 积分: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
-
关于RIL的一点资料,RIL是WM下OS与通信模块的标准接口...
关于RIL的一点资料,RIL是WM下OS与通信模块的标准接口-Point on the RIL data, RIL is the WM module under OS and standard communication interfaces
- 2023-04-02 23:05:04下载
- 积分:1
-
一个测试java安全性代码
一个测试java安全性代码 -a test safety code
- 2022-03-30 22:19:50下载
- 积分:1
-
MFC定时器的使用,包括票据,以及在中国的使用介绍…
MFC定时器的用法,包含中文注释以及简单的用法介绍-MFC timer usage, including the Notes, as well as the Chinese introduced the usage of simple
- 2022-02-19 22:58:53下载
- 积分:1