资源列表
一个表达式求值程序
- 一个表达式求值程序 ACM常用-evaluates an expression commonly used procedures ACM
Gauss-Seidel 迭代
- 数据结构中常用的Gauss-Seidel 迭代算法-commonly used data structures, the Gauss - Seidel iterative algorithm
ssh
- 素数的求法,用vb编写的-primes for the law, prepared by using vb
【数据结构】算法集锦
- 数据结构算法集锦,采用vb语言编写,集多种常见的数据结构算法。-Collection algorithm data structure used vb language, multi common data structure algorithms.
三级网络技术上机题答案
- 三级网络技术上机题答案-three-network technology that answers
计算机模拟考试3级网络技术笔试
- 计算机模拟考试3级网络技术笔试-computer mock examinations three network technology quiz
c语言100个题目
- c语言小程序100个-100 small programs
最小生成树1
- 本程序是一个用prim算法寻找最小生成树的小程序。-this procedure is a prim with minimum spanning tree algorithm for small procedures.
树的问题(生成)
- ADT BinaryTree 的实现及验证程序采用的主要数据结构:二叉树、栈、队算法思想:1、 先序建树、输出树、后序遍历用递归方法。性能分析:O( n )2、 先序遍历、中序遍历:性能分析:O( n )(1) 若遇到新节点非空则先入栈,然后访问其左子树。(2) 若为空则将栈顶结点出栈,访问其右子树。(3) 循环1、2直到栈为空且无节点可入栈。先序与中序的区别是:先序在入栈时访问节点,中序在出栈时访问节点。3、 层遍历:性能分析:O( n )(1) 根节点入队(2) 节点出队并访问(3) 若节点
sorting&searchng algo
- This a collection of algorithms for sorting and searching.
Dictionary of Algorithms Data Structures and Probl
- 数据结构词典(英文)-data structure Dictionary (English)