Welcome![Sign In][Sign Up]
Location:
Search - Draw Circle Program

Search list

[assembly languagecircle

Description: masm32 汇编源码-masm32 assembly source code
Platform: | Size: 8192 | Author: jts | Hits:

[2D GraphicBresenham算法编程演示

Description: Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle, ellipse, and so on the basis of graphics courses curriculum design.
Platform: | Size: 8192 | Author: susu | Hits:

[matlabHow-to-draw-circle-in-Matlab

Description: 在MATLAB并无直接指令可进行画圆,本程序是一个不错的画圆程序。-in MATLAB no direct instructions can be Circle, the procedure is a good Circle procedures.
Platform: | Size: 1024 | Author: alpha | Hits:

[Graph Drawingdrawline

Description: 这是用VB6.0开发的一个绘图程序,移动鼠标可显示坐标点的值。-This is developed using VB6.0 a drawing program, move the mouse to display coordinates of point value.
Platform: | Size: 7168 | Author: 董轻 | Hits:

[Graph DrawingDraw

Description: 本次综合设计实验是用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.
Platform: | Size: 3769344 | Author: xiaoqzh | Hits:

[Graph DrawingDraw

Description: 实现一个画图程序。要求能够画直线,圆弧,椭圆弧,多边形,能够自定义颜色。对多边形、椭圆和圆能够进行填充。并能实现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.
Platform: | Size: 1993728 | Author: leo | Hits:

[Windows DevelopVcProgram

Description: C++下的简单绘图程序源代码,自己做的,初学者适用-The simple program which can draw picture such as circle line point rectangle.
Platform: | Size: 1931264 | Author: llc | Hits:

[Windows Developpaint

Description: 模拟Windows中的画图程序,可以选择画直线、矩形、圆形、文字,可以设置画笔的粗细和颜色等-Simulation of the Windows Paint program, you can choose to draw a straight line, rectangle, circle, text, you can set the brush size and color, etc.
Platform: | Size: 14336 | Author: rongyin | Hits:

[Dialog_WindowVeHinhTron

Description: To draw circle in MFC. Inputting number s circle with color on dialog, after that program will draw circles consecutive with diameter equal.
Platform: | Size: 4045824 | Author: su | Hits:

[GUI DevelopDrawCircleByThreePoint

Description: 三点画圆的程序,展示VB中Line和Shape控件的使用例子,随意点击窗体三下可以画出一个圆,右键菜单可以显示/隐藏线条等-Draw Circle By Three Point Program, the example shows the useage of Line and Shape controls in VB , click the Form 3 times may be arbitrarily draw a circle, right-click menu can show/hide the lines, etc.
Platform: | Size: 2048 | Author: 阿龙 | Hits:

[Windows Developdraw

Description: 用来简单模仿WINdows的画图程序,通过菜单栏可以选择不同的功能可以绘制圆形,圆角矩形等-For simple imitation WINdows paint program, through the menu bar to choose different functions can draw circle, rounded rectangle
Platform: | Size: 1398784 | Author: huangjinli | Hits:

[Graph programline-ellipse-circle

Description: 用vc++的mfc完成的一个可以画圆,椭圆,直线的程序-Vc++ mfc with the completion of a can draw a circle, ellipse, straight line program
Platform: | Size: 1835008 | Author: 何耀东 | Hits:

[Graph DrawingLcd_Bresenham_Ciecle

Description: Bresenham画圆算法程序,在320240LCD上验证通过,效果很好。输入圆心坐标和半径即可画圆。-Bresenham Algorithm for Circle program, verify through the 320240LCD good effect. Enter center coordinates and radius can draw a circle.
Platform: | Size: 1024 | Author: wilsonhuang | Hits:

[Special Effectsdraw

Description: 实现简单的绘图程序 三角形 矩形 圆 椭圆 直线 多边形 等-Simple drawing program triangle rectangle circle ellipse line polygon, etc.
Platform: | Size: 2823168 | Author: 张振磊 | Hits:

[Graph DrawingPaint-program

Description: 一、使用方法 003   程序中定义了几个特殊键: 004   \"V":画笔提起 005   \"W":开始画图 006   \"R":开始擦图 007   \"S":当前图形存入文件 008   \"E":调出已有文件 009   \"C":画圆 010   程序一运行,屏幕上出现一个黄色的边框来设定画图的区域,区域中间出现提起的画笔符号 ,当按下"W"键时,画笔符号变为 ,此时可移动方向键(上、下、左、右、左上、左下、右上、右下)来画图 当按下"R"键时,画笔符号变为 ,此时可移动方向键来擦图 在画图过程中,按下"C"键,可画出一个半径为20个象素点的圆 当结束画图时,按下"S"键,将画好的图形存盘 按下"E"键可调出已有的图形进行编辑. -First, the use Program defines several special keys: \ "V": brush lift \ "W": start drawing \ "R": start wiping Figure \ "S": the current graphics into documents \ "E": the file has been transferred out \ "C": circle Program for a run, a yellow on the screen to set the drawing of the border region, the middle of the region to bring the brush symbol, When you press the "W" key, the symbol into the brush, then you can move the arrow keys (up, down, left, right, left, lower left, upper right, lower right) to draw Figure when you press the "R" key, the symbol into the brush, then you can move the arrow keys to rub map in the drawing process, press the "C" key to draw a half- 20 pixel diameter circle when the end of the drawing, press the "S" key to draw a good save graphics press the "E" key pressed, the existing graphics Editing.
Platform: | Size: 2048 | Author: 张云 | Hits:

[LabViewdraw-circle

Description: 利用Labview编写的画圆程序,小巧实用,确定半径和圆心即可-Circle program written with Labview, compact and practical
Platform: | Size: 9216 | Author: 许洋 | Hits:

[Graph DrawingCircle

Description: 本程序实现的功能: 生成一个网格图,在网格中绘制圆,圆的圆心位置和半径可由对话框给定,网格的密度要能根据圆的直径大小而改变;也左键可用鼠标在屏幕上单击确定圆心,并拖动橡皮筋再单击鼠标右键确定半径大小。 具体操作说明: 菜单中的“绘图”菜单下有两个子菜单,分别为“鼠标交互”和“对话框设置”子菜单。 点击“鼠标交互”,即可用鼠标在窗口中画圆,鼠标左键按下的位置为圆心,采用橡皮筋画法,当拖动鼠标时,可看到圆也跟随变化,当再按下鼠标右键时即得到半径,从而绘制出圆形; 也可采用对话框设置的方式来画圆,点击“对话框设置”,会弹出一个设置对话框,在此对话框上可输入圆心的X、Y坐标以及半径的值,当点击“确定”按钮之后,即在窗口中绘出指定圆心位置和大小的圆同时在窗口中绘出一个网格图,该网格图的密度随圆半径的大小而改变。 -The program features: Generate a grid map, draw a circle in the grid, and the radius of the circle center position given by the dialog box, the grid density should be according to the size of the diameter of the circle change also left on the screen, use the mouse to click OK center of the circle, and drag the rubber band and then click the right mouse button to determine the radius size. Specific Instructions: Menu in the "Drawing" menu there are two submenus, namely the "mouse interaction" and "Dialog Settings" submenu. Click the "mouse interaction", you can use the mouse to draw a circle in the window, press the left mouse button the location of a circle, using the rubber band method of painting, when you drag the mouse, you can see the circle to follow changes when the mouse and then press right when the radius is obtained, which draw circle Also can be a way to Circle dialog settings, click on "Settings dialog", will pop up a settings dialog, in this dialog box to enter the
Platform: | Size: 1950720 | Author: 付龙 | Hits:

[assembly languagedraw-a-circle

Description: 用汇编编写的画圆程序,可按任意键退出程序。-Circle program written in assembly, press any key to exit the program.
Platform: | Size: 1024 | Author: 白毅伟 | Hits:

[Otherstm32-draw-a-circle

Description: 通过STM32给3.2寸TFT液晶画圆程序-By STM32 to 3.2-inch TFT LCD screen Circle Program
Platform: | Size: 16384 | Author: 林兴龙 | Hits:

[Algorithmdraw-c

Description: 画圆或圆弧程序,并且求出连个圆弧的交点。-Draw circle or arc program, and find the intersection of the arc.
Platform: | Size: 414720 | Author: 陈思鹏 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net