-
《地理信息系统设计》原书配套光盘上的ppt文档,很新,值得一看...
《地理信息系统设计》原书配套光盘上的ppt文档,很新,值得一看
- 2022-06-18 12:13:04下载
- 积分:1
-
模式识别中的在线签名鉴定,包括AR实现算法,DTW算法及应用实例。很好用...
模式识别中的在线签名鉴定,包括AR实现算法,DTW算法及应用实例。很好用-pattern recognition of online signature identification, including AR algorithm, DTW and application examples. Good use
- 2022-02-26 16:48:28下载
- 积分:1
-
《分形算法与程序设计VC版》<9_02>:内含Sierpinski栅栏源代码。双击seripinski.exe文件,程序运行;双击seripinsk...
《分形算法与程序设计VC版》:内含Sierpinski栅栏源代码。双击seripinski.exe文件,程序运行;双击seripinski.cpp文件,进入编-"fractal algorithms and program design VC version of" lt; 9_02gt; : Sierpinski fence containing the source code. Double-click seripinski.exe documents, operating procedures; Double-click seripinski.cpp documents into series
- 2022-05-27 10:20:52下载
- 积分: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
-
This article introduces the ARM JTAG debugging basic tenets. The basic elements...
这篇文章主要介绍ARM JTAG调试的基本原理。基本的内容包括了TAP (TEST ACCESS PORT) 和BOUNDARY-SCAN ARCHITECTURE的介绍,在此基础上,结合ARM7TDMI详细介绍了的JTAG调试原理。-This article introduces the ARM JTAG debugging basic tenets. The basic elements include the TAP (TEST PORT ACCESS) and BOUNDARY- SCA N ARCHITECTURE presentation on this basis, combining ARM7TDMI details of the JTAG Debugging principle.
- 2023-04-08 08:25:03下载
- 积分:1
-
西安交大一个博士提出的小波分析变换的新型算法,对小波有兴趣的人可以研读一下,很有启发!...
西安交大一个博士提出的小波分析变换的新型算法,对小波有兴趣的人可以研读一下,很有启发!-A PHD of Xi an jiaotong University presents a new algorithm of wavelet transform. It a very useful for those who are interested in wavelet.
- 2022-02-03 11:21:44下载
- 积分:1
-
Mr. Hao
谭浩强老先生的得意之作:《C程序设计》WORD版本。这本书也可算作经典了。-Mr. Hao-Qiang" s finest creations: " C Programming" WORD version. This book can also be regarded as a classic.
- 2022-01-24 12:50:21下载
- 积分:1
-
C语言的标准文档。
C语言标准文档。
- 2022-04-02 01:50:16下载
- 积分:1
-
vc教程,真正的程序员用Visual C++。如果你想当程序员,就请上课吧!...
vc教程,真正的程序员用Visual C++。如果你想当程序员,就请上课吧!-vc tutorials, real programmers use Visual C++. If you want to be programmers, please let class!
- 2022-02-14 02:39:24下载
- 积分:1
-
OpenGL 编程指南(高清非扫描),红宝书, 学习OpenGL必备的参考书,pdf格式,英文版第2版...
OpenGL 编程指南(高清非扫描),红宝书, 学习OpenGL必备的参考书,pdf格式,英文版第2版-OpenGL Programming Guide (HD non-scanning), Red Book, learn OpenGL necessary reference books, pdf format, English version 2
- 2022-05-13 16:43:31下载
- 积分:1