-
Visual C++小波变换技术与工程实践源C.
visualc++小波变换技术与工程实践的源代码作者:向世界证明
- 2022-02-01 06:54:27下载
- 积分:1
-
51系列单片机输出PWM的两种方法
51系列单片机输出PWM的两种方法-51 Series single-chip PWM output of the two methods
- 2023-08-05 06:45:03下载
- 积分:1
-
一本好书,关于MFC的使用,对学习很有帮助,希望大家喜欢!...
一本好书,关于MFC的使用,对学习很有帮助,希望大家喜欢!-a very good book on the use of MFC, to learn useful, hope you like them!
- 2022-01-27 17:12:18下载
- 积分:1
-
风能发电机的原理与利用,很适合研究开发人员参考。
风能发电机的原理与利用,很适合研究开发人员参考。-The principle of wind power generators with the use of research and development is very suitable for reference.
- 2022-01-26 05:57:42下载
- 积分:1
-
LED驱动器的例子
LED driver example
- 2022-01-24 16:57: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
-
数据结构文件,里面有基本的数据结构的操作.
数据结构文件,里面有基本的数据结构的操作.-data structure of documents containing a basic data structure"s operation.
- 2022-02-05 02:48:17下载
- 积分:1
-
显示datastructor
团队开发的,形象的展示数据结构的算法,采用MFC编写的可以帮助新手熟悉数据结构中的算法问题。很实用-show datastructor
- 2022-05-24 08:56:21下载
- 积分:1
-
VC技术内幕源程序
VC技术内幕源程序-VC insider source technology
- 2023-04-27 19:50:03下载
- 积分:1
-
《Essential C++中文版》以4个面向来表现C++的本质:procedural(程序性的)、generic(泛型的)、object...
《Essential C++中文版》以4个面向来表现C++的本质:procedural(程序性的)、generic(泛型的)、object-based(个别对象的)、object-oriented(面向对象的)。《Essential C++中文版》的组织围绕着一系列逐渐繁复的程序问题,以及用以解决这些问题的语言特性。循此方式,你不只学到C++的函数和结构,也会学习到它们的设计目的和基本原理。-" Essential C++ Chinese version of the" four-oriented C++ to express the essence of: procedural (procedural), generic (generic), object-based (individual objects), object-oriented (OO). " Essential C++ Chinese version of" the organization around a series of increasingly complex procedures, as well as to the language features to address these issues. In this way, you not only learn C++ functions and structures, will learn the design of their purpose and basic principles.
- 2022-11-03 17:35:05下载
- 积分:1