-
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(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
-
图像处理-图像正交变换源代码,可直接编译执行。
图像处理-图像正交变换源代码,可直接编译执行。-Image Processing- Image orthogonal transformation source code, can be directly compiled implementation.
- 2022-11-17 02:40:03下载
- 积分:1
-
形态学在平滑图像中应用很广泛,本代码用C语言介绍了怎样用腐蚀膨胀运算进行平滑运算...
形态学在平滑图像中应用很广泛,本代码用C语言介绍了怎样用腐蚀膨胀运算进行平滑运算-Morphology in the smooth application of a wide range of images, the code using C language introduction how to use corrosion expansion of computing smoothing operator
- 2023-02-23 08:00:02下载
- 积分:1
-
用VC++写的帧动画程序,希望对大家有所帮助
用VC++写的帧动画程序,希望对大家有所帮助-VC++ to write using the frame animation program, I hope all of you to help ... ...
- 2022-03-02 21:53:04下载
- 积分:1
-
给出了基于小波分析的图像融合技术,并对其进行了分析和研究。
本代码提供了基于小波分析的图象融合技术,提供了多个融合算子-provide the code based on wavelet analysis of the image fusion technology, and a number of integration Operator
- 2022-02-02 22:08:52下载
- 积分:1
-
利用最大类间方差法(OTSU)求出对图像进行二值化处理的最佳阈值,从而进行图像二值化处理。...
利用最大类间方差法(OTSU)求出对图像进行二值化处理的最佳阈值,从而进行图像二值化处理。
-Using the maximum between-class variance method (OTSU) obtained image binarization best treatment threshold, and thus image binarization treatment.
- 2022-09-09 17:20:02下载
- 积分:1
-
Otsu algorithm can be said to be adaptive to calculate the single threshold (for...
OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。-Otsu algorithm can be said to be adaptive to calculate the single threshold (for converting images to gray scale image 2) simple Efficient methods. Algorithm for the importation of gray image histogram analysis of histogram is divided into two parts. makes two of the distance between the largest. Demarcation point out the threshold.
- 2022-07-11 20:47:54下载
- 积分:1
-
以VC2005为工具些的人脸动画的程序代码,对于人脸的变形有很好的参考价值。...
以VC2005为工具些的人脸动画的程序代码,对于人脸的变形有很好的参考价值。-VC2005 as a tool to some of the facial animation of the program code, for Facial deformation has a very good reference value.
- 2022-01-25 22:59:38下载
- 积分:1
-
This is a very good image binarization circuit
这是一个非常好的图像二值化电路的源代码,希望能帮助大家-This is a very good image binarization circuit
- 2022-02-12 20:25:18下载
- 积分:1
-
VC development of the video monitor, and support camera can save images, photos,...
VC开发的视频监视器,支持摄像头,能保存图像,图片,异形窗体.-VC development of the video monitor, and support camera can save images, photos, special-shaped windows.
- 2022-05-31 05:28:50下载
- 积分:1