资源列表
d2hz
- 数字串转中文大写的小代码段,这个段子使用堆栈算法,可以通用(从内部二进制数转中文大写或数字串转中文大写) -figures Series switch over to the Chinese capital of the small code, the use of pieces from the stack algorithm, be generic (internal binary switch over to the Chinese capital, or digital serial
luhn
- LUHN算法的作用是为了计算信用卡等证件号码的合法性 -LUHN algorithm to the role of documents such as credit card numbers legitimacy
hanota
- 这个程序的实现可以明确递归方法的使用,理解结构化编程的概念。-the realization of this procedure recursive method can clearly understands the use of structured programming concepts.
GrapghVB
- 关于图的算法,非常详细,适合想了解图算法的读者-on the map algorithm, is very detailed, would like to know the plans for the algorithm readers
20070320list
- 包括链表的各项操作,添加、删除、修改等。还包括单项连标和双向链表。-including the operation, add, delete, revise. Also including individual targets and even two-way linked list.
20070320tree
- 属于数据结构的C++编程,包括二叉树的添加删除节点等操作。-data structures belong to the C programming, including the addition of binary tree nodes delete operation.
doubledirectionlink
- 属于利用C++开发的数据结构代码,包括双向链表的添加、删除、修改的操作。-belonging to the development of the use of C code data structure, including the addition of two-way linked list, deletion and modification of the operation.
expressionvalue
- 属于利用C++开发的数据结构代码,利用栈结构实现了算术表达式的求值。-development is the use of C code structure of the data, using stack structure for arithmetic expression value.
MAtrixVC
- 矩阵运算,用于进行矩阵运算的C++算法,内有说明文档!-matrix operations used in the C matrix algorithm, which is documented!
RedBlackTree
- red black tree.balance binary tree.the souce code-red black tree.balance binary tree.the so uce code
bestroute
- 运行应用本程序,输入节点个数n以及m各个节点的三元组信息。 m个三元组(it,jt,ft),t=1、2、……、m,两个节点it和jt之间有双向连接的直接连接,其距离为ft。输入节点g(1≤g≤n),程序将计算出可以由g达到的每个节点的最佳路由。并在显示器上输出运行结果。
rk_str
- RK算法:Rabin Karp string search algorithm,一种高效的字符串搜索算法-RK algorithm : Rabin Karp string search algorithm, An Efficient Algorithm String Search