资源列表
Josephus
- 用循环链表实现的约瑟夫问题。uuhorse
yinhangjia
- 实现了银行家算法,功能有:添加资源、删除资源、修改资源、分配资源、修改作业-Realized the bankers algorithm functions are: add resources, remove the resource, modify resources, the allocation of resources, modify operations ......
pouya
- call function with pointer method
Sqlist
- 数据结构C语言版第23页所要求的顺序链表程序源代码-Language version of the order linked list data structure C
beibao
- 给定一个容量为C的背包及n个重量为 wi,价值为pi的物品,要求把物品装入背 包,使背包的价值最大,此类问题为背 包问题。物品或者装入背包,或者不装 入背包,称之为0/1背包问题。 -A given a capacity for the the C of the backpack, and n a of by weight for the wi, the value of for the the the items of of pi, requirements of the
bstree
- 数据结构的课程设计,实现平衡二叉树;1)输入一组数据,建立一棵平衡二叉树 (2)输入一个数据,在平衡二叉树中查询-bstree
binary
- 二叉树的插入,实现二叉树的排序,插入,前前xu,中序,后序-Binary tree insertion, to achieve binary tree sorting, inserting, before the first xu, in order, the order of
long-integer-operation
- 大整数的运算 实现了四则运算 简单明了-Large integer arithmetic operations to achieve the simple
keypath
- 输入有向图的所有顶点和每条边的端点和权值,可以对该图进行拓扑排序并得出关键路径-you can input the point and the weight of each way of a directed graph so that you can get critical path
part
- 停车场程序,当有车进入停车场是,如果停车场内有位置,则记录停入时间,车牌号,车位,若没有停车位,则让其在便道上等待,当有车离开时,则记录离开时间,然后算出应付费用,让等待的车进入停车场
basic_linux
- 编程实现快速排序算法;实现文本文件拷贝函数copy.编写一个程序,要求:输入N个学生学号和成绩,并保存在stu.txt文本文件中,学生成绩进行排序并把排序后的结果输出到score.txt文件中,同时在屏幕上输出高于平均成绩的学生的学号和成绩。编写一个程序找出串str1和串str2的所有最长公共子串。 -Fast sorting algorithm programming text file copy function to achieve copy. Write a program tha
MD5suanfa
- MD5算法概念介绍及具体编程实现,有C++实现的代码,可以调试验证
