搜索资源列表
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
pinv
- //奇异值分解法求双精度浮点数矩阵的广义逆 //功能:利用奇异值分解求解一般的m×n阶实矩阵A的广义逆A+。 //方法说明:设m×n阶实矩阵A的奇异值分解式为 //其中 Σ = diag(σ0, σ1, ……,σp)(p≤min(m,n) -1 )且σ0≥σ1≥……≥σp>0 //设U = (U1,U2),其中U1为U中前P+1列列正交向量组构成的m×(p+1)矩阵;V = (V1,V2),其中V1为前P+1列//列正交向量组构成的n×(p+1)矩阵。则A的广义逆为: //A
LBM-C-0.1
- LBM-C is a lattice Boltzmann 2D and 3D fluid flow solver implemented using nVidia s CUDA platform. LBM-C is written in CUDA C and is licensed under GPL v2, you are invited to use, alter and improve upon LBM-C at your own discretion.
qenmang-V2.1
- ML法能够很好的估计信号的信噪比,基于chebyshev的水声信号分析,LDPC码的完整的编译码。- ML estimation method can be a good signal to noise ratio, Based chebyshev underwater acoustic signal analysis, Complete codec LDPC code.
hei-V2.1
- 可以动态调节运行环境的参数,毕设内容,高光谱图像基本处理,本程序的性能已经达到较高水平。- Can dynamically adjust the parameters of the operating environment, Complete set content, basic hyperspectral image processing, The performance of the program has reached a high level.
Poligon-Game
- 多边形游戏poj代码 多边形游戏是一种在一个具有n个顶点的多边形上进行的游戏。如图1是一个n 4对应多边形,每个顶点上都有一个整数,每条边都有一个运算符+或者*,所有边按从1到n进行编号。 游戏都首先移除一条边,接下来可以进行如下操作:选择一条边E和与之相关联的点V1和V2,用一个新的点替换它们,新点上的整数为V1,V2上的整数用E上的操作符运算后的结果。 没有边时游戏结束,游戏得分就是最后剩下的那个顶点上的整数。 对于图1中的多边形,如果游戏者首先去掉3,然后依次