-
Stable Roommates Problem and Stable Matching – The Difference of Initiators
稍微修改一下的稳定匹配是一个稳定的室友问题。在给定的
- 2023-06-19 00:40:03下载
- 积分:1
-
MATLAB编写的模拟退火算法的m文件,蛮不错的呦。
MATLAB编写的模拟退火算法的m文件,蛮不错的呦。-MATLAB prepared simulated annealing algorithm m documents Yo pretty good.
- 2022-11-10 06:55:03下载
- 积分:1
-
现实对称矩阵特征值特征向量的计算
计算求实对称矩阵特征值特征向量,有包括的数据文件。这一进展由 C 语言实现。计算求实对称矩阵特征值特征向量,有包括的数据文件。这一进展由 C 语言实现。计算求实对称矩阵特征值特征向量,有包括的数据文件。这一进展由 C 语言实现。计算求实对称矩阵特征值特征向量,有包括的数据文件。这一进展由 C 语言实现。计算求实对称矩阵特征值特征向量,有包括的数据文件。这一进展由 C 语言实现。
- 2022-04-18 18:53:39下载
- 积分:1
-
排队系统
//#include"stdafx.h"
#include < stdio.h >
#include < tchar.h >
#include < iostream >
使用命名空间 std ;
int main)
{
////////////////////////////////////////////////////////
/ / 初始化变量 / /
int n = 0,n1 = 0 ;/ / 没有。就业机会
int maxLength = 0 ;/ / 最大长度队列。
浮
- 2023-01-13 23:05:03下载
- 积分:1
-
Curve cubic spline interpolation, in both nodes with non
曲线的三次样条插值,在非首尾节点处具有三次光滑性质-Curve cubic spline interpolation, in both nodes with non-smooth nature of the three
- 2022-12-27 13:05:04下载
- 积分:1
-
multiple search tree algorithm performance and Binary Tree Algorithm considerabl...
多重搜索树算法,性能和二叉树算法相当,但是更节省空间-multiple search tree algorithm performance and Binary Tree Algorithm considerable, but the space-saving
- 2022-01-26 00:38:41下载
- 积分:1
-
这是一个用于CRC的循环冗余检查系统,用c++编写,欢迎下载。
这是一个用于CRC的循环冗余检查系统,用c++编写,欢迎下载。-This is a CRC for the cyclical redundancy check system, used c++ Prepared to welcome to download.
- 2022-09-18 16:00:03下载
- 积分:1
-
this mobile robot program including fuzzy control system, keypad, ultrasonic pin...
this mobile robot program including fuzzy control system, keypad, ultrasonic ping)), etc-this is mobile robot program including fuzzy control system, keypad, ultrasonic ping)), etc
- 2022-12-02 14:45:03下载
- 积分:1
-
ACM稳定婚姻匹配
输入
(第一行数据表示 Man(Woman)的数目 n;接下来的数据中,第一个 n*n 的数据
块表示 Man 的优先列表;另一个 n*n 的数据块表示 Woman 的优先列表)
5 ---------------------- (Man(Woman)的数目 n)
2 1 4 5 3 -------------- (第一个男人的优先列表)
4 2 1 3 5
2 5 3 4 1 -------------- (第三个男人的优先列表)
1 4 3 2 5
2 4 1 5 3
5 1 2 4 3 -------------- (第一个女人的优先列表)
3 2 4 1 5
2 3 4 5 1
1 5 4 3 2
- 2022-04-09 13:25:44下载
- 积分:1
-
lda模型,用java语言写的
lda模型,用java语言写的,我想做些lda文本分类的实验,这里面有关的一些算法,我自己有些也没有明白,希望各位大神能给看看,帮忙解决下问题。
- 2023-06-28 02:05:04下载
- 积分:1