资源列表
link
- 实现了双向链表的创建(头插法和尾插法)、插入结点,删除结点,双向链表的排序,可以动态的在链表的头尾插入结点。-To achieve the creation of a two-way linked list (end of the first interpolation and interpolation), insert node, delete node, doubly linked list of the sort, can be dynamically inserted in the l
yinhangjiasuanfa
- 用VC++编写的银行家算法源代码,复函实验报告-Written by VC++ source code for banker' s algorithm, Experimental Report Reply
Redraimen
- 主算法就是费波纳西数列,即Fib[j]=Fib[j-1]+Fib[j-2] 由于从地第0阶到第N阶的总共方法就是服从费波纳西数列的,故可以用该算法求出总共的方法数。用一个数组Redr[]接收输入数据,即用while循环实现数据输入,用for循环实现费波纳西数列即Fib[]数组,用Fib[]数组对Redr[]数组中的每个数据成员进行求总的方法数,然后用remember[]数组存储每组输入数据的总方法数,最后用for循环输出-Main algorithm is Feibonaxi series th
key-route(the-longest)
- 这是关键结点里的最长路径算法代码,也是求路径的一个很麻烦的算法。-This is a key node in the longest path algorithm code, but also find a very troublesome path algorithm.
summercool
- 北京大学 部分 ACM 题目源代码 可以直接运行在c开发平台的无误代码-There are some code of beijing university POJ project .
suanshuma
- 固定模式的算术编码,实用且简洁。本人调试过,可以运行,且运行成功-It s very useful.It s about Arithmetic coding.Everybody will hanppy to see this. I hope it will help you.
beibaowenti
- 背包问题的cpp源代码解法,使用c语言编写-Knapsack Problem Solution cpp source code, using c language
Floyed
- 这个是cpp的Floyed算法,使用c语言编写的-This is the cpp of Floyed algorithm, written using the c
Dijkstra
- 这个是Dijkstra算法的cpp文件,用c语言编写的-This is the Dijkstra algorithm cpp file, written in c language
Btree
- 二叉树的插入删除先后中序遍历及求宽度和深度-Binary tree insertion and deletion has in traversing the width and depth requirements
palindrome
- 实现了输入字符串的检测,字符串以@结束。利用栈和队列的基础知识,结合数据结构,实现的回文判断!-Achieve detection of the input string, string @ end. Using the basics of stacks and queues, combined with data structure, determine the realization of the palindrome!
compute-methord
- 与高数联系密切,通过插值算数,也可用C语言编辑成程序在电脑上算出-Close ties with the high number, by interpolation arithmetic, can also be compiled into a C language computer program calculated
