资源列表
yacio
- 数模中采矿问题的matlab源码,希望有人能用!不错的源码-Mathematical model of the mining problem of matlab source code, hope someone can use!
mian
- 办公区里到处摆放着各种各样的零食。人力资源部的调研发现,员工如果可以在自己喜欢的美食旁边工作,工作效率会大大提高。因此,公司决定进 行一次员工座位的大调整。 调整的方法如下: 1 . 首先将办公区按照各种零食的摆放分成 N 个不同的区域。(例如:可乐区,饼干区,牛奶区等等)。 2 . 每个员工对不同的零食区域有不同的喜好程度(喜好程度度的范围为 1 — 100 的整数, 喜好程度越大表示该员工越希望被调整到相应的零食 区域)。
Josephus
- 完成Josephus问题,实现2、 约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。 建立n个人的单循环链表存储结构,运行结束后,输出依次出队的人的序号。 -finish Josephus problem
GREDDY
- 马踏棋盘!c++编写,可运行!与大家共同学习!-Horse riding board!
1
- ACM编程中,二叉排序树的实现和查找,仅供参考-ACM programming, binary sort tree implementations and look for reference
SORT
- 该程序包,编写了各种排序算法的源代码,很适合初学者学习,赶紧下载吧!-Sort code!
PKU_ACM_Code
- 北大ACM的代码,很经典的源代码 主流算法:搜索,动态规划,贪心,图论,数论,计算几何,组合数学,模拟,数据结构,博弈论 -ACM code of Beijing University, is the source code of the mainstream of classical algorithms: search, dynamic programming, greedy, graph theory, number theory, computational geometry,
hw1-joseph
- c++数据结构中处理约瑟夫环问题源码,使用模版编写链表。配套清华版数据结构图书。-c++ data structure in processing Josephus source, use the template to write a linked list. Supporting Tsinghua version data structure books.
06
- 关于二叉树的链式存储及其运算(二叉排序树)的程序,将二叉树与链式存储相结合,方便将来编程使用。-On the binary tree and chain store operations (binary sort tree) program that will combine binary tree with the chain store, easy to use in future programming.
Dijkstra
- 经典的Dijkstra算法,采用贪婪技术,考虑单起点最短路径问题:对于加权连通图的一个称为起点的给定节点,求出它到所有其他顶点之间的一系列最短路径。- The classical Dijkstra algorithm, the greedy technique, consider single source shortest path problem: for weighted connected graph of a known as the starting point of a
LCS
- 动态规划法 求最长子序列的实验报告 在C++ 环境下运行 采用倒序的方法 -Beg the most of the sequence experiment report
BINARY
- 将整形数据快速转化为二进制数据的小算法。-The shaping algorithm the data quickly into small binary data.
