资源列表
Exp_Jos
- 数据结构中的实验,约瑟夫问题,C++实现(Data structure in the experiment, Joseph problem, C ++ implementation)
Westward-design-patterns
- 本书为超级畅销书《大话设计模式》作者程杰潜心三年推出的扛鼎之作!以一个计算机教师教学为场景,讲解数据结构和相关算法的知识。通篇以一种趣味方式来叙述,大量引用了各种各样的生活知识来类比,并充分运用图形语言来体现抽象内容,对数据结构所涉及到的一些经典算法做到逐行分析、多算法比较。与市场上的同类数据结构图书相比,本书内容趣味易读,算法讲解细致深刻,是一本非常适合自学的读物。-This book is a super-selling book "Westward design mode" Cheng J
iCarnegieSSD5datastruct
- 东北大学软件学院软件工程引进卡耐基梅隆大学SSD5课程,C++数据结构,完整版答案-Software College of Northeastern University, the introduction of software engineering Carnegie Mellon University SSD5 courses, C++ data structure, complete answer
shujujieg
- 里面有详细的注释,是学习数据结构的好实例的源码,单链表的操作!-There are detailed notes, the data structure is a good example to learn the source code for the operation of a single list!
AStar
- A*(A-Star)算法是一种静态路网中求解最短路最有效的方法。公式表示为: f(n)=g(n)+h(n),其中f(n) 是从初始点经由节点n到目标点的估价函数,g(n) 是在状态空间中从初始节点到n节点的实际代价,h(n)是从n到目标节点最佳路径的估计代价。 -A* (A-Star) is a static network algorithm for solving the shortest most effective way. Formula is expressed as: f (n)
daan
- 数据结构习题和答案!重要!!!!考研复习所用!-Data Structure Exercises and answers! Important! ! ! ! Articles by review of the use!
Matrix
- 自定义数组类,实现生成任意规模的数独文本文件。-A custom array class implementation of arbitrary size sudoku.
Palindrome-judgment
- 回文判断的C++程序,迭代实现,很有参考价值-Palindrome judge C++ program, iterative implementation, a good reference value
studentguanli
- 数据结构链表算法演示,链表的增加删除添加修改侧长度(Data structure linked list algorithm demonstration)
shujujiegousuanfa
- 学习数据结构的一本好书,示例丰富,环境为VC++6.0-a good book to study data structure
20163311_李颖__16计科2班_数据结构与算法实验2
- 数据结构链表的8个实验,约瑟夫环,一元稀疏多项式计算器,将元素X插入到链表中的适当位置,删除链表中所有大于mink且小于maxk的元素,就地逆置,删除线性表A中同时出现在表B和表C中的结点,构造三个循环链表,长整数的四则运算(8 experiments, data structure of Joseph ring, one dollar sparse polynomial calculator, the X element into the appropriate location in the
Coll
- 简单的一种算法,一款像素碰撞。物体于地图碰撞。不是特别精确-A simple algorithm, a pixel collision. Objects on the map collision. Not particularly accurate