-
使用循环链表实现空间复杂度压缩的LZSS算法
使用循环链表实现空间复杂度压缩的LZSS算法
- 2022-03-15 17:55:01下载
- 积分:1
-
Dijkstar和Floyd算法
程序分别用Dijkstar和Floyd两种算法来计算最短距离,从文件读取点的信息,文件格式为起点,到点,距离。程序含有有时间函数,可以对两种算法进行比较,能够得出比较好的结果。
- 2022-07-22 01:21:18下载
- 积分:1
-
优化算法,是FORTRUN语言写。都经过了运行。
优化算法,是FORTRUN语言写。都经过了运行。-this is code of the number caculation in opt
- 2022-04-10 05:21:22下载
- 积分:1
-
数值型货币的大写转换1(未完待续)
数值型货币的大写转换1(未完待续)-numerical monetary capital of a conversion (to be continued)
- 2022-01-25 16:28:00下载
- 积分:1
-
混沌蚁群优化算法 C语言版
应用背景
混沌蚁群优化算法可以求解连续域最优化问题,本算法的编写是本人硕士期间的主要工作。算法的
编写主要以原作者发表的相关文献为参考,如李丽香等。
关键技术
使用混沌系统描述蚁群随机搜寻行为,通过迭代结束条件提高算法的计算精度。算法以C语言编写,
算法流程清晰,计算过程明了,对理解混沌蚁群优化算法和应用此算法求解其他问题,有很大的帮
助。
- 2022-11-02 17:00:08下载
- 积分:1
-
Guo Tao algorithm source VC
郭涛算法VC源码-Guo Tao algorithm source VC
- 2022-03-20 10:18:42下载
- 积分:1
-
混沌系统Lyapunov指数与维度的matlab工具箱(含GUI)
本工具箱用于确定混沌系统的李雅普诺夫指数与维度,并提供了GUI界面。列举了诸多著名的混度系统作为案例,用于说明工具箱的使用,包括Lorenz系统、LOGISTIC映射、Rossler方程、Stewart-McCumber模型、DUFFING方程、DUFFING方程等。配有中英文对照说明,便于初学者快速理解学习混沌系统,并进一步用于科研工作的开展。
- 2022-06-30 16:04:49下载
- 积分: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
-
高斯双积分算法
以我的近似 = 双集成 ((f (x,y) dy dx)) 与限制
* 的从集成到 b 为 x 和从 c(x) 到 d(x) 的 y:
*
* 输入: 终结点 a、 b ;正整数 m,n.(假定
* 根 r(i,j) 和系数 c(i,j) 是可供
* i 等于 m 和 n 为 1 < = j < = i。
*
* 输出: 逼近 J 到我。
*/
- 2022-03-14 10:23:13下载
- 积分:1
-
Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n...
程序:全主元Gauss消去法
过程:gaussq(aa,bb,xx,n,sgn)
作用:aa为系数矩阵,bb为右端向量,xx为解向量,n为方程阶数,sgn为标识符,1表示计算正常进行,0表示计算失败
方程形式为:aa(n,n)*x(n)=bb(n)-Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n, sgn) Role: aa for the coefficient matrix, bb for the right-hand side vector, xx for the solution vector, n the order of the equation, sgn as identifiers, 1 indicates the calculation as normal, 0 indicates failure of the calculation equation of the form: aa (n, n)* x (n) = bb (n)
- 2023-02-27 01:55:03下载
- 积分:1