-
基于蚁群算法求解VRP问题的C++源码
从同学那里拷贝的,用于求解VRP问题的源码,希望对研究车辆路径问题的同学有点启发!从同学那里拷贝的,用于求解VRP问题的源码,希望对研究车辆路径问题的同学有点启发!从同学那里拷贝的,用于求解VRP问题的源码,希望对研究车辆路径问题的同学有点启发!从同学那里拷贝的,用于求解VRP问题的源码,希望对研究车辆路径问题的同学有点启发!
- 2023-08-06 00:25:04下载
- 积分:1
-
linux下的cure聚类算法
是linux下的cure算法,比较完整
#if !defined(lint) && !defined(SABER)
static char rcsid[] = "$Header: /usr/src/local/conn/cluster/RCS/cluster.c,v 1.23 1993/02/03 07:43:07 stolcke Exp $";
#endif /* not lint */
#include
#include
#include
#include "alloc.h"
#include "error.h"
#include "cluster.h"
#define NONE (-2)
#define BUFSIZE 256
#ifndef SCALE
#define SCALE "_SCALE_"
#endif
#ifndef DONTCARE
#define DONTCARE "D/C"
#endif
#ifndef MAXFLOAT
#define MAXFLOAT ((float)3.40282346638528860e+38)
#endif
static FLOAT distance();
static FLOAT root();
static FLOAT cure_distance();
static void merge();
- 2023-07-29 18:30:03下载
- 积分:1
-
allan方差分析
allan方差分析 matlab算法,并拟合计算出五项系数,很适用,用于陀螺静态参数分析
- 2022-02-25 16:36:45下载
- 积分:1
-
RLS 算法
实现复杂有价值的数据的 RLS 算法。(算法 5.3-预订: 自适应滤波: 算法和实际执行,尼斯)
- 2022-02-24 16:41:57下载
- 积分:1
-
操作系统中的磁盘调度算法
操作系统中的磁盘调度算法-operating system disk scheduling algorithm
- 2022-03-03 12:03:39下载
- 积分:1
-
用Delphi写的简易计算器,请多指教!
用Delphi写的简易计算器,请多指教!- Simple calculator writes which with Delphi, please advises!
- 2022-03-24 11:16:42下载
- 积分:1
-
二维图形的几何变换
计算机图形学实例,实验题目:将 矩形ABCD(A(20,20), B(20, 100), C(80, 20), D(80,100)) 在 X方向平移 30个单位,Y方向平移 60个单位,X方向缩小2倍,Y方向缩小2倍。实现二维图形的基本变换,包括平移、缩放。
- 2022-03-06 03:34:48下载
- 积分:1
-
本实验主要涉及解线性方程组的列主元消去法.通过编辑程序,能更深入地了解到列主元消去法的内涵.并且通过计算比较,也可以了解到数据的精度及舍入误差等一系列有关因素....
本实验主要涉及解线性方程组的列主元消去法.通过编辑程序,能更深入地了解到列主元消去法的内涵.并且通过计算比较,也可以了解到数据的精度及舍入误差等一系列有关因素.-this study involved solving linear equations of main-element elimination. Through the editorial process, to better understand out to the main yuan elimination connotations. through calculation and comparison, Data can also understand that the accuracy of rounding error and a series of other relevant factors.
- 2022-01-26 06:12:16下载
- 积分: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
-
常微分和偏微分方程中的c程序,C++,Fortran,java,马…
Ordinary and Partial Differential Equation Routines in C, C++, Fortran, Java, Maple, and MATLAB
- 2022-02-01 17:40:08下载
- 积分:1