登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:所有
  2. 代码类别:GDI
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. very good very good

very good very good -very goodvery goodvery goodvery good

1
下载
92
浏览
2022-08-04发布

2. 图象模板匹配算法代码,可直接运行exe文件,观察处理效果.

图象模板匹配算法代码,可直接运行exe文件,观察处理效果.-image template matching algorithm code can be run exe files directly observed treatment effect.

1
下载
62
浏览
2022-08-04发布

3. C#通过GDI+绘制带刻度尺的数学坐标系

C#通过GDI+绘制带刻度尺的数学坐标系,应用于图形图像编程,各类统计图表绘制,以及对图形图像编程中数值坐标的研究。 调用方式(以WINFORM为例,其他类推): Bitmap m_Bitmap=null;         private void menuItem_Click(object sender, EventArgs e)         {             m_Bitmap = new Bitmap(1000, 800);             Graphics g = Graphics.FromImage(m_Bitmap);             g.SmoothingMode = SmoothingMode.HighQuality;             g.Clear(Color.White);             MathCoordinate mathCoordinate = new MathCoordinate();             mathCoordinate.IsDrawGrid = true;    

3
下载
145
浏览
2022-08-03发布

4. 有关pgm图像格式及其他方面的介绍,希望对大家有用

有关pgm图像格式及其他方面的介绍,希望对大家有用-Relevant pgm image format and other aspects of introduction, in the hope that useful to everybody

1
下载
56
浏览
2022-08-03发布

5. 由VC实现的对不同裁剪面的茶壶的绘制,对初学者很有帮助

由VC实现的对不同裁剪面的茶壶的绘制,对初学者很有帮助-by VC on the different cutting surface mapping of the teapot, very useful for beginners

1
下载
66
浏览
2022-08-03发布

6. 小型的CAD系统,较完善,展示橡皮筋效果等

小型的CAD系统,较完善,展示橡皮筋效果等-small CAD system, a better display the rubber-band effect

1
下载
61
浏览
2022-08-03发布

7. 防photoshop

最终一个开源版本,后面的4.几已经不开源了,做图形的可以下来学习学习

1
下载
95
浏览
2022-08-03发布

8. GeoTIFF

GeoTiff读写,利用文件映射可以操作大文件-GeoTiff

1
下载
61
浏览
2022-08-02发布

9. 图像的灰度变化程序源码

图像的灰度变化程序源码-gray image change procedures FOSS

1
下载
63
浏览
2022-08-02发布

10. 显示Bitmap图象为MDI Client窗口的背景

显示Bitmap图象为MDI Client窗口的背景 -Displaying Bitmap as the background of MDIClient

1
下载
61
浏览
2022-08-02发布

11. HP 091认证宝典 HPO

HP 091认证宝典 HPO-091 certified bible-HP 091 Baodian certification HPO-091 certified bible

1
下载
79
浏览
2022-08-02发布

12. 基于c++的bmp格式图片预览并保存的程序源码。

基于c++的bmp格式图片预览并保存的程序源码。-Based on c++ Of bmp format picture preview and save the program source.

1
下载
67
浏览
2022-07-28发布

13. 这是一个用VC开发的小程序,功能是设置图像的背景。

这是一个用VC开发的小程序,功能是设置图像的背景。-This is a development of the VC small procedure, function is the provision of the background image.

1
下载
89
浏览
2022-07-28发布

14. 这是一个用Visual C++编写的图像平移变换的程序,整个程序很好使用...

这是一个用Visual C++编写的图像平移变换的程序,整个程序很好使用-This is a work written in Visual C++ image translation transformation process, the whole process a good use of

1
下载
83
浏览
2022-07-28发布

15. 这是一个由C实现的边缘检测算法。

这是一个由C实现的边缘检测算法。-This is a realization of the C edge detection algorithm.

1
下载
43
浏览
2022-07-28发布

16. 有效的实现图像的灰度级处理效果

有效的实现图像的灰度级处理效果-Effective realization of the gray-scale images deal with the effect of

1
下载
60
浏览
2022-07-28发布

17. 使用VFW进行摄像头调用,可以完成基本功能

使用VFW进行摄像头调用,可以完成基本功能-Call use the VFW for the camera, you can perform basic functions

1
下载
67
浏览
2022-07-28发布

18. js网页特效,实现计算器,日历,调色板功能

js网页特效,实现计算器,日历,调色板功能-js netnew achieve calculator, calendar, the function palette

1
下载
68
浏览
2022-07-28发布

19. VB读取TIFF文件,读写转换,等等。

vb读取tiff文件,有读写转换功能-vb read tiff files, read and write conversion, etc.

1
下载
91
浏览
2022-07-28发布

20. 编程包含一个下拉列表和一个按钮, //下拉列表中有10、14、18三个选项。 //选择10时,按钮中文字的字号为10, //选择14时,按钮中文字的...

编程包含一个下拉列表和一个按钮, //下拉列表中有10、14、18三个选项。 //选择10时,按钮中文字的字号为10, //选择14时,按钮中文字的字号为14, //选择18时,按钮中文字的字号为18。-Programming includes a drop-down list and a button,// 10,14,18 drop-down list, there are three options.// Select 10 pm, button text size is 10,// select 14 o" clock, the button in the text font size 14,// a choice of 18, the button text font size is 18.

1
下载
67
浏览
2022-07-28发布