-
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(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
-
用计算机进行数字图像处理,使用matlab环境,对图像进行增强,平滑与锐化,分割,变换,压缩与编码,是平常实验的好选择。...
用计算机进行数字图像处理,使用matlab环境,对图像进行增强,平滑与锐化,分割,变换,压缩与编码,是平常实验的好选择。-Using computer digital image processing, the use of matlab environment, enhance the image, smoothing and sharpening, segmentation, transform, compression and encoding, is usually a good choice experiment.
- 2022-07-23 23:26:02下载
- 积分:1
-
delphi数字图像处理一书配套源码,包括所有基本的图像处理方法...
delphi数字图像处理一书配套源码,包括所有基本的图像处理方法-delphi digital image processing of a book supporting source, including all the basic image processing methods
- 2022-03-14 19:41:56下载
- 积分:1
-
用ICA方法分离混合信号,采用H_J方法,输入信号为超高斯信号,如声音信号...
用ICA方法分离混合信号,采用H_J方法,输入信号为超高斯信号,如声音信号-Mixed-signal separation using ICA method ―H_J method, the input signal for the super-Gaussian signals, such as acoustic signals
- 2022-03-23 04:19:49下载
- 积分:1
-
编辑处理图片的delphi源码,含有典型的几种图片处理编辑代码...
编辑处理图片的delphi源码,含有典型的几种图片处理编辑代码-Editing pictures delphi source, containing several typical image processing editing code
- 2022-09-09 21:50:03下载
- 积分:1
-
图像去噪处理,gabor滤波,在纹理图像中运用广泛!
图像去噪处理,gabor滤波,在纹理图像中运用广泛!-Image denoising processing, gabor filtering, widely used in the texture image!
- 2022-05-30 13:26:52下载
- 积分:1
-
全局Retinex彩色图像恢复,VC++实现好的效果,恢复…
全局Retinex彩色图像恢复,VC++实现,效果不错,还原真实色彩,与直方图均衡化比较-Global Retinex color image restoration, VC++ to achieve good results, restoring true colors, compared with the histogram equalization
- 2022-03-14 15:28:03下载
- 积分:1
-
提出确定灰度图像二值化最佳灰度阈值的两种方法,即“双峰法”和“信噪比统计法”,并论证了这两种方法在微小零件尺寸及形位误差的检测中的实用性和局限性。...
提出确定灰度图像二值化最佳灰度阈值的两种方法,即“双峰法”和“信噪比统计法”,并论证了这两种方法在微小零件尺寸及形位误差的检测中的实用性和局限性。-gray images made to determine the value of the two best-threshold value of the two methods "bimodal" and "signal-to-noise ratio statistics" and demonstration of the two approaches in micro-size components and configuration error detection of practicality and limitations.
- 2022-02-04 17:30:03下载
- 积分:1
-
纹理分析的一个简单的例子,可以供大家参考
一个简单的纹理分析例子,可以供大家参考;-Texture analysis of a simple example, you can for your reference
- 2022-04-24 08:37:40下载
- 积分:1
-
图像增强处理 图像增强处理
图像增强处理 图像增强处理-Deal with image enhancement image enhancement image enhancement treatment treatment
- 2022-02-14 23:41:17下载
- 积分:1