-
车间调度代码
代码用于车间调度的研究,主要是遗传算法和模拟退火算法结合,作为改进算法对问题进行研究,对于车间调度课题的研究具有很大的帮助,希望能对大家有用,是我在网上好不容易找到的代码。
- 2022-01-25 21:50:09下载
- 积分:1
-
用C++实现各种排序算法:如冒泡排序、选择排序、插入排序、希尔排序、快速排序、归并排序、基数排序和堆排序,并带有源代码说明...
用C++实现各种排序算法:如冒泡排序、选择排序、插入排序、希尔排序、快速排序、归并排序、基数排序和堆排序,并带有源代码说明-With C++ Realize a variety of sorting algorithms: such as Bubble Sort, Selection Sort, Insertion Sort, Hill sort, quick sort, merge sort, Radix Sort and Heap Sort, with source code Description
- 2023-08-13 02:15:02下载
- 积分:1
-
用matlab编写的梁几何大变形程序包括静力和动力程序
用matlab编写的梁几何大变形程序包括静力和动力程序-using Matlab beam geometry prepared by the large deformation process includes static and dynamic process
- 2023-07-24 04:45:03下载
- 积分:1
-
Pouring steel timing planning algorithm, a detailed procedure for the Notes, in...
炼钢浇注的时序规划算法,有详细的程序注释,希望对大家有用-Pouring steel timing planning algorithm, a detailed procedure for the Notes, in the hope that useful to everybody
- 2022-10-13 06:15:03下载
- 积分:1
-
声纳与 arduino 的接口
这可以作为代码,以解释如何能与 arduino 接口声纳发现。它显示的代码来传递信息的部分的工作点到点的信息。这可以有助于获得正确的工作的 sd 链接和云
- 2022-05-28 14:02:24下载
- 积分:1
-
C语言函数库大全电子书,内容丰富、全面,极具参考价值。
C语言函数库大全电子书,内容丰富、全面,极具参考价值。-C language library Daquan electronic book, rich in content, comprehensive and very useful.
- 2022-02-05 23:50:04下载
- 积分:1
-
Bayesian forecasting of operations research is on the machine is important exper...
运筹学的贝叶斯预测,是上机进行运筹学实验的重要实验。-Bayesian forecasting of operations research is on the machine is important experimental operations research experiments.
- 2022-04-08 04:16:45下载
- 积分:1
-
归并排序
与常见的归并排序算法不同,效率更高,使用C++编写,vs更高版本也可以直接用。
用模板类编写,可以熟悉模板的写法。
归并排序是分治法的典型应用,把原始数组分成若干子数组,对每一个子数组进行排序,继续把子数组与子数组合并,合并后仍然有序,最终得到排序结果。
- 2022-11-06 08:55:04下载
- 积分:1
-
Jacobi to solve linear equations, possison equations, welcome you to give valuab...
Jacobi求解线性方程组、possison方程,欢迎大家提出宝贵意见。-Jacobi to solve linear equations, possison equations, welcome you to give valuable advice.
- 2022-03-13 21:27:05下载
- 积分:1
-
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
%...
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
% Find the indices of the nearest neighbours of the given desriptors in the近邻点寻找算法,在非线性时间序列中很有用,是常用的算法- [Nearest_neighbours] = find_nearest_neighbours (database, desc, max_dist) Find the indices of the nearest neighbours of the given desriptors in the neighbor-point search algorithm, the nonlinear time series of very useful, is a commonly used algorithm
- 2022-05-24 09:30:26下载
- 积分:1