-
M/M/1 队列参数的分析计算
此程序计算参数的 M/M/1 排队数。算法的输入是客户到队列的到达率和服务时间的队列中,而输出是均值和方差的客户数目在系统和队列和均值和方差的忙期的长度。
- 2023-06-21 03:55:03下载
- 积分:1
-
the Capacitated Vehicle Routing Problem
The CVRP is a hard combinatorial optimisation problem. The scenario is that a set of depots contains goods to be delivered to customers by a fleet of trucks. Each customer wants a certain integer amount of goods called their demand and each truck can only carry a certain amount called its capacity. All trucks have the same capacity. The objective is to find a set of routes, one for each truck, which minimises the total distance travelled by all trucks (the 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-15 10:54:51下载
- 积分:1
-
LS mmse算法信道估计
本人上传的这个代码,是包括了信号的产生,调制,加导频信号,反傅里叶变换,加循环前缀,经过多径信道,解调得到的信号,采用LS MMSE等算法进行信道估计,是不叫完善的算法!
- 2022-06-12 08:32:44下载
- 积分:1
-
第九届飞思卡尔摄像头组参赛
应用背景该程序是第九届飞思卡尔摄像头组的参赛程序,是用的芯片是KL26,底层库是野火的底层库。本程序下载到芯片里,可以稳定完整的跑完一圈,过坡道无压力,在实验室跑的非常稳定,新手拿过去,可以很快让小车跑起来。关键技术还有手机软件蓝牙调参数的程序,调参软件的程序也很简洁,非常好理解。包括移植到底层的函数也做了详细的注释,方便调小车的参数,提高了调车的效率。而且KL26和K60差不多,可以很方便地移植到K60的上面,程序可读性也很强,加了较多注释,很好理解。使用的是卡尔曼滤波。
- 2022-04-12 20:30:54下载
- 积分: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
-
96位大数运算实现
96位大数运算实现-96 big number operation realizes
- 2023-08-03 08:10:03下载
- 积分:1
-
使用TMS320F2812实验三相交流异步电机调速的程序,通过此代码可以学习DSP2812的编程框架和SPWM的产生方法。程序代码全部为C/C++语言...
使用TMS320F2812实验三相交流异步电机调速的程序,通过此代码可以学习DSP2812的编程框架和SPWM的产生方法。程序代码全部为C/C++语言-TMS320F2812 experiments using three-phase AC induction motor of the process, through this code can learn DSP2812 programming framework and method for the selection of SPWM. Code all C/C++ Language
- 2022-03-03 23:32:34下载
- 积分:1
-
一个最短路径算法,可以作为初学参考,具有一定的价值和扩展空间...
一个最短路径算法,可以作为初学参考,具有一定的价值和扩展空间-A shortest path algorithm, can serve as a beginner reference, has a certain value and the expansion of space
- 2022-07-12 00:51:37下载
- 积分:1
-
SVM classification
在这个项目中,我们有240个图像包含120个海滩和120个海滩
- 2022-06-26 02:15:06下载
- 积分:1
-
java源代码的准一维欧拉求解器
Gryphon is a Java-based computational fluid dynamics code written to solve the quasi 1-D Euler equations.
- 2022-02-03 14:01:49下载
- 积分:1