资源列表
codes
- 数据结构相关代码,源码-数据结构算法解析(高一凡 )
QuickSort
- 快速排序法的VC实现,可帮助初学者在学习数据结构时对排序法的了解和掌握-The quick sort VC realization can help beginners in learning the data structure to understand and master the Sort method
Doubly-linked-list
- 双向链表,每个数据结点中都有两个指针,分别指向直接后继和直接前驱。可以很方便地访问它的前驱结点和后继结点-Doubly linked list, each data nodes have two pointers that point to a direct follow-up and direct precursors. Can easily access its predecessor node and successor node
yu
- 最短路径 ----因特网最短路径优先(OSPF)路由算法的实现 ----- Internet shortest path shortest path first (OSPF) routing algorithm to achieve
C
- C语言教学中数据的存储与运算原理研究。本文是理论研究-C language teaching data storage and operation principle
blasdfew
- 以先序,中序,后序遍历二叉链表的非递归算法-to be the first sequence, sequence, after the preorder the binary tree of non - recursive algorithm
BinaryTree
- 用C语言编写的实现二叉树的一些最基本的操作 有助于初学者的学习-Implementation of C language with some of the basic binary tree will help beginners learn the operation
Dijkstra2009
- 银行家算法: 1、能任意设定资源的种类数。 2、能任意设定进程的总数。 3、能查看各类资源的剩余情况。 4、能查看各个进程的资源分配情况。 5、当某进程申请资源时,能用银行家算法和安全性算法检查系统的安全性。 6、当系统处于安全状态时,能输出系统的安全性序列。 7、在初始化银行家算法时,能对输入的数据进行判断,并能报错! -Banker' s Algorithm: 1, to arbitrarily set the number of types of r
LT8900
- LT8900 2.4G模块程序,收发程序.-LT8900 2.4G module program
ReplaceFunction
- 实现一个简单的字符串替换程序,需要三个参数,原字符串,被替换的字符串,替换的字符串-Implement a simple string replacement procedure requires three parameters, the original string, the string is replaced, the replacement string
proj3_3
- 对队列的各种操作,队列中各个元素的出入,判断是否为空等操作-Various operations on the queue, the queue out of the various elements, waited in vain to determine whether the operation
keshe5
- 红黑树的建立,查找,左旋,右旋。课程设计时做的。希望给大家个参考-Red-black tree establishment, look, L, D. Courses designed to do. Want to give you a reference
