资源列表
single_list.tar
- 数据结构之 单链表编程源代码 培训课程源代码-Single linked list data structure of the programming source code
double_list.tar
- 数据结构之 双链表编程源代码 培训课程的源代码-Double-linked list data structure of the training program source code
hash.tar
- 数据结构之 hash表编程源代码 培训课程源代码-The hash table data structure training program source code source code
KMP-fail
- kmp算法中得next数组也叫fail数组的计算很难理解且代码也不容易实现,本代码就是计算fail数组的源代码-kmp algorithm was next in the array fail, also known as the calculation of the array is difficult to understand and the code is not easy to achieve, this code is to calculate the source code of
275
- 每输入一行包括两个整形数A和B(A<B),A为分子,B为分母。 Task1.判断是否为有限小数。 Task2.若为循环小数,求出循环小数部分并输出。 -Each input line contains two integers A and B (A <B),A为分子,B为分母。 Task1.判断是否为有限小数。 Task2.若为循环小数,求出循环小数部分并输出。
experiment8
- 数据库实验:顺序表的基本操作,单链表的基本操作,栈的基本操作,队列的基本操作,二叉树建立及遍历操作,二叉树的应用程序设计,图的建立及遍历操作-Database eight experiments! Has more to do it, and we can refer to, hoping to help you.
handout-files
- 实施第一类你必须使用一个链表来实现这些队列的方法,并队列增长到任何需要的大小。你执行第二类必须使用数组来实现这个队列类。该数组的大小应该是10,永远不会改变。 要实现第一个队列,你可以使用通用的节点类。第二个队列,必须使用一个固定大小的数组来实现。 您还必须建立一个主要的方法,使用户可以进入队列的字符串,获取和打印队列的头部(输入命令“poll”)的字符串,插入一个空值(命令“null ”),或退出程序(命令“quit”)。由用户输入的任何其他字符串应插入到队列中,通过调用该要约方法
CSourse
- 数据结构C语言版_双向链表表示和实现,一个初学者能看懂的源程序-C Sourse for new students study
CSourse2
- 括号匹配的检验,数据结构书中的一个例子,初学者能看懂-c for new student
Csourse3
- 数据结构C语言版__递归求解迷宫问题,适合初学者,清华版的源码-c sourse for new student
BTree
- 数据结构C语言版_二叉树的三叉链表存储表示,适合初学者,清华版的源码-c sourse for DS
EightQuee
- 数据结构C语言版_八皇后,数据结结C语言版的源码,清华版的-eight quee for DS
