资源列表
date-structure
- 数据结构的基础知识和应用方法,供学习数据结构的人使用-date structure s knowledge and using way
kuohaoCompare
- 数据结构中的有关栈的操作,进行括号匹配,判断成功与否。-The data structure of the stack operation, matching parentheses, judge success or not.
fifo
- algoritmo de paginacion de fifo en c-algoritmo de paginacion de fifo en c++
base1
- vc开发的二叉树实现程序,创建二叉树时,采用先序(node-left-right)的方式,每输入一个结点值(字符),敲一下回车键,再输入下一个节点值,空结点值用 * 表示,每个叶子节点必须后跟两个空指针,并输出了它的中序遍历形式和绘图的形式,有助于初学者加深对二叉树概念的理解-Vc development of binary tree realize the program, creating a binary tree, the first order (node-left-right) wa
shipin
- 视频监控程序,视频编程的流程,定义的数据结构及使用函数。-Video surveillance program,video programming process,defined data structures and use the function。
test
- 实对称正定矩阵LD和UD分解,即A=LDL^或A=UDU^,其中L为单位下三角矩阵,U为单位上三角矩阵,L^和U^分别是L和U的转置矩阵,代码自己写的,C++,学工科的同学可能会用到这两个分解,算法也有,可以-Real symmetric positive definite matrix LD and UD decomposition, that is A = LDL^ = UDU ^ where L is unit lower triangular matrix, U as a unit t
linkqueue
- c语言实现的队列,链式存储,包含有设计文档!在dev c++平台上已验证成功-The C language implementation of the queue, chain stores, including a design document! In dev c++ platform has been successfully validated
file_rw
- c语言实现的文件读写。数据源不断产生数据,能够实现数据不断写入文件。包含设计文档!在dev c++平台上已经验证成功-The C language implementation of the document to read and write. Data source continuously generated data, can achieve data is continuously written into the file. Contains design documents! In
LCS
- 动态规划法 求最长子序列的实验报告 在C++ 环境下运行 采用倒序的方法 -Beg the most of the sequence experiment report
sizeof
- 对数据结构中的数据大小的计算进行详细的描述,有助于大家更好地了解数据结构-help for struct data
inherit
- 通过例子介绍c++中继承的概念,抽象类和继承类的应用,使得有助于学习面向对象语言的学习- inherit in c++
lcs
- 寻找两个字符串的公共子串序列,通过输入两个字符串,返回其共有的最长子串-long continue string for two input string
