CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - top down method

搜索资源列表

  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. mvvmCommanding

    0下载:
  2. WPF每一个Command 都是一个RoutedEvent由Bubbling的方法(自上而下) 让Visual Tree自己决定是否应该执行 -WPF Each Command is a RoutedEvent by Bubbling method (top-down) allows Visual Tree to decide whether to implement
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:305.61kb
    • 提供者:wawa
  1. yufa

    0下载:
  2. 用预测分析法实现自上而下的语法分析器(编译原理)-Using predictive analysis method to achieve a top-down parser (compiler principle)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:197.83kb
    • 提供者:zaini
  1. ID3-CSharp

    0下载:
  2. This my implementation of ID3 algorithm. The algorithm ID3 (Quinlan) uses the method top-down induction of decision trees. Given a set of classified examples a decision tree is induced, biased by the information gain measure, which heuristically lead
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:60.67kb
    • 提供者:Putra
  1. TLL1h

    0下载:
  2. 消除左递归的文法来使文法满足进行确定自顶向下分析的条件 一个LL(1)分析法的语法分析器,已通过测试。 -Elimination of left recursive grammar to the grammar to meet the parser to determine the top-down analysis of the conditions of an LL (1) analysis method has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:16.46kb
    • 提供者:分界线
  1. Uyufas

    0下载:
  2. 用预测分析法实现自上而下的语法法分析器(编译原理) -Predictive analysis method to achieve top-down syntax method analyzer (compiler theory)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:198.08kb
    • 提供者:cssw7006
  1. shiyan2

    0下载:
  2. 自上而下语法分析器设计,理解手工编写自上而下语法分析器的设计方法。1、 在VC下打开gram.dsp,阅读工程gram,gram为一个加法(适当扩充可为四则)运算表达式的LL1递归下降语法分析器,规定其文法-Down parser design, design method of top-down parser understand writing manual. 1, open in VC gram.dsp, read engineering gram, gram as an additiv
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:8.74kb
    • 提供者:呵呵
  1. 雨流计数法matlab程序

    1下载:
  2. 雨流计数法又可称为“塔顶法”,是由英国的Matsuiski和Endo 两位工程师提出的, 距今已有50 多年。雨流计数法主要用于工程界, 特别在疲劳寿命计算中运用非常广泛。把应变-时间历程数据记录转过90°,时间坐标轴竖直向下, 数据记录犹如一系列屋面, 雨水顺着屋面往下流, 故称为雨流计数法。雨流计数法对载荷的时间历程进行计数的过程反映了材料的记忆特性,具有明确的力学概念,因此该方法得到了普遍的认可。(The rain stream counting method, also known as
  3. 所属分类:其他

    • 发布日期:2017-12-12
    • 文件大小:107.32kb
    • 提供者:hunswey
  1. 四叉树

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

    • 发布日期:2017-12-26
    • 文件大小:50kb
    • 提供者:dandansno
  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. 语法分析器

    0下载:
  2. 该程序使用的自上而下的LL(1)分析法,,该文法不允许左递归,首先要消除左递归。(The program uses the top-down LL (1) analysis method, which does not allow left recursion, and the left recursion is first eliminated.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2.09mb
    • 提供者:寻常j
  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
搜珍网 www.dssz.com