资源列表
anisoplate_sc6r_usr_orient
- anisoplate orientation
NewtonMethod
- 压缩包内含有一个cpp文件,给定一个其次方程,解这个方程的根-A cpp file compression package containing given a Secondly equation, the solution of this equation root
anneal
- a code for simulated annealing algorithm
ssbds
- 算术表达式计算。输入多个整数,分别进行加、减、乘、除等运算。要求:参加运算的操作数个数可变;采用文本行和组合框数组;文本行和组合框均要响应事件,事件处理方法的计算时间相同;解决除数为0问题。-Arithmetic expressions. Enter multiple integer, respectively, add, subtract, multiply, and divide operations. Requirements: to participate in the operatio
fem1d_nonlinear
- 一个matlab程序有关一维的非线性两点边界值问题有限元法-a program which applies the finite element method, with piecewise linear basis functions, to a nonlinear two point boundary value problem in 1D
guass-7-sucess
- 采用高斯消元法解矩阵。先消去祝愿成为上三角矩阵,再回代求解-using guass s solution to solve matix
hello
- The example for android programming
111
- 数据转换,图形显示,单文档界面应用测试小程序-Data conversion, graphical display, single-document interface application testing program
CircleTable
- (2) 设计一个圆类Circle和一个桌子类Table,在设计一个圆桌类Roundatable,它是从前两个类派生出来的。要求输出圆桌的高度、面积、颜色等数据。其中,类Circle包含数据成员radius和圆面积的成员函数,类Table包含数据成员height和返回高度的成员函数,类Roundtable再添加数据成员color和相应的成员函数。-(2) design a circle class Circle and a table class Table in the the design a
fem2d_stokes
- 一个matlab程序关于在2D上的任意三角地区的稳定不可压缩的Stokes方程的有限元方法 -a program which applies the finite element method for the steady incompressible Stokes equations on an arbitrary triangulated region in 2D
Eigenvalue
- 用高斯法求解距离给定的特征值估计值最近的特征值以及相应的特征向量-Gauss method for solving the distance given eigenvalue the estimates recently eigenvalue and the corresponding eigenvectors
spline
- 利用编程实现了数值逼近中的三次样条插值算法,这在工程实践中应用非常广泛。-Programming numerical approximation, cubic spline interpolation algorithm, which is widely used in engineering practice.