搜索资源列表
WB
- 这是一样基本的绘图程序,包括画圆,线,方,曲线等等的绘制功能
drawcirclewindows
- windows下的绘图程序,画圆-windows of mapping procedures Circle
draw
- 基本的绘图程序 画圆直线各类曲线 填充颜色等 不错-Basic drawing program drawcircle linear curve fill color, etc. all kinds of good
graph
- 用MFC做的绘图程序,里面的画线算法,画圆算法,梁友栋算法,扫描线种子填充算法等等都是严格按照书本的编写,适合学计算机图形学的初学者参考-Using MFC to do the drawing program, draw lines inside algorithm, drawcircle algorithm, You-Xin Liang Dong algorithms, scan line seed fill algorithm and so on are all in strict acco
tuxing
- 用C++编写的图形编辑器,可实现画圆,椭圆,矩形,直线,手画线等功能-Using C++ to prepare the graphics editor, can be realized Circle, oval, rectangular, a straight line features hand-drawn lines
graphics
- 这是我带计算机图形学实验时的一些资料,里面包括了基本的绘图程序:图形裁剪,画时钟,画圆,画直线,多边形填充,显示模式。还有一些学习MFC的资料和书籍以及绘图程序常用的函数。-This is my experiment with computer graphics some of the information, which includes a basic drawing program: Graphic cutting, painting clock, draw a circle, draw
46856745
- 基本绘图程序,可实现画直线,画圆,画矩形,并可进行填充。-Basic mapping procedures, can draw line, round, rectangular , and can fill them.
Template
- 绘图程序,画线画圆、椭圆,对话框设置线宽,程序在visual studio 2005下开发,具有很大扩展性。-Drawing program, drawing a line circle, ellipse, line width of the dialog box set, the program is developed in visual studio 2005, has great scalability.
pb
- java 简单绘图程序,可以实现画直线,画圆,画矩形,和选择画笔大小,颜色,还有调色板和橡皮擦-java simple drawing program, can draw a straight line, circle, draw a rectangle, and select the brush size, color, and palette and eraser
DrawTest
- 简单的绘图程序,能进行静态和动态的画圆,矩形等-draw produre
EasyDraw
- 这是一个二维绘图工具,可以画圆,椭圆,正方型,长方形等等。-This is a two-dimensional drawing tool, you can draw a circle, oval, square, rectangular and so on.
Interactive-drawingsystem
- 交互式绘图系统,图形用户界面,有橡皮筋法画直线、画圆、画Bezier曲线、裁剪等功能,用户可自行增加其他功能。-Interactive graphics systems, graphical user interface, a rubber band method drawing a straight line, circle, Bezier curve drawing, cutting and other functions, the user can add other features.
mydraw
- 是一个简单的绘图程序,可以实现画圆直线椭圆等功能。-There is a simple drawing program, draw a circle line ellipse can be achieved and other functions.
mytcycle
- 一个画圆的源代码,用vc编写的单文档工程,可供初学绘图的很好入手画圆-The source code of a circle of single document using vc project, available for beginners Drawing a good start with a circle
zcg_graphic
- 这是一个简单的绘图程序,实现了画图板的各种简单功能,例如:画线、画圆、画方、图形拖动等等。-This is a simple drawing program, a variety of simple functions of the drawing board, example: draw a line, circle, a square, graphical draging.
java
- java 的图形界面,有基本的绘图功能,画圆,方,线,写字,背景色改变,图形填充,等功能。-java graphical interface, basic drawing functions, changes in the circle, square, line, writing, background color, graphics fill, and other functions.
Mydraw
- 简单的绘图程序,包含图形学直线扫描算法:DDA,中点扫描线算法,Bresenham扫描线算法,画圆扫描算法:中点画圆算法和Bresenham扫描算法,几何图形的填充算法:种子填充和扫描线填充算法等-Simple drawing program, contains a the graphics straight line scan algorithm: DDA, the midpoint of the scan line algorithm, Bresenham scan-line algorit
lulong
- 用VC6.0写的画图板程序,绘图函数除了画点外,还可以画直线,画圆,画多边形等功能,自己写的,请多指教-VC6.0 write with a drawing board procedures, the drawing functions in addition to the draw point, you can draw a straight line, circle, polygon drawing function, write your own, please enlighten
DrawPractice
- MFC绘图设计,可以画线画圆画矩形多边形,设置文本等-MFC graphic design, you can draw lines circle draw a rectangle polygons, text and other settings
Circle
- 本程序实现的功能: 生成一个网格图,在网格中绘制圆,圆的圆心位置和半径可由对话框给定,网格的密度要能根据圆的直径大小而改变;也左键可用鼠标在屏幕上单击确定圆心,并拖动橡皮筋再单击鼠标右键确定半径大小。 具体操作说明: 菜单中的“绘图”菜单下有两个子菜单,分别为“鼠标交互”和“对话框设置”子菜单。 点击“鼠标交互”,即可用鼠标在窗口中画圆,鼠标左键按下的位置为圆心,采用橡皮筋画法,当拖动鼠标时,可看到圆也跟随变化,当再按下鼠标右键时即得到半径,从而绘制出圆形; 也可采用对话框设
