资源列表
suanfajuli
- 软件学院资深教师精讲数据结构中多项式相加程序分析-Software College精讲experienced teachers in data structure program analysis sum polynomial
simple_xy_rd
- 利用Fortran 90 接口读取已经创建的nc文件,并且检验其读写是否正确-The use of Fortran 90 interface to read nc file has been created, and test its read and write correctly
ysf
- 约瑟夫环: 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 -Joseph Central: Given n individuals (with numbers 1,2,3 ... n, respectively) sitting around a round table around. From the number of people
hdu3666
- hdu 3666的解题报告,是一题差分约束的经典题目-solution to hdu 3666
The-establishment-of-a-static-queue
- 定义了一个循环队列,并对其进行处理,包括初始化,输入,输出,删除等等,已经在vc6.0上运行通过。-Defines a circular queue, and carries on the processing, including initialization, input, output, delete, etc., has been run through in vc6.0
Heap
- implementing heap sort using c
euler
- 实现欧拉路的判断,使用图的结构,根据深度优先搜索判断是否有欧拉路-euler path
doublelink
- 数据结构双链表作业,包含双链表的建立,插入,删除,交换功能。-Doubly linked list data structure operations, including the establishment of doubly-linked list, insert, delete, exchange.
rodix
- 本程序是在Turbo c 下运行的,主要完成基数排序功能
kuaisu
- 数据结构课程设计作业==快速排序
背包-RPG游戏
- *第Li种怪物需要消耗HP为Wi,需要消耗MP为Ki同时小D可以获得Vi的游戏积分。 怪物的数量分为2类,有些种类的怪物是有限个的,而有些种类的怪物死后可以马上复活。
pai-xu
- 顺序表的结构没有给出,作为演示分治法这里从简顺序表取一整形数组数组大小由用户定义,数据随机生成。我们知道如果数组大小为 1 则可以直接给出结果,如果大小为 2则一次比较即可得出结果,于是我们找到求解该问题的子问题即: 数组大小 <= 2。到此我们就可以进行分治运算了,只要求解的问题数组长度比 2 大就继续分治,否则求解子问题的解并更新全局解以下是代码-e order of the table structure did not give a simple order form as a p