搜索资源列表
LCS
- 算法:(用c++编写)设计一个算法求出全部的LCS,分析最坏情况。用”会计方法”证明,利用b[i,j]来求所有LCS的算法(在VS2008平台上) -Algorithm: (written with c++) design an algorithm find all of the LCS, the worst-case analysis. With the " accounting method" to prove the use of b [i, j] to seek a
Guass-mode
- 最基本的高斯消元法.主要分为消元与回带求解两个部分.采用C++语言,使用Vs2008进行编写.-The basic Gaussian elimination method. Mainly divided into elimination and the back with a solution of two parts. Using C++ language, using Vs2008 to write.
diedai
- 该段代码主要用于实现用雅克比迭代法和赛德尔迭代法求解方程组,编程平台vs2008,使用语言c-When the code used to implement the main with Jacques iterative method and the than del iterative equations, a programming vs2008 platform, the use of language c++
matrix
- C++中矩阵运算的实现 nr3.h为其他的书籍代码,测试环境为VS2008-Achieve C++ in matrix operations nr3 code for other books
DFTandFFT
- 程序包含直接离散傅里叶变换(DFT)和基2时分快速傅里叶变换(FFT)的计算代码,输入一组数值序列,可以通过程序得到变换后的数值序列。使用VS2008软件和C++语言开发。-Program includes a direct discrete Fourier transform (DFT) and group 2 hours Fast Fourier Transform (FFT) calculation code, enter a numeric sequence, can be progra
FEM-of-four-bar-truss-structures
- 四杆桁架结构的有限元分析程序,在VS2008软件中使用C++语言编写,输入为四杆桁架结构的节点坐标,材料参数,边界条件,输出为各节点的应力和应变。-Four-bar truss structure finite element analysis program, the use of C++ written in VS2008 software, input node coordinate the four-bar truss structure, material parameters, bo
getNonsingularsubMatrix
- 计算最大线性无关子矩阵,在VS2008软件中使用C++语言编写,输入矩阵所有元素,及矩阵的行和列个数,可以输出矩阵中的最大线性无关子矩阵。-Calculate the maximum linearly independent sub-matrix, written using C++ language in VS2008 software, the number of rows and columns of the input matrix of all the elements, and th
Calculator
- 精美的计算器,非常好用,平台是vs2008,c#-Fine calculator, very easy to use, the platform is vs2008, c#
