搜索资源列表
进度条
- 功能非常强大的进度条控件,详情请看DEMO。 可以设置进度条颜色,样式,形状等。-very powerful function of the progress of controls, details Look at DEMO. The setting up of the progress of color, pattern and shape.
VisualStudioProject
- 实现画图功能,可以画出各种图形,并且任意改变它的形状,大小,颜色,等等。-function can draw various graphics, and any changes in its shape, size, color, and so on.
bezier_demo
- 贝齐尔曲线算法演示程序 实验原理:贝齐尔曲线的形状是通过一组多边折线(也称为贝齐尔控制多边形)的各顶点唯一的定义出来的。 程序思路:先用链表把鼠标点击过的点记录下来,做为控制多边形。然后调用n次Bernstein多项式的基函数运算出曲线的点,最后用直线分段画出来(本程序分成了50段来画) -Bezier curve algorithm Experimental Demonstration Program Principle : Bezier curve's shape thr
定义抽象基类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
shape
- 一、声明一个Shape抽象类,在此基础上派生出Rectangle和Circle类,二者都有GetArea()和GetPerim()函数,GetArea用来计算对象的面积,GetPerim用来计算对象的周长。封装上述各类,并编写测试程序。 -First, declare an abstract class Shape, on this basis, derived classes Rectangle and Circle, the two have GetArea () and GetPeri
uniformcirclearray
- 阵元数16下均匀圆阵的零限形成,先建立约束函数,再创建目标函数,计算零陷-Element number 16 under the Uniform Circular Array of zero-threshold shape, to create constraint function, and then create the objective function, calculated Null
BinocularityOpenGLStereo
- SHAPE FUNCTION OF 1D MLS APPROXIMATION
shape
- Shape成为一个包含接口(供层次结构中的类使用)的抽象基类。从类Shape派生出二维形状类TwoDimensionalShape和三维形状类ThreeDimensionalShape,它们也都是抽象类,然后用虚函数print输出每个类的类型和维数。为了计算类层次结构中每个具体类的对象,这两个类中还要包括虚函数area和volume。最后再编写一个程序测试类Shape的层次结构-Shape into a contained interface (for the class hierarchy t
shape
- 用C++实现一个具体事例,形状作为基类,正方形,三角形等等作为派生类。来体现类的多态性,其中涉及多态,继承,虚函数的使用。-using a C++ example to illustrate polymorphism, virtual function and etc. The example has a base class of shape, and many concrete shapes as derived classes.
shape
- 声明一个Shape抽象类,在此基础上派生出Rectangle和Circle类,二者都有GetArea()和GetPerim()函数,GetArea用来计算对象的面积,GetPerim用来计算对象的周长。封装上述各类,-Declare an abstract class Shape, on this basis, derived classes Rectangle and Circle, the two have GetArea () and GetPerim () function, GetAr
Shape
- 声明一个Shape基类,在此基础上派生出Rectangle和Circle类,二者都有GetArea()函数计算对象的面积。 -Declare a Shape base class, derived on this basis, Rectangle and Circle class, both have GetArea () function to calculate the object' s area.
MESH-FREE-MLS-SHAPE-FUNCTION
- 无网格法移动最小二乘近似(MLS)型函数计算子程序 -Meshless method moving least square approximation (MLS) type function calculation subroutine
shape
- 无网格法形函数求解,matlab,yuyiqiang-Meshless method to solve shape function, matlab, yuyiqiang
shape
- 采用c++语言编写,主要是求圆形和矩形的面积和体积,里面涉及了类的继承和虚函数的重载,其他还编写了求面积函数和输出函数,最后运用到主函数里面。- Using c++ language, mainly of circular and rectangular area and volume, which involves a heavy-duty class inheritance and virtual functions, the other also prepared a request
CSTcode
- Class shape function method to parametrize airfoil geometry
signal shape function
- 建立任意长度信号的形态函数,此处形态主要指信号形状与稳定形态。(learing signal shape function)
一维MLS
- 解决移动最小二乘法中求解一维形函数的问题(Solving the problem of solving one-dimensional shape function in moving least square method)
element
- 三结点三角形单元(常应变三角形单元)的有限单元法分析程序,(shape function of Constant strain triangle element)
shapetogeojson
- 这个包实现的功能是将地理信息行业中经常用到的shape格式转换为geojson格式,语言是用java编写的,具有很强的学习价值(The function of this package is to convert the shape format that is often used in the geographic information industry to the geojson format. The language is written in Java and has a str
cantilever-beam-master
- 计算梁单元的形函数,单位质量矩阵等,及其有限元组装,模拟运动情况。(The shape function and unit mass matrix of the beam element are calculated, and its finite element assembly is carried out to simulate the motion.)