-
矩阵求逆算法
工程计算中,很多时候都会用到矩阵的运算,很多时候必然会涉及到矩阵的求逆,我提供了一个矩阵求逆的算法,可以用实际的矩阵验证程序的正确性。
- 2023-06-24 05:20:03下载
- 积分:1
-
poj1915求移动棋子到特定位置的最少次数,BFS经典题目
poj1915求移动棋子到特定位置的最少次数,BFS经典题目-poj1915 for mobile pawn to a specific location of the minimum number, BFS Classic Title
- 2023-06-10 02:35:03下载
- 积分:1
-
矩阵相乘(C实现)
将矩阵视为一维数组,利用struct来存储指向矩阵内容的指针、行数和列数,并且给予内存空间回收机制,即便是做了很多次矩阵相乘也不会导致内存浪费。
如果有必要最大限度的提高运算速率,请将循环自变量调整为register
- 2022-12-10 00:15:03下载
- 积分:1
-
a more general algorithm
一个较为普通的算法-a more general algorithm
- 2022-03-09 20:14:18下载
- 积分:1
-
book is widely used in engineering at the effective preparation of the algorithm...
书是针对工程上常用的行之有效的算法而编写的C语言函数程序集,在第一版的基础上作了修改和扩充。书中包括了近几年出现的许多新算法。全书分为数值计算与非数值计算两部分。其中数值计算部分的内容包括:线性代数方程组的求解、矩阵运算、矩阵特征值与特征向量的计算、非线性方程与方程组的求解、插值、数值积分、常微分方程(组)的求解、拟合与逼近、数据处理与回归分析、极值问题、数学变换与滤波、特殊函数、随机数的产生、多项式与连分式函数的计算、复数运算;非数值计算部分的内容包括:排序、查找、图形模式下读写屏幕象点、基本图形操作、汉字操作等。-book is widely used in engineering at the effective preparation of the algorithm and C language function suite, on the basis of the first edition was revised and expanded. The book includes the past few years, many of the new algorithm. Topics are divided into the numerical and non- numerical calculation of two parts. These numerical part of the contents include : linear algebraic equations by solving the matrix computation, Matrix eigenvalues and eigenvectors of computing, nonlinear equations and solve equations, interpolation, numerical integration, ordinary differential equations (Group I) solution, fitting and approximation, data processing and back In analysis, optimization, mathematical transformation and filtering, specia
- 2022-07-13 21:31:09下载
- 积分:1
-
基于背景重构的目标检测
应用背景主要对复杂背景下的移动目标进行检测,根据背景重构的原理,能够对路面上的车辆、行人等进行检测。程序中对可检测的目标只是用白颜色块显示。为了可视化,后续可以对其进行框选等工作。关键技术基于背景重构,对移动目标进行检测。其中用到了帧间差分技术等。
- 2022-09-17 18:00:08下载
- 积分:1
-
子空间迭代算法求解结构的特征值,对结构动力分析必须的基本代码,希望对大家有用。...
子空间迭代算法求解结构的特征值,对结构动力分析必须的基本代码,希望对大家有用。-subspace iteration algorithm for the eigenvalue structure, the structural dynamic analysis must be the basic code we hope that the right useful.
- 2023-01-29 00:15:03下载
- 积分:1
-
徐世良-C常用算法集的源代码
徐世良-C常用算法集的源代码- Xu Shiliang- C commonly used algorithm collection source code
- 2022-04-28 04:11:27下载
- 积分:1
-
这里是通过数组求大数阶乘的一种方法,这里类举3000,其他的类推...
这里是通过数组求大数阶乘的一种方法,这里类举3000,其他的类推-This is the factorial of large numbers through the array for a way to cite here, type 3000, the other by analogy
- 2023-01-24 15:15:04下载
- 积分:1
-
Function is passed by value, teach you how to use the C language programming, te...
函数按值传递,教你如何用使用C语言编程,教学用。-Function is passed by value, teach you how to use the C language programming, teaching.
- 2022-10-11 02:35:03下载
- 积分:1