资源列表
Joseph
- 约瑟夫,约瑟夫环,约瑟夫 ,数据结构!大家分享-Joseph, Joseph Wan, Joseph, Joseph, data structure! Share
Graph-traversal
- 图的遍历,深度遍历和广度遍历,数据结构,图的遍历! -Graph traversal, depth and breadth traversal traversal, data structures, graph traversal!
playfair
- Playfair algorithm in MFC, We had to do it on collage for some homework. And I m sharing the source
Data-structure-(C-language-version)
- 《数据结构(C语言版)》 中文高清PDF版-" Data structure (C-language version)" PDF version of the Chinese HD
BinTree
- 树的一系列基本操作,建立,遍历,查找父亲节点,祖先节点,层数。-Tree, a series of basic operations, create, traverse, find his father node, ancestor nodes, number of layers.
123
- 电子老鼠创迷宫问题,主要用递归的方法求解得到最终走出迷宫的最小步数-E rat maze created problems, mainly with the recursive method for solving the minimum to get the final out of the maze the number of steps
Prime
- Prime算法生成最小生成树,使用GDI+将最小生成树画出-Prime algorithm to generate minimum spanning tree, minimum spanning tree to use GDI+ to draw
jczcxt
- 这是一个决策支持系统的实现,是基于二分法和线性决策模型而实现的!-This is a decision support system implementation, is based on the dichotomy and the linear decision model achieved!
1
- 解决约瑟夫问题的巧妙程序,130行代码搞定!你懂得-Clever procedure to solve the problem of Joseph, 130 lines of code to get! You know
DFS
- DFS算法,我自己写的,主要用邻接矩阵存储图-DFS algorithm, I wrote it myself, the main memory map with the adjacency matrix
01bag_problem
- 特殊的01背包(原算法分析题4-3) 问题描述:01背包是在N件物品取出若干件放在空间为C的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn,并取得最大价值。普通的01背包中物品的重量和价值没有明确的关系,这里定义一种特殊的01背包:向背包中放入的物品的价值和体积成反比,也就是价值越高,体积越小,注意这里物品价值和体积的乘积并不是固定值。例如:如下的物品满足这个“特殊的01背包”,5件物品: 物品1,价值 v=6,体积w=20 物品2,价值 v=1,体
zbox
- 字符串匹配算法zbox,快速求子串在模式串中出现的次数-zbox algorithm
