-
一个递归算法,并把递归出的文件隐藏,使用VB开发,希望大家支持...
一个递归算法,并把递归出的文件隐藏,使用VB开发,希望大家支持-A recursive algorithm, and recursive documents are hidden, use the VB development, I hope you will support
- 2022-03-21 18:21:49下载
- 积分:1
-
遗传算法C
很好用的c
注:前两个文件存储为m文件并放在工作目录下,运行结果为
p =
0.0000 -0.0000 0.0055
大家可以直接绘出f(x)的图形来大概看看f(x)的最值是多少,也可是使用优化函数来验证。matlab命令行执行命令:
fplot("x+10*sin(5*x)+7*cos(4*x)",[0,9])
evalops是传递给适应度函数的参数,opts是二进制编码的精度,termops是选择maxGenTerm结束函数时传递个maxGenTerm的参数,即遗传代数。xoverops是传递给交叉函数的参数。mutops是传递给变异函数的参数。
- 2023-05-18 06:50:04下载
- 积分:1
-
Data Structure of maps
Data Structure of maps
- 2023-05-29 07:35:03下载
- 积分:1
-
C++ Builder程序员学习数据结构第2章
C++ Builder程序员学习数据结构第2章-Builder C programmers to learn data structure Chapter 2
- 2022-10-04 14:45:03下载
- 积分:1
-
一个用C++实现的B+tree程序源代码
一个用C++实现的B+tree程序源代码-b+tree implemented with c++
- 2022-12-28 20:50:08下载
- 积分:1
-
C语言实现数据结构中最短路径的算法代码,有图形显示。欢迎下载...
C语言实现数据结构中最短路径的算法代码,有图形显示。欢迎下载-C language data structure, the shortest path algorithm code, a graphical display. Welcome to download
- 2023-03-07 14:50:03下载
- 积分:1
-
one of Huffman coding procedures, using the c series. For a few from the right c...
一个关于哈夫曼编码的程序,用c++编的。可用于对数距的编码-one of Huffman coding procedures, using the c series. For a few from the right coding
- 2023-04-21 14:45:02下载
- 积分:1
-
Merging Sort: The array is divided into a small array, in an orderly manner thro...
归并排序:将数组划分为小数组,通过局部的有序合并,解决问题
算法平均时间复杂度: O(nlogn)
-Merging Sort: The array is divided into a small array, in an orderly manner through the partial merger, the average time algorithm to solve the problem complexity: O (nlogn)
- 2022-01-21 06:13:35下载
- 积分:1
-
用Java写的面相对象的数据库管理系统
用Java写的面相对象的数据库管理系统- Appearance object database management system writes which with
Java
- 2023-07-10 17:20:03下载
- 积分:1
-
0 / 1背包问题的几种解决方案,包括回溯,动态规划…
0/1背包问题的几种解法,包括回溯法、动态规划法以及穷举法。另外还包括集中方法的一个测试报告。-0/1 knapsack problem several solutions, including backtracking, dynamic programming method and the exhaustive method. It also includes a focus on methods of test reports.
- 2022-08-04 06:47:07下载
- 积分:1