-
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 set and get functions for the length and width attributes. The set
functions should verify that length and width are each integer numbers larger than 0
and less than 20.
c. Write draw function to display the Rectangle:
in Assignment1. )
d. Write a driver program to test class Rectangle.)
- 2012-10-24 23:54:51下载
- 积分:1
-
求取雅克比矩阵的程序 Jacbio
实现求取雅克比矩阵的程序,对于学习数值分析的同学会很有用(Realize the procedures for Jacques than matrix
)
- 2012-03-04 16:37:40下载
- 积分:1
-
exact_alm_rpca
RPCA的求解方法(利用拉格朗日乘子法,进行迭代)(the solution of RPCA called ALM)
- 2013-03-09 09:48:23下载
- 积分:1
-
allan
通过matlab计算allan variance,较为复杂,注释详细(Matlab Allan variance, more complex, detailed notes)
- 2020-10-16 19:17:28下载
- 积分:1
-
Matlab
RD成像算法,快速傅里叶变换函数,适合学习(RD imaging algorithm, fast Fourier transform function, suitable for learning)
- 2020-08-13 18:58:29下载
- 积分:1
-
udf-RPE
fluent 改进的全空化模型,针对可压缩流,内有声速处理(fluent improved full cavitation model for compressible flow, there are the speed of sound processing)
- 2021-03-02 16:59:33下载
- 积分:1
-
椭圆偏微分方程求解函数
椭圆偏微分方程求解函数,调用该函数可以解任意椭圆偏微分方程(Elliptic partial differential equations to solve the function, call this function can solve any elliptic partial differential equations)
- 2018-03-07 22:32:48下载
- 积分:1
-
UMAT-J2
适用于ABAQUS的自定义材料子程序,适用于平面单元的随动强化J2模型。(Applies the custom material subroutine in ABAQUS, kinematic hardening J2 model applies to plane unit.)
- 2021-05-06 19:58:36下载
- 积分:1
-
matlab常用算法程序集
说明: matlab常用算法程序集主要用于解决插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、常微分方程的初值等问题(Mainly solve interpolation, function approximation, matrix eigenvalue calculation, numerical differentiation, numerical integration, equation roots, nonlinear equations solving, direct methods for solving linear equations, iterative methods for solving linear equations, random number generation, special functions Calculation, initial value of ordinary differential equations, etc.)
- 2020-07-28 20:58:13下载
- 积分:1
-
CFD
这是一个求解NACA0012翼型在不同马赫数与攻角下的流场的Fortran源代码。计算格式采用了原始AUSM、AUSMDV以及AUSM+格式。为了提高计算精度,使用了不同限制器的MUSCL插值。(This is a Fortran source code for solving the flow field around the NACA0012 airfoil at different Mach numbers and angles of attack. The scheme of AUSM, AUSMDV and AUSM+ are employed for this code. In order to improve the calculation accuracy, the MUSCL interpolation with various type limiter are used.)
- 2014-04-09 13:39:33下载
- 积分:1