-
Contains almost all the c language library functions, for C programmers often us...
包含几乎所有的c语言的库函数,对于经常用C的程序员来说非常实用-Contains almost all the c language library functions, for C programmers often use is very practical
- 2022-02-03 15:56:30下载
- 积分:1
-
Uniface is a cross
uniface 是跨系统跨数据库多平台的开发工具-Uniface is a cross-system-multi-platform database development tools
- 2022-10-27 21:25:04下载
- 积分:1
-
Dreamweaver教程
Dreamweaver教程-Dreamweaver Tutorial
- 2023-06-16 00:50:03下载
- 积分:1
-
智能天线设计资料,请多多指教,是关于TDSCDMA系统的,希望对您有帮助!...
智能天线设计资料,请多多指教,是关于TDSCDMA系统的,希望对您有帮助!-smart antenna
- 2023-06-07 17:05:03下载
- 积分:1
-
成功经理人员书籍
成功经理人员书籍- Succeeds manager the personnel books
- 2022-03-23 16:30:18下载
- 积分: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
-
mfc electronic version of simple terms. Classic textbook, introduced without too...
mfc深入浅出 电子版。很经典的教材不用过多介绍了-mfc electronic version of simple terms. Classic textbook, introduced without too much
- 2022-07-14 17:48:52下载
- 积分:1
-
WINCE lesson plans, Zong key learning WINCE very helpful
WINCE教案,何宗键的,对学习WINCE有很大的帮助-WINCE lesson plans, Zong key learning WINCE very helpful
- 2022-11-01 14:35:04下载
- 积分:1
-
在3GPP LTE OFDM和SC _
3GPP_LTE中OFDM和sc-ofdm 的区别,很好,容易理解解。初学者很实用-3GPP_LTE in OFDM and sc-ofdm difference, very good, easy to understand solution. Very useful for beginners
- 2022-01-31 20:15:08下载
- 积分:1
-
asp函数手册,学习asp的好东西!
asp函数手册,学习asp的好东西!-asp manual function, learning asp a good thing!
- 2022-03-24 17:48:22下载
- 积分:1