搜索资源列表
C
- 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
mvvmCommanding
- 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
yufa
- 用预测分析法实现自上而下的语法分析器(编译原理)-Using predictive analysis method to achieve a top-down parser (compiler principle)
ID3-CSharp
- 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
TLL1h
- 消除左递归的文法来使文法满足进行确定自顶向下分析的条件 一个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.
Uyufas
- 用预测分析法实现自上而下的语法法分析器(编译原理) -Predictive analysis method to achieve top-down syntax method analyzer (compiler theory)
shiyan2
- 自上而下语法分析器设计,理解手工编写自上而下语法分析器的设计方法。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
雨流计数法matlab程序
- 雨流计数法又可称为“塔顶法”,是由英国的Matsuiski和Endo 两位工程师提出的, 距今已有50 多年。雨流计数法主要用于工程界, 特别在疲劳寿命计算中运用非常广泛。把应变-时间历程数据记录转过90°,时间坐标轴竖直向下, 数据记录犹如一系列屋面, 雨水顺着屋面往下流, 故称为雨流计数法。雨流计数法对载荷的时间历程进行计数的过程反映了材料的记忆特性,具有明确的力学概念,因此该方法得到了普遍的认可。(The rain stream counting method, also known as
四叉树
- 自顶向下(top-down)的分割方法:按常规四叉树的方法进行,直接生成M码 ? 从底向上(down-top)的合并方法: – 首先按M码的升序排列方式依次检查四个相邻M码对应的属性值 ? 如果相同,合并为一个大块 ? 否则,储四个格网的参数值(M码、深度、属性值) – 第一轮合并完成后,依次检查四个大块的值(此时, 仅需检查每个大块中的第一个值) ? 若其中有一个值不同或某子块已存储 ? 则不作合并而记盘 – 通过上述方法,到没有能够合并的子块为止(The top-down (top-dow
简易通讯录程序
- 按照“自顶向下、逐步求精”的问题分析方法,按功能将其分解为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:
语法分析器
- 该程序使用的自上而下的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.)
计算机网络原理:自顶向下方法(第6版)
- 计算机网络原理:自顶向下方法(第6版) (Computer network top-down version 6)(The principle of computer network: the top down method (Sixth Edition) (Computer network top-down version 6))