资源列表
绘制多边形
- 本程序实现绘根据单击确定的点绘制多边形,一个很好的例子绝对值得收藏-this program click OK painted under the polygon drawing point, a very good example worthy collection
EastDraw(绘图软件)
- 一个用VC编写的程序,EastDraw(绘图软件),非常简单好用,还有完全的源代码可供学习和参考-a VC prepared by the procedures, EastDraw (graphics software), a very simple and easy, complete source code available for study and reference. !
CAIJIAN
- 计算机图形学中的裁剪算法。裁剪的用途是从一幅大的画面中提取所需的信息。-Computer Graphics cutting algorithm. The use of cutting from a big picture extract the required information.
二维图形系统
- 二维绘图程序,可实现基本的绘图,如直线,圆,多边形等等,可对图形填充、移动等基本操作-2D mapping, which enables the basic graphics, such as straight lines, circles, polygons, etc., can be filled right graphics, mobile and other basic operation
imagetest
- 关于图象的 立体显示 除了显示这一块仍然有问提,框家基本没问题了,仅供参考-on the stereoscopic images show that in addition there is still a question mention that the basic frame house no problem for reference
PolyFill
- 计算机图形学关于二维几何变换图形程序 源代码 欢迎指导-computer graphics transformation of two-dimensional geometric graphics program source code welcome guidance
作图软件vc
- 用VC开发的作图工具,支持器件库,支持动态特性设置。源码,可以进行二次开发。-development of the VC drawing tools, support for devices to support a dynamic feature set. Source code can be re-developed.
184526345
- 本原代码集是对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。出于简化编程的考虑,许多地方指定了常数,未做通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之外执行程序,必须复制所需位图及模型文件。内含r-primitive code of computer graphics programming p
蟑螂走砖块程序
- 这是一个用C语言编写的C小型程序,请在Torbo C 的环境下运行,便可以看到动态的效果-This is a C language C minor procedures, please Torbo C operating environment, we can see the dynamic effects
编辑控件源代码RopFun_demo
- 编辑控件源代码RopFun_demo,刚下的,我还没看,大家看看有用没-Edit Control RopFun_demo source code, just the, I have not yet, we see no useful
实验报告2
- 重点撑握数值微分法.此法主要内容为先算出直线的斜率 k=△y/△x 其中, △x=x1-x0, △y=y1-y0,(x0,y0)和(x1,y1)分别是直线的端点坐标。然后,从直线的起点开始,确定最佳逼近于直线的y坐标均为整数,让X从起点到终点变化,每步递增1,计算对应的y坐标,y=kx+B,并取象素(x,round(y))。用这个方法既直观,以可行,然而效率低。-focus on shoring grip numerical differentiation. This method is mai
DFASearcherNew
- 自动机DFA在文本检索中的应用 效果很不错 实现了NFA功能-automatic machine DFA in the text retrieval of very good results achieved NFA function