搜索资源列表
介绍C++编程语言
- 本章将介绍C++编程语言的最基本的元素,以及C++的指针、引用和作用域。在第3章和第4章,将介绍C++的类和面向对象编程。在你使用微软基础类库(Microsoft Foundation Class Library,MFC)进行Windows编程时,你需要所有这些知识。 C++是一种复杂的语言,它的许多元素非常抽象。它也是一个庞大的语言,为专业编程而设计。本书的重点是使用Visual C++语言来利用MFC编写Windows程序,因此没有深入地讨论C++语言。 MFC是构造于原始C++之上
hm6
- 抽象类的使用 设计一个类层次,定义一个抽象类--形状,其中包括有求形状的面积的抽象方法。 ----继承该抽象类定义三角型、矩形、圆。 ----编写一个主程序将一个三角形、矩形、圆存入一个数组中,将数组中各类图形的面积输出。-kind of abstract designs a class hierarchy, the definition of an abstract category -- shape, These include the shape of the area fo
2Matrix
- Actionscr ipt2.0编写的矩形的变幻源码!-Actionscr ipt2.0 prepared by the changes in the source rectangle!
isoline
- 画等值线程序源代码,用矩形网格法。用于地质、水文、石油、气象等方面,绘制等高线、等值线。-painting isogram source code, using rectangular grid. For geology, hydrology, petroleum, meteorological, drawing contour lines, contour lines.
freedraw
- 一个实用的绘图软件,用鼠标拖出矩形,圆形等几何图形。随着鼠标的拖动,图像可以自适应的变化大小-a practical mapping software with the mouse to leave rectangular, circular, and other geometric shapes. With the scrolling mouse, images can be adaptive to the changes in size
PainterDemo
- 一个画图程序JAVA源代码,生成一个界面可画直线\\椭圆\\矩形-a drawing program in Java source code, an interface can be generated line drawing \\ oval \\ Rectangular
xccc
- 简单定义一个由矩形左上角和右下角两点定义的矩形对象的类。该类包含一个复制矩形的构造函数和一个返回矩形对象的方法,该对象包含当前包含当前对象,并且该矩形作为参数传递该方法,还有一个用于显示该矩形的定义的点的方法。生成4个矩形对这个类进行测试,-simple definition of a rectangle from the upper left and lower right corner 2:00 definition of the rectangular object class. Such
2Dchongtu
- java2D图形冲突检测方法,矩形检测,很好的算法-java2D graphics conflict detection methods, rectangular detection, a good algorithm.
ColorRect
- 向容器中设置背景色为桌面颜色;设置颜色,并绘制矩形、圆角矩形、椭圆,并且将其显示出来;,并填充矩形、圆角矩形、椭圆(设置颜色);设置字体,并显示文本信息。-containers to set the background color of the desktop color; Set the color, and drawing rectangle, rounded corner rectangles, ovals, and to demonstrate; , and filled rectan
PaintRect
- 这是两个画矩形的小程序、程序主要通过获取鼠标的坐标,和结束的坐标来画出这个矩形,并且在画面上可以保存已画的矩形,设定了可画的个数限定。以此类推,可以作出一个画板来啦-This two small rectangular painting processes, procedures, primarily through the acquisition mouse coordinates, and ending coordinates of the rectangle to paint, and t
SimpleDrawBoard
- 一个使用Java完成的简易绘图板,可以画直线、矩形、圆,及自由绘图。-use a simple Java completed the drawing board, line drawing, rectangle, circle, and free drawings.
screenSavers
- 屏保应用程序,使用JAVA开发的一个简单的屏幕保护程序,能自动绘制矩形-Screen Saving application procedures, the use of the JAVA development of a simple screen saver to automatically drawing rectangle
JavaDraw
- 绘图程序,可以画圆,矩形,直线,任意轨迹,指定颜色,添加文字-mapping procedures, Circle, rectangle, straight lines, arbitrary trajectory, the designated colors, add text
pageflip_v22_source
- pageflip带有鼠标翻页、键盘翻页等功能,其原理是矩形框的几何变形。还可以插入音效。
asd
- 用矩形法求关于定积分的算法可会能有错的地方
draw
- 简单的画图程序,实现简单的直线、椭圆、矩形
jsDrawRect
- 鼠标在body区域拖动绘制矩形,并能够很方便地进行后期编辑(移动、缩放等)
java
- 可随机画出位置形状均不相同的直线,圆和矩形的java应用程序,三个类均继承自component
Rectangle
- 1.设计一个时间类(年、月、日、时、分); 设计一个通知类,包含时间,地点和事件;其中时间用时间类的对象; 通知类中包含构造函数、输入通知和打印通知等功能函数。 在主程序中测试。 2.设计一个矩形类,数据成员是对角线上顶点。矩形类可以计算面积。
ps
- JAVA画图程序,可以画直线,圆,椭圆,矩形和自由绘图