资源列表
chongyanshi
- 实现数据结构中的重言式功能。通过此cpp文件中的方法实现。-Data structure tautologies function. Cpp file through this method of implementation.
YHJ
- 银行家算法的C++程序,是一种最有代表性的避免死锁的算法。-Bankers algorithm C++ program is one of the most representative of the deadlock avoidance algorithm.
4.2
- 编写算法,在串的堆存储机构上实现串的插入操作StrInsert(&S,pos,T)和串的删除操作StrDelete(&S,pos,len)。-Write algorithm, string on the string heap storage mechanism inserts StrInsert (& S, pos, T) and serial deletion StrDelete (& S, pos, len).
project1-A
- 五种常见排序算法实现及效率比较,适合大家参考和初学者使用
sy3
- 二叉树的基本操作, 1.以二叉链表表示二叉树,建立一棵二叉树 2.输出二叉树的前序遍历结果 3.输出二叉树的中序遍历结果 4.输出二叉树的后序遍历结果 5.统计二叉树的结点个数 6.统计二叉树的叶结点个数 7.计算二叉树的深度 -Binary Tree s basic operations, 1. List said in binary tree, the establishment of a tree 2. Bintree output the results
Binary
- 汇编写的二叉树 输入相应大节点 自动产生相应大二叉树-Binary Tree
main
- 这是银行家算法的一个简易实现,如果有任何问题,请自行解决-This is the banker' s algorithm to achieve a simple, if you have any questions, please themselves
Constant
- A* 算法实现(有字符界面)方便初学者学习,理解算法过程-A star algorithm implementation by java
jisuan
- 这是一个数据结构里面的计算器程序,可以做为大作业来做.呵呵!-This is a data structure inside the calculator program, you can do as a big operation. Ha ha!
DS02
- 将两个带头结点的有序循环链表合成一个带头结点的有序循环链表。 实验内容:使用键盘输入表达式,计算表达式的值并输出;将表达式转化成后缀表达式输出,利用后缀表达式求表达式的值并输出 -The two take the lead in the ordered circular list node synthesis of a lead in the ordered circular list node. Experiment: use the keyboard to enter an expr
tanxinsuanfa
- 贪心算法又被称为登山法,根本思想是逐步获得最优解,使用贪心算法选取那些最可能实现结果的解来考虑,即以逐步的最优达到最终的全局最优。哈夫曼算法是构造最优前缀码的贪心算法,以自底向上的方式构造表示最优前缀码的二叉树T,在算法中编码字符集中的每一字符c的频率为f(c),以f为键值的优先队列Q用在贪心选择时,有效地确定算法当前要合并的两棵具有最小频率的树,一旦两棵具有最小频率的树合并后,产生一棵新的树,其频率为合并的两棵树的频率之和,并将新树插入优先队列Q。-Greedy algorithm is a
CPPpaixu
- C++排序的一些算法,有用的,当学习用,初学者最合适-C++ sort some of the algorithms, useful when learning to use, the most suitable for beginners
