-
VC++图像平滑处理源代码程序
摘要:VC/C++源码,图形处理,平滑图像,图片锐化
VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C: est.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下:
vcvars32
rc bmp.rc
cl smooth.c bmp.res user32.lib gdi32.lib
- 2022-07-27 01:47:12下载
- 积分:1
-
WinCE上的图片浏览器,速度快,效果好
WinCE上的图片浏览器,速度快,效果好-WinCE image on the browser, fast, effective
- 2022-01-26 02:34:44下载
- 积分:1
-
实现计算器基本功能,如基本的加减乘除,还有三角函数等
实现计算器基本功能,如基本的加减乘除,还有三角函数等-Achieve the basic function calculator
- 2022-12-26 20:20:04下载
- 积分:1
-
中断服务程序的关键是:1.保护进入中断时的状态,并在退出中断之前恢复进入时的状态。2.必须在中断程序中设定是否允许中断重入,即设置EX0位。
本例中使用了I...
中断服务程序的关键是:1.保护进入中断时的状态,并在退出中断之前恢复进入时的状态。2.必须在中断程序中设定是否允许中断重入,即设置EX0位。
本例中使用了INT0中断,一般中断程序进入时应保护PSW,ACC以及中断程序使用但非其专用的寄存器。本例的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,即设置时不允许重入。本例中没有涉及这种情况。
实验开始时K8应在H(高电平)端,要产生中断时先拨向L(低电平)端再拨回H端。
-Interrupt service s key is: 1. the protection enters when the interrupt condition, and when the withdrawal interrupt before regains enters the condition. 2. must in the interrupt routine establish whether to permit the interrupt re-entry, namely establishes the EX0 position. in this example has used the INT0 interrupt, generally the interrupt routine enters when should protect PSW, ACC as well as the interrupt routine use but non-its special-purpose register. This example INT0 program protection PSW, ACC,2 and so on three registers, and restored these three registers before the withdrawal. Moreover in the interrupt routine involves to when the essential data establishment should close the interrupt, namely when establishment does
- 2022-03-22 04:01:46下载
- 积分:1
-
- 2022-01-21 22:27:38下载
- 积分:1
-
xmlwriter24
xmlwriter24
- 2022-10-24 13:55:04下载
- 积分:1
-
tcp 网络文件传输工具实例
tcp 网络文件传输工具实例-tcp network file transfer tool examples
- 2023-02-15 00:15:03下载
- 积分:1
-
一个科学计算器,能实现进制间的转换,弧度和角度的转换,三角函数等等工程运算。...
一个科学计算器,能实现进制间的转换,弧度和角度的转换,三角函数等等工程运算。-a scientific calculator, able to switch between the band, and radian angle of the conversion, trigonometry, etc. Operational works.
- 2022-03-30 06:50:54下载
- 积分:1
-
一个小小的倒记时定时关机代码,希望大家用的到
一个小小的倒记时定时关机代码,希望大家用的到-Ups ・ timing off a little code, and hope that we use to
- 2022-04-10 05:00:51下载
- 积分:1
-
介绍了VC++中动态链接库的使用。包括静态链接库、库的调试方法、MFC/非MFC DLL等。...
介绍了VC++中动态链接库的使用。包括静态链接库、库的调试方法、MFC/非MFC DLL等。-Introdce you sth about DLL desigh in VC++. Include static lib、MFC/nonMFC DLL...
- 2022-08-02 18:40:30下载
- 积分:1