资源列表
b
- 完成向二叉树中插入节点(即构建二叉树)、删除二叉树、复制二叉树,并完成中序遍历(返回节点数)、层序遍历(返回层高),测试程序结果应当完全正确-Completed to insert nodes in a binary tree (that is to build a binary tree), delete the binary tree, copy the binary tree, and completed in order traversal (return nodes) layer pr
un.c
- Stack simple exaample.
a
- 这是一个简单的菜单选择程序。适合刚开始学习c语言练习参考。-This is a simple menu selection process. Suitable for just began to learn c language practice reference.
wannianli
- 单片机的课程设计,不一样的万年历做法,很新颖,很好。应付课程设计很好用-SCM curriculum design, not the same as the calendar practice, very new, very good. Payable curriculum design good
mutiplepatternmatch
- 多模式匹配算法 mutiplepatternmatch-Multi-pattern matching algorithm mutiplepatternmatch
MAT
- 本程序是一个简单的稀疏矩阵操作程序。它可以进行一般稀疏矩阵的存储,转置和乘法操作。-This program is a simple program of sparse matrix operations. It can be a sparse matrix stored in general, transpose, and a multiplication operation.
Joseph-problem
- 约瑟夫问题编号为1,2,......,n的n个人按照顺时针方向围坐一圈,每个人有且只有一个密码(正整数)。一开始任选一个正整数作为报数上限值,从第一个人开始顺时针方向自1开始报数, 报到m时停止报数。报m 的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人 开始重新报数,如此下去,直到所有人全部出列为止。-Joseph No. 1,2, ...... n n individuals sit in a circle in a clockwise direction
KMPCAL
- KMP算法,以及KMP改进算法的源程序,c++语言描述-KMP algorithm, and KMP improved algorithm the source, c++ language to describe
BINtree
- 实现二叉树前序、中序和后序遍历以及建立的递归算法-Achieve binary tree preamble, inorder and postorder traversal and the establishment of a recursive algorithm
RBTree_myFinal
- 二叉树及其实现,可以运行。供学习交流使用-Binary Tree and its implementation can run. For use by the Learning Exchange
bijiao
- 实现两个文件的相似度比较,采用矩阵比较,取最长子序列-Comparison of the similarity of the two documents, using matrix comparison, take the longest subsequence
TRANS
- 用链栈实现十进制数字转换为任意进制的数-Convert any hexadecimal number of decimal digits with a chain stack ~ ~ ~ ~ ~ ~
