-
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(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
-
1>图像处理系列之一--读写篇
涵盖内容:
1>图像处理简介
2>常用图像文件格式说明
3>BMP图像文件读写...
1>图像处理系列之一--读写篇
涵盖内容:
1>图像处理简介
2>常用图像文件格式说明
3>BMP图像文件读写
涉及VC知识主要有:
1>消息添加
2>文件读写
3>串行化
实验环境:
Win+VC6.0
实验图片在Imagetest子目录下Data文件夹中.-1
- 2022-04-08 06:05:08下载
- 积分:1
-
linear gray streche
用于实现数字图像的线性灰度拉伸,包含源码及可执行程序。-linear gray streche
- 2022-01-25 17:42:50下载
- 积分:1
-
这是我自己编写的一个图象处理程序,用C++builder,包括源代码,用 bcb6编译...
这是我自己编写的一个图象处理程序,用C++builder,包括源代码,用 bcb6编译-that I prepared an image-processing procedures, with C builder, including source code, Compiling with bcb6
- 2023-08-11 12:40:03下载
- 积分:1
-
YCbCr的JPEG压缩
ycbcr to jpeg compre
- 2023-05-22 10:00:03下载
- 积分:1
-
Viaduct to achieve human face detection, based on the MATLAB language implementa...
高架桥上实现人脸的检测,基于MATLAB语言实现-Viaduct to achieve human face detection, based on the MATLAB language implementation
- 2022-08-13 19:24:49下载
- 积分:1
-
获取屏幕上某点的颜色值,vc初学者使用,希望能有所帮助
获取屏幕上某点的颜色值,vc初学者使用,希望能有所帮助
- 2022-11-13 00:35:03下载
- 积分:1
-
SAR图像中目标识别:这里提供的是SAR图像中河流的检测识别
SAR图像中目标识别:这里提供的是SAR图像中河流的检测识别-SAR image Target Recognition : here is provided by the SAR image detection and identification of rivers
- 2022-02-22 04:16:11下载
- 积分:1
-
图像处理。。
histogram specification
图像处理。。
histogram specification-image processing. . Histogram specification
- 2022-01-25 23:57:20下载
- 积分:1
-
本程序实现在图像匹配过程中特征点的提取。
本程序实现在图像匹配过程中特征点的提取。-Realize this procedure in the process of image matching feature point extraction.
- 2023-04-13 14:40:04下载
- 积分:1