搜索资源列表
矩形对象以及Point类成员计算其面积
- 编写C++程序完成以下功能: 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标 观察矩形对象以及Point类成员的构造函数与析购函数计算其面积,并输出 ,The preparation of C++ Process is complete the following functions: the definition of
MapEditingCSharp C#中点画线
- C#中点画线 以及AE中的点画线能再AE中画图型的·比如点·直线 ·矩形-C#, dotted line and the dotted line longer AE AE point in drawing a straight line type such as a rectangle
C++开发图形计算程序
- 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。 -Write C++ program performs the following functions: (1
graph.rar
- 使用VC6.0,C++,windows API,写的绘制矩形和直线的小程序,计算机图形学的基础。,Using VC6.0, C++, windows API, written in a straight line drawing of the small rectangle and procedures, the basis of computer graphics.
DrawTools
- DrawTools向你展示如何在Windows Form程序中通过鼠标拖动绘制各种图形对象,它实现的固定图形有:矩形框、椭圆、线性和铅笔。并且,你可以通过鼠标选择、移动、删除图形,还可以改变图形大小等各种操作。另外,程序支持你把绘制的图形保存成文件,可以直接把一个文件从资源管理器中拖到程序界面上打开。-DrawTools sample shows how to create a Windows Forms application for drawing graphic objects in a
hanoicx
- 汉诺塔源码C# nt width = (int)((panelHanoi.Width / 3 - offset)*((float)hanoiData.diskList[key][j]/hanoiData.diskCount))+offset int left=(int)(x-width/2) int height=20 int top=panelHanoi.Height-(hanoiData.diskList[key].Count-j)*height e.Gr
VcProgram
- C++下的简单绘图程序源代码,自己做的,初学者适用-The simple program which can draw picture such as circle line point rectangle.
MyDraw
- 在Visual C++ 6.0中实现的一个简单的画图板程序。可以实现用“矩形”“直线”“椭圆”“圆角矩形”画图,可以改变画线宽度。可以用刷子填充某个封闭区域。-In Visual C++ 6.0 in the realization of a simple drawing board procedures. Can be achieved using " rectangular" " straight line" " elliptical"
graph
- 使用VC6.0,C++,windows API,写的绘制矩形和直线的小程序,计算机图形学的基础。-Using VC6.0, C++, windows API, written in a straight line drawing of the small rectangle and procedures, the basis of computer graphics.
Draw
- 一个很小的VC++6.0画图程序,可以提供包括画直线,矩形,圆角矩形,以及多边形的功能,可以作为VC图形图像初级的参考-A small VC++6.0 drawing program, can provide, including drawing a straight line, rectangle, rounded rectangle, and polygon features can be used as the primary reference for VC graphic image
C#写的绘图板
- C#写的绘图板,功能还不错。实现了直线,矩形,圆形,填充矩形,填充圆形。可拖动图形位置,可改变矩形大小,可放大缩小,可输入文字,打开图片,拖动图片,可撤销。-C# to write the drawing board, features well. Implementation of linear, rectangular, circular, filled rectangle, filled circle. Can drag the graphic location, can change t
Rectangle
- 根据输入的长宽,计算Rectangle面积周长等功能,并画出在txt文件中-Rectangle Create a class Rectangle with attributes length and width, each of which defaults to 1 a. Provide member functions that calculate the perimeter and the area of the rectangle. b. Also provide se
rectangle
- 用c++写的小程序,其中包含矩形的基类,初学用。-With c++ write small programs, which includes a rectangular base class for beginners to use.
C-Sharp-the-graphics
- C# 编写的绘图板(可绘了直线,矩形,圆形,填充矩形,填充圆形等)-C# prepared by the graphics board (can be painted straight line, rectangle, circle, filled rectangle, filled circle, etc.)
Rectangle
- 一个长方形桌子的类,在控制台设置桌子长度,宽度,并打印出来(A console application that defines a class of rectangle. Could set the length and width of the rectangle, and print them on the console window.)
rectangle
- rectangle example for C language
ScreenShotTool
- 基本上模仿QQ截图做的,初学者,里面用到的一些学习资料和技术的文档,放在doc中,方面大家学习,bin里放的是应用程序,ReadMe.txt里的有些功能说明,完成了截图,保存,关闭,画直线,画矩形,不规则画笔,文字编辑功能,自识别区域截图,自识别区域描边,区域高亮等功能,有兴趣可以下下来学习学习。(Basically do the imitation QQ screenshot, beginners, some learning materials and techniques used ins
DrawBlank
- 这是一个绘图系统最基础的部分,因此包含以下几个基础的图形类:Circle,Line,Rectangle 其中Circle具有圆心坐标x、y及半径radius三个属性; Line具有起始点坐标x1、y1及终止点坐标x2、y2四个属性; Rectangle具有左上角坐标left、top及右下角坐标right、bottom四个属性。 ,FigureManager类用于管理系统创建的图形实例,其主要功能函数包括(【不限于】): void FigureManager::input()函数,用于通
CAD
- CAD,c语言实现,可实现画椭圆矩形直线曲线字符等,编辑删除操作完整(CAD, C language realization, can realize drawing ellipse rectangle linear curve character and so on, edit and delete operation complete)
GDIdraw
- C# 源码GDI绘图的编程源码,绘图工具包括直线,矩形,铅笔,圆形,橡皮。(C # source code Programming source for GDI drawing, drawing tools include straight line, rectangle, pencil, circle, eraser.)