资源列表
BitArray_src
- The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value. A 0 [1] bit corresponds to the Boolean value false [true], respectively. We can look at a stream of bytes as a stream of bits each byte contains 8 b
shujujiegoukcsj
- 数据结构课程设计文档,有比较规范的格式,是我们学校的作业,希望对大家有作用-Data structure course design document, has a fairly standard format
gj
- 银行家算法的改进,包括2个pdf格式的文件和文本文档,解释详细。-Bankers algorithm, including the two pdf files and text documents, a more detailed explanation.
huffman
- 这里实现了一个比较系统的哈夫曼编码系统。具有如下功能。 1:输入字符,及权值等相关信息。 2:建立哈夫曼树求出字符编码。 3:显示所有字符的哈夫曼编码。 4:输入文章,显示其哈夫曼码。-Huffman
Tree
- 一个显示二叉树结构和相关算法的小程序,重在结构-binary tree
yuesefuhuan
- C#实现的约瑟夫环的问题 感兴趣的可以看一下-C# to achieve the Joseph Central questions could be of interest to look at
vijos1083
- 线段树 求最大字段和以vijos1083为例-Segment tree for the largest fields and
a3.tar
- adding function to C++ pasers
CourseWork2
- 用迪卡斯尔公式求两点之间最短路径,需要一个文本结合 或者网页-迪卡斯尔formula used for the shortest path between two points, combined with the need for a text or web page
sched
- 一台精密仪器的工作时间为n 个时间单位。与仪器工作时间同步进行若干仪器维修程序。一旦启动维修程序,仪器必须进入维修程序。如果只有一个维修程序启动,则必须进入该维修程序。如果在同一时刻有多个维修程序,可任选进入其中的一个维修程序。维修程序必须从头开始,不能从中间插入。一个维修程序从第s个时间单位开始,持续t个时间单位,则该维修程序在第s+t-1 个时间单位结束。为了提高仪器使用率,希望安排尽可能少的维修时间。对于给定的维修程序时间表,该算法计算最优时间表。-Units 1 precision in
binSearchtemplate
- 用vs2005实现了折半查找的模板,已通过调试编译,可放心使用。-Achieved with half the search template has been compiled through the debugger.
kmt
- 给定一棵有向树T,树T中每个顶点u都有一个权w[u],树的每条边[u,v]也都有一个非负边长d[u,v]。有向树T的每个顶点u可以看做客户,其服务需求量为w[u]。每条边[u,v]的边长d[u,v]可以看做是运输费用。如果在顶点u处未设置服务机构,则将顶点u处的服务需求沿有向树的边(u,v]转移到顶点v处服务机构,则需付出的服务转移费用为w[u]*d[u,v]。树根处已设置了服务机构,现在要在树T中增设k处服务机构,使得整棵树T的服务转移费用最小。该算法对于给定的有向树T,计算在树T中增设k处
