CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 自顶向下

搜索资源列表

  1. yufafenxi

    1下载:
  2. 语法分析程序 利用C++(或C)编制确定的自顶向下预测分析语法分析程序,并对简单语言进行语法分析。 待分析的简单语言的语法若文法G[ E]为: (1) E –> TE’ (2) E’ –> +TE’ (3) E’ –> e (4) T –> FT’ (5) T’ –> *FT’ (6) T’ –> e (7) F –> (E) (8) F –> i 实验说明 具体要求如下:
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:12.83kb
    • 提供者:chenxue
  1. C

    0下载:
  2. Some of the basic design of C language algorithm C语言的几种算法:自顶向下、逐步求精方法、简单排序算法、枚举法、迭代法、递推与递归法、分治法-Some of the basic design of C language algorithmC language of several algorithms: top-down, stepwise refinement method, a simple sorting algorithm, enum
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:38.02kb
    • 提供者:拉夫
  1. PL

    0下载:
  2. 实现自顶向下或自底向上分析方法的实现方法-Achieve top-down or bottom-up analysis of implementation methods
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:8.38kb
    • 提供者:Lcsophia_njut
  1. URISC_PROCESSOR

    1下载:
  2. URISC处理器的VHDL实现,采用模块化思想自顶向下实现,内部自定义总线模块-URISC PROCESSOR
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:414.4kb
    • 提供者:neo
  1. Cpp2

    0下载:
  2. 递归下降算法,自顶向下语法分析器的设计与实现 -递归下降算法
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1.31kb
    • 提供者:屈文丽
  1. Mergeclassificationalgorithms

    0下载:
  2. 采用的是自顶向下划分,再由下向上归并的递归过程,实现此过程,被分类数据规模充分小条件设为16,即当数据规模小于等于16时。-Uses a top-down, broken down by the bottom-up merging of the recursive process to achieve this process, is sufficiently small-scale conditions of disaggregated data set to 16, that is, whe
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:7.04kb
    • 提供者:xiaoxue
  1. Parser

    0下载:
  2. 编译技术实验课用自顶向下的方法做的语法分析器-Parser
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1.47mb
    • 提供者:duxingxia
  1. analysis

    0下载:
  2. 输入一个文法,可得到文法的FIRST集、FOLLOW集、SELECT集,可以判断文法是否为LL(1)文法,并可求出文法的预测分析表,以及串的自顶向下的分析过程。输出很清晰。-Enter a grammar, the grammar of the FIRST sets available, FOLLOW sets, SELECT set, you can determine whether the grammar LL (1) grammar, and can find the grammar o
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:3.07kb
    • 提供者:chen xiang
  1. uart

    0下载:
  2. 实现异步串行通信,采用模块化的自顶向下设计-Asynchronous serial communication using the top-down modular design
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:92.71kb
    • 提供者:郭加园
  1. binarytree

    0下载:
  2. 二叉树的顺序存储结构——已知用户将一棵完全二叉树的n个结点(数据类 型可以是字符型、整型等等)以自顶向下、从左到右顺序输 入到一个一维数组中: (1)编写算法FindRelation(i),输出i的父结点和 所有孩子结点(如果有的话)。(2)编写算法Print打印这棵二叉树的所有节点:先打印二叉树的 根、再打印左子树、最后打印右子树;(即在顺序存储结构上先序遍历 二叉树); -Stored in the order of the binary tree
  3. 所属分类:其他小程序

    • 发布日期:2017-03-03
    • 文件大小:314.82kb
    • 提供者:马乐
  1. 2

    0下载:
  2. 2. 堆栈与单向链表非常相似,但它只允许在链的头部进行插入结点或删除结点的操作。请设计一个整数的堆栈。包括以下函数:建立堆栈,释放堆栈,将一个整数压入堆栈,将当前栈顶的整数弹出栈,返回当前栈顶的元素值,判断当前栈是否为空,自顶向下显示堆栈中的元素。-2 Stack and singly linked list is very similar, but it only allows to insert the head of the chain, or delete nodes node oper
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:752byte
    • 提供者:于民
  1. yufafenxi

    0下载:
  2. 编译原理语法分析。自顶向下分析语法,首先要分析词法是否正确,若错误有错误提示,若没有进行语法分析自顶向下匹配字符串,显示匹配成功,或者失败结果。-Parsing compiler theory. Top-down analysis of grammar, lexical analysis is correct first, if an error has error, if there is no top-down parsing strings match, display matching
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.21kb
    • 提供者:相小果
  1. dynamicplan

    0下载:
  2. 实现自顶向下和自底向上的动态规划分别实现文字排版的一种算法-An algorithm is top-down and bottom-up dynamic programming were achieved text layout
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:20.9kb
    • 提供者:yuxueru
  1. digital-clock

    0下载:
  2. 通过学习使用Quartus软件,掌握自顶向下的模块化设计思想,进行多功能数字钟的设计。-By studying the use of Quartus software, and master the top-down modular design thought, for the design of the multi-function digital clock.
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1.08mb
    • 提供者:Ansen.J
  1. 四叉树

    0下载:
  2. 自顶向下(top-down)的分割方法:按常规四叉树的方法进行,直接生成M码 ? 从底向上(down-top)的合并方法: – 首先按M码的升序排列方式依次检查四个相邻M码对应的属性值 ? 如果相同,合并为一个大块 ? 否则,储四个格网的参数值(M码、深度、属性值) – 第一轮合并完成后,依次检查四个大块的值(此时, 仅需检查每个大块中的第一个值) ? 若其中有一个值不同或某子块已存储 ? 则不作合并而记盘 – 通过上述方法,到没有能够合并的子块为止(The top-down (top-dow
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:50kb
    • 提供者:dandansno
  1. 分段线性表示

    2下载:
  2. 时间序列的分段线性表示(自底向上和自顶向下)的程序(A piecewise linear representation of the time series code)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1kb
    • 提供者:李勋
  1. no_6_version02

    0下载:
  2. 迷宫问题,用回溯的思想自顶向下进行遍历找到一条通路,用GUI显示(Maze problem, with the idea of backtracking top-down traversal to find a path)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1kb
    • 提供者:SDQWDWQ
  1. 简易通讯录程序

    0下载:
  2. 按照“自顶向下、逐步求精”的问题分析方法,按功能将其分解为5个子问题:新增联系人,查找联系人,删除联系人和修改联系人和显示联系人信息,其中新增联系人资料包括姓名,联系电话和电子邮箱。(In accordance with the "top-down, stepwise refinement" problem analysis method, according to the function of it can be divided into 5 sub problems:
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:219kb
    • 提供者:眺望2333
  1. haffman

    0下载:
  2. 哈夫曼编码,基于树形结构自顶向下的编码方式(Huffman coding based on tree structure from top to bottom)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:1kb
    • 提供者:力占
  1. 计算机网络原理:自顶向下方法(第6版)

    0下载:
  2. 计算机网络原理:自顶向下方法(第6版) (Computer network top-down version 6)(The principle of computer network: the top down method (Sixth Edition) (Computer network top-down version 6))
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:17.16mb
    • 提供者:nslj11118
« 12 »
搜珍网 www.dssz.com