资源列表
bingxingjisuan
- 一个基于区域分解和MPI消息传递接口技术的关于热传导方程的求解。-A domain decomposition and MPI message passing interface technology on thermal conduction equations based.
Chp2-Lineer
- 根据线性表的抽象数据类型的定义,选择下面任一种链式结构实现线性表,并完成线性表的基本功能。 线性表存储结构(五选一): 1、 带头结点的单链表 2、 不带头结点的单链表 3、 循环链表 4、 双链表 5、 静态链表 线性表的基本功能: 1、 构造:使用头插法、尾插法两种方法 2、 插入:要求建立的链表按照关键字从小到大有序 3、 删除 4、 查找:按位置查找和按值查找 5、 获取链表长度 6、 销毁 编写测试main()函数测试线性表的正确
SqList
- 线性表的基本操作和扩展操作实现,完美运行-Basic operations and expand operations to achieve linear form, perfect run
GraphTheory
- 讲述数据机构的图论部分和程序设计的关系,适合学习算法的同学学习阅读,很不错的一本书。-Graph theory algorithm and programming
图论算法
- 此书详细的介绍了各种流行和重要的图算法 识货的就下咯-book detailed account of a popular and important map know the quality of the algorithm on the basis of 1,10
DataType
- 自己写的一个数组线性表容器,贡献出来供新手学习参考。-A linear array of table container to write their own, contribute for the novice to learn the reference.
Data_structure
- 数据结构电子教程,实验,实战实例。数据结构红宝书。-data structure
shujujiegou
- 数据结构包括的 堆 栈 链表 字符串 等实验程序-Stack linked list data structure including the string and other experimental procedures
Cameratest
- 简单的堆栈和队列模拟小程序。主要是本人在初学数据结构时参照课程内容缩写,对菜鸟有一定参考价值。-Stack and queue simulation program. I beginner data structures by reference to the abbreviation of course, a certain reference value on the rookie.
GraphAlgo.pdf
- 一本比较老的图论算法书,没有找到书名,是从超星PDG转成PDF的,里面介绍了图论的基本知识,以及一些著名的算法,比较有参考价值。
Heap
- 数据结构中堆结构,数据结构包含各种结构,包括各种树形结构,以及图等等(Data structure heap structure)
人工蜂群算法
- 人工蜂群算法ABC