-
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
-
This is VC++ for an icon with the mouse after a hearing, you will be able to hav...
这是用VC++编的一个用鼠标经过一个图标时你就能听到有铃在响,-This is VC++ for an icon with the mouse after a hearing, you will be able to have a bell in the ring,
- 2022-03-13 09:40:33下载
- 积分:1
-
vc Based on the dialog h. 263 decoder and display the document. 263 documents in...
vc下基于对话框的h。263文件解码并显示。263文件在目录下,为output。263,共90祯,解码后显示(176*144格式)。-vc Based on the dialog h. 263 decoder and display the document. 263 documents in the directory, for the output. 263, a total of 90 Qizhen, decoding revealed (176* 144 format).
- 2022-10-28 04:00:03下载
- 积分:1
-
本文介绍UVLC编解码,提供源代码.测试成功
本文介绍UVLC编解码,提供源代码.测试成功-This article describes UVLC codec, providing the source code. Test success
- 2022-05-25 22:04:51下载
- 积分:1
-
Daubechies小波变换和嵌入式零
Daubechies小波变换和嵌入式零树编码(EZW)C语言程序,非常有用-Daubechies wavelet transform and embedded zero-tree coding (EZW) C language program, very useful
- 2022-07-10 12:43:33下载
- 积分:1
-
ajax+jsp打造的Blog源码,运行环境:eclipse+tomcat5.5
ajax+jsp打造的Blog源码,运行环境:eclipse+tomcat5.5-ajax+ jsp to create the Blog-source, operating environment: eclipse+ tomcat5.5
- 2022-06-16 02:48:47下载
- 积分:1
-
实现UCS2编码UTF8转换和UCS2 UTF8转码
实现utf8到Ucs2的编码转换
和ucs2到Utf8的编码转换-To achieve the Ucs2 encoding utf8 conversion and ucs2 to Utf8 transcoding
- 2022-03-17 15:45:41下载
- 积分:1
-
与转换也简单是RGB2YUV yuv2rgb和DPCM算法只是李类…
class with yuv2rgb and rgb2yuv conversion and also simple dpcm algorithm just line after line
- 2022-08-18 10:01:52下载
- 积分:1
-
jpeg中JpegVC++类,用于开发jpeg压缩算法
jpeg中JpegVC++类,用于开发jpeg压缩算法-jpeg in JpegVC++ category, for the development of jpeg compression algorithm
- 2022-02-20 16:00:11下载
- 积分:1
-
这里给出的源代码huffman.zip与八种不同的方法来实现…
这里给出的源代码huffman.zip用8种不同的方式实现了Huffman编码算法。这些代码意在演示不同Huffman算法的实现原理,比较算法执行效率的差别,但并没有针对实际应用环境的需求,做更多的空间或效率优化。所有代码以C++语言编写,为了更容易地实现各种数据结构,代码中大量应用了标准C++库和模板技术。――总之,这些代码的作用在于示例和演示;如果大家想把这些代码应用在实际应用中,可能还需要做进一步的调整和优化。-given here, the source code huffman.zip with eight different ways to achieve the Huffman coding algorithm. The code is intended to demonstrate different Huffman Algorithm of principle, the implementation of efficient algorithms compare the difference, but not against the actual application environment needs to do more space or efficiency optimization. All of the code is written in C, in order to more easily achieve various data structure, large-scale application of the code of the standard C library and template technology.-- In general, these is the role of code examples and demonstrations; If you want to use the code in practical application, we may need to do further restructuring and optimization.
- 2022-10-29 05:05:04下载
- 积分:1