-
经典循环赛日程表算法
经典循环赛日程表算法-classic round robin schedule algorithm
- 2023-05-19 15:40:03下载
- 积分:1
-
C++实现的MMAS蚁群算法工程
一种基于c++实现的MMAS蚁群算法,主要改进如下:1.采用精英策略,只对最优路径上的蚂蚁信息素进行更新;2.通过最大最小信息素值修剪信息素矩阵;
- 2022-11-12 12:55:03下载
- 积分:1
-
用tc来计算pi的精确计算
用tc来计算pi的精确计算-used to calculate the precise calculation of pi
- 2022-03-18 11:52:47下载
- 积分: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
-
用JAVA实现钟表,来设计一款属于你的钟表界面
这个程序可以实现钟表的运行,有基本的功能,可以获取当前时间,可以分秒不差。这是我属于你的钟表。你可以自己设置一个你喜欢的钟面,完全个性化。是java初学者练手的程序之一。
- 2023-05-27 21:35:04下载
- 积分:1
-
利用相关法计算物体的移动
利用相关法计算物体的移动-correlation method of mobile objects
- 2022-08-13 17:37:32下载
- 积分:1
-
A program for solving equations using Newton s Method.Just need to modify the da...
A program for solving equations using Newton s Method.Just need to modify the data in the main function. If there is any bugs, please contact chenxiang@cad.zju.edu.cn
- 2023-05-07 09:30:02下载
- 积分:1
-
巴特沃斯、切比雪夫I和椭圆滤波器设计的源程序!非常难得!
简洁的C语言编写...
巴特沃斯、切比雪夫I和椭圆滤波器设计的源程序!非常难得!
简洁的C语言编写-Butterworth, Chebyshev I and elliptic filter design of the source! Very rare! Concise C language
- 2022-11-09 09:50:04下载
- 积分:1
-
徐士良算法集
fortran77的各种算法集锦,比如欧拉、高斯消元之类的,有详细方程及对应的算法程序,相当于子程序,可以直接调用
- 2022-09-29 12:15:05下载
- 积分: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