搜索资源列表
hueituruanjiecexu
- === === = =画图小将 说明文档= === === = 本程序主要实现画直线,画圆,画矩形等功能,界面友好,使用方便,构造了两个类CShape和CFunction负责画图,易于代码的移植复用。 CShape | -CShapeLine |-CShapeRect |-CShapeCircle | CFunction | |-CFuntionSelect |-CFunctionLine |-CFunctionRect
tuxingxuedazouye
- 1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的
lineandcircle
- 利用直线和圆的生成算法,绘制直线和圆,并利用此算法绘制时钟-Use of a straight line and circle generation algorithm, draw lines and circles, and draw the clock using this algorithm
Draw
- 基于Visual C++ 6.0开发系统,仿制Windows画图软件,实现如下功能: 1. 动态绘制文本、直线、矩形、圆(椭圆)、多边形等基本图形; 2. 可以改变图形的颜色、粗细、线型(实线、虚线、点划线等); 3. 可以实现图形的剪切、复制、粘贴、缩放(全部或指定区域)等基本编辑功能; 4. 基本的图形保存、打开、显示等功能;-Based on Visual C++ 6.0 development system, generic Windows drawing softwar
CG
- 学计算机图形学所画的图形,有画线(DDA,中点,Bresenham),画圆(中点和Bresenham),填充(扫描线和种子),裁剪,Bezier曲线,动画,三维形体。-By painting computer graphics school graphics, a painted line (DDA, the mid-point, Bresenham), Circle (mid-point and Bresenham), filling (scan line and seeds), cut, B
Paint
- 用QT制作的类似windows画板风格的绘图板。可以绘制点、直线、和圆。-A sample of paint board, which is like windows drawing board. The project contents the function of drawing point, line and circle. It s coded with QT.
gui16
- e-mail:cproom@163.net 计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做通用处理。-e-mail: cproom@163.net computer graphics programming practice, including painting a straight line, anti-aliased line,
saomiaoxian
- 图形学的两个基本程序 DDA画线 中点画线 和画圆 算法 很好的啊 上机课自己做的-Graphics are the two basic procedures for drawing a line in the DDA Circle Algorithm stipple line and a very good ah-on classes to do their own
first
- Program on the basis of the object-oriented programming. Executes drawing of drawings primitives: point, line, rectangle, circle and ellipse.
jhy
- 该程序实现各种图形图像的绘制,包括直线、折线、圆形、矩形、椭圆、随机线等的绘制,另外还可以添加文本,实现刷新等功能-The program to achieve a variety of graphics rendering, including straight line, polyline, circle, rectangle, ellipse, Draw random lines, etc., can also add text, and other functions to achiev
draw
- 图形的绘制:图形主要包括点、直线、弧线、圆、椭圆、多边形等。用户可以通过菜单或工具条按钮两种方式选择将要绘制的图形,从状态栏上可以看到当前绘制的图形类型。用户能够对图形元素的线型参数、填充参数进行设置。图形的编辑:支持撤销、恢复以及对当前所画图形的重复等操作。图形文件的读写:能够将所绘制的图形保存到文件中,并能够进行文件的读取。 -Graphics rendering: graphics including point, line, arc, circle, ellipse, polygon
huaban-visualbasic
- 用visual basic 做的画板,可实现画圆,画长方形,画正方形,画直线等。-Visual basic to do with the drawing board, can be realized circle, draw a rectangle, draw a square, draw a straight line and so on.
vc.cad
- 用VC开发的cad系统,包括放大、缩小、平移等操作,绘制的基本对象包括线、多边形、圆、椭圆、三角形等。 -Developed using VC cad system, including zoom, pan and other operations, the basic object drawing including line, polygon, circle, ellipse, triangle and so on.
MyGraphics
- 使用VS6.0并用C++编写的计算机图形绘制程序。实现了直线,多边形,圆等图形的绘制。同时包含了填充,图形几何变换,填充以及裁剪等功能。-Use VS6.0 and written in C++, computer graphics drawing program. Realized the line, polygon, circle and other graphics rendering. Also includes the filling, graphics geometric trans
Line-AND-Circle
- 图形学中用DDA、Bresenham算法绘制直线和z中点法绘制圆-Graphics using DDA, Bresenham algorithm to draw a straight line and the midpoint method to draw a circle z
Bresenham_line
- Bresenham直线和圆的生成算法原理及其实现-Bresenham straight line and circle generation algorithm principle and its implementation
Draw
- 能够实现简单的线,矩形,圆,多边形等的绘制-To achieve a simple line, rectangle, circle, polygon rendering, etc., as well as zoom, roaming and other functions
MFC-Draw
- 基于MFC实现画图(包括线, 矩形,圆等)功能。-using MFC to draw Line,circle, rect and so on. It is very easy to understand.
computer-picture
- 计算机图形学的绘图程序,功能包括生成直线、多边形、圆和字符,还有图形的基本变换(平移、旋转和缩放)、还包括多边形裁剪-Computer graphics drawing program, include generating line, polygon, circle and character, as well as basic graphics transformations (translation, rotation and scaling), but also polygon clip
Draw-line-and-circle
- MFC 程序,可以指点画圆,中心点画圆,有滚动, 同时可以实现自动画椭圆, 画线-MFC to point out a painting circle, rolling, and at the same time can realize automatic draw ellipse
