资源列表
inteksoeter
- 人脸检测技术报告,Use matlab to implement level-Face detection technical report, Use matlab to implement level
数据结构C++
- 数据结构C++语言描术—清华大学出版的-data structure depicted in C language-publication of Tsinghua University
NQueen_bit
- N皇后问题的一种简单解法,利用位运算来解决,当N较大时,能有效算出解法的种数。-N-Queens problem is a simple solution, the use of bit operations to solve, when N is large, it can effectively calculate the solution of the species.
huffman
- huffman二叉树的使用,并且可以对文件进行编码及解码的处理-huffman binary tree using
multiStageGraph
- 使用动态规划求多段图的C++源程序,用于满足最优化问题且问题能转换成一个有向图问题的求解,可以直接运行!-The use of dynamic programming for multi-stage plan of C++ source code, designed to meet the optimization problem and the problem can be converted into a directed graph to solve the problem, you ca
tu
- 遍历算法在数据结构中是最普通的运算方法也是所有其它算法的基础。由于图的遍历比线性表、树的结构的遍历算法要复杂,因此着重对图的遍历算法进行讨论, 具有更普遍的意义。图的遍历就是从图中指定的某顶点作为遍历的起始出发点, 按照一定搜索遍历路径, 对图中所有顶点仅作一次访问的过程。 根据搜索路径方向的不同, 遍历图的方法可分深度优先搜索遍历和广度优先搜索遍历, 又根据编制算法的方法不同, 可分为递归遍历算法和非递归遍历算法。 -Data structure traversal algorithm
joseph
- 这是个约瑟夫环课程设计,当报数到哪位时就出列,然后以出列的人的密码为下次报数值-This is Joseph Central curriculum design, as reported when the number to which a column, then the column' s password value for the next report
Bisorttree
- 数据结构中树的操作应用 代码简单明了 函数简单明确-Tree data structure in application code is simple function operation simple and clear
paixu
- 排序算法,将数组中的数按大小排列,C++老师课堂讲解,现编现调通过-algorithm of making elmetens of an array in order
student-management
- 一个简单的学籍管理 能输入学生资料,删除学生资料,查询学生资料,显示学生资料,统计学生资料 排序学生资料-A simple enrollment management
erweichashubianli
- 输入不同数值,应用不同的遍历方法,得到需要的排序。-Enter a different value, the application of different traversal methods, the need for sorting.
bank
- 银行家算法避免死锁问题,用C语言编程实现-Bankers algorithm avoid deadlock, with the C programming language
