Welcome![Sign In][Sign Up]
Location:
Search - dda

Search list

[Graph programdda

Description: 一个dda算法的实现,花了好长时间啊,其实很简单的-Dda algorithm for the realization of a spent a long time, ah, in fact, very simple
Platform: | Size: 289792 | Author: ruancongyang | Hits:

[Graph program1)DDA

Description: Computer Graphics- DDA Algorithm Implemented
Platform: | Size: 1024 | Author: suganya | Hits:

[Graph programline

Description: 利用DDA算法进行画线,确定两点通过DDA算法绘制直线-Draw a line using DDA algorithm to determine the two points a straight line drawn through the DDA algorithm
Platform: | Size: 1024 | Author: 刘嘉文 | Hits:

[2D GraphicDDADrawingprogramplusdelaytime

Description: DDA画线算法, 此处加上了延时,更便于观察画线过程,演示效果好。-DDA line drawing algorithm, here coupled with the delay, but also easy to observe the process of drawing lines to demonstrate good results.
Platform: | Size: 15360 | Author: nina.g | Hits:

[Windows DevelopDDA

Description: DDA画线算法,是计算机图形学原理及算法里的一种很简单的栅格数据的直线画法-DDA line drawing algorithm, computer graphics theory and algorithms inside a very simple straight-line drawing method of raster data
Platform: | Size: 1950720 | Author: libratao | Hits:

[Graph programdda

Description: DDA的模拟算法。指定的显示窗口的屏幕划分成64X64的区域;每个区域有一个象素,是位于区域中心半径为r的圆。进行DDA直线段绘制时,算法中选中的象素就用窗口中相应的圆代替。-DDA simulation algorithm. The specified display window of the screen is divided into 64X64 areas each region has a pixel is located in the Regional Center radius r circle. DDA to draw a straight line segment, the algorithm used to select the pixel on the window, replaced by the corresponding circle.
Platform: | Size: 1024 | Author: | Hits:

[Graph programhuaxian

Description: DDA画线算法和中点画线算法实现以及中点画圆算法实现-DDA line drawing algorithm and the stipple-line algorithm, as well as the mid-point Circle Algorithm
Platform: | Size: 202752 | Author: 猴妹妹呀 | Hits:

[Graph programDDA

Description: DDA算法的实现,用DDA算法画出一个直线-DDA Algorithm, draw a straight line with the DDA algorithm
Platform: | Size: 2048 | Author: 臣鱼 | Hits:

[Graph programDDA

Description: 这是一个计算机图形学直线扫描的DDA算法程序,在VC6成功运行。-This is a computer graphics algorithm for linear scan DDA procedure, VC6 run successfully.
Platform: | Size: 45056 | Author: 王可 | Hits:

[Windows DevelopDDA

Description: 直线DDA算法。。包含思想和概述。计算机图形学的实验之一,可以画出直线,不用考虑斜率的变化。-DDA line algorithm. . Contains ideas and an overview. Computer Graphics of the experiment, one can draw a straight line, without regard to slope changes.
Platform: | Size: 3072 | Author: 师颖 | Hits:

[ActiveX/DCOM/ATLdda.c

Description: Implementaç ã o do Algoritmo de Line DDA, usando em no desenvolvimento de jogos em computaç ã o gráfica
Platform: | Size: 1024 | Author: hélio fernandes | Hits:

[Graph programtuxingxue

Description: 该程序包里包含了计算机图形学所学的各种算法的源程序: 1、直线算法(B算法、DDA算法和中点算法) 2、圆弧算法 3、多边形填充算法(有序边发、种子算法和图案填充算法) 4、二维变换算法 5、直线二维裁剪算法 6、三维变换算法 程序包中有各算法的源程序和可执行程序,另外还有的程序说明和解释,保证容易看懂。程序都是本人亲自编写,控制台C程序用 Turbo C 编写,图形界面程序用 VC 编写。并全部测试成功。 有任何问题可与本人联系: QQ:44452114 E-mail:lewsn2008@yahoo.com.cn -The program package contains a variety of computer graphics algorithms learned source: 1, straight line method (B algorithm, DDA algorithm and the mid-point algorithm) 2, 3 arc algorithm, polygon fill algorithm (ordered edge hair, Seed algorithms and pattern filling algorithm) 4, two-dimensional transform algorithm 5, line two-dimensional cutting algorithm is six, three-dimensional transform algorithm package has various algorithms source and executable programs, in addition to description and explanation of procedures to ensure easy read. Procedures are personally write console C program using Turbo C write, write GUI programs using VC. And they are all tested successfully. Can I have any questions contact: QQ: 44452114 E-mail: lewsn2008@yahoo.com.cn
Platform: | Size: 313344 | Author: lewsn2008 | Hits:

[Graph programdda

Description: 这是计算机图形学的图元显示实验的dda算法键入坐标画直线-This is the computer graphics pixel display coordinates of the experiment dda algorithm for drawing a straight line type
Platform: | Size: 1024 | Author: dy | Hits:

[Software EngineeringDDA

Description: 使用VC++6.0开发的摄像头拍照软件,具有如下功能:1 多帧拍照,有效提高摄像头背景干扰,尤其对电脑眼在环境光线不好时拍照,可以设定拍照帧数;2 具有焦距参数功能,根据动态图像计算焦距参数,反映图像清晰度;3 尺寸测量,具有测量尺功能;4-Developed using VC++6.0 camera photo software, has the following features: 1 multi-frame camera, effectively improve the camera background interference, especially for computer eyes in the ambient light is not so good camera, you can set the camera frame 2 has a focal length of parameter function, dynamic image calculated according to the focal length parameter, reflecting the image clarity three dimensional measurement with a measuring foot function 4 ...
Platform: | Size: 115712 | Author: WangXM | Hits:

[JSP/JavaDDA

Description: 计算机图形学中直线段扫描画线算法的源代码-Computer graphics in a straight line segment Scan Line algorithm source code
Platform: | Size: 2048 | Author: Lee | Hits:

[GDI-BitmapDDA

Description: 实现计算机图形学DDA算法帮助您实现实验要求-DDA algorithm to achieve computer graphics to help you achieve the requirement of experiment
Platform: | Size: 1889280 | Author: 王庆 | Hits:

[OpenGL program20091227linedda

Description: 本文对直线的生成的3种算法:逐点比较法、数值微分法(DDA法)、Bresenham算法进行研究。本文对逐点比较法、数值微分法(DDA法)、Bresenham算法进行推导,研究了逐点比较法、数值微分法(DDA法)、Bresenham算法在第一象限的实现和改进后逐点比较法、数值微分法(DDA法)、Bresenham算法在所有象限的实现。通过编程实践,可以掌握VC和opengl的使用方法。-In this paper, a straight line generated by three kinds of algorithms: point by point comparison method, numerical differential method (DDA Act), Bresenham algorithm research. In this paper, point by point comparison method, numerical differential method (DDA Act), Bresenham algorithm is derived to study the by-point comparison method, numerical differential method (DDA Act), Bresenham algorithm in the first quadrant of the implementation and improved point by point comparison method , numerical differential method (DDA Act), Bresenham algorithm for the realization in all quadrants. By programming practice, you can master the VC and opengl is used.
Platform: | Size: 211968 | Author: aliang | Hits:

[2D GraphicDDA

Description: DDA算法画直线 部分中点画线 还需完善 谢谢提议-DDA algorithm for drawing a straight line section of the proposal stipple line needs to improve thanks
Platform: | Size: 1024 | Author: 朱杰伦 | Hits:

[Special EffectsDDAMouseLine

Description: 计算机图形学 DDA算法 画圆 点击鼠标画圆-DDA Circle Algorithm
Platform: | Size: 1931264 | Author: 叶紫 | Hits:

[Graph programprogram

Description: 计算机图形学课程算法演示系统 (1)画线算法演示:实现画线的三个算法---DDA画线算法、中点画线算法、Bresenham画线算法。建立坐标系,由用户输入两点坐标,体现直线的走势,最后给出算法的参数值以及实现清除功能。 (2)画圆算法演示:实现画圆的两个基本算法---Bresenham画圆算法、中点画圆算法。由用户输入圆的半径,体现圆的四个象限的走势,最后给出算法的误差值以及实现清除功能。 (3)填充算法演示:实现边填充和种子填充这两个基本填充算法。其中边填充由用户画出多边形,对封闭的多边形进行由上而下用带颜色的边逐一填充,直至填满封闭区域。种子填充则由用户点击后在主窗体用运动的圆点体现其填充的效果。 -Computer Graphics Algorithm Demonstration System
Platform: | Size: 2332672 | Author: 于小鱼 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 42 »

CodeBus www.codebus.net