资源列表
2
- 整个是清华大学严蔚敏版的数据结构精品课程网站,非常不错的-this is a website
123456789021
- 游戏开发最常用的设计模式,我这里列举了几个,喜欢的朋友可以下载无看看,会有意外的收获-Game development the most common design patterns, I' ve listed a few, like the friend you can download free see, there will be a bonus
WingEdgeTest_1
- 数据结构的实现,这是实现的一个翼边结构-Data Structures: winged edge structure
Range-search-of-Binary-search
- 使用折半查找法来确定一定范围,即折半查找的范围查找。-Use binary search to determine a certain range, ie, a binary search range to find.
Fundamental-Data-Structures
- Fundamental Data Structures by
BookManagementSystem
- 学校图书馆管理系统,可以添加查询删除图书,并统计每本书近期的借阅信息,已经在本校图书管试运行效果良好,欢迎下载交流-School library management system, you can add query-remove books, and statistical information for each book borrowed recently, has been in the school library test tube running well, welcome to
Floyd
- Floyd算法又称为插点法,是一种用于寻找给定的加权图中多源点之间最短路径的算法。-The Floyd algorithm is also known as the insertion point method, is used to search for a given weighted graph between different points in the shortest path algorithm.
datastruct
- 一些数据结构的源码,自己写的,c c++,有注释-some data struct write by c/c++, have comment
APBian
- 无权有向图中两个结点之间的所有路径,其中输入信息为边的信息。-The all path between two nodes.the input information is about the edge.
data-structure-JAVA-edition-ppt
- 数据结构JAVA版本的电子教案,共有10章。内容全面包括数据结构的基本内容。-Data Structure JAVA version of the electronic lesson plans, a total of 10 chapters. Comprehensive and include the basic content of the data structure.
Insert-and-delete-binary-sort-tree
- 用c/c++写的二叉排序树的插入与删除,有兴趣的朋友可以看一下-Insertions and deletions using c/c++ to write binary sort tree
最长子段
- 本程序由本人所写,器主要求解矩阵中的行或列以及斜线的连续元素和小于某一阈值的最长子段