搜索资源列表
NEO_V1.1.36
- 支持基本绘图、多种格式图形显示、鼠标操 作、扩展内存和扩充内存的操作、时钟、音频播放、多种字体的汉字及英文显示等等特性;更激动人心的是, 它可以工作于TURBO C库函数无法达到的高分辨率下(比如800X600、1024X768甚至1280X1024);而且,它 支持8位、15位和16位三种色深!-support basic graphics, multiple format graphics, mouse operation, expandable memory and memor
kfill
- 种子填色算法,turbo c 2.0环境-seed coloring algorithm, 2.0 turbo c
bilitu
- 在TURBO C 2.0下,实现圆形百分比图,还有条形图的绘制;最多可以显示8组图。-the TURBO C 2.0, the percentage of plans to achieve circular, bar charts mapping; most shows 8 Reuters.
Simpfc
- 简单的分形图绘制程序 可以绘制简单的二叉树形分形图 turbo c 2.0编译-simple fractal mapping procedures can draw a simple binary tree-shaped Fractal 2.0 turbo c compiler
Tc2.0Bsplinesrc
- turbo c 2.0实现的B样条反控制顶点算法 也就是画一条插值到所给点的样条 4阶,3次-turbo c 2.0 achieving B-spline vertices of the anti-control algorithm is a painting by interpolation to point to the kind of the four bands, three times
1
- 图形学与数字图像处理实验中区域填充实验源码实验目的 1、 通过实验,进一步理解和掌握扫描线填充算法; 2、 掌握用扫描线填充算法进行区域填充的基本过程; 3、 通过编程,会在TC环境下用扫描线填充算法编程实现一个饼型图的绘制; 4、 通过实验,进一步理解和掌握Sutherland 裁剪算法; 5、 掌握用Sutherland 裁剪算法裁减多边形的基本过程; 6、 通过编程,会在TC环境下用Sutherland 算法编程实现用矩形窗口对多边形的裁剪。 实验环境 计
2
- 图形填充和直线段裁剪。。。 TURbO C环境编程
graphics
- 图形学小程序 画转动的球体等 在Turbo c 2.0下调试通过-Graphics draw a small program, such as turning the ball at the next Turbo c 2.0 debugging through
tuxingxue
- 该程序包里包含了计算机图形学所学的各种算法的源程序: 1、直线算法(B算法、DDA算法和中点算法) 2、圆弧算法 3、多边形填充算法(有序边发、种子算法和图案填充算法) 4、二维变换算法 5、直线二维裁剪算法 6、三维变换算法 程序包中有各算法的源程序和可执行程序,另外还有的程序说明和解释,保证容易看懂。程序都是本人亲自编写,控制台C程序用 Turbo C 编写,图形界面程序用 VC 编写。并全部测试成功。 有任何问题可与本人联系: QQ:4445
2
- A simple drawing by using Graphical commands in Turbo c++.