搜索资源列表
yueguang
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(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
delphi工具下矢量图形的实例
- delphi工具下矢量图形的实例
实现在JPG中截取固定大小的图像并保存为JPG文件
- 软件功能是实现在JPG中截取固定大小的图像并保存为JPG文件,可用于照片采集等应用,Software functions is to achieve in the JPG in the interception of fixed-size images and save it as a JPG file that can be used for applications such as photo collection
Delphi_MotionDetect1
- 这是一个基于OPENCV,寻找运动目标轮廓,以实现视频流的运动目标检测为目的Delphi例子。 并带有Delphi与OpenCv的编程接口。-This is based on OPENCV, search for moving object silhouette in order to achieve video streaming of moving target detection for the purpose of Delphi examples. OpenCv with Delphi
yanzheng
- 一个对图片验证码识别技术的源代码 学习价值不错-An image recognition technology to verify the source code to learn the value of good