资源列表
sjjg
- 数据结构的一部分习题解答,希望给同学们带来一点帮助-Exercises as part of the data structure to answer
ds
- 数据结构的作业题,大家可以用来检查一下大家的数据结构学的如何-Title of the operation data structure, it can be used to check the data structure we learn how to
OS
- 银行家算法,没什么好说的啦,初学~有错的地方大家多指教~-Banker' s algorithm, to say nothing of you, beginner ~ where we have the wrong number of index ~
Operator
- 供给那些大学同学们用的,编译原理中的算符优先分析程序代码-use for Operator preferred analysis program code
b
- 【问题描述】: 有一个渡口,每条渡轮一次能装载10辆汽车过江,过江车辆分为客车和货车两类,上渡轮有如下规定: ⑴同类汽车先到先上船; ⑵客车先于货车上船; ⑶每上4辆客车才允许上一辆货车,但若等待的客车不足4辆则用货车填补,反过来,若没有货车等待则用客车填补; ⑷装满10辆后则自动开船,当等待时间较长时车辆不足10辆也应人为控制发船。 【实现提示】: 此题可建立和使用两个链式队列,一个为客车队列,另一个为货车队列,到渡口需过江的汽车分别进入到相应队列中。当渡口有渡轮
d
- 【问题描述】: 设有一个背包可以放入的物品重量最重为s,现有n件物品,它们的重量分别为w[0]、 w[1]、w[2]、…、w[n-1]。问能否从这n件物品中选择若干件放入此背包中,使得放入的重量之和正好为s。如果存在一种符合上述要求的选择,则称此背包问题有解(或称其解为真);否则称此背包问题无解(或称其解为假)。试用递归方法设计求解背包问题的算法。 -【Descr iption of the problem: There is a backpack of items can be pla
flshofdatastruct
- 能够帮助初学者很好理解数据结构中大部分内容的意义,采用flash实现,图文并茂的方式,适合初学者,高手免进!-Can help beginners a good understanding of data structures in most of the contents of the significance of the realization of the use of flash, graphic illustrations of the way, suitable for begin
traceback1
- c# 0-1背包 穷举法,绝对正确,已经通过测试。-this is beibao。it s very good,trust me!
chengxu1
- 数据结构程序设计报告,自主实验设计以及基本的数据结构课程的基础实验设计-The report data structure design, experimental design, as well as their own basic data structures based on experimental design courses
robson
- 先建立一棵二叉树,后用robson算法周游-To create a binary tree, the latter algorithm used around robson
Frankmp3
- 里面关于开发MP3的驱动的一个方案,里面有详细的开发过程和原代码啊-MP3 inside the drive on the development of a program, which detailed the development process and the original code ah
jose
- jose问题用双向链表实现,可以正向逆向数数,可以控制最后的获胜人数,可以自己定义起始位置,从哪里开始-jose problem with the realization of two-way linked list, you can forward reverse count, you can control the number of final victory, you can define their own starting position, from where to start
