-
MFC Windows 编程21章源代码
MFC Windows 编程21章源代码-MFC Windows programming source code Chapter 21
- 2023-01-09 03:00:03下载
- 积分:1
-
P89V51系列单片机ISP下载简明操作步骤
P89V51系列单片机ISP下载简明操作步骤-ISP MCU P89V51 simple steps to download
- 2023-09-03 10:30:03下载
- 积分:1
-
面向对象技术(oop)基础,包括程序设计方法和语言
面向对象技术(oop)基础,包括程序设计方法和语言-Object-Oriented Technology (oop) basis, including program design methods and language
- 2022-03-14 08:10:28下载
- 积分:1
-
学习JAVA的很好的JAVA包和文档包,第一次上传不晓得有用不
学习JAVA的很好的JAVA包和文档包,第一次上传不晓得有用不- Studies JAVA very good JAVA package and the documents package,
on first passes on does not know usefully not
- 2023-02-28 21:00:03下载
- 积分:1
-
the procedure set out in detail the pattern recognition of the most basic ways P...
此程序详细的列出模式识别中的最基本的一些方法,是初学模式识别的人很好的教材,全部用C++实现-the procedure set out in detail the pattern recognition of the most basic ways Pattern recognition is a novice of good materials, achieving all C
- 2022-02-05 10:55:59下载
- 积分:1
-
创建特色按钮,vc6.0环境下开发,很有用啊
创建特色按钮,vc6.0环境下开发,很有用啊-Button to create features, vc6.0 environment development, useful ah
- 2022-03-07 05:48:37下载
- 积分:1
-
Visual C++ 文章,有窗口控制,工具栏,状态栏,ODBC等
Visual C++ 文章,有窗口控制,工具栏,状态栏,ODBC等-Visual C article, a window control, toolbar, status bar, ODBC, etc.
- 2022-06-15 19:40:58下载
- 积分:1
-
这是清华大学计算机系的C++课程PPT讲稿,非常好
这是清华大学计算机系的C++课程PPT讲稿,非常好-This is the Tsinghua University Department of Computer Science of the C++ programs PPT script, very good! ! !
- 2022-06-12 16:50:21下载
- 积分: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
-
我感觉还可以的VB代码,是转载的别人的
我感觉还可以的VB代码,是转载的别人的-I felt I could still VB code, which is a reprint of others
- 2022-03-03 03:49:02下载
- 积分:1