资源列表
Textbook-algorithm-implementation
- 数据结构课本的程序是不是无法调试,经常烦恼,现在不用发愁了,此文件为你解决了烦恼,分别有tc和vc环境下的源码,让你把数据结构弄个明白。-Data structures textbook program is not impossible to debug, often trouble, now do not have to worry about this file for you to solve troubles, respectively, tc and vc environment o
MyProjects
- 本程序详细介绍了数据结构的一些基本算法的详细代码!-This program detailed introduces some basic data structure of the detailed algorithm code!
602874
- 一种空间域错误隐藏算法,计算复杂度低,且能够保留较好的边缘信息,但是对于剧烈连续误码,效果不明显,()
Linked List
- Linked list source in C++ (Data structures)
CITY1
- 实现对城市中最短路径的查找,计算从一个城市到另一个城市的最短路径的方法(数据结构作业)-To achieve the shortest path between two cities
Recursive
- 数据结构中各种递归利用的小例子,方便我们理解递归。-Data structure of recursive use small example, convenient we understand recursion.
Numerical-integration
- VC++ 6.0中有关数值积分的实例源程序-Numerical integration source code in VC++6.0
030_Assignment_2_KDTree
- 介绍kd树的基本方法和实现的操作步骤,英文介绍。-The kd tree methods and implementation steps, English.
21point
- 简易21点 C语言C++面向对象思想-Easy 21 points C Language C++ object-oriented thinking
BFS-algorithm-learning
- BFS经典算法,准备比赛时自己写的,一看即懂。里面有比较详细的算法介绍,可供学习参考。-BFS classic algorithm, ready to play when they write, a look that is to understand. There are more detailed algorithm introduced, available for study and reference.
quciksort
- 数据结构中关于快速排序的课程设计,本课程设计分析了快速排序及其优化的三种方案的运行效率。本文件包含源码、测试覆盖率报告、测试数据统计和课程设计报告,对正在研究快速排序的同学有一定帮助。-Data structures on a quick sort of curriculum design, the course design and analysis of Quicksort and its optimized operating efficiency of the three program
BinaryTree
- 数据结构中二叉树的我自己的一种实现,是用单链表为存储结构,解决问题的过程中没出现过什么问题,希望对大家有帮助吧-Binary tree data structure of my own achieve with a single linked list storage structure, problem-solving process not been any problems, we hope to
