-
c++ fashional programing sample
c++时尚编程百例__1-20-c++ fashional programing sample
- 2022-05-30 03:50:59下载
- 积分:1
-
通过三个例子讲述MFC(微软基础类(Microsoft Foundation Classes)编程。...
通过三个例子讲述MFC(微软基础类(Microsoft Foundation Classes)编程。-Through three examples about MFC (Microsoft Foundation Classes (Microsoft Foundation Classes) programming.
- 2022-08-09 11:43:33下载
- 积分:1
-
学习使用Xajax中文手册,重要的入门课程,值得推荐.
学习使用Xajax中文手册,重要的入门课程,值得推荐.-Xajax Chinese learning manuals, the induction courses worth recommending.
- 2023-03-24 23:10:03下载
- 积分:1
-
一个数据库搜索源代码
一个数据库搜索源代码-a database search source code
- 2022-07-02 07:19:53下载
- 积分:1
-
一个用java实现的,可以使用的下载工具。
一个用java实现的,可以使用的下载工具。-use a java achieve, and can be used to download the tools.
- 2023-07-21 18:25:03下载
- 积分:1
-
用 VISUAL C++ 设计WIN32应用程序
用 VISUAL C++ 设计WIN32应用程序-with VISUAL C Design WIN32 applications
- 2022-06-21 19:31: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
-
一本经典的英语原著, 一本经典的英语原著,
一本经典的英语原著, 一本经典的英语原著,-A classic English original, a classic of the English original,
- 2022-07-09 02:31:38下载
- 积分:1
-
linux kernel
linux kernel
- 2022-04-13 01:02:47下载
- 积分:1
-
JBoss Eclipse MySQL creates the right environment for the development set to und...
Eclipse+JBoss+MySQL的j2ee的环境开发设置 对要了解j2ee开发者有用-JBoss Eclipse MySQL creates the right environment for the development set to understand Providing developers useful
- 2022-12-31 14:50:03下载
- 积分:1