资源列表
ftsoftds1st_src
- C++数据结构源代码,随书光盘也是书中实例的源码,如果你阅读这本书的话,或许对你比较有用。 -C++ data structure of source code, CD-ROM with the book is also an instance of the source book, if you read this book, then perhaps more useful to you.
qfile
- 以数据结构记录模式,快速读写二进制文件,便于数据存储与检索-write file
Tree
- 二叉树的遍历及显示,递归先序,递归中序遍历,递归后续遍历-Binary tree traversal and display
erfenchazhao
- 实现数据的快速查找基于c++语言,使用一种常见的数据结构算法-Quick search data based on c++ language, using a common data structure algorithms
QuanHau
- the code nqueen use backtracking algorithm
Allocate
- Memory allocation If you want to allocate memory to vectors and matrices in C++ it will be very simple with this code. You just need to pass the adress of the pointer. Example: int **p MatrixAllocate(&p, 20, 100)
datastruct_tree_MFC
- 用MFC实现树的建立和显示,同时用前序中序后序遍历显示,同时实现动态显示-MFC achieved by the establishment of the tree and display the same time, in order to use pre-order traversal order after the show, while achieving dynamic display
find-the-maximum-value
- find the maximum value,找出一组数据的最大值。-find the maximum value
data-structure
- 数据结构的经典问题 迭代 穷举搜索 递推 背包问题 有完整的程序-Classic problem of data structure iteration branch search
Event-Conditional-Stop
- 事件结构程序VI,使用labview实现-Program event structure VI, using labview to achieve
CRC_SUM
- 通过输入的十六进制字符串计算CRC校验和和累加校验和-Hexadecimal string by entering the CRC checksum calculation and verification and the cumulative
Banker
- 操作系统中经典的银行家算法的模拟程序,基于MFC对话框,可随意设定进程的个数和资源的个数-Classic bankers operating system simulation algorithm, based on MFC dialog box can be arbitrarily set the number of processes and resources, the number of
