-
几种常见排序算法的比较与实现
1冒泡排序(Bubble Sort)2选择排序(Selection Sort)3插入排序(Insertion Sort)4堆排序5归并排序
- 2023-02-18 18:20:03下载
- 积分:1
-
Discrete-Continuous Optimization for Multi-Target Tracking
A matlab program for multi-target tracking,The problem of multi-target tracking is comprised of two distinct, but tightly coupled challenges: (i) the naturally discrete
problem of data association, i.e. assigning image observations to the appropriate target; (ii) the naturally continuous
problem of trajectory estimation, i.e. recovering the trajectories of all targets. To go beyond simple greedy solutions for data association, recent approaches often
- 2023-01-02 11:40:18下载
- 积分:1
-
模拟计算器的实现,可以进行基本的运算
模拟计算器的实现,可以进行基本的运算-the realization simulation calculators, the basic arithmetic
- 2022-03-26 02:18:09下载
- 积分:1
-
快速傅里叶变换的C实现,采用新的倒序算法,程序代码只有一百多行,就要以实现千个采样点的计算...
快速傅里叶变换的C实现,采用新的倒序算法,程序代码只有一百多行,就要以实现千个采样点的计算-Fast Fourier Transform of C realized, the introduction of a new reverse algorithm, program code, only more than 100 lines, it is necessary to achieve the 1000 sampling points calculation
- 2022-03-23 21:12:52下载
- 积分:1
-
Delphi DLL装载机
Dll加载器,用于加载程序索引和索引
- 2022-09-06 16:25:02下载
- 积分:1
-
基音检测
Simulink中的这个高度专业化的块将设置Simulink的配置参数,以正确使用CodeComposer Studio和DSK[3]。在Simulink仿真配置参数中,有必要进行以下更改。
- 2023-05-11 13:20:03下载
- 积分:1
-
最小生成树的Kruskal算法
C语言算法编程。最小生成树的Kruskal算法 。求加权连通图的最小生成树的算法。kruskal算法总共选择n- 1条边,(共n个点)所使用的贪心准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树。kruskal算法分e 步,其中e 是网络中边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。
- 2022-01-30 15:28:05下载
- 积分:1
-
科学与工程计算中常用的插值算法:Aitken、Akima、Hermite、Lagrange、样条插值等。...
科学与工程计算中常用的插值算法:Aitken、Akima、Hermite、Lagrange、样条插值等。-Science and engineering computing interpolation algorithm commonly used: Aitken, Akima, Hermite, Lagrange, spline interpolation.
- 2022-03-19 21:38:14下载
- 积分:1
-
reduction de dimension et classification par un classifieur svm
un script d"un ptit algorithme de réduction de dimension avec le classifieur SVM pour la classification des données synthétiques ou une image, utilisation de ll"analyse en composants principals pour la reduction de dimension
- 2022-02-15 00:32:47下载
- 积分:1
-
简单计算器的实现
本文是基于Visual 6.0的C++语言编程 实现了简单计算器的加、减、乘、除运算操作。
- 2023-06-25 23:00:03下载
- 积分:1