-
最小二乘一次完成算法的c语言程序,调试没有问题。
最小二乘一次完成算法的c语言程序,调试没有问题。-A complete least-squares algorithm c language programming, debugging there is no problem.
- 2022-07-20 05:26:33下载
- 积分:1
-
银行管理系统
我的项目是银行管理系统...它提供完整的银行管理系统视图。总的系统是在 C 语言中。这一项目是对于很多初学者有用让银行软件
- 2022-12-28 17:00:03下载
- 积分:1
-
生成最小生成树
最小生成树算法,将节点 构成的图转换为最小生成树。可用于计算某个节点到另外一些节点的最短距离
- 2022-02-06 01:48:41下载
- 积分:1
-
共轭梯度法
Conjugate gradient method for non-linear equations inC
- 2022-02-26 09:12:17下载
- 积分:1
-
用C++编写的基于插值算法的两种检索算法
用C++编写的基于插值算法的两种检索算法-prepared by the interpolation algorithm based on the two Search Algorithm
- 2022-04-21 19:53:06下载
- 积分:1
-
遗传算法求解TSP问题
有31座城市,采用遗传算法求解tsp问题,给出源程序。可运行!
遗传算法是模仿生物进化和自然选择机理,模拟生物在自然环境中的遗传和进化过程而形成的一种自适应全局优化概率搜索算法。近年来,遗传算法由于在解决各类最优化问题时表现出的鲁棒性、全局性、隐含并行性和自适应性而成为一种应用同益广泛的智能优化算法。旅行商问题(TSP)是组合优化领域中的一个典型NP完全问题,是诸多领域内出现的多种复杂问题的集中概括和简化形式。快速、有效地解决TSP问题有着较高的理论意义和实际应用价值。本文针对解决TSP 问题,用遗传算法施行对TSP问题进行了求解,对选择、交叉和变异算子进行了算法设计,最后探讨了遗传算法解决旅行商问题自身具备的特点。
- 2022-07-16 23:21:19下载
- 积分:1
-
an example of artificial life, flies in 3D simulation space flight
一个人工生命的例子,模拟苍蝇在三维空间内飞行-an example of artificial life, flies in 3D simulation space flight
- 2022-02-02 22:18:34下载
- 积分:1
-
示例代码
contiene codigo de ejemplo en php,muestra una conexion a mysql mediante la clase mysql conectttt y otros tipos de conexiones mysqla ;mysqlb ;mysqlc ;mysqld
- 2022-02-04 15:36:46下载
- 积分:1
-
1 compiler environment for the realization of graphics vb6.02 need to install Au...
1 编译环境为vb6.0
2 实现绘图功能需要安装AutoCAD2000以上版本.
3 程序运行需要动态连接库LSOLVE1.dll提供线性方程组求解功能,建议把LSOLVE1.dll拷贝到系统目录,或者拷贝到执-1 compiler environment for the realization of graphics vb6.02 need to install AutoCAD2000 above .3 procedures needed for the operation of dynamic link library LSOLVE1.dll provide functionality for solving linear equations, it is proposed to LSOLVE1.dll copy to system directory, or copy to the Executive
- 2022-05-20 15:26:40下载
- 积分:1
-
error detection and correction
this code is downed from website and can detect the data`s error and correct it .it can detect 2 bit error and correct 1bit error for 512bytes or 256 words data.
- 2022-02-20 02:06:51下载
- 积分:1