-
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(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
-
SOM工具包,包括matlab程序及学习文档
SOM工具包,包括matlab程序及学习文档-SOM toolkit, including the procedures and learning matlab documentation
- 2023-09-02 04:10:03下载
- 积分:1
-
杨淑莹的《VC++图像处理程序设计》第1版的全部源代码
杨淑莹的《VC++图像处理程序设计》第1版的全部源代码-杨淑莹the " VC++ image processing program design" , paragraph 1, the full source code version
- 2022-11-24 12:40:05下载
- 积分:1
-
图像处理框架程序,可以打开多种图像格式,并且实现了一些基本的图像算法,界面良好...
图像处理框架程序,可以打开多种图像格式,并且实现了一些基本的图像算法,界面良好-image processing framework procedures can open multiple image formats, and fulfill some basic image algorithm, a good interface
- 2023-03-01 18:15:03下载
- 积分:1
-
图像处理中的浮雕效果图像,已经通过调试,可方便使用
图像处理中的浮雕效果图像,已经通过调试,可方便使用-Image Processing Emboss images, has passed debugging can be easy to use
- 2022-02-06 15:26:11下载
- 积分:1
-
这是用VC便携的DCT变换,很好很实用,希望可以为你带来帮助。...
这是用VC便携的DCT变换,很好很实用,希望可以为你带来帮助。-This is the DCT-portable with VC, very good very practical, hoping to bring you help.
- 2023-07-13 15:45:04下载
- 积分:1
-
对指纹图像用模板进行滤波的代码,其中包括平滑模板和锐化模板...
对指纹图像用模板进行滤波的代码,其中包括平滑模板和锐化模板-the fingerprint image with the filter template code, including smoothing and sharpening template template
- 2022-07-07 11:58:16下载
- 积分:1
-
不用MATLAB自带函数求解灰度图像的直方图
不用MATLAB自带函数求解灰度图像的直方图-MATLAB function to solve do not own histogram
- 2022-07-18 16:52:01下载
- 积分:1
-
em算法原理,帮助你理解EM算法,EM算法是 自然语言理解中的经典重要的算法,基本上是 学习自然语言理解的基础...
em算法原理,帮助你理解EM算法,EM算法是 自然语言理解中的经典重要的算法,基本上是 学习自然语言理解的基础-EM algorithm, help you to understand the thereom of EM
- 2022-04-18 05:33:48下载
- 积分:1
-
MultiScale Retinex 色彩恒常性的彩色图像增强算法
MultiScale Retinex 色彩恒常性的彩色图像增强算法-Color constancy MultiScale Retinex for Color Image Enhancement Algorithm
- 2023-06-23 15:20:04下载
- 积分:1