搜索资源列表
NAT-Traversal-0.6.tar
- freeswan nat穿越支持补丁0.6-freeswan through support patch 0.6
33-NAT-Traversal
- nat穿越开实时通讯开发中是个不可避免的问题,这是个英文文档,希望能给大家带来一些帮助-nat through the development of open real-time communication is inevitable, which is English document, I hope everyone can help bring some
BinaryTreeoperation
- 二叉树的前序中序后序遍历操作,以及后缀表达式计算-Binary Tree Preorder traversal sequence after sequence of operations, as well as the suffix expressions calculated
libnat
- 功能非常强大的p2p通信库源码,用户需要通信时自动检测网关类型进行穿透连接。已经在成熟软件项目里使用。-that will offer Network Address Translation (NAT) traversal for routers that support UPnP. LibNat will support port forwarding and the retrieval of the public IP addres
Robson
- Robson遍历改进版: 这个课程设计的目的是进行一个罗布森遍历. 编写和测试的“修改”罗布森遍历程序使用链表代表的二叉树。 这一修改后的版本与原始的不同之处在于罗布森以一个节点的左指针指向左子树;现在修改版是反向。也就是说,当一个节点的左(右)子树正在走过,它的左(右)指针将指向其右(左)子树。在遍历,当一个节点访问,输出 每个栈的内容,它的右左指针。如此这样处理每个栈内元素。-Robson Traversal
tree
- tree traversal MPI inorder preorder postorder
H.323-Nat-traversal-technology
- 汇总了常用的h323 nat穿越技术方案,并对各个方案的优缺点进行分析比较-h323 nat traversal technology
ApplicationsOfDepth-FirstTraversal
- 1. 用DFS判断一个无向图是否是连通图; 2. 为有向图的边分类,将它们的边分为前向边、后向边和交叉边; 3. 用DFS和点消除求有向图的拓扑排序; 4. 判断有向图是不是强连通图,若不是,求强连通分量; 5. 判断有向图是不是半连同图; 6. 判断有向图是不是单连通图; 7. 判断无向图是不是双连通图。 通过以上编程对DFS的应用,进一步了解DFS的算法及它所代表的算法思想。 -1. Using DF
inorder-traversal-without-stack
- 无堆栈非递归后序遍历BST算法略要,算法过程的描述,无代码-inorder traversal without stack
Graph-traversal-spanning-tree
- 1.显示图的邻接矩阵, 图的邻接表, 深度优先遍历, 广度优先遍历, 最小生成树PRIM算法, 最小生成树KRUSCAL算法,图的连通分量。 2.当用户选择的功能错误时,系统会输出相应的提示。 3.通过图操作的实现,把一些实际生活中的具体的事物抽象出来-Shown FIG s adjacency matrix, graph the adjlink, depth-first traversal, breadth first tra
Graph
- 实现对图的遍历。数据结构算法的实现。编写语言为java。-Realize the graph traversal. Data structure algorithm. Written language is java.
Delphi-memory-traversal-tools
- Delphi 内存遍历工具(ReadMem)源代码,,感觉的确挺好用的,让大家一起共享。 -Delphi memory traversal tool (ReadMem) source code, it really felt very good use, so that everyone shared.
traversal-of-binary-tree
- 二叉树的三种遍历的C#实现 能够在.net环境下执行-binary tree traversal traversal of binary tree
graph-traversal
- 图的深度与广度优先遍历小程序源码,均为个人所编,并非网上下载。-The depth and breadth-first graph traversal
Graph-traversal
- 图的遍历,深度遍历和广度遍历,数据结构,图的遍历! -Graph traversal, depth and breadth traversal traversal, data structures, graph traversal!
Ma-traversal
- 马的遍历,输出第一个位置,后面的结果就出来了,-Ma traversal, output the first position, followed by the results came out,
Binary-tree-creation-and-traversal
- 二叉树的创建与遍历建立二叉树左右链存储结构。 对其递归的实现中序,先序,后序遍历。 对其非递归的实现中序,先序,后序遍历。 -Binary tree creation and traversal binary tree set up chain stores around the structure. Recursive implementation of its order, the first order, the or
Tree-Non-recursive-traversal
- 二叉树的中序与先序的非递归遍历算法的实现 用VS2010编写的-Binary tree in order and first order non-recursive traversal algorithm implementations written using VS2010
Pre-order-binary-tree-traversal
- 二叉树的前序遍历:主要运用C语言来实现二叉树的前序遍历算法-Pre-order binary tree traversal
Binary-tree-traversal-of-recursion
- 【二叉树遍历的递归算法实现】 操作:根据提示输入相应数据实现各种功能 函数:菜单函数(menu) 前序建立二叉树(Crt_BinTree) 访问结点(Visit) 前序遍历(Pretraverse) 中序遍历(Intraverse) 后序遍历(Suctraverse) 删除树(Destory) 操作函数(perform)Pretraverse 主函数(main) 说明:结点数据