搜索资源列表
种子填色算法
- 这是计算机图形学当中的一个绘图程序,希望会对图形学热爱者有所帮助。-This is the computer graphics which a mapping procedure, hoping graphics enthusiasts will be helpful.
scanseedfill
- 一个超强的扫描种子填充算法程序,使用VC++开发,效果不错。-a super scan seed filling algorithm, the use of VC development effectiveness.
txxdh
- 计算机图形学里的一些基本算法程序之一 帧动画 ,VC++环境编译-computer graphics, the basic algorithm procedures one frame animation, VC compiler
txxssdh
- 计算机图形学里的一些基本算法程序之一 实时动画,VC++环境编译-computer graphics, the basic algorithm procedures for real-time animation, VC compiler
txxswbh
- 计算机图形学里的一些基本算法程序之一 三维变换,VC++环境编译-computer graphics, the basic algorithm for three-dimensional transform one of the procedures, VC compiler
txxtxcj
- 计算机图形学里的一些基本算法程序之一 图形裁剪,VC++环境编译-computer graphics, the basic algorithm procedures for cutting graphics, VC compiler
txxtxjh
- 计算机图形学里的一些基本算法程序之一 图形相交—相切,VC++环境编译-computer graphics, the basic algorithm procedures for the intersection graphic-tangent, VC environment compiler
txxxq
- 计算机图形学里的一些基本算法程序之一 消隐,VC++环境编译-computer graphics, the basic algorithm procedures for hidden VC environment compiler
txxzsg
- 计算机图形学里的一些基本算法程序之一 真实感图形学,VC++环境编译-computer graphics, the basic algorithm procedures for photorealistic graphics, VC compiler
vb
- 线型渐开程序,有需要在发方型渐开等算法程序
DZHX
- VC的等值线算法程序,外国人做的一个程序,可能还要改进
homework2
- 基于VC++实现了直线的Brsenham算法程序
直线圆的生成算法(计算机0204班张冀川23号)
- c语言绘图程序 输入参数即可花图形(直线圆)-mapping procedures input parameters can be spent graphics (line Yuan)
数字图像处理算法源程序
- 图像处理的常用程序,包括图像的增加、图像的复原、图像的分割、二值化处理、对角镜像处理等-common image processing procedures, including images, image restoration, image segmentation, binary, right angle image processing
MFC实现线段裁剪算法
- MFC实现线段裁剪算法,用户界面清晰,使用方便,程序易读。
tuxingxueVC6.rar
- 主要是各种算法思想及程序,包括:直线的DDA画线、中点画线、Bresenham画线算法;中点画圆、Bresenham画圆、中点画椭圆算法;有序边表填充、种子填充、圆和椭圆的填充、图案填充算法;线型和线宽处理;Cohen-Sutherland裁剪算法、中点分割裁剪算法、Liang-Barsky裁剪算法、多边形逐边裁剪算法,AppWizard has created this Draw application for you. This application
Lcd_DrawLine
- Bresenham画直线算法程序,在320240LCD上用过,很好用。-Bresenham line drawing algorithm program used in 320240LCD on, very good use.
tianchong
- 实现多边形区域扫描线填充的有序边表算法,并将实现的算法应用于任意多边形的填充,多边形的顶点可由键盘输入或鼠标拾取,填充要准确,不能多填也不能少填。 要求掌握边形区域扫描线填充的有序边表算法的基本原理和算法设计,画出算法实现的程序流程图,使用C或者VC++实现算法,并演示。 -Scan-line polygon fill the region to achieve the orderly side of the table algorithm, and the algorithm is a
CurveC++
- 曲线拟合算法,C++程序,多种拟合方法,包括拉格兰日算法等 -Curve fitting algorithm, C++ Procedures, fitting a variety of methods, including algorithms, such as Raglan Day
Graphics
- 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪