资源列表
Dijkstra
- Dijkstra算法,矩阵存储在txt文件,有详细的提示和演示过程,在输出时也有排版。-Dijkstra algorithm, the matrix is stored in the txt file, with detailed tips and presentation process, when a layout in the output.
DoubleLinkTest
- 基于ACE跨平台通信中间件的例子,主要是对ACE DOUBLE LINK的实现-Examples of cross-platform communication middleware based on ACE, the ACE DOUBLE LINK achieve
Leapyear
- 输入一个年份 判断其是否为闰年 用C++实现的 简单好用 C++入门基础代码-Enter a year to determine whether it is a leap year with a C++ implementation of easy to use C++ based code entry
Linked_List
- linked_list的简单实现 数据结构的经典问题 -linked_list simple data structure to achieve a classic problem
traveller
- 本程序是算法设计的经典问题,采用分支限界发解决旅行商问题-This program is a classic algorithm design problem, using branch and bound fat Traveling Salesman Problem
Queen
- 八皇后问题优化解答,C++源代码上传,较为优化的算法实现-Question of 8-Queens, source code
Life
- 数据结构Life程序的测试 数据结构与程序设计书籍源码 -Life test program data structures data structures and program design source books
1211
- Descr iption 给出一棵二叉树的结构,判断这棵二叉树是不是完全二叉树。必须使用二叉树类实现。 Input Format 输入文件一共包含N+1行。 第一行含有一个正整数N,代表树中结点总数。 第二行到第N+1行,每行包含二个整数。其中第i行的二个整数Pi,Qi,代表结点i的左孩子为Pi,右孩子为Qi。若Pi=0,则表明结点i没有左孩子。同样的,若Qi=0,则表明结点i没有右孩子。(第i行指的是这N行中的第i行) Output Format
C_search
- 数据结构中各种经典查找算法的详细介绍,包括二叉排序树等-Find a variety of classic data structure algorithms described in detail, including the binary sort tree, etc.
shujujiegousuanfa
- 第一章 ◆ 数据:指能够被计算机识别、存储和加工处理的信息载体。 ◆ 数据元素:就是数据的基本单位,在某些情况下,数据元素也称为元素、结点、顶点、记录。数据元素有时可以由若干数据项组成。 ◆ 数据类型:是一个值的集合以及在这些值上定义的一组操作的总称。 在高级语言程序中又分为:非结构的原子类型和结构类型 ◆ 抽象数据类型(ADT):是指一个数学模型以及定义在该模型上的一组操作。 一个抽象的数据类型的软件模块通常包含 定义和表示和实现
LINKQUEUE
- 实现了数据结构中的链式队列的操作,学习数据结构的朋友可以下载-Data structure to achieve the operation of the chain of the queue, a data structure of a friend can be downloaded learning
Maze
- 数据结构课程设计,利用堆栈求解迷宫路径的演示程序.能够演示如何求解迷宫图形化程序,采用MFC编写.-Data structure course design, the use of the path stack demo program to solve the maze. To demonstrate graphically how to solve the maze procedure, the use of MFC to write.
