-
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f...
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4 - 9中给出了快速排序的伪代码,,Delphi
赫夫曼编码.rar.rar - 用delhi做的程序实现了哈夫曼编码,做的还不错。,,Delphi
-divide and rule method can be used to achieve an entirely different sort of way This sorting called Quick Sort (quick sort). In this approach, n elements is divided into three (group) : Left of the l e f t, Right of g h i r t and middle m i d e d l. Middle contains only one element. Left of the elements are less than equal to the middle element of the right elements are larger than the middle element. So l and f t e r t h i g of elemental independent sort, and no need to l and f t e r t h i g ranking results merger. M i d e d l The element known as Fulcrum (p i v o t). Figure 1 4-9 is given a quick sort of pseudo-code. Delphi Hefuman coding. rar.rar- delhi do wi
- 2022-09-04 18:25:03下载
- 积分:1
-
MPEG4格式编解码C源代码,比较复杂,需要对MPEG4格式有所了解。...
MPEG4格式编解码C源代码,比较复杂,需要对MPEG4格式有所了解。-MPEG4 format codecs C source code, more complicated, we need to understand the MPEG4 format.
- 2022-01-26 06:07:10下载
- 积分:1
-
图形变换和消隐,matlab guide编写
图形变换和消隐,matlab guide编写-graphics transformation and blanking, Matlab guide prepared
- 2022-05-16 10:20:01下载
- 积分:1
-
A bitmap to the geometric transformation VC++ Complete source code, Chuan
一个对位图进行几何变换的 VC++完整的源程序,传上来与一起研究位图的同仁们共同分享-A bitmap to the geometric transformation VC++ Complete source code, Chuan-up connection with a study of Tongren bitmaps are shared
- 2022-05-28 10:45:25下载
- 积分:1
-
用c实现的一些图像处理算法(第二部分),对图像处理初学者很有帮助。...
用c实现的一些图像处理算法(第二部分),对图像处理初学者很有帮助。-no
- 2022-01-22 05:13:44下载
- 积分:1
-
人跟踪的源代码,有运动检测和跟踪的结果…
人体跟踪源代码,有运动检测和跟踪结果。其中运动检测中有背景减法,二值化,性态滤波,纵向投影,横向投影,除去影子,新纵投影-Human tracking the source code, there are motion detection and tracking results. Motion detection in which the background subtraction, binarization, and homomorphic filtering, vertical projection, horizontal projection, except for Shadow, the new vertical projection
- 2022-03-12 00:44:51下载
- 积分:1
-
这个是数字图像处理的LOG和DOG边缘检测程序。
这个是数字图像处理的LOG和DOG边缘检测程序。-This is a digital image processing DOG and LOG edge detection procedure.
- 2022-01-22 17:21:56下载
- 积分:1
-
Information Hiding Outguess source software is mainly used Outguess JPEG image s...
信息隐藏软件Outguess的源码
Outguess主要用于JPEg图象的steganography,本软件来自Outguess的作者Provos,欢迎大家下载研究-Information Hiding Outguess source software is mainly used Outguess JPEG image steganography, this software from Outguess author of Provos, welcomed everyone to download research
- 2023-06-04 07:25:03下载
- 积分:1
-
该程序为一个基于支持相量机的图形图形处理的matlab 演示程序...
该程序为一个基于支持相量机的图形图形处理的matlab 演示程序-the procedures for an equivalent amount based on support for the graphic graphics processing the Matlab demo program
- 2022-07-17 15:56:05下载
- 积分:1
-
Book: [1999] Level Set Methods and Fast Marching Methods, Evolving Interfaces in...
经典图书[1999] Level Set Methods and Fast Marching Methods-Book: [1999] Level Set Methods and Fast Marching Methods, Evolving Interfaces in Computational Geometry, Fluid Mechanics, Computer Vision, and Materials Science
by . A. Sethian
University of California, Berkeley
- 2022-06-18 07:10:33下载
- 积分:1