-
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(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
-
改变图像的大小,从而改变图像的比例和重新
改变图像的大小,这样修改图像的比例并重新设置图片的大小
- 2023-08-16 16:35:03下载
- 积分:1
-
Chinese notes, read and write BMP picture files, including open, close the file,...
中文注释,读写BMP图片文件的程序
包括打开、关闭文件、读写BMP数据矩阵和RGB、灰度转换,适用于数字图像处理领域的研究人员和入门人员-Chinese notes, read and write BMP picture files, including open, close the file, reading and writing BMP data matrix and the RGB, grayscale conversion, applicable to digital image processing research in the field of personnel and entry personnel
- 2022-05-17 10:56:44下载
- 积分:1
-
模糊K均值模糊K K K K meansfuzy meansfuzy meansfuzy meansfuzy K均值
Fuzy K Means 快速图象分割Fuzy K Means Fuzy K Means-Fuzy K Means Fuzy K MeansFuzy K MeansFuzy K MeansFuzy K MeansFuzy K Means
- 2022-07-16 19:48:15下载
- 积分:1
-
使用opencv实现对图像的放大缩小任意倍数,用的双线性插值。...
使用opencv实现对图像的放大缩小任意倍数,用的双线性插值。-Opencv to realize the use of images of arbitrary multiples of zoom, and use bilinear interpolation.
- 2022-02-06 07:48:23下载
- 积分:1
-
用VC++实现的快速傅里叶变换的源代码,开发平台是VC++6.0
用VC++实现的快速傅里叶变换的源代码,开发平台是VC++6.0-this is fft which effects in image by vc++
- 2022-10-24 18:50:03下载
- 积分: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
-
PixelFusion工程实现图像融合,PixelFusion工程程序运行时,用户须载入两幅图片,其中全色图像选择给定的图片spot.bmp,
而多光谱图片...
PixelFusion工程实现图像融合,PixelFusion工程程序运行时,用户须载入两幅图片,其中全色图像选择给定的图片spot.bmp,
而多光谱图片则为给定的图片tm.bmp。而后用户便可选择各种融合算法进行融合处理。-PixelFusion works to achieve image fusion, PixelFusion project is running, users have to load two images, one full color image to choose a given picture spot.bmp, and multi-spectral images for a given picture tm.bmp. Then the user can choose a variety of fusion algorithm fusion treatment.
- 2023-07-11 03:10:04下载
- 积分:1
-
本实例是用VC代码实现的计算机图形学有关裁剪方法。用于视图区图形的输出。...
本实例是用VC代码实现的计算机图形学有关裁剪方法。用于视图区图形的输出。
- 2022-02-10 10:54:00下载
- 积分:1
-
一个图象处理程序的源代码,包括随机噪声、傅立叶变换、中值滤波、高斯滤波。...
一个图象处理程序的源代码,包括随机噪声、傅立叶变换、中值滤波、高斯滤波。-An image processing program
- 2022-01-28 00:20:58下载
- 积分:1