-
基于哈夫曼编码的文件压缩
利用哈夫曼编码对文件进行压缩处理,并能从解压文件重新解压到原来的文件,可以显示压缩和解压时间,压缩文件以.cod后缀名保存,界面采用gtk编写,编译环境codeblocks 10.05.
- 2022-03-14 13:52:16下载
- 积分:1
-
该算法是应用蚁群算法,蚁群算法的基础上…
该算法应用蚁群算法,在蚁群算法的基础上应用于有约束条件的最优化问题。-The algorithm is applied ant colony algorithm, the ant colony algorithm based on the conditions applied to the most constrained optimization problem.
- 2022-09-26 14:35:03下载
- 积分:1
-
自动重发请求
自动重复请求(ARQ),也称为自动重复查询,是数据传输,使用确认(由接收器指示它正确地收到的数据帧或者数据包发送消息) 和
- 2022-11-21 07:55:03下载
- 积分:1
-
《简明程序结构力学》连续梁分析计算源代码
结构力学连续梁的分析计算方法是以连续梁的结点位移为未知量,全部算式用矩阵表示并进行矩阵运算,通过在计算机上运行程序来完成连续梁受力分析的方法!摘自催清洋老师编著的《简明程序结构力学》根据运行的情况,本人对整个程序的部分代码做了调整,经过运行,计算结果与书中的完全一致!
- 2022-02-15 15:42:00下载
- 积分:1
-
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数据处理与回归分析代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC+...
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数据处理与回归分析代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting data processing and regression analysis of the code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.
- 2022-09-26 01:50:03下载
- 积分:1
-
自定义大小的矩阵乘法算法
应用背景计算与自定义大小的矩阵的乘法,(例如:米*)关键技术矩阵是一个数字的数组,这个代码通过另一个整矩阵计算整个矩阵的乘法。
- 2022-09-28 00:00:04下载
- 积分:1
-
稀疏距阵的链表实现希望有所帮助
稀疏距阵的链表实现希望有所帮助-sparse matrix objectlist hope to achieve some help
- 2022-03-18 14:02:57下载
- 积分:1
-
这opennl,图书馆很容易构造和求解稀疏线性系统。
This OpenNL, a library to easily construct and solve sparse linear systems.
* OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradient,BICGSTAB, GMRes) and preconditioners (Jacobi, SSOR).
* OpenNL can also use other solvers (SuperLU 3.0 is supported as an OpenNL extension,MUMPS will be supported in a future version)-This is OpenNL. a library to easily construct and solve sparse l inear systems.* OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradie nt, Application of BICGSTAB. GMRes) and preconditioners (Jacobi, SSOR).* OpenNL can also use other solvers (Super rLU 3.0 is supported as an OpenNL extension, MUMPS will be supported in a future version)
- 2023-07-05 19:45:04下载
- 积分:1
-
关于棋盘覆盖问题的算法设计与分析,经VC++6.0编译通过
关于棋盘覆盖问题的算法设计与分析,经VC++6.0编译通过-ABOUT CHESSBOARD
- 2022-01-21 19:00:24下载
- 积分:1
-
求解非线性方程。调用格式x=fmincon(fun,x0,A,b,Aeq,beq,VLB,VUB)
求解非线性方程。调用格式x=fmincon(fun,x0,A,b,Aeq,beq,VLB,VUB)-For solving nonlinear equations. Call the format x = fmincon (fun, x0, A, b, Aeq, beq, VLB, VUB)
- 2022-05-18 12:48:14下载
- 积分:1