搜索资源列表
keen12
- 通过利用CIRCLE、LINE语句学习构建图形。通过不段的对程序的调试,逐步的掌握C语言各种语句的功能,同时对自己在C语言方面有不足的地方不段的进行改正,并进一步的提高自己对C语言的了解,能更加熟练的掌握C语言的功能及对程序的调试。-through the use of CIRCLE, LINE statement learning Construction graphics. Adoption is not the right of the debugging process, and gra
123123
- C#写的绘图板,实现了直线,矩形,圆形,多边形,曲线和文字输入,可以任意的拖动所画的图形。-C# to write the drawing board to achieve a straight line, rectangle, circle, polygon, curve and text input, you can drag the drawing arbitrary graphics.
Paint
- 模仿windows自带的画图小软件mspaint,界面设计和mspaint一样,实现了画直线、折线、圆形、矩形。可以改变画笔颜色,改变填充颜色。可以进行图像的放大缩小等功能。-This software is similar with windows Mspaint .the interface is same with Mspaint. It can draw line,rectangle,circle .it also can change the color of line .besid
jicheng
- 定义点Point类作为基类,在此基础上派生出直线Line类和圆Circle类,在Circle类的基础上以不同的属性派生出圆柱Cylinder类和球Spheroid。并要求基类和各派生类具有以下特点: (1) Line类含有计算直线长度和斜率的成员函数。 (2) Circle类含有计算圆面积的成员函数。 (3) Cylinder类含有计算圆柱表面积和体积的成员函数。 (4) Spheroid类含有计算球体的表面积和体积的成员函数。 -Point definition of po
addentity
- 用C#和DotNetARX5.0创建线/圆/圆弧等实体并进行旋转移动等操作-CSharp and DotNetARX5.0 used to create line/circle/arc and such entities, such as rotating mobile operator
MyCAD
- C#仿简单的CAD矢量绘图源码.重点是模仿了CAD的矢量绘图功能,实现了画直线,长方形,圆形、选择线条颜色,线条粗细、移动以及清除等操作,还可以保存。-C# imitate a simple CAD vector graphics source. Focus on imitation of the CAD vector graphics to achieve a draw line, rectangle, circle, select the line color, line thickness
mfc
- 本代码用于画线、画圆,是我作为一个初学者做的-draw line and circle
objectBreak
- 本款程序在Visual Studio2005下,完成自定义AutoCAD命令。运行命令,提示用户用鼠标点击第一个点,然后提示点击第二个点。由这两点确定一条直线段,所有与直线段相交(包括相接)的实体(线、弧段、圆、椭圆等)都在交点处打断成多个实体,原实体的性质不变(即原实体如果是二维多义线组成的线,打断后仍然是二维多义线,圆弧、椭圆和圆打断成圆弧)。-Program in Visual Studio2005 this subsection, the complete custom AutoCAD
Draw
- ArcEngine二次开发绘制图形功能,包括画线对象,画圆对象,画面对象和画文本对象-Secondary development ArcEngine draw graphics functions, including drawing a line object, draw a circle object, the screen object and draw a text object
drawing
- 绘制简单的图形,包括:线条,直线,矩形,正方形,圆,椭圆,弧线;改变画笔或画刷的颜色,并且实现自定义颜色;文件保存;实现橡皮擦功能;实现画刷功能;实现喷漆功能;实现文字输入;实现照片的柔化效果和浮雕画效果-Drawing simple graphics, including: line, line, rectangular, square, circle, elliptic, curve Change the color of the paint brush or brush, and rea
plot
- 简单的画图程序,可以点击左边的画图面板画任意多边形,直线,圆,圆弧,椭圆,能够保存成矢量图-it can plot line,circle and polygon etc and it can save the graphics that you plot
clock
- 简单的时钟实现,不是贴图,直接用画线和画圆函数实现-Simple clock with line-drawing function and circle-drawing function directly
CSharp
- C#1实现使用“Graphics”类的“DrawPie”方法和“FillPie”方法绘制立体饼图 C#2实现使用绘制线段函数画cos曲线 C#3实现使用“Graphics”类的“DrawLine”方法绘制圆。 C#4实现文本编辑器的设计 C#5实现鼠标事件-C# using the " Graphics" class " DrawPie" methods and " FillPie draw three-dimensional pie
choice
- 实验目的 熟悉线性表的基本运算在顺序存储结构和链式存储结构上的实现,其中重点熟悉链表的各种操作。 时间要求:4学时 问题描述: 约瑟夫(Joseph)问题的一种描述是:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码〈正整数〉,一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数,报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求
DDA-line-and-midpoint-circle
- 包含了DDA方法画线及中点法画圆,在绘图区域任意指定圆心及半径即可实现画圆命令-DDA method of drawing a line and the midpoint method to draw a circle, circle command can be achieved in any specified center and radius of the drawing area
Josephus
- 已知n个人(以编号1,2,3...n分别表示)围成一圈。从编号为1的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到一圈的人全部出列。-Known n individuals (with numbers 1,2,3 ... n, respectively) circle. From the number 1 people began to report the number, the number to m that person out
WindowsFormsApplication2
- AE开发,简单的通过Button空间实现画线、画圆、多边形、面及插入文本。-AE development, drawing a line through the simple implementation Button space, circle, polygon, surface and insert text
Paint
- 一个简单的绘图小程序,代码简洁,适合初学者使用。可以选择画圆,直线,还有橡皮擦等。-A simple drawing applet, code simple, suitable for beginners to use. You can circle, line, and erasers.
CirclesOfDifferentColor
- Basic program. Program read circles file.txt and draw them in WinForm. file.txt contains in every line: center of circle(x,y), radius. Circle color can change by clic.-Basic program. Program read circles file.txt and draw them in WinForm. file.txt c
Ransac拟合直线和圆
- C# 实现直线拟合,圆拟合 ransac算法,剔除忽略点(C# realizes line fitting and circle fitting with ransac algorithm to eliminate the ignored points)
