资源列表
三级网络技术上机题答案
- 三级网络技术上机题答案-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)
c常用算法程序
- 这是我刚刚学习c语言后使用的一本书籍,感觉不错,让大家借鉴一下-This is my c just learning to use the language of a book, I feel good, so that we learn from what
datastructor
- 这是我的一些数据结构(C语言)源代码 比如LinkList,String,Array,Tr-This is some of my data structure (C Language) source code for LinkList, String, Array, Tree, etc.
显示时间
- 显示当前系统时间,日期,,并用几中不同的格式输出-shows the current system, date, time, and used several different output formats
critical_path
- 实现了关键路径算法。 给定一些点,并给定点间的路径的权值,求两点间的最短路径-achieve a critical path algorithm. Given some point and fixed-point to the right path of duty between 2:00 seek the shortest path