资源列表
ShiYanBaoGao
- 数据结构中堆栈与队列的应用的练习程序,包括1.用数组的形式实现顺序栈的定义和操作 2.利用堆栈将队列中的元素逆置 3.括号匹配算法 包括调试报告和实验报告 程序源代码在实验报告当中 -stack data structures and the application of Queue practice procedures, including one. using arrays in the form of the definition of the order stack and ope
Width
- 求一棵二叉树的宽度,主要是将每层的宽度求出,然后做一个比较,找出最宽的。-Find the width of a binary tree, mainly to calculate the width of each layer, and then make a comparison to find the widest.
Sort
- 一个使用C++实现插入排序的代码,可作为算法学习参考-a insert sort of algorithm implemented in VC++
606186
- nds上大名鼎鼎的DSOrganize 2 8最新源代码,很值得研究,()
linear_sim
- c++ 模拟指针 功能包括访问元素、删除元素、添加元素,输出元素。使用模块-c++ simulation features including access to the element pointer, delete elements, add elements, output elements. Use module
Shell
- 一种shell排序方法,能够取得很好的效果,希望对大家有所帮助。-A shell sort method, can achieve good results, we want to help.
tu
- 数据结构图的实现(C++版,命令行模式)。-data structure diagram(Achieved in C++) .
HString
- 自己编写的字符串处理处理,实现string内的几个函数-I have written string handling processing, several functions within a string
shui-di-shi-chuan-_c
- 水滴石穿之c语言系列全面上市——学习c语言高级部分的必备资料 作者多年经验融合而成 分为十二个系列,每个系列只有短短的几页word 简约而不简单-Audio Bible series of comprehensive listing of c language- learn c language part of the necessary information on senior years of experience in a combination of the twelve is div
Minimax_niujiaoqi
- 利用极小极大算法实现简单的零和博弈;利用递归算法实现博弈树搜索的方法,并解决牛角棋问题。-Using minimal algorithm to achieve a simple zero-sum game the use of recursive algorithm to achieve the game tree search method, and solve the horns chess problem.
primes
- 基于C语言实现素数的输出,一个简单的小程序-Based on the C language primes output, a simple little program
tudebianli
- 图的遍历邻接矩阵的实现以及 图的遍历邻接表的存储-Storage graph traversal adjacency matrix and graph traversal achieve adjacency list