资源列表
GS_StableMatch
- GS固定匹配算法的python3实现,包括算法实现、随机数据生成、文件操作等模块-GS_Stable Match Algorithm implemented by Python
1216
- VISUAL C++数据结构,二叉堆的优先级序列,能查找最小值,插入删除操作。-VISUAL C++ data structure, the priority sequence of binary heap, to find the minimum, insertion and deletion operations.
1204
- Descr iption 将两个线性表合并成为一个线性表。 Input Format 输入文件包括四行。 第一行包括一个字符串,有三种情况:int、char、double,代表线性表的类型。 第二行包括两个正整数n,m. (1<=n,m<=10000) 第三行包括n个用空格分开的数据,内容可能是整形,浮点或者字符,由第一行的内容决定,代表第一个线性表的元素。 第四行包括m个用空格分开的数据,内容可能是整形,浮点或者字符,由第一
staticlist
- 静态链表的应用 可进行插入,删除等操作 而且可以进行代码复用,省去很多开发时间-The application of static linked list To insert, delete, etc But also for code reuse, save a lot of development time
ACM-Essays-2013
- 国际信息学奥林匹克竞赛(IOI)国家集训队论文集2013-International Olympiad in Informatics (IOI) Proceedings of the National Team of 2013
GprMaxV2.0
- 地质雷达仿真软件,可以模拟各种结构,得到仿真数据。可编程也脚本文件-Geological radar simulation software can simulate a variety of structures, to get the simulation data. Programmable also scr ipt file
project3
- 通过读入的输入文件来判断开始点到终止点之间的最短路以及此图是否为有向无环图-You will read the standard input a descr iption of a graph and then report two things on that graph: 1. The shortest path between a source node and a destination node specified in the input. 2. Whether the g
RiASourceCode
- R语言学习资料,可是中文版本哦,适合初学者学习-R language learning materials, but the Chinese version of Oh, suitable for beginners to learn
PrefixSpan-CPP
- PrefixSpan C++增加了时间计算,讲解非常详细-PrefixSpan C++
MAGA
- MAGA多智能体进化算法源码,已经调好,直接可以运行。-MAGA multi agent evolutionary algorithm source code, have a good tune, you can directly run.
exp5_binarytree2
- 输入一个完全二叉树的层次遍历字符串,创建这个二叉树,输出前序中序后序遍历,结点数目,二叉树高度。-Enter a complete binary tree hierarchy traversal string to create the binary tree traversal sequence after sequence output in the preamble, the number of nodes, the binary tree height.
模糊C均值聚类算法
- 模糊C均值聚类算法工具箱 总有一种程序适合你