资源列表
solar
- this graphicallly shows the solar system.very useful graphics written in c.
graphics
- 计算机图形学源码 包含大量例子及其分析-Source code contains a large number of examples of computer graphics and analysis
CreateCollage
- This function imports images from a directory and then creates a collage of those images to form a new image by matching pixel colours.
acadmap2pgsql
- acad to postgres import / export
name_list_mon
- this about the progressive coding for stereo images so do download it.-this is about the progressive coding for stereo images so do download it.
SNOW
- 基于TC环境编程,2D雪花绘制。 新年快乐!-TC-based programming environment, 2D snowflake reality. Happy new year!
A_universal_vector_graphics_closure_region_filling
- 一种通用矢量图形闭合区域填充算法,用伪代码方式介绍了完整的算法-A universal vector graphics closure region filling algorithm
smail21
- 采用mfc下图形绘制功能绘制了笑脸,利用画笔和画刷,是学习计算机图形学的入门参考-Under the graphics rendering capabilities using mfc Drawing a smiley face, using the brush and brush, is learning introductory computer graphics reference
girl
- js显示游戏地图,并控制上下左右人物移动-js display the game map, and control the characters move up and down left
PDF417
- BarCode Programming:PDF417 example
DrawArc2
- 自动生成Autocad脚本(scr)的C++源程序,可以生成Autocad中各种多边形图形,主要用于半导体制程中的掩模绘制。-Autocad automatically generated scr ipt (scr) for C++ source code, you can generate Autocad various polygon graphics, mainly for the semiconductor manufacturing process of the mask drawin
Bresenham
- 该程序实现了Bresenham算法画直线,将四个象限的问题通过交换端点的方法合并成一,四象限的问题。再利用sign变量,统一成一个问题。又考虑到斜率<=1,>1,不存在,最终问题分成了三种情况。-The program implements Bresenham algorithm for drawing a straight line, the four quadrants of the problem through the exchange of endpoint methods