资源列表
puzzle-map
- 迷宫问题的生成与处理 可以自动生成迷宫并且处理-Maze generation and processing can be automatically generated maze
completo
- Linear Linked List Data Struct in C/C-Linear Linked List Data Struct in C/C++
tree
- 建立一棵二叉树,并对该二叉树进行遍历(分别进行先序、中序、后序遍历。)-The establishment of a binary tree, and traverse the binary tree (respectively the first order, in order, the order of traversal.)
lie
- 完成对循环队列结构的定义,以及对循环队列的各种基本运算的实现(每种基本运算用一个函数来实现)。 基本运算包括:初始化Init_sqqueue运算、判队空Empty_sqqueue运算、入队En_sqqueue运算、出队De_sqqueue运算、取队头元素Gethead_sqqueue运算。 -Completion of the circular queue structure is defined, and the circular queue implementation of various
add
- 运用C++算法完成多项式加法。简单的操作,用链表完成-Done using C++ algorithms polynomial addition. Simple operation, complete with a list
tree
- 二叉树的中序、前序、后序的递归、非递归遍历算法,层次序的非递归遍历算法的实现-Binary tree in order, first order, the order of the recursive, non-recursive traversal algorithm, hierarchical sequence of non-recursive traversal algorithm to achieve
duilie
- 完成对循环队列结构的定义,以及对循环队列的各种基本运算的实现(每种基本运算用一个函数来实现)。 -Completion of the circular queue structure is defined, and the circular queue implementation of various basic operations (each basic operations to implement a function).
stack
- 数据结构中栈的类定义,通过类模板实现了栈的基本功能-Stack data structure in the class definition, through the stack class template implements the basic functions of
Queue
- VS2008编写的链表队列程序,自己实现编写的,数据结构学习用-VS2008 queue list written procedures, to achieve their own writing, and learning to use data structures
liebiao
- VS2008写的数据结构列表,可以作为学习C++编程及数据结构参考-VS2008 to write a list of the data structure can be used as learning C++ programming and data structure reference
pku3252
- 北大pku3252源代码 找出区间[a,b]中的round number数。一个数如果它的二进制表示中0的数目大于1的数目,这个数就是round number.-compute the number in [a,b]
fenpeiyuhuishou
- 采用c语言实现首次适应算法完成主存空间的分配和回收-Using c language to complete first-fit algorithm for the allocation of main memory space and recycling
