资源列表
数据结构,刘大有
- 一个简单的数值计算程序所使用的数据是一些实数或整数,一个编译程序使用和加工的数据是源程序,而一个能修改自身的计算机程序使用和加工的数据(对象)就是自身。-a simple numerical calculation procedures used by the data of some real or integer, a compiler use and processing of data source, and one can amend its own procedures for th
Touch
- 触摸屏+算法测试, 很精确的算法分析.可以做为参考自己设计-Touch screen+ algorithm testing
data_structure
- 数据结构的c语言程序,具有多种经典的数据结构算法的程序集合。-Data structure of the c language program, with a collection of programs for a variety of classic data structures algorithm.
qiuzhi
- 表达式求值,根据输入的算术表达式自动求值并显示-Expression evaluation, the input of the arithmetic expressions automatically evaluated and displayed
daan
- 大学数据结构C语言版课后习题答案。严蔚敏版-University of C-language version of the data structure after-school exercise answers. YAN Wei-min version
Polynominom
- 使用C++链表构造多项式,可以用此类来进行多项式加减乘除。-Using C++ Class to construct Polynominom.
8queens-problem
- 八皇后问题并行算法及源代码(附N皇后) 八皇后问题并行算法及源代码(附N皇后)-Eight queens problem parallel algorithm and source code (with N Queen) Eight queens problem parallel algorithm and source code (with N Queen)
Hfmlast
- 实现哈弗曼编码,对刚学习数据结构的同学有很大的指导启发作用-Achieve Hafu Man coded data structure for students just learning a great role in guiding inspiration
maze
- 用C++开发的超级经典 代码简洁的迷宫方案及其源代码 所有的资料全在里面 直接可以在Visual C++6.0上运行 代码仅供参考-Developed using C++ code for simple classical labyrinth super program and its source code in which all the materials are all directly in the Visual C++6.0 run the code for reference
lnklist
- 用c++实现的不带头结点的单链表 简单实用 是自己写的 尤其对学生适用-simple code written by c++ , it is a singly linked list without the head pointer
Sequence
- 数据结构作业,顺序表,提供顺序表的基本操作。-Sequence table.
ShortestPath
- 本文件是关于最短路径问题的课程设计,分析了图问题中关于两点最短路径的问题,采用Floyd算法,演示了国内两城市可达的最短距离。文件中包括源代码、测试覆盖率报告、原始数据、课程设计报告。对正在研究数据结构中图论方面的同学有一定帮助。-This document is on the shortest path problem, curriculum design, and analysis of graph problems on the two shortest paths using Floyd
