CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - draw circle
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - draw circle - List
[
Other resource
]
How-to-draw-circle-in-Matlab
DL : 0
在MATLAB并无直接指令可进行画圆,本程序是一个不错的画圆程序。-in MATLAB no direct instructions can be Circle, the procedure is a good Circle procedures.
Update
: 2008-10-13
Size
: 1.73kb
Publisher
:
alpha
[
assembly language
]
circle
DL : 0
masm32 汇编源码-masm32 assembly source code
Update
: 2025-02-19
Size
: 8kb
Publisher
:
jts
[
SourceCode
]
graphics
DL : 0
本程序是图形的设计,比较简单 可以画线,圆和椭圆 并可以平移,旋转,选择删除,回退,保存 打开图形-The code is used to graph design. It can draw line,draw circle,draw ellipse.The graph can be rotated,translated and selected delete,undo,save.
Update
: 2025-02-19
Size
: 243kb
Publisher
:
吴晓辉
[
OpenGL program
]
OpenGL_CircleAlgorithm
DL : 0
OpenGL,to draw a line and draw a circle(line and circle algorithms)-OpenGL, to draw a line and draw a circle (a line and circle lgorithms)
Update
: 2025-02-19
Size
: 757kb
Publisher
:
Leon
[
matlab
]
How-to-draw-circle-in-Matlab
DL : 0
在MATLAB并无直接指令可进行画圆,本程序是一个不错的画圆程序。-in MATLAB no direct instructions can be Circle, the procedure is a good Circle procedures.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
alpha
[
Other
]
draw
DL : 0
本程序完成简单的图形学操作。用鼠标实现画线、画圆、画矩形、多边形等,以及图形的填充、直线和多边形的裁剪-This process is complete a simple graphics operation. Use the mouse to achieve the painting line, circle, drawing rectangle, polygon, as well as graphics-filled, straight-line and polygon clipping
Update
: 2025-02-19
Size
: 46kb
Publisher
:
龙海霞
[
Graph Drawing
]
draw
DL : 0
一个经典的绘图软件代码,器界面酷似Auto CAD,可以实现绘制圆、三角形、矩形多边形等常用图形,还可以对这些图形进行各种不同的操作-A classical mapping software code interface like Auto CAD, can be drawn circle, triangle, rectangle and other commonly used polygonal graphics, these graphics can also conduct various kinds of different operating
Update
: 2025-02-19
Size
: 442kb
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-19
Size
: 6kb
Publisher
:
李默
[
Graph Drawing
]
Draw
DL : 0
本次综合设计实验是用C++语言在MFC环境下实现一个的画图程序。程序主要由两个类构成,分别是实现响应菜单和实现作图与图形处理的功能。在作图类里有计算机图形学课本中的各种的与图形相关的算法的具体实现,如DDA画线算法、中点圆算法、种子填充算法、平移、旋转、比例缩放等。-The integrated design of experiments is used C language in the MFC environment realize a drawing program. Procedures constituted mainly by two categories, namely, to respond to the menu and realize realize mapping and graphics processing functions. In the mapping category, there are computer graphics in a variety of textbooks and graphics related to the concrete realization of the algorithm, such as the DDA line drawing algorithm, the midpoint circle algorithm, the seed fill algorithm, translation, rotation, scaling and so on.
Update
: 2025-02-19
Size
: 3.59mb
Publisher
:
xiaoqzh
[
Graph Drawing
]
Draw
DL : 0
实现一个画图程序。要求能够画直线,圆弧,椭圆弧,多边形,能够自定义颜色。对多边形、椭圆和圆能够进行填充。并能实现Undo/Redo(一步即可)。要求结果可以存盘,但不必存成图片文件。-The realization of a Paint program. Requirements can draw a straight line, arc, elliptical arc, polygon, to custom colors. For polygon, ellipse and circle can be filled. And can realize Undo/Redo (step to). Save results can be requested, but need not be saved as image files.
Update
: 2025-02-19
Size
: 1.9mb
Publisher
:
leo
[
CSharp
]
Draw
DL : 0
C#绘图程序,包括画线,画圆,方块,路径-C# Mapping procedures, including the painting line, circle, box, path
Update
: 2025-02-19
Size
: 88kb
Publisher
:
zzx
[
Graph Drawing
]
draw
DL : 0
本程序基于MFC制作,从而实现了手工画直线,画圆,画椭圆,画曲线等功能-This procedure produced based on the MFC in order to achieve the hand-painting a straight line, circle, oval painting, drawing curves and other functions
Update
: 2025-02-19
Size
: 3.63mb
Publisher
:
xuzhen
[
Special Effects
]
circle
DL : 0
这个是用OPENCV库函数在WIN32控制台中编写的,功能是实现轮廓跟踪,并画出轮廓,此程序得出的是圆的轮廓,求得圆的中心和半径,将此圆画出,与实际的圆形成对比。 -This is OPENCV library function in the preparation of WIN32 console, feature tracking is to achieve the outline and draw the outline, this procedure is to draw the outline of a circle, find the center and radius of a round, this round draw, with the actual In contrast, the yen.
Update
: 2025-02-19
Size
: 2.22mb
Publisher
:
黄烨
[
OpenGL program
]
DrawCircleOpengl
DL : 0
My first Draw Circle By opengl
Update
: 2025-02-19
Size
: 2kb
Publisher
:
wizard
[
Special Effects
]
Draw_Circle
DL : 0
Draw_Circle()实现彩色圆形绘制,最后得到的图像为RGB图像-Draw circle on your input image
Update
: 2025-02-19
Size
: 1kb
Publisher
:
smli
[
SCM
]
circle
DL : 0
this code will help you to draw a circle, the input is the radius and no. of point and the center point
Update
: 2025-02-19
Size
: 1kb
Publisher
:
ibtesam
[
Dialog_Window
]
10.22Exam0501_SDI-draw-CIRCLE
DL : 0
使用MFC创建单文档程序,在界面上画圆,单击可使圆放大、变色-MFC SDI DRAW CIRCLE, CLICK TO INFLATE THE CIRCLE AND CHANGE ITS COLOR
Update
: 2025-02-19
Size
: 33kb
Publisher
:
cnctshy
[
matlab
]
how-to-draw-circle
DL : 0
已知圆弧起点与终点(角度表示)、圆心坐标,半径,如何用matlab画圆弧-how to draw circle
Update
: 2025-02-19
Size
: 33kb
Publisher
:
lizhi
[
CSharp
]
ArcEngine-draw-circle
DL : 0
ArcEngine开发,实现了在线图层中以固定半径和圆心绘制圆线的功能-ArcEngine draw circle
Update
: 2025-02-19
Size
: 1kb
Publisher
:
QMLSJX
[
LabView
]
draw-circle-by-mouse-labview
DL : 0
一个LABVIEW编写的如何用鼠标画圈的例子,可以学习一下。-draw circle by mouse developed by LABVIEW.
Update
: 2025-02-19
Size
: 14kb
Publisher
:
余伟
«
1
2
3
4
5
6
7
8
9
10
...
46
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.