搜索资源列表
数据结构中关于单链表的算法
- 数据结构中关于单链表的算法,将两个链表有序链合并成一个非递归有序的单链表,并不占用其他的存储空间,data structure of single-chain algorithm Listless and orderly of the two chains merged into a non- recursive and orderly single linked list, does not occupy other storage space
426754CTreeDemo
- 数据库的递归查找程序,可以快速的实现数据库的查找-Recursive Finder database, you can quickly find the realization of the database
vb
- 帮别人写的VB实现递归 且操作数据库的例子程序 上传以供大家下载学习-written in VB and the realization of recursive procedures for operation of the example database for all to download From learning
RecursiveTest
- 一个小例子,自定义递归存储过程,得到阶乘输出-customized recursive procedure,to get factoriral
mysql
- 针对那些不了解递归查询的广大软件开发员而上传的一份递归查询文档以及各类知识点的说明-For those who do not understand the recursive inquires the software development and upload a recursive inquires and all kinds of knowledge of the document
SQL_with
- SQL2005 递归新方法 递归新方法-SQL2005 new method of recursive
HOMEWORK4
- emp(eno, ename, salary, mgr),其中mgr是员工领导,设计约束:要求领导的工资不能低于他的下属平均工资。(注意,这是一个递归查询)-emp (eno, ename, salary, mgr), which is the employee mgr leadership, design constraints: the requirement that lead not be lower than the wages of the average wage of his s
tree
- 无限分类都是采用递归的算法,但是我们知道递归即浪费时间,又浪费空间(内存)-Unlimited categories and are based on a recursive algorithm, but we know that is a waste of time recursive, and a waste of space (memory)
erchashu
- 用下面两种方法中的任一种建立y一棵n层的满二叉树。 (1) 按先序遍历递归调用建立链式满二叉树; (2) 按层序遍历二叉树方式建立链式满二叉树。 (3)把二叉树得凹入表示法打印出来 -Use either of the following two methods to establish a y a n-tier full binary tree. (1) according to preorder a recursive call to establish a chain fu
erchashubianli
- 对所建立的二叉树用递归和非递归的中序遍历输出树的结点的算法。-Established algorithm for binary output node of the tree using recursive and non-recursive preorder.
2222
- 构造一个图,至少有四个结点,实现图的非递归深度优先遍历,存储、初始化也包括在内。-Construct a map, at least four nodes, to achieve non-recursive depth-first traversal, the memory, the initialization is also included.