CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - circle midpoint
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - circle midpoint - List
[
Graph Recognize
]
Midpoint
DL : 0
中点画圆的方法是图形学中最长用的,是学生爱下的原代码。-midpoint Circle Graphics is the longest of students, and that is love of the original code.
Update
: 2008-10-13
Size
: 38.56kb
Publisher
:
许杂额
[
Windows Develop
]
2DLineMeta
DL : 0
vc画圆 使用中点算法 消影 抖动-vc Circle midpoint algorithm using video jitter Consumers
Update
: 2008-10-13
Size
: 42.95kb
Publisher
:
王哲
[
Fractal program
]
图形基础
DL : 1
中点画线法,中点画圆法,DDA画线法,Bresenham画线法,Bresenham画圆法-were dotted line, the midpoint Circle, DDA line drawing, Bresenham line drawing, Bresenham Circle France
Update
: 2025-02-17
Size
: 5kb
Publisher
:
波波
[
Graph Drawing
]
MidpointCircleDemo
DL : 0
中点画圆法算法实现,能够实现坐标平移,支持鼠标绘图-midpoint Circle France algorithm to achieve coordinates translation, mapping support for mouse
Update
: 2025-02-17
Size
: 1.85mb
Publisher
:
陈锋
[
GDI-Bitmap
]
实验三圆的中点转换算法
DL : 0
课堂上老师要求做的实验三。实现圆的中点转换算法。-class, the teacher asked to do the experiment three. Circle the midpoint conversion algorithm.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
郑平
[
GDI-Bitmap
]
画圆算法
DL : 0
两种画圆的算法,中点画圆算法和Bresenham画圆算法-the algorithm, the midpoint of Bresenham algorithm and Circle Circle Algorithm
Update
: 2025-02-17
Size
: 33kb
Publisher
:
刘宇
[
Graph Recognize
]
Midpoint
DL : 0
中点画圆的方法是图形学中最长用的,是学生爱下的原代码。-midpoint Circle Graphics is the longest of students, and that is love of the original code.
Update
: 2025-02-17
Size
: 1.9mb
Publisher
:
许杂额
[
GDI-Bitmap
]
TuXingXueZongHeShiXi
DL : 0
这是我图形学的综合实习程序,里面实现直线的dda算法,中点Bresenham算法,改进Bresenham算法的绘图,椭圆的中点Bresenham算法,圆的八分画圆结合中点Bresemham算法的绘制,并包含了图形的翻转,平移,对称,比例变换,内有说明文档-integrated graphics attachment procedures, straight line inside the dda algorithm, the midpoint of Bresenham algorithm, improving the Bresenham algorithm for mapping, elliptical midpoint Bresenham algorithm, the eighth round midpoint Bresemham Circle combining algorithm mapping, and includes graphics and overturned, translational symmetry, Transform ratio, which is documented
Update
: 2025-02-17
Size
: 10kb
Publisher
:
4587
[
Windows Develop
]
2DLineMeta
DL : 0
vc画圆 使用中点算法 消影 抖动-vc Circle midpoint algorithm using video jitter Consumers
Update
: 2025-02-17
Size
: 43kb
Publisher
:
王哲
[
2D Graphic
]
colorcircle
DL : 0
用C语言实现的中点画圆算法,并根据扫描线种子填充算法来填充圆形。-C Language Circle the midpoint algorithm, and in accordance with scanning lines seed fill algorithm to fill round.
Update
: 2025-02-17
Size
: 33kb
Publisher
:
ffff
[
Graph Drawing
]
yangke
DL : 0
这个是我计算机图形学的实验的源代码, 包括中点画线 画圆,Bresenham 画线 画圆, 种子扫描填充区域, 三角形图形基本3种变换,附 实验报告-this my computer graphics of the source code, including Midpoint Circle Line, Circle Bresenham line drawing, scanning seed filling regional triangle three basic types of graphics transformation experiments attached report
Update
: 2025-02-17
Size
: 165kb
Publisher
:
杨科
[
JSP/Java
]
DrawPaintCode
DL : 0
代码实现了计算机图形学中画线算法(包括DDA,中点法,Bresenham)以及画圆算法(包括中点法,Bresenham)以及多边形的填充(包括边填充,种子填充,扫描填充)多边形的二维变换,多边形的裁减等功能.根据不同的控件进行选择,然后实现各算法.-code realized the computer graphics line drawing algorithm (including DDA, the midpoint method, Bresenham) and Circle algorithm (including midpoint, Bresenham) and polygon filling (including edge filling, seed filling, Filled with scanning) transform two-dimensional polygon, polygon reduction, and other functions. According to various control options. then the achievement of the algorithm.
Update
: 2025-02-17
Size
: 224kb
Publisher
:
刘晴
[
Graph Drawing
]
circle
DL : 0
扫描转换圆弧,利用中点算法,根据圆的八对称性,生成圆。-Arc scan conversion, using the midpoint algorithm, according to the symmetry of round eight, to generate a round.
Update
: 2025-02-17
Size
: 50kb
Publisher
:
方芳
[
JSP/Java
]
draw
DL : 0
mpl.add(new MenuItem("DDA画线")) mpl.add(new MenuItem("中点画线")) mpl.add(new MenuItem("Bresenham画线")) mpl.addActionListener(this) mp2=new Menu("画圆") mp.add(mp2) mp2.add(new MenuItem("公式法画圆")) mp2.add(new MenuItem("多边形逼近圆")) mp2.add(new MenuItem("中点画圆")) mp2.addActionListener(this) -mpl.add (new MenuItem ( DDA line drawing )) mpl.add (new MenuItem ( in the line stipple )) mpl.add (new MenuItem ( Bresenham line drawing )) mpl.addActionListener (this) mp2 = new Menu ( Circle ) mp.add (mp2) mp2.add (new MenuItem ( drawcircle formula )) mp2.add (new MenuItem ( Polygon approximation circle )) mp2.add (new MenuItem ( midpoint drawcircle )) mp2.addActionListener (this)
Update
: 2025-02-17
Size
: 6kb
Publisher
:
李默
[
OpenGL program
]
DDA
DL : 0
DDA 算法 achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm -DDA algorithm achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm
Update
: 2025-02-17
Size
: 1kb
Publisher
:
[
Internet-Network
]
circle
DL : 0
中点圆算法 简单精炼 特别适合初学者 希望对大家有点参考价值-Midpoint circle algorithm is simple and particularly suitable for beginners refining hope everybody a little bit reference value
Update
: 2025-02-17
Size
: 19kb
Publisher
:
shuii
[
OpenGL program
]
Circle
DL : 0
在visual c++下用opengl实现中点画圆算法-In visual c++ implementation using the midpoint circle algorithm opengl
Update
: 2025-02-17
Size
: 325kb
Publisher
:
冯建玉
[
OpenGL program
]
Line
DL : 0
Circle midpoint using openGL
Update
: 2025-02-17
Size
: 260kb
Publisher
:
Shobi
[
2D Graphic
]
circle
DL : 0
1、编程实现 利用1/8圆中点算法和Bresenham算法生成圆,并显示。 2、推导1/4圆的中点画圆算法,并编程实现。 3.、构造任意一个边界表示的多边形,假定该多边形内部是四连通的。要求:用种子填充算法实现对多边形内部的填充。-1, the programming system to use the 1/8 round midpoint circle algorithm and Bresenham algorithm to generate and display. 2, the derivation 1/4 circle midpoint circle algorithm and programming. 3, construct an arbitrary polygon boundary representation, it is assumed that the interior of the polygon is four connected. Requirements: The seed filling algorithm for polygon filling.
Update
: 2025-02-17
Size
: 2.29mb
Publisher
:
郭帏
[
Graph Drawing
]
Circle-midpoint-algorithm
DL : 0
计算机图形学中基于MFC的OpenGL实现的圆弧中点扫描算法绘制圆形,半径可以自己设置,附有可执行文件。-Computer graphics based on the OpenGL MFC realization of the circular arc midpoint scanning algorithm to draw the circle, the radius can be their own settings, with the executable file.
Update
: 2025-02-17
Size
: 3.04mb
Publisher
:
蔡颖
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.