-
: According to the Aviation image compression system characteristics and require...
:根据航空图像压缩系统的特点和要求,选择提升小波+SPIHT算法作为系统的实现方案。
为了提高算法的执行效率,对提升小波中的边界处理问题进行了合理简化,同时对SPIHT算法的实现
进行了改进。根据系统的实时性要求,选择TI公司的TMS320C6416 DSP芯片作为系统的实现内核,并
采用优化设计对关键代码进行优化,最后给出了系统的硬件实现框图。s-: According to the Aviation image compression system characteristics and requirements, choose the lifting wavelet+ SPIHT algorithm as a system implementations.
In order to improve the implementation of the algorithm efficiency, improve the boundary treatment wavelet conducted a reasonable and simplified, while SPIHT Algorithm
Has been improved. According to the system s real-time requirements, choose the TI s TMS320C6416 DSP chip as a system implementation of the kernel, and
Using optimal design of key code optimization Finally, the system block diagram of hardware implementation.
- 2022-08-16 14:02:35下载
- 积分:1
-
Learning C++ Reading of a book, this book can give readers a multiplying effect,...
学习C++必读的一本书,有这本书可以给读者事半功倍的效果,很是经典。-Learning C++ Reading of a book, this book can give readers a multiplying effect, it is a classic.
- 2022-03-16 04:44:29下载
- 积分:1
-
ROSE培训教材中文,实用啊
ROSE培训教材中文,实用啊-ROSE Chinese training materials, practical ah
- 2022-03-10 11:01:10下载
- 积分:1
-
很好的c语言教程
很好的c语言教程- Very good c language course
- 2022-12-18 14:55:03下载
- 积分:1
-
信息的表示方法、数据的组织方法、操作算法设计,非数值计算应用的发展,促进了数据结构的研究和发展以及其体系的完善...
信息的表示方法、数据的组织方法、操作算法设计,非数值计算应用的发展,促进了数据结构的研究和发展以及其体系的完善-Ways of that information, data, methods of organization, operation algorithm design, non-numerical applications, the data structure to promote research and development, as well as to improve its system
- 2022-03-10 16:04:05下载
- 积分:1
-
C++ 标准程式库所有范例程式.rar
C++ 标准程式库所有范例程式.rar-C standard programming paradigm for all programs. Rar
- 2022-01-25 17:55:57下载
- 积分:1
-
比较好的一些资料,应该有时间看看,反正多学学也是好的,学无止境,回头是岸了。...
比较好的一些资料,应该有时间看看,反正多学学也是好的,学无止境,回头是岸了。
- 2022-12-15 07:05:04下载
- 积分:1
-
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此...
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此属性
ios::binary: 以二进制方式打开文件,缺省的方式是文本方式。两种方式的区别见前文
ios::in: 文件以输入方式打开
ios::out: 文件以输出方式打开
ios::nocreate: 不建立文件,所以文件不存在时打开失败
ios::noreplace:不覆盖文件,所以打开文件时如果文件存在失败
ios::trunc: 如果文件存在,把文件长度设为0 -Describes the C++ file operations How ios:: app: an additional way to open the file ios:: ate: File opened locate end of file, ios: app will contain this attribute ios:: binary: open the file in binary mode , the default way is to text mode. The difference between two ways to see above ios:: in: file to open the input mode ios:: out: file to output mode open the ios:: nocreate: do not create the document, so when you open the file does not exist failed ios:: noreplace: Do not overwrite file, so when you open the file if the file exists failed ios:: trunc: If the file exists, the file size set to 0
- 2022-03-24 03:47:54下载
- 积分:1
-
vc得类库参考手册,打开用的工具也有,我看过很不错,希望对大家有用...
vc得类库参考手册,打开用的工具也有,我看过很不错,希望对大家有用-vc in library reference manual, opened the tools are also, I have read quite well, and we hope to useful
- 2022-01-28 07:53:27下载
- 积分:1
-
详细介绍了主要语言的开发流程,对于刚接触的人很有帮组
详细介绍了主要语言的开发流程,对于刚接触的人很有帮组-Described in detail the primary language of the development process, great help for people new to group
- 2022-01-25 19:48:26下载
- 积分:1