-
本书是小波分析与应用的一本重要的参考书,matlab 6.5 辅助小波分析与应用,希望给需要它的人带来一些的帮助,我也是从网上下载的...
本书是小波分析与应用的一本重要的参考书,matlab 6.5 辅助小波分析与应用,希望给需要它的人带来一些的帮助,我也是从网上下载的-the book is wavelet analysis and application of an important reference books, Matlab 6.5 Auxiliary wavelet analysis and application, it needs hope to bring some of the help I also downloaded from the Internet
- 2022-03-16 09:36:18下载
- 积分:1
-
about dns system security system
about dns system security system
- 2022-01-26 03:21:00下载
- 积分:1
-
本书通过85个实例全面讲述了应用MFC进行Visual C++编程的思想。每个实例均以编写一个应用程序要走的步骤编写。全书共分四部分进行介绍,是基础知识,讲述用...
本书通过85个实例全面讲述了应用MFC进行Visual C++编程的思想。每个实例均以编写一个应用程序要走的步骤编写。全书共分四部分进行介绍,是基础知识,讲述用户界面的实例,讲述MFC内部处理方面的实例,讲述打包实例。-the book through 85 examples on the application of comprehensive MFC Visual C Programming for the idea. Each case were preparing an application to take steps to prepare. The book is divided into four parts, is the foundation of knowledge about the user interface example, about the internal processing MFC example, about packing case.
- 2022-01-26 02:38:00下载
- 积分:1
-
超大规模集成电路电子学 适合学摸电/数电学生
超大规模集成电路电子学 适合学摸电/数电学生-VLSI electronics for learning touch power/number of power students
- 2023-05-12 10:05:04下载
- 积分: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
-
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
-
Consider the energy of a node of the wireless sensor network clustering algorith...
一种考虑节点能量的无线传感器网络的分簇算法,对研究路由算法有帮助-Consider the energy of a node of the wireless sensor network clustering algorithm, routing algorithm for research help
- 2022-08-26 06:57:36下载
- 积分:1
-
Visual C 6.0 high
Visual C 6.0高级编程技巧与实例-Visual C 6.0 high-level programming techniques and examples
- 2022-01-27 13:53:50下载
- 积分:1
-
Beijing University information security disciplines class lectures, very detaile...
北京大学信息安全学科的上课讲义,很详细的介绍了计算机领域的信息安全问题,以及各作加密算法的分析,这是第一部分-Beijing University information security disciplines class lectures, very detailed introduction to the field of computer information security, and the encryption algorithm for the analysis, this is the first part
- 2022-10-24 05:50:03下载
- 积分:1
-
介绍3dmax的书籍,从头开始,讲的比较详细,值得一看
介绍3dmax的书籍,从头开始,讲的比较详细,值得一看-introduced 3dmax books, and start from scratch, say in greater detail, an eye-catcher
- 2023-04-21 19:35:03下载
- 积分:1