资源列表
auxiliary-variables
- 用辅助变量法递推算法估计模型的参数.辅助变量估计是在模型误差为相关噪声的情况下通过引入辅助变量矩阵对线性最小二乘估计的一种改进。 -Recursive algorithm to estimate model parameters using instrumental variables method. Auxiliary variables is estimated that in the case of the model error is related to an improveme
136A
- Codeforces problem 136A
ALADDIN.ZIP
- 利用语言编写的有限元分析软件,可以进行有限元计算,十分好用。
zuixiaoerchengfa
- 最小二乘法是修正误差曲线的算法,本例程实现算法并显示k线修正值只用于后来来者学习使用-Least square method is to amend the error curve algorithm, the routine algorithm and display the correct value of k line only to learn for later use
Exercise_1-25-02
- C++ Algorithm. Performs a recursive search in a 2D array, with a particular attention for performance, intendea as memory management and number of operations. The intent is to find all the paths through boolean values in the array.
Sparse-matrix-transpose
- 绍了对稀疏矩阵进行压缩存储的几种存储方式,重点分析了稀疏矩阵的三元组压缩存储的不同存储结构,提出利 用数组首下标元素存储稀疏矩阵总行数、总列数和非零元素总个数三个信息的改进的三元组顺序表存储定义方式。同时给出 了用c语言编写的基于该定义上设计矩阵转置的几种算法。通过对各算法进行时间复杂度分析,总结出了几种算法的优 缺点。-Introduce a compressed sparse matrix storage of several storage
BitwiseSeat
- 将稀疏矩阵用三元组顺序表来表示,并用按位就坐的方式实现矩阵的转置-represent sparse matrix with triple table and sit with a way to achieve the matrix transpose
93317432SiZE
- 课程设计 算术表达式 四则运算 课件 代码-Arithmetic code, but of the time courseware intended ah
gauss_seidel
- 用Gauss-Seidel迭代法求解线性方程组-Using Gauss-Seidel iterative method for solving linear equations
003
- vc输入输出简单练习-visual C++
danchunxing
- 单纯形法在自动配煤系统中的应用。以配煤价格为目标,灰分、水分、硫分为约束条件,求解最优配比。由于方程具有通用性,也可用于其他行业。-Simplex method in the automatic blending system. Coal prices in the objective, ash, moisture, sulfur is divided into constraints, solving the optimal ratio. Since the equation has the
Calculator
- 计算器。在visual c++ 6.0 条件下实行基本计算功能。-caculater
