-
VisualC++数字图像处理配套光盘的源代码。
VisualC++数字图像处理配套光盘的源代码。-VisualC++ Digital image processing package CD-ROM source code.
- 2022-10-02 01:05:04下载
- 积分:1
-
在环境下开发的图像处理代码的基本操作,有一个..
VC环境下开发的图像处理基本操作代码,很方面用,基本包括所以的对图像的操作,对初学者帮助很大。-VC environment to develop the basic operation of the image processing code, it is spent, so basic, including the image of the operation, of great help for beginners.
- 2023-05-30 07:20:04下载
- 积分:1
-
填充算法vc++源码,还不错哦,需要者可以看看哈
填充算法vc++源码,还不错哦,需要者可以看看哈-Filling Algorithm vc++ Source, but also good Oh, for those who need it can look at the Kazakhstan
- 2022-03-12 02:02:18下载
- 积分:1
-
图象灰度变换的源代码 VC6.0下调试
图象灰度变换的源代码 VC6.0下调试...
图象灰度变换的源代码 VC6.0下调试
图象灰度变换的源代码 VC6.0下调试-Image gray-scale transformation of the source code under VC6.0 debugger image gray-scale transformation of the source code under VC6.0 debugger
- 2023-08-30 07:05:08下载
- 积分:1
-
alchemy 在DOS下无损图象格式转换。几乎支持所有你见过的位图间格式的转换,包括unix工作站、苹果机系统、pc机等。可对目录、文件等进行工作...
alchemy 在DOS下无损图象格式转换。几乎支持所有你见过的位图间格式的转换,包括unix工作站、苹果机系统、pc机等。可对目录、文件等进行工作-alchemy DOS lossless image format conversion. Almost all the support you seen between the bitmap format conversion, including unix workstation, Apple System, pc, and so on. Contents may be right, work documents
- 2022-03-18 04:13:05下载
- 积分:1
-
小波阈值去噪的源代码.不同的阈值函数可以修改阈值函数.从而实现功能....
小波阈值去噪的源代码.不同的阈值函数可以修改阈值函数.从而实现功能.-wavelet thresholding source. Different threshold function can change the threshold function. Thus achieving functional.
- 2022-02-26 20:44:13下载
- 积分:1
-
实现多边形裁剪算法
实现多边形裁剪的算法-achieve polygon clipping algorithm
- 2022-01-27 11:11:00下载
- 积分:1
-
c#在图像处理的方面的源程序:对图像进行灰度化处理。一个很简单的程序,适合刚刚使用C#进行图像处理者借鉴~...
c#在图像处理的方面的源程序:对图像进行灰度化处理。一个很简单的程序,适合刚刚使用C#进行图像处理者借鉴~-c# deal with aspects of the image source: gray-scale image processing. A very simple procedure, suitable for just using C# for image processing are drawing ~
- 2022-05-19 17:23:28下载
- 积分:1
-
手机屏幕的一个程序源代码,用的是+ +编程技术,五
有关手机屏幕编程的一个源代码,采用VC++编程技术,对视频编程的初学者有一定的帮助-the handset screen of a program source code, using VC++ programming technology Video programming for beginners will help
- 2023-08-28 15:55:03下载
- 积分: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