资源列表
Bresenham
- 简单计算机图形学算法,通过直线中点Bresenham算法,绘制直线。- Simple computer graphics algorithms, Bresenham line passing through the midpoint algorithm, draw a straight line.
Raytracer
- 实现了简单几何场景的光线跟踪。几何体主要是球,也可添加其他几何体。-The simple geometric scene ray tracing. Geometry primarily balls, can also be added to other geometry.
Bresenham
- 圆中点Bresenham算法 VC++ 6.0-Round the mid-point Bresenham algorithm Bresenham midpoint circle algorithm for VC++ 6.0
qmg202mb
- matlab 绘图工具箱,可以方便的使用工具箱程序,作图。-matlab drawing toolbox, you can use the Toolbox program mapping.
Draw1
- DRAW画图代码,值得初学者,学习,很的东西啊!-DRAW drawing code, it is worth for beginners to learn the very things ah!
huazhiqian
- 简单的画直线例子,MFC开发,是一个作业题目,有用的可以下载-Simple example to draw a straight line, MFC development, it is a job title, useful to download
line2
- 绘制任意斜率的直线段 设计CLine直线类,其数据成员为直线段的起点坐标P0和终点坐标P1,成员函数为MoveTo()和LineTo()函数。 CLine类的LineTo()函数使用中点Bresenham算法绘制任意斜率k的直线段,包括k=±∞、k>1、0≤k≤1、-1≤k<0和k<-1五种情况。 在屏幕客户区按下鼠标左键选择直线的起点,保持鼠标左键按下并移动鼠标到另一位置,弹起鼠标左键绘制任意斜率的直线段。 在状态栏动态显示鼠标光标移动时的位置坐标。-The slope of
Textual-programming
- 本内容基于VC++的文本编辑,主要包括创建图形插入符、添加字符串资源、路径、以及字幕变色等功能的实现。-The is based VC++ text editor, includes creating graphics caret, add a string resource, the function of the realization of the path, as well as subtitles discoloration.
Five
- 计算机图形学中的线段焦点计算,包含重叠的代码-In computer graphics, line focus calculation, contains the overlap of code
7133615869
- VC画图程序,非常适合初学者。这是本人多年的收藏,现在与大家一起分享。
libgd-2.1.0
- 可以利用libgd库生成gif或png,外国网站不好下载-Libgd library can be used to generate gif or png, foreign website not download
ht5
- mfc实现圆弧的绘制,可以通过mfc中坐标的转换实现,并且是一种解决函数绘画的基本操作,便于理解学习。-mfc can do it.