资源列表
array
- 在visual basic中定义数组,并且给数组取值。-Defined in an array of visual basic and value to the array.
c
- 中缀表达式 转化为后缀 表达式 数据结构 课后提 撒播撒播-Infix expression into postfix expression
5
- 数据结构中二叉树和二分查找的源代码,而且是二者的综合-The data structure in the binary tree and a binary search of the source code, but is a combination of both
athwartofmatrix
- 这是一个关于距阵相乘的算法,希望对大家有用!-This is one of the matrix multiply algorithm, we want to help!
tu-table
- 图可以采用邻接矩阵、邻接表等多种方式存储,本程序实现图的邻接表存储
a1
- 数据结构中试验--表达式求值,通过栈中后进先出的特点,解决了表达式中加减乘除以及括号的优先级问题-Data structure in the pilot- for the value of expression through the Last In First Out stack of features, to resolve the expression in brackets in the calculation, as well as the priority issues
2sat
- NP完全问题 2-SAT 算法 分析 详解 二元可满足探讨-NP complete problem 2-SAT algorithm analysis Detailed Discussion Dual meet
contacts
- 用链表建立通讯录,C语言,链表,可创建,插入,删除,查找-Establish contacts, C language, the list with the list, you can create, insert, delete, search
binarysearch
- 数据结构中的查找算法,实现的是在递归条件下的对半查找法-Find a data structure in the algorithm is recursively under the conditions of semi-Find Law
mataqipan
- 数据结构课程设计之马踏棋盘(非递归实现)-Data structure of the horse riding course design board (the realization of non-recursive)
2626Chess
- PKU 2626 Chess的问题解答,C++实现。 使用的是3维DP-It s a C++ solution for the problem-2626 in PKU ACM on-line judge.
gvfdg-
- 实现二叉树非递归的前中后序遍历!使用链表建立的二叉树,C++编写的-To achieve binary tree before in non-recursive traversal Use linked lists to establish the binary tree, written in C