-
Quick Sort, Quick Sort Bubble Sort is an improvement. Its basic idea is: lying t...
快速排序,快速排序是对冒泡排序的一种改进。它的基本思想是:通过一躺排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一不部分的所有数据都要小,然后再按次方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick Sort, Quick Sort Bubble Sort is an improvement. Its basic idea is: lying through one sorting to sort the data to be split into two independent parts, one part of all of the data than the other one is not part of the all the data should be small, and then meeting the two methods were part of the data quick sort, the entire sorting process can be recursive, and thus the entire data into an orderly sequence.
- 2022-01-25 19:36:20下载
- 积分:1
-
一个可以在DM642上运新的h.264算法
一个可以在DM642上运新的h.264算法-DM642 on a delivery in the new h.264 algorithm
- 2023-03-15 11:15:03下载
- 积分:1
-
G.723_24C代码
G.723_24C代码-G.723_24C code
- 2022-03-22 12:24:44下载
- 积分:1
-
可以选择各种压缩方式对读入的图像进行压缩和解压,参考JPEG压缩方式。具有MFC的界面。并且可以保存图像。...
可以选择各种压缩方式对读入的图像进行压缩和解压,参考JPEG压缩方式。具有MFC的界面。并且可以保存图像。-Can choose a variety of compression of images read into the compression and decompression, reference JPEG compression. Interface with MFC. And images can be saved.
- 2022-04-19 11:29:03下载
- 积分:1
-
零树小波图像压缩算法,能够很好的压缩图象,在…
本程序是小波零树图象压缩算法,能够很好的压缩图象,在C语言里编写的-Zerotree wavelet image compression algorithms, to the good image compression, in the C language prepared by the Lane
- 2023-05-18 07:15:03下载
- 积分:1
-
队列应用
队列应用-求迷宫问题-Queue application-seek maze problem
- 2022-03-02 14:16:55下载
- 积分:1
-
JAVA中的fireworks4_anli的建立
JAVA中的fireworks4_anli的建立-JAVA of the establishment fireworks4_anli
- 2022-06-16 05:55:24下载
- 积分:1
-
摄像管理系统,做的有点糙,但是基本功能已经实现,大家可以参考思路...
摄像管理系统,做的有点糙,但是基本功能已经实现,大家可以参考思路-Camera management system, to do a bit rough, but the basic function has been achieved, we can refer to ideas
- 2022-07-26 10:52:18下载
- 积分:1
-
struts的一个入门例子,struts的一个入门例子!
struts的一个入门例子,struts的一个入门例子!-struts example of a portal, a portal struts example!
- 2022-01-25 16:53:00下载
- 积分:1
-
ZPAV(H.265)是音频
ZPAV (H.265) is audio-visual codec protocol, very different from H264/MPEG4,
ZPAV (H.265) basic algorithm is wavelets, SPIHT, BSW, MMW, ......
ZPAV (H.265) basic algorithm :
1, analysis/synthesis : wavelets
2, denoise : GCV (generalized cross validation)
3, bit-rate controller : entropic bit-rate controller
4, quantizer : entropic quantizer
5, DC/AC : NDLD (near-domain lower dimension)
6, MV/QP codec : BSW (generalized (broad-sense) wavelets)
7, bitplanes codec : SPIHT, EZW,
MMW (mathematical morphological wavelets),
BPLD (bitplanes lower dimension)
8, bitstreams codec : arithmetic, entropy
9, motion estimate : MBOD (macro block optimal decision),
MVP (motion vector prediction)
A, motion search : EPZS, diamond(normal, advance, small), square
B, post process : low_pass, default, dering filter .
- 2022-01-28 18:42:59下载
- 积分:1