-
JBuilder开发人员指南(下)。JBuilder的技术开发手册,这是下部,供JB开发者参考。...
JBuilder开发人员指南(下)。JBuilder的技术开发手册,这是下部,供JB开发者参考。-JBuilder Developer"s Guide (2). JBuilder technology development manual, which is lower for JB developer reference.
- 2022-03-01 19:49:17下载
- 积分: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
-
on the sim card pin and password password phone use Photoshop knowledge produced...
关于sim卡密码pin和手机密码知识利用Photoshop制作壁纸西门子3118手机工程模式全攻略-on the sim card pin and password password phone use Photoshop knowledge produced wallpaper Siemens engineering model 3118 phone all Raiders
- 2023-02-23 02:10:04下载
- 积分:1
-
vc++6编程介绍,很好的一本工具书,在开发vc++时很有用
vc++6编程介绍,很好的一本工具书,在开发vc++时很有用-vc++ 6 programming introduction, a very good tool in the development of vc++ useful
- 2022-01-27 17:46:54下载
- 积分:1
-
给出了一些常用的算法和思想的小数目。
C语言趣味程序百例精解.给出了一些常用的小程序的的算法和思路,适合c语言刚入门的人士使用-Given the small number of commonly used procedures of the algorithms and ideas for c language just to get into the use of
- 2023-08-02 10:40:05下载
- 积分:1
-
多个公司的JAVA面试试题,供大家参考。
多个公司的JAVA面试试题,供大家参考。-JAVA interview questions, for your reference.
- 2022-03-13 20:06:44下载
- 积分:1
-
DELPHI API函数汇总,值得下载。
DELPHI API函数汇总,值得下载。-Delphi API function summary, it is worth the download.
- 2023-08-15 21:30:03下载
- 积分:1
-
- 2022-04-18 09:44:32下载
- 积分:1
-
VC++6.0 用户界面制作技术与应用实例 电子版
VC++6.0 用户界面制作技术与应用实例 电子版-VC++ 6.0 user interface technology and application example of the production of the electronic version
- 2022-02-05 04:25:58下载
- 积分:1
-
windbg简明教程 夜读(完整版)逆向、汇编必备
windbg简明教程 夜读(完整版)逆向、汇编必备-A simple tutorial windbg night time (full version) reverse, compile necessary .......
- 2023-03-29 08:40:04下载
- 积分:1