登录

最新会员 最新下载

成为了本站VIP会员

12月25日 15:38

成为了本站VIP会员

12月25日 12:28

成为了本站VIP会员

12月25日 12:10

成为了本站VIP会员

12月24日 23:54

成为了本站VIP会员

12月24日 23:29

成为了本站VIP会员

12月21日 19:40
已选条件
  1. 编程语言:所有
  2. 代码类别:GDI
  3. 发布时间:半年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 很多几何图形的画法,如三维图形、曲线及曲面的绘制,三次样条曲线,BEYOND,曲面,Beziel曲线等...

很多几何图形的画法,如三维图形、曲线及曲面的绘制,三次样条曲线,BEYOND,曲面,Beziel曲线等-many geometric shapes of paint, such as 3D graphics, curve and surface mapping, cubic spline curve, BEYOND, surface, curve Beziel

1
下载
46
浏览
2023-04-22发布

2. 主要是实现图形的设计,图像处理,希望大家喜欢

主要是实现图案设计,图象进行处理,希望大家喜欢-Mainly the realization of graphic design, image processing, hope you like

1
下载
44
浏览
2023-04-20发布

3. 这个程序实现了256色PCX文件解码。注意:其中第二个函数对一行进行解码,应该把阅读的重点放在这个函数上。要注意的是,执行时,文件C: est.pcx必须存在...

这个程序实现了256色PCX文件解码。注意:其中第二个函数对一行进行解码,应该把阅读的重点放在这个函数上。要注意的是,执行时,文件C: est.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 attention to the implementation, the C : test.pcx must exist, but is a 256-color PCX document.

1
下载
39
浏览
2023-04-20发布

4. 透明按钮编程实例上面的键映射,防止闪变…

透明按键编程实例,在按键上面贴图;防止界面闪烁。-Transparent button programming examples above in the key mapping prevent flicker interface.

1
下载
40
浏览
2023-04-20发布

5. bmp, ico, jpg and other image format conversion inside the class are given a var...

bmp,ico,jpg等图像格式相互转换的类 里面给出了各种图像的存储格式。 虽然是VB代码,但很容易转换为C的代码,-bmp, ico, jpg and other image format conversion inside the class are given a variety of image storage format. Although the VB code, but easily converted to C code,

1
下载
47
浏览
2023-04-19发布

6. 一个实现浏览BMP图像的例子,是从网上down下来的,不知道这里有否,如无,算是成功了...

一个实现浏览BMP图像的例子,是从网上down下来的,不知道这里有否,如无,算是成功了-a surfing BMP image examples, down from the Internet down, I do not know whether it here, if not, as a success

1
下载
40
浏览
2023-04-19发布

8. 示范效应

旋转文字效果演示-demonstration effect

1
下载
50
浏览
2023-04-19发布

9. 在DataGridView的Cells中添加一个颜色拾取的组合框,源码

在DataGridView的Cells中添加一个颜色拾取的组合框,源码 -Cells in the DataGridView add a color pick up the combo box, source

1
下载
42
浏览
2023-04-18发布

10. IIR数字滤波器设计C程序

IIR数字滤波器设计C程序-双线性变换法设计IIR数字滤波器包括1.Lowpass 2.Highpass 3.bandpass三部分-Infinite Impulse Response Digital Filter Design By Double Converting

1
下载
31
浏览
2023-04-18发布

11. image processing example, relatively simple

图象处理的例子,比较简单-image processing example, relatively simple

1
下载
45
浏览
2023-04-18发布

12. This is a parody of the volcanic eruption applet small program interface very re...

这是一个模仿火山喷发的applet小程序,界面非常逼真。-This is a parody of the volcanic eruption applet small program interface very realistic.

1
下载
52
浏览
2023-04-18发布

13. this is a BMP image processing procedures, with VC 6.0, the image rotation

这是一个对BMP图像进行处理的程序,用VC++6.0实现,可以对图像进行旋转-this is a BMP image processing procedures, with VC 6.0, the image rotation

1
下载
54
浏览
2023-04-18发布

14. 小程序的OCR识别,和大家分享,学习学习

linux下的TCP编程实验,包含socket编程技术,十分实用。-linux programming under the TCP experiments, including socket programming technology, very useful.

1
下载
50
浏览
2023-04-17发布

15. Paint small procedures, such as Windows

画图小程序,像Windows 自带的差不多。-Paint small procedures, such as Windows

1
下载
56
浏览
2023-04-17发布

16. Written by a foreigner angle high

一个外国人写的高性能的斜视角游戏程序例子。-Written by a foreigner angle high-performance example of the game procedures.

1
下载
47
浏览
2023-04-17发布

17. 有了它就可以知道原来点击放大图象也很简单的啊,随心所欲的放大我的图片。...

有了它就可以知道原来点击放大图象也很简单的啊,随心所欲的放大我的图片。-made it know that it can enlarge images are very simple ah, and to engage in my pictures to enlarge it.

1
下载
49
浏览
2023-04-16发布

18. 主要讲述内容:概述 函数定义的一般形式 函数的参数和函数的值 函数的调用 函数的嵌套调用 函数的递归调用 数组作为函数参数 局部变量

主要讲述内容:概述 函数定义的一般形式 函数的参数和函数的值 函数的调用 函数的嵌套调用 函数的递归调用 数组作为函数参数 局部变量和全局变量 变量的存储类型 内部函数和外部函数 如何运行一个多文件的程序 -Focuses on the content: an overview of the general form of function definition function parameters and function of the value function call function call function nested recursive calls as a function parameter array of local variables and global variables variable storage type internal function and external function how to run more than one document the procedures

1
下载
59
浏览
2023-04-15发布

19. Polygon triangulation code.

Polygon triangulation code.-Auto triangulation code.

1
下载
45
浏览
2023-04-15发布

20. 位图处理:平移:扫描:马赛克:缩放:旋转:镜子

位图处理: 平移:扫描:马赛克:缩放:旋转:镜像-bitmap processing : Translation : Scanning : Mosaic : Zoom : Rotary : Mirror

1
下载
65
浏览
2023-04-14发布