资源列表
[Windows编程] ProcessContro1l
说明:第一次的软件,对程序的管理控制。主要是禁止或允许莫一个软件的运行-Process Control, Forbid or allow some application to run.<陈经纬> 在 2008-10-13 上传 | 大小:6.31kb | 下载:0
[GDI/图象编程] Hough变换的源程序
说明:Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a line whoes direction is \"sit<doctorsuo> 在 2008-10-13 上传 | 大小:1.96kb | 下载:0
[GDI/图象编程] 膨胀运算源程序
说明:这段程序实现了对图像的膨胀运算,针对的都是黑色点。参数中有一个BOOL变量,为真时,表示在水平方向进行膨胀运算,即结构元素B为(1 ,1. ,1)否则在竖直方向上进行膨胀运算,即结构元素B为1 1.1 。-this program for the expansion of computing image has been aimed at Black Point. Parameters have a BOOL variable to true, in the horizontal directi<doctorsuo> 在 2008-10-13 上传 | 大小:1.83kb | 下载:0
[GDI/图象编程] 实现256色PCX文件解码的源程序
说明:这个程序实现了256色PCX文件解码。注意:其中第二个函数对一行进行解码,应该把阅读的重点放在这个函数上。要注意的是,执行时,文件C:\\\\test.pcx必须存在,而且是一个256色PCX文件。-the procedures of 256 color PCX decoding. Note : This second function to decode and his party, should focus on reading this function on. To pay attent<doctorsuo> 在 2008-10-13 上传 | 大小:2.58kb | 下载:0
[GDI/图象编程] 中值滤波的源程序
说明:中值滤波是图像增强常用的方法。程序中参数Hori是一个布尔变量,若为真,做水平中值滤波,否则,做竖直中值滤波。-Median Filtering is the common method of Image-enhancing.In the application ,the parameter \"Hori\" is a BOOL variable,which is TRUE for the operation of Horizon Median Filter or FALSE for the V<doctorsuo> 在 2008-10-13 上传 | 大小:1.57kb | 下载:0