CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遍历

搜索资源列表

  1. atlyfscript

    1下载:
  2. 这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式的运算是非常困难的。需要对表达式进行扫描,去括号,按照运算符的优先级生成2叉树,然后遍历该树生成逆波兰表达式,再然后通过栈的方法进行运算。如果在表达式中再包含有函数的话......描述起来都麻烦,更不要说用程序实现了:-(-This is a very c
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:68394
    • 提供者:vip
  1. Course Design

    0下载:
  2. 图形演示数据结构的树与图遍历算法,vc环境下的windows编程-graphic demonstration of the tree data structure with plans traversal algorithm, vc environment of windows programming
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2389987
    • 提供者:阿彪
  1. cw_bitree

    0下载:
  2. 与清华大学版的《数据结构》匹配二叉树的实现:BITREE1.CPP:为主程序,其中实现了递归算法以及非递归算法的前序遍历,中序遍历,后序遍历。TSTACK1.H: 为头文件,其中定义了一些常量的值,其中也包括了书中第三章的栈的实现,只需要将注解符去掉即可。运行环境为:VC++6 或 TC3-and Tsinghua University version of the "data structure" matching the achievement of a binary t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2314
    • 提供者:宏伟
  1. BiTree分割视图版

    0下载:
  2. 将视图分割成两部分,左边为显示取,右边为数据录入区,每录入一个节点数据,立即在左边显示节点图形,能实现二叉树的插入、删除、前序遍历、中序遍历、后序遍历。-View will be divided into two parts, shown from left to right for the data entry areas, each node a data entry immediately on the left shows nodes graphics can achieve binar
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:50472
    • 提供者:编程浪子
  1. bitree3

    0下载:
  2. 使用汇编写的二叉树遍历,我用的是按层存储算法,容易理解-was compiled using the binary tree traversal, I used is based on the storage layer algorithm, easy to understand
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2027
    • 提供者:黄飞鸿
  1. 二叉树改进041123

    1下载:
  2. 输入结点和结点数生成二叉树,可以左遍历,右遍历,后遍历!-input nodes and nodes generate binary tree can traverse left and right traverse, traverse after!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17192
    • 提供者:吴丹
  1. 文件树的实现

    0下载:
  2. 以递归搜索的方法实现对目录的遍历,然后用treeview现实整个目录树.-recursive search for the right way to achieve directory traversal, and then use the treeview reality the whole directory tree.
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:345152
    • 提供者:林之焕
  1. 经典cpp例子

    0下载:
  2. 这几个是本人整理的.cpp程序,您可以借鉴参考------>> dos前景背景色设置.cpp 二.八.十.十六进制转换程序的函数.cpp 二叉树的遍历.cpp 图形的广度优先搜寻法.cpp 图形的深度优先搜寻法.cpp 用C语言编的一个日历.c-these are my finishing. Cpp and you can draw reference --- gt; Gt; Dos prospects for the background color set. Cpp two. 8
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7166
    • 提供者:丁志强
  1. 51623457

    0下载:
  2. 先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqStack s StackInit(s) p=t while (p!=null !StackEmpty(s-preorder non - recursive algorithm # define maxsize 100 typedef struct (Bitree
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3376
    • 提供者:万方
  1. binatree

    0下载:
  2. 汇编实现二叉树遍历,数据结构的前中后序遍历-compilation achieve binary tree traversal, data structure before, during and after the preorder
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1247
    • 提供者:胡利会
  1. 200409271711392774821

    0下载:
  2. FTP遍历下载目录,通信、网络开发、多媒体技术、流媒体软件人员-FTP download directory traversal, communications, network development, multimedia technology, streaming media software staff
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:40707
    • 提供者:吴闫
  1. vcddd

    0下载:
  2. 都是以前随手编写的笑程序:总的来说只有五个<回文游戏,层次遍历二叉树,猴子选大王,先序、中序、后序遍历的递归算法等等> 如果对你又帮助你就下来看看吧-are readily prepared by the previous laugh : Overall only five lt; Palindrome games, the level traverse binary tree, monkey king election, the first sequence, sequence,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4979
    • 提供者:熊枫
  1. algo & data structures graphs

    0下载:
  2. 图的遍历:图是由顶点集合(vertex)及顶点间的关系集合组成的一种数据结构:Graph=( V, E ).使用拓扑排序的算法.-traverse the map : The map is set by the vertex (Vertex) and the relationship between peak set consisting of a data structure : Graph = (V, E). The use of topological sorting algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2808
    • 提供者:黄枫
  1. bianli1

    1下载:
  2. 这是一个非常好的遍历二叉树算法的实现,个人创作,绝对原创-This is a very good traversal of a binary tree algorithm to achieve, to create absolute originality!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2488
    • 提供者:我是谁
  1. depthfirst

    0下载:
  2. 这个程序是数据结构的经典算法的实现,用深度优先进行遍历的程序,原创哦-The program is the data structure of the classical algorithm implementation using depth-first traversal of the procedures for the original Oh!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1077
    • 提供者:我是谁
  1. widthfirst

    0下载:
  2. 这个也是个数据结构的经典算法,通过广度优先进行遍历,原创-This a data structure of the classical algorithm, through the breadth priority traversal, originality!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1287
    • 提供者:我是谁
  1. new2

    0下载:
  2. 树的优先遍历搜索算法,用C编的,请各位多多指教哦,原创的-priority traverse tree search algorithms, C series, please exhibitions Oh, originality!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1730
    • 提供者:我是谁
  1. 最短路径上机报告

    1下载:
  2. 1、 程序所实现的功能: 2、 对建立好的无权图,可以找到从某个顶点出发到其他所有顶点的最短路径 3、 程序的输入 4、 要创建的图的信息,本算法采用邻接矩阵表示图;以及遍历开始的顶点的信息 5、 程序的输出 6、 分行输出从给定点到其他各个定点的最短路径上的顶点信息。-1, procedures achieved by the function : 2, the right to establish a good map can be found starting from a cert
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6483
    • 提供者:王想
  1. 回溯法

    1下载:
  2. 用回溯法求马周游问题,马在棋盘上走字步,从马开始的位置开始周游棋盘,遍历全棋盘后回到起点,是否可行,可行的就输出路径,路径并输入尝试过的路径数,跳过的路径数-law with retrospective travel for Ma, Ma on the chessboard characters step away from the start position Ma started to travel around the chessboard, traverse the whole ches
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8814
    • 提供者:杨小娜
  1. AVLTreeVc7

    0下载:
  2. 构建一个avl树的程序,压缩包中含有项目文件,头文件和源文件。编译运行后输入结点的值如55,程序就会自动按avl规则建或重构AVL树,并以中序遍历打印出来,以100.001结束结点值的输入退出循环终止程序-AVL tree procedures, compressed packets containing project documents, files and source documents. After running compile input node as the value of
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:8267
    • 提供者:飞杨
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com