资源列表
BinaryTree
- 二叉树的操作,三种遍历过程,实现节点查找,删除,增加等。内含报告-Binary tree operation, three traversal, node search, delete, increase. Contains reports
Maze
- c++用栈来实现迷宫求解(c语言数据结构)-c++ stack maze solving (c language data structure)
AFEM.Ch36
- Solid-shell elements form a class of fi nite element models intermediate between thin shell and conven- tional solid elements. They have the same node and freedomconfi guration of solid elements but account for shell-like behavior in th
data-structure-code
- 《数据结构》的全部代码实现(C语言)清华大学严蔚敏版-" Data structures" in all the code (C language), Tsinghua University, Yan Wei-min version
2012_round_1c
- google code jam 2012 round 1c 比赛代码-google code jam 2012 round 1c game code
exam5-3
- 采用三元组存储稀疏矩阵,设计两个稀疏矩阵相加的运算算法。-Triples stored sparse matrix, the design of the addition of two sparse matrix computation algorithm.
exam6-5
- 采用递归算法求解皇后问题:在n*n的方格棋盘上,放置n个皇后,要求每个皇后不同行,不同列,不同左右对角线。-Using recursive algorithm queens problem: Place n queens on n* n checkerboard, each Queen different rows, different columns, different left and right diagonal.
countryList
- [基本要求] (1) 创建城市链表; (2) 给定一个城市名,返回其位置坐标; (3) 给定一个位置坐标P和一个距离D,返回所有与P的距离小于等于D的城市。 (4) 在已有的城市链表中插入一个新的城市; (5) 更新城市信息; (6) 删除某个城市信息。 -Basic requirements (1) to create a city linked list (2) given a city name, return its position
header-files-of-linear-table
- 线性表相关类定义头文件 有顺序表,双向链表,循环链表的完整类定义-Sequence tables, doubly linked list, circular linked list complete class definition linear table class definition header files
picture
- 图以矩阵形式存储,以广度优先和深度优先两种方法遍历-Map stored in the form of a matrix, priority to the breadth and depth first two methods traversal
beibao
- 设有一个背包可以放入物品的重量为s,现有n件物品,重量分别为w[0],w[1],...,[n-1]。问题是能否从这n件物品中选择若干件放入此背包中使得放入的重量之和正好等于s。-Has a backpack can be placed in the weights of the articles of s, the existing n items, weight W [0], w [1], ..., [n-1]. The question is whether this certain wei
Insertion-sort-
- 插入排序,经典排序算法,使用VC++6.0。-Insertion sort
