资源列表
dtmlcx
- 模拟程序包括一个时钟,每天从零开始。模拟程序得调度器组件随机设置每一层第一个人到来的时间,当时钟的时间等于第一个人到来的时间时,模拟程序生成一个新到的人将该人放到这一层。然后这个人按下按钮,请求电梯开门。这个人的目的地楼层不能与他上电梯的楼层相同。 -Simulation program includes a clock, every day from scratch. Simulation program was set up scheduling of each component la
Polynomial
- 一个d阶多项式有如下形式: cdxd+cd− 1xd− 1+cd− 2xd− 2…+c0 其中,cd≠0,指数都是非负数。每一个cixi是多项式中的一项。 设计一个C++的模板类 Polynomial<T>,T给出系数的类型,要求能够实现多项式的表示和运算。Polynomial类应该包括私有变量degree,和其他需要的变量。对多项式的表示要求用线性表的形式,例如(c0,c1,c2,…,cd)表示系数表。并设计以下成员函数和操
yerenchuanjiaoshi
- 经典的野人传教士过河问题的应用程序,内含问题解释及解决问题的方法
yuandaima
- 数据结构源码教程,经典例子和源代码,方便你学习数据结构-Source data structure tutorial, classic examples and source code, allowing you to learn data structures
vc++part8
- 数据结构算法vc++6.0少有的特别好的程序集 强烈推荐part8,特别好,特别适合学习数据结构,有向动手实践的,把数据结构的算法都用vc实现了,经典经典经典经典经典经典经典!-data structure algorithms vc 6.0 few good special procedures set part8 strongly recommended, particularly good, particularly suitable for the study of data str
DataStructureofyanweimin
- 严蔚敏 数据结构的配套代码,在你为书籍晦涩难懂的时候,提供一定帮助-YAN Wei-min data structure matching code, in your books when gimmicks, which provides a help
WGC
- 数据结构 赫夫曼编码 c++代码 希望大家能够喜欢-Huffman coding data structure c++ code hope you will like
shujujiegou
- 分别用数组和链表解决数据结构中的约瑟夫问题,自己看看吧。-Arrays and linked lists were used to solve the problem of data structure of Joseph, his look.
baogao
- C++猴子选大王实验报告,内含源代码,还有报告模板,心得-shiyan baogao
pihengerchashu
- 这是平衡二叉树的实现算法,该文件包含了目前常用的各种二叉树的C程序实现
ACM
- 对于考ACM的学者有用,相当有用的,有各种算法的程序-For exam ACM scholars useful, very useful, there are various algorithms program
algorithmDesignPPT
- 算法设计与文件的整套电子教案,主要包括递归和分治方法、动态规划算法、贪心算法、回溯法、分支限界法等常用算法和NP问题
