搜索资源列表
ofeli-1.3.0-3
- OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of solution of linear systems of equations as well as
Serpents-matrix
- 对矩阵进行排布,排成蛇一样的形状,是C++编程的上好例子。-A matrix of arranged, arranged in the shape of a snake, are c++ programming good example
edger12dlocalbasis
- 通过C++头文件实现的有限元形状函数计算程序-finite element shape function
refinedp1localbasis
- 均匀细分网格上利用C++实现线性Lagrange形状函数-Linear Lagrange shape functions on a uniformly refined reference element
q22dlocalbasis
- C++实现四边形单元上的2阶Lagrange形状函数-Lagrange shape functions of order 2 on the reference quadrilateral.
rt02dlocalbasis
- C++实现三角形网格上的最低阶Raviart-Thomas形状函数-Lowest order Raviart-Thomas shape functions on the reference triangle.
gauss--cPP
- 数值分析 列主元高斯消去的c++实现,写的挺好的。-Numerical analysis out PCA Gaussian Elimination of c++ achieve, written in very good shape.
sgu250
- sgu250:Constructive Plan 题目大意: 给出一个n∗ m的01矩阵,0表示不能放,1表示能放,在其中放入三个矩形,要求满足如下条件: 1.每个矩形面积大于0。 2.这些矩形必须是一个联通块,矩形之间不能重叠。 3.矩形的左边界在同一条线上。 4.中间矩形的横向长度小于两边矩形的横向长度。 求出最大的三个矩形的总面积,无解输出− 1。-250. Constructive Plan time li
