-
dijkstra alth java
&此代码用于Dijkstra算法
- 2022-01-21 18:53:32下载
- 积分:1
-
stable matching
简单的稳定匹配算法实现,无bug
Implement Gale-Shapley algorithm of the Stable Matching Problem in your
favorite language, and give the matching result of attached ranking data
(boys rankings.txt and girls rankings.txt), supposing that the ranking is sorted
from high to low. (C++ source file gs make ranking.cc which generates the
data is also supplied here.)
- 2023-02-04 07:15:03下载
- 积分:1
-
ffuc argorithm
ffuc argorithm
ffuc argorithm
ffuc argorithm
ffuc argorithm
- 2022-11-10 19:50:02下载
- 积分:1
-
马踏棋盘问题:国际象棋中的马,怎样才能不重复的跳遍棋盘上的每一格呢? 笔者见过许多解决这类问题的程序,这个是最简洁同时也是速度最快的一个。...
马踏棋盘问题:国际象棋中的马,怎样才能不重复的跳遍棋盘上的每一格呢? 笔者见过许多解决这类问题的程序,这个是最简洁同时也是速度最快的一个。-horse riding chessboard : the international chess Ma, how can we not repeat the jump all over the chessboard of each? I met many issues to resolve such procedures, this is the most succinct is also the fastest one.
- 2022-07-09 19:26:02下载
- 积分:1
-
k-均值算法 python
均值比率
试图生成速度快、 内存效率的 K-均值程序。
安装
gem来源-http://rubygems.org
sudo gem安装 k_means
如何使用
需要 "rubygems"
要求 "k_means"
数据 = [[1,1]、 [1,2],[1,1],[1000年、 1000年],[500、 500]]
kmeans = KMeans.new (数据,: 质心 = > 2)
kmeans.inspect # 使用 kmeans.view 拿到未检查数组
= > [[3,4],[0,1,2]]
自定义的质心
需要 "rubygems"
要求 "k_means"
# 您自定义的质心需要有 #position 和 #reposition 的方法
类 CustomCentroid
attr_acces
- 2022-04-28 00:29:05下载
- 积分:1
-
快速排序程序
快速排序程序-Quick sort program
- 2022-06-27 17:51:11下载
- 积分:1
-
该程序是用来画微分系统时间序列图相图等相关的图形的,可以很好的对一个微分系统进行分析...
该程序是用来画微分系统时间序列图相图等相关的图形的,可以很好的对一个微分系统进行分析-The program is used to draw the time-differential phase diagram sequence diagram of the graphics, etc., can be a very good system for a differential analysis
- 2022-03-06 14:26:13下载
- 积分:1
-
BPatch 和 BDiff Delpfi 的实现
包括 Pascal BDiff 和 BPatch 的一些标准 C 库代码的实现。很好。享受
- 2022-05-30 03:32:08下载
- 积分:1
-
小型成绩管理系统
应用背景c语言课程设计,目前对于理科大学生来说,c语言是大学中的一门必修课,此系统为c语言的学习提供了很好的参考。关键技术利用c语言结构体实现的学生成绩管理系统,利用了c语言机构体,并实现了c语言结构体的增加,删除以及排序等算法。
- 2023-06-07 04:30:03下载
- 积分:1
-
VC calculated arbitrary length 10
VC++ 计算任意长度10进制数位算子实用程序的源代码,很 实用-VC calculated arbitrary length 10-229 utility operator of the source code, very practical
- 2022-01-21 00:38:21下载
- 积分:1