-
一个用c写的将jpg转换为bmp格式的文件
一个用c写的将jpg转换为bmp格式的文件-C will be used to write a jpg into bmp format file
- 2023-02-23 06:55:03下载
- 积分:1
-
计算多边形的周长及面积
计算多边形的周长及面积- Computation polygon perimeter and area
- 2022-01-25 18:31:02下载
- 积分:1
-
用photoshop制作的电视条纹图的详细制作操作
用photoshop制作的电视条纹图的详细制作操作-Using photoshop television production pattern detailed operation
- 2022-04-09 19:58:08下载
- 积分:1
-
According to: Based on the characteristics of moment invariants and neural netwo...
根据:基于不变矩特征和神经网络的图像模式模糊分类 论文 在matlab上做的实验,有7个不变矩生成和神经网络分类的代码,还要论文原文-According to: Based on the characteristics of moment invariants and neural network image mode fuzzy classification papers in matlab to do the experiment, there are seven moment invariants and neural network classifier to generate the code, but also the original papers
- 2022-08-25 14:34:08下载
- 积分:1
-
Image enhancement, image enhancement based on the retinal image, C++ Builder env...
图像增强,基于视网膜图片的图像增强,C++Builder环境下运行-Image enhancement, image enhancement based on the retinal image, C++ Builder environment running
- 2022-11-07 12:50:03下载
- 积分:1
-
Infrared image target detection/identification/tracking demo VC++ 6.0 Developmen...
红外图像目标检测/识别/跟踪演示程序 VC++6.0开发-Infrared image target detection/identification/tracking demo VC++ 6.0 Development
- 2023-08-24 22:15:05下载
- 积分:1
-
滤波器网上找到的在MATLAB中实现的可能有问题在这里和大家分享一下一起研究...
滤波器网上找到的在MATLAB中实现的可能有问题在这里和大家分享一下一起研究-Filters found in the online MATLAB realized there may be a problem here and everyone together to share research
- 2022-04-10 04:00:21下载
- 积分:1
-
一个C#写的图片浏览器.演示了C#的图形处理功能!
一个C#写的图片浏览器.演示了C#的图形处理功能!-C# to write a picture browser. C# demonstration of the graphic processing function!
- 2023-04-24 01:40:04下载
- 积分:1
-
详细讲解了三维OBJ格式。OBJ文件简单,易解析,对于初学三维图像处理的人来说值得学习。...
详细讲解了三维OBJ格式。OBJ文件简单,易解析,对于初学三维图像处理的人来说值得学习。-Gave a detailed 3D OBJ format. OBJ file is simple and easy resolution, three-dimensional image processing for the beginner who is worth learning.
- 2022-03-18 22:56:47下载
- 积分:1
-
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(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