资源简介
C语言 用随机噪点慢慢消失一个美女,再慢慢恢复(EasyX 简单图像处理 销蚀图像 恢复图像 )
代码片段和文件信息
////////////////////////////////////////////////////////////////////////////////
// 程序名称:用随机噪点慢慢消失一个美女,再慢慢恢复
// 编译环境:Visual C++ 6.0 ,EasyX 2014冬至版
// 作 者:赵二传(tab_98@163.com)
// 最后修改:2015-7-26
// 说 明:可执行文件同目录下放一张800x600或以上4:3的gif格式图片名字为aa.gif
//
#include
#include
#include
#include
#include
const int X=800;
const int Y=600;
const char fname[]=“aa.gif“;
void box(DWORD color_LeftTop DWORD color_RightBottom)
{
setrop2(R2_COPYPEN);
setfillcolor(LIGHTGRAY);
bar(370500430530);
setlinestyle(PS_SOLID2);
setlinecolor(color_LeftTop);
line(370500430500);
line(370500370530);
setlinecolor(color_RightBottom);
line(370530430530);
line(430500430530);
}
void drawButton()
{
box(WHITEB
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-07-26 14:27 graphTest\
文件 4351 2015-07-26 14:22 graphTest\graphTest.dsp
文件 524 2015-07-26 07:16 graphTest\graphTest.dsw
文件 2268 2015-07-26 14:14 graphTest\main.cpp
目录 0 2015-07-26 14:23 graphTest\Release\
文件 261543 2015-07-26 13:54 graphTest\Release\aa.gif
文件 110592 2015-07-26 14:22 graphTest\Release\graphTest.exe
- 上一篇:C++软件工程师面试最全总结
- 下一篇:c语言抓包程序
评论
共有 条评论