-
SPIHT压缩和解压算法原理和具体实现方法
SPIHT压缩和解压算法原理和具体实现方法-SPIHT compression and decompression algorithm and specific method
- 2022-04-22 13:53:14下载
- 积分:1
-
23_2921.rar
23_2921.rar
- 2022-06-18 08:54:40下载
- 积分:1
-
本事例:帮助理解MFC窗口通信全局变量的使用
本事例:帮助理解MFC窗口通信全局变量的使用-This example: help to understand MFC Global Variables window for the use of communications
- 2022-01-25 15:39:04下载
- 积分:1
-
用于labview的初学者.是一个初学者不可多的的教材
用于labview的初学者.是一个初学者不可多的的教材-it is good For labview beginner
- 2022-11-16 03:20:03下载
- 积分:1
-
??MFC ?
学习MFC控件使用的好书籍,里面的介绍十分详细!-??MFC ?
- 2022-01-26 07:50:42下载
- 积分:1
-
IP核生成器生成 ip 后有两个文件对我们比较有用,假设生成了一个 asyn_fifo 的核,则
asyn_fifo.veo 给出了例化该核方式(或者在 E...
IP核生成器生成 ip 后有两个文件对我们比较有用,假设生成了一个 asyn_fifo 的核,则
asyn_fifo.veo 给出了例化该核方式(或者在 Edit->Language Template->COREGEN 中找到
verilog/VHDL 的例化方式)。asyn_fifo.v 是该核的行为模型,主要调用了 xilinx 行为模型库
的模块,仿真时该文件也要加入工程。-IP core generator generate ip after two documents more useful to us. Formation of a hypothetical nuclear asyn_fifo, asyn_fifo.veo were given cases of the methods (or Edit-
- 2022-02-25 02:49:20下载
- 积分:1
-
This book is a typical realization of the module
本书以典型模块的实现为主,比较系统地介绍了用ASP进行网络应用系统开发的基本知识和基本技能,着重于实际应用。
本书内容可以分为两部分:ASP基础知识介绍和ASP设计实例。
本书适合有一定ASP基础和数据库基础的读者阅读。-This book is a typical realization of the module-based, more systematic introduction to the network using ASP application development, the basic knowledge and basic skills, with emphasis on practical application. This book could be divided into two parts: ASP basics introduction and ASP design examples. This book suitable for a certain ASP-based and database-based readers.
- 2023-02-12 23:40:03下载
- 积分:1
-
Advanced Number Theory
Advanced Number Theory
- 2022-08-14 08:58:36下载
- 积分:1
-
一个分形树的生成程序
一个分形树的生成程序-a fractal tree formation process
- 2022-02-18 16:48:18下载
- 积分:1
-
Visual C++数字图像处理技术课本后带代码第3章
应用背景Visual C++数字图像处理技术课本后带代码第3章,讲的是傅里叶变换及反变换,离散余弦变换,小波变换等,还有各种正交变换,旋转缩放镜像变换等,代码亲测可用,vs2010,2012,vc6.0均可以。关键技术
void Fourier(CplexNum * pTd, int lWidth, int lHeight, CplexNum * pFd)
void IFFT_2D(complex * pCFData, complex * pCTData, int nWidth, int nHeight)
HGLOBAL Rotate(LPSTR lpSrcDib, LPSTR lpSrcStartBits,long lWidth, long lHeight,
long lLineBytes, WORD palSize, long lDstWidth,
long lDstHeight,long lDstLineBytes,float fSina, float fCosa)
- 2022-08-08 19:30:35下载
- 积分:1