资源列表
chapter-2
- 算法设计与分析的 第2章 递归与分治策略.pdf-Design and Analysis of Algorithms Chapter 2 Recursion and divide and conquer strategy. Pdf
maze
- 形象演示《数据数据结构与算法(用C++语言描述)》书里面的一个迷宫算法-Image Demo " Data Data Structures and Algorithms (with C++ language descr iption)" the book inside a maze algorithm
Josephus
- 一种通过循环链表实现约瑟夫环的方式,内有注释-A through the cycle of Joseph ring way realization list,There were comments
Algorithm
- 清华大学数据结构算法,适用于数据结构学习,欢迎使用,本人亲自整理成word形式(Tsinghua University data structure algorithm, suitable for data structure learning, welcome to use, I personally organized into the word form.)
Computeralgorithmsr
- 计算机算法_贪婪算法 计算机算法(贪心算法,遍历搜索,递归,回溯法,分治法,分枝定界) 关于这方面的介绍-计算机算法_贪婪算
tuxiangguangsuanfa_SourceCode
- 这是本人精心搜集的关于常用图论算法的一套源码,代码内附注释,可供需要的朋友作为参考-carefully collected on the graph algorithm commonly used in a set of source code, code contains Notes the need for a friend as a reference
AVLTree2
- 数据结构课程的实验。构造二叉搜索树,构造平衡二叉树-用AVL树实现,可以用两种树比较调平的过程,有插入节点、删出结点、调平、缩格打印树等功能。-Data structures course experiment. Construct a binary search tree, balanced binary tree structure- achieved with the AVL tree, the tree can be compared in two leveling process, t
lvxingfenzhishangxian
- 计算机算法分析实习源码,旅行售货员问题,分枝限界法,通过调试-Computer algorithm analysis internship source, the traveling salesman problem, branch and bound, and through the debugger
test3-5
- 问题描述:设有11种不问的钱币各若干张,可用这II种钱币产生许多不同的面值。试 设计一个算法,计算给定的某个面值,能有多少种不同的产生方法。例如有1分3张,2分 3张,5分1张,则能组成7分面值的方法有:3个1分+2个2分,1个1分十3个2分,2 个1分+1个5分,1个2分+1个5分共四种。 ^编程任务:对于给定的II种不同钱币,编程计算某个给定面值能有多少种不同的产生 方法。-Problem Descr iption: There should be 11 kinds of coi
Sort-binary-tree
- 排序二叉树完整程序代码,C++实现,编译测试通过-Sorting binary tree complete program code, c + + realization, compiled by test
Red_black_Tree
- 标准关联容器是由红黑树实现的,因此非常重要。-Standard red-black tree from the container associated with implementation, and therefore very important.
hunhegaosi
- 针对智能交通系统中运动目标检测阶段存在的不足,提出了一种基于自适应混合高斯模型(GMM)的改进算法。-For the deficiencies of the intelligent transportation system moving target detection stage, an improved algorithm based on adaptive Gaussian mixture model (GMM).
