搜索资源列表
定义抽象基类Shape
- 一个程序,定义抽象基类Shape,由它派生出3个派生类:Circle(圆形)、Rectangle(矩形)、Triangle(三角形),用一个函数printArea分别输出以上三者的面积,3个图形的数据在定义对象时给定。-A program that defines an abstract base class Shape, which it derived three derived classes: Circle (Circular), Rectangle (rectangle), Trian
Lesson05
- 们使用多边形和四边形创建3D物体,在这一课里,我们把三角形变为立体的金子塔形状,把四边形变为立方体。-Polygon and quadrilateral used to create 3D objects, in this class, we have the triangle into three-dimensional pyramid shape, the quadrilateral into a cube.
TriangleButtonDemo
- 三角形按钮:按钮为三角形形状,很有意思。有兴趣的朋友可以-Triangle button: the button for the triangle shape, a very interesting question. Friends who are interested can look at
TriangleEdgeDetection.cpp
- This source code is very useful to detect the edge of triangle shape.It also can be applied to calculate the perimeter of triangle.
Triangle
- A simple Program For Printing TRIANGLE SHAPE in Console Application.. This Program is useful for Basic Students
shape
- 在VC6.0环境下可以打印出三角形、正方形、菱形等图像-In VC6.0 environment can print out the triangle, square, diamond and other image
Abstrakte-Klasse-Anwendung
- 例子可以看到,类square、类circle及类triangle都是抽象类shape派生来的,他们都实现了getarea和getperimeter抽象方法。-Examples can be seen, like square, circle and classes are abstract classes triangle shape derived class to, they have achieved getarea and getperimeter abstract methods.
distinguish-the-triangle-
- 本程序用C++实现三角形形状的判定,如判断是等腰三角形或等边三角形等-This is a program which can be used to distinguish the triangle s shape
KpImageViewerV2_151_src
- The attached example solution contains two projects: the ShapeEditorLibrary, containing the basic shape editor classes, and the ShapeEditorExampleVs2008 project, containing the form you see in the screenshot, including the property grid + selection c
Manipulating-GDIP-Drawings-(VB)
- The attached example solution contains two projects: the ShapeEditorLibrary, containing the basic shape editor classes, and the ShapeEditorExampleVs2008 project, containing the form you see in the screenshot, including the property grid + selection c
Shape
- C++继承与多态练习程序,基类为图形类,子类包括圆形、方形、三角形等。-The C++ inherited polymorphic exercises program, the base class is a graphics class, subclass include round, square, triangle.
Positive-and-negative-triangle
- 大学课本中常见的一个题,用C#写程序输出*组成的一个正反三角形状。-University textbooks in common a title, written in C# program output* consisting of a positive and negative triangular shape.
vbjzt
- 数字金字塔形状的字符输出例子,使用VB输出这种字符序列的样式。在运行的窗口中输入要生成的行数:(别太夸张不然电脑会卡!不要输入太大的数字),在数字金字塔完成前请不要对这个窗口进行操作不然会卡住!按下确定键开始!若点击“排列居中”按钮,则金字塔会变成正三角形形状,更像金字塔了-Alphanumeric pyramid-shaped output examples using VB output style of this sequence of characters. Enter the numb
Assignment2
- 表面平滑Mesh 拉普拉斯光顺 三角形网格 近似高斯曲率-Surface Quality and Smoothing 1.Computation of the uniform Laplacian operator and using it for smoothing (uniform Laplace smoothing) 2.Computation of the circum-radius to minimum edge length ratio to evaluate th
opengl-shape-translation
- circle translating in y axis, ellipse rotating, triangle scaling in continually with GLui interface buttons. this program use opengl that include freeglut and glew and glui libraries.
VB-shape-dectectopm
- 简单的检测一幅图像中是否有正方形长方形圆及三角形,一幅图图像中可以有很多图形,但是竖直方向不能重合-Simple detect whether an image of a circle and a square rectangle triangle, a picture can have a lot of graphic images, but can not overlap in the vertical direction
Shape
- 实验目的: 1.深入理解继承及其基本知识点; 2.深入理解多态; 3.了解多态的多级指针实现机制。 实验要求: 设计一个图形基类:Shape,在此基础上派生Rectangle、Circle、Triangle类。-The purpose: 1. Deep understanding of inheritance and basic knowledge 2. Deep understanding of polymorphism 3. Understand the
shap
- 一个识别圆,矩形,三角形等形状的MATLAB程序,有不足之处可以相互联系,取长补短。-An identification of circle, rectangle, triangle shape such as MATLAB, have shortcomings can connect with each other, complement each other.
shape
- 以shape作为基类,其他类由shape派生出来,求三角形、矩形、正方形、梯形的周长和面积。(The perimeter and area of the triangle, rectangle, square and trapezoid are derived.)
triangle
- C++ CA triangle shape growth