-
渐进式编码,JPEG 2000标准的另一个特点,就是双…
Progressive coding, another feature of the JPEG 2000 standard, means that the bit stream can be coded in such a way as to contain less-detailed information at the beginning of the stream and more detailed information as the stream progresses. This makes it ideal for Internet/network applications―especially with large images and low bandwidths―as the image can be seen instantly on the decoding side, even with low-speed networks or image databases. The lower subbands are shown first, and more detail is added as time progresses. The picture thus becomes sharper and more detailed over time, and the entire image does not have to be downloaded before it can be seen
- 2023-07-12 08:55:02下载
- 积分:1
-
把C++源代码转换成HTML,支持彩色语法显示和关键字加粗。 如果你改进了该程序,烦劳您传一份改进后的给我。...
把C++源代码转换成HTML,支持彩色语法显示和关键字加粗。 如果你改进了该程序,烦劳您传一份改进后的给我。-C source code into HTML, support for syntax color display and keyword thickening. If you improve the process, you impose a Biography of improved to me.
- 2022-06-18 10:35:27下载
- 积分:1
-
关于测量系统mdf文件格式说明文档.文档比较仔细,有助于学习数据存储方法...
关于测量系统mdf文件格式说明文档.文档比较仔细,有助于学习数据存储方法-Measurement system on the mdf file format documentation. Documentation compare carefully to help study the data storage method
- 2023-05-24 18:00:02下载
- 积分:1
-
ANSYS命令翻译.这个对初学者应该有所帮助。
ANSYS命令翻译.这个对初学者应该有所帮助。-ANSYS command translation. This should be helpful for beginners.
- 2023-03-29 09:45:04下载
- 积分:1
-
六16
Six 16-Bit A/D Converters
Programmable Input Sample Rate
Simultaneous Sampling
- 2022-03-15 17:21:27下载
- 积分:1
-
将 Excel 文件转换为 pdf
转换Excel文件为PDF格式
- 2022-02-26 09:15:47下载
- 积分:1
-
包括AVR编程的C源代码
pingD 的源代码
还有魔王语言
蛇吃虫的小程序...
包括AVR编程的C源代码
pingD 的源代码
还有魔王语言
蛇吃虫的小程序-including AVR Programming in C source code pingD source language have hit the snake eat the small insects procedures
- 2022-02-14 03:10:03下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
PE format encryption study by the encryption process generated executable files...
关于WIndows下PE格式的加密研究 由本程序加密生成的可执行文件可以防止非法使用者对原程序的非法执行、修改、静态分析和拷贝。-PE format encryption study by the encryption process generated executable files to prevent illegal users of the original implementation of the illegal procedures, modification, static analysis and copying.
- 2022-08-26 09:34:18下载
- 积分:1
-
网上购物系统
店脚本 PRO 是先进的 PHP 购物车软件,提供大多数要求电子商务设施。店脚本 PRO 提供一切您需要建立一个专业外观和有利可图的网上商店。
- 2022-03-24 00:49:20下载
- 积分:1