-
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(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程序分解Canny算子的图像分割
matlab程序,分解的canny算子分割图像-Matlab procedures decomposition canny operator Image Segmentation
- 2022-09-20 14:45:03下载
- 积分:1
-
1.了解离散傅立叶变换及离散余弦变换的基本原理;
2.掌握进行FFT及逆变换的方法;
3.了解图像在频域中处理方法,应用MATLAB语言作简单的低通滤波...
1.了解离散傅立叶变换及离散余弦变换的基本原理;
2.掌握进行FFT及逆变换的方法;
3.了解图像在频域中处理方法,应用MATLAB语言作简单的低通滤波器。
-1. Understand the discrete Fourier transform and discrete cosine transform the basic principle; 2. master for FFT and inverse transform; 3. understanding of image processing in the frequency domain method, MATLAB language for simple low-pass filter.
- 2022-01-21 05:58:02下载
- 积分:1
-
Image Processing for VC++,C++Builder and C
新型位图、图像处理常用程序、视频采集,适用于VC++、C++Builder与C环境-Image Processing for VC++,C++Builder and C
- 2022-08-09 16:15:06下载
- 积分:1
-
求解一个矩阵的逆矩阵过程,是一个矩阵的化简过程
求解一个矩阵的逆矩阵过程,是一个矩阵的化简过程
- 2023-05-23 22:55:03下载
- 积分:1
-
图像处理程序集,包含滤波,边缘检测,分割等
图像处理程序集,包含滤波,边缘检测,分割等-Image processing assembly, including filtering, edge detection, segmentation, etc.
- 2022-04-10 12:49:58下载
- 积分:1
-
蛇的matlab代码,它可以根据语句内使用!
Snakes MatLab code, it can be used according to the statment inside!
- 2023-01-10 20:00:03下载
- 积分:1
-
本代码是关于图像纹理识别方法,提供几何计算…
本代码是关于图像纹理识别方法,提供几何运算、正交运算、边缘轮廓、图像分析等功能,适合广大图像处理者使用-The code is on the image texture recognition method, providing geometric calculations, orthogonal computing, edge contour, image analysis and other functions, for the vast numbers of image processing to use
- 2022-05-23 08:07:35下载
- 积分:1
-
这是一个种子填充算法,是根据已知的一个多边形区域内部的一个象素点来找到区域内其他的象素点进行填充的。...
这是一个种子填充算法,是根据已知的一个多边形区域内部的一个象素点来找到区域内其他的象素点进行填充的。-This is a seed fill algorithm is based on a polygon known within the region point to a pixel within the region to find other pixel sites filled.
- 2022-05-18 17:27:03下载
- 积分:1
-
A complete image enhancement tools directly on the image processing and image pr...
完整的图像增强工具可以直接对图像处理并将图像保存下来,包括线性拉伸,直方图匹配,特别是可以对大图像进行处理。-A complete image enhancement tools directly on the image processing and image preservation, including the linear stretching, histogram matching, in particular, can handle large images.
- 2022-04-30 22:31:02下载
- 积分:1