-
图像缩放,第一次进入图片,调用适当的函数在T
图像缩放,首先读入一张图片,调用相应在的函数进行图像缩小或进去放大-Image scaling, the first time into a picture, call the appropriate function in the image to reduce or enlarge into
- 2022-08-17 20:04:17下载
- 积分:1
-
本代码实现字模符号信息的提取,UCDOS字库信息处理
本代码实现字模符号信息的提取,UCDOS字库信息处理-the source implementation Fonts symbol extraction of information, information processing UCDOS Font
- 2022-02-13 04:17:46下载
- 积分:1
-
图像的正交变换,傅立叶变换,离散余弦变换,沃尔什变换,哈达玛变换...
图像的正交变换,傅立叶变换,离散余弦变换,沃尔什变换,哈达玛变换-Images of the orthogonal transformation, Fourier transform, discrete cosine transform, Walsh transform, Hadamard transform
- 2022-02-04 08:34:22下载
- 积分:1
-
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下...
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下;
利用中点画圆算法实现边界程序:
void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color)
{//画八分之一的圆
int x,y,d
x=0 y=r d=1-r
WholeCircle(xc,yc,x,y,color)
while(x
- 2023-03-14 21:40:04下载
- 积分:1
-
vcvb互相调用,希望对大家有用
vcvb互相调用,希望对大家有用-vcvb call each other, in the hope that useful U.S.
- 2022-05-18 09:10:49下载
- 积分:1
-
列图片成页面
列图片成页面 - 解没有ACDSee之急。 源代码+执行文件+chm格式帮助 本程序跟listimg的功能差不多,区别仅仅是前者使用javascript,这个使用vc6(MFC),在java没配置好的机器上前者用不了。 如果您对此有何改进,烦恼mail一份改进后的版本给我,-out into pages-no solution ACDSee urgency. The source code implementation document chm format with the help of this program almost listimg function, the only difference is the former use of javascript, the use vc6 (MFC), the java not configured machines on the former impossible. If you have any improvements, a trouble mail improved version of me, thank you
- 2022-02-01 04:34:21下载
- 积分:1
-
水纹、火焰、熔岩效果
水纹、火焰、熔岩效果-水纹, flames, lava effect
- 2022-07-27 09:48:44下载
- 积分:1
-
Test of height mapping in C/Asm
Test of height mapping in C/Asm
- 2022-09-21 09:05:03下载
- 积分:1
-
一个使用matlab语言的图像的分类方法
一个使用matlab语言的图像的分类方法-a Matlab language used in the image classification
- 2022-03-16 02:04:07下载
- 积分:1
-
贝叶斯分类器
本代码为贝叶斯分类器,包括基于错误先验的贝叶斯分类器和基于风险先验的贝叶斯分类器,测试数据为自己设置的矩阵。
- 2022-03-19 01:24:15下载
- 积分:1