资源列表
hash
- 哈希算法,,一次查找要找的数据,,非常有效的查找算法-haxi,,seach the data you want only use one time
shu
- 用c语言编写的树的结构以实现树的扫描和操作-Tree with the c language to implement the tree structure and operation of scanning
zuizhong
- 详细的银行家算法,重点在其中的测试部分,对输入要求较高-Banker s algorithm in detail, focusing on the test, in which part of the input requirements of the higher
ACM_HFUT
- 合肥工业大学ACM代码 1.2.6.7.9.10-Hefei University of ACM code 1.2.6.7.9.10
list
- 数据结构,用链表实现学生成绩信息输入删除等操作!-Data structure, with list of students to achieve results such as information input operation to delete!
039_bus
- bpa环境下,Ieee39节点稳态暂态标准数据-the bpa environment IEEE 39 node Steady State Transient standard data
decompress
- Lempel-Ziv-Welch decompress,LZW解压的代码,使用c++编写-Lempel-Ziv-Welch decompress, coded by C++
multy-calculator
- 通过输入多元多项式的元数以及多项式相关的系数、指数等信息,实现多元多项式的加减乘运算-Multivariate polynomial by entering the metadata and the associated polynomial coefficient, index and other information, to achieve multi-polynomial addition and subtraction multiplication
dashujiajian
- 大数加减源码,数据结构课上自己写的,开发环境vc++6.0-Program for big number in Data Structure
Solving-expressions
- 简单算术表达式的求解,利用栈的后进先出的特点,加入了对算式合法性的判断-Solving simple arithmetic expression, the use of LIFO stack characteristics, added to the formula to determine the legality of
Project-Scheduling-Problem
- 项目调度问题,由清华刘宝碇教授的实验室发布的源程序-Project-Scheduling-Problem.cpp by Tsinghua Professor Liu Baoding
MWYY
- <1>问题描述 有一个魔王总是使用自己的一种非常精练而又抽象的语言讲话,没有人能听得懂,但他的语言是可以逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: (1) α 转换为 β1β2…βm (2) (θδ1δ2…δn) 转换为 θδnθδn-1… θδ1θ 在这两种形式重,从左到右均表示解释。试写一个魔王语言的解释兄,把他的话解释成人能听得懂的话。 [基本要求] 用下述两条具体规则和上述规则形式(2)实现
