Welcome![Sign In][Sign Up]
Location:
Search - top down method

Search list

[ELanguagetop_down

Description: 自上而下的语法分析方法 能对算术表达式进行语法分析并计算出表达式的值-top-down syntax analysis method for the arithmetic expression syntax analysis and calculate the value of the expression
Platform: | Size: 889856 | Author: 李强 | Hits:

[AI-NN-PRSFS

Description: 次优搜索算法中常用的FSS算法,即顺序前进算法,上种自上而下的搜索方法。-suboptimal search algorithm commonly used algorithm of the FSS, the order ahead algorithm, on the kinds of top-down search method.
Platform: | Size: 1024 | Author: wangc | Hits:

[Internet-Networkinternet

Description: 计算机网络 自顶向下方法的答案 很全啊 概念明确 高校学好网络的捷径-Computer network top-down method the answer is very clear the whole concept of college to learn ah network shortcut
Platform: | Size: 862208 | Author: | Hits:

[matlab11112323

Description: 基于锁相环Top-down的建模方法在MATLAB环境下建立数字锁相环完整的仿真模型,并用SIMULINK对数字锁相环的仿真模型进行仿真。 -Top-down phase-locked loop based on the modeling method in MATLAB environment DPLL set up a complete simulation model, and use of digital phase-locked loop SIMULINK simulation model simulation.
Platform: | Size: 198656 | Author: 王利华 | Hits:

[Internet-NetworknetworkAndDisturbingComputing

Description: 这是《计算机网络——自顶向下方法与Internet特色》的英文版教材的课件,用词很简单,大家都能看懂。这本书对我的帮助极大,它对于希望理解Internet实际运行原理的网络专业人士而言,是一个无价的资源,按协议栈自上而下的顺序详细地讲解了计算机网络的基本概念和原则。-This is a " computer network- from the top-down method of characteristics with the Internet," The English version of the courseware materials, the wording is very simple, everyone can understand. This book is a great help to me, it is hoped that understanding the actual operation of the principle of Internet professionals to network, it is a priceless resource, according to the order of protocol stack in detail from top to bottom on the basic concepts of computer networks and principles.
Platform: | Size: 5850112 | Author: yrw | Hits:

[ELanguageshiyanbaogaoyangli

Description: 这个报告记录了编译原理的大作业的过程和各个阶段的设计,包括词法分 析、语法分析、语义分析和汇编代码生成四个阶段,在语法分析时我采用了两种 语法分析,即一种自上而下的语法分析方法——LL(1)分析法,另一种是自底向 上的语法分析方法——SLR(1)分析法,这样可以了解到这两种不同的基本分析方 法,这样在语义分析阶段也要分这两种方法处理语义动作,并且要个产生式分别 编写语义动作。-The report recorded a big operation principle compile process and different stages of the design, including lexical analysis, syntax analysis, semantic analysis and compilation of code generation in four stages, in grammatical analysis, I have used two types of syntax analysis, that is, a self- top-down method of syntax analysis- LL (1) analysis, and the other is bottom-up grammar analysis- SLR (1) analysis, so that it can be seen that the basic analysis of two different methods, such stage in the semantic analysis of these two methods to deal with sub-semantic actions, and to the preparation of a generative semantics movement, respectively.
Platform: | Size: 1296384 | Author: | Hits:

[Internet-Networkcomputernetworking

Description: 计算机网络自顶向下方法与Internet设计的中文课件-Computer networks, top-down method and design of the Chinese Internet Courseware
Platform: | Size: 5217280 | Author: ruidong | Hits:

[Otheryufa

Description: 用预测分析法实现自上而下的语法分析器(编译原理)-Using predictive analysis method to achieve a top-down parser (compiler principle)
Platform: | Size: 202752 | Author: zaini | Hits:

[ELanguageRecursiveDescentParser

Description: 一种自顶向下的语法分析方法的思想,根据文法的产生式规则绘制相应的转换图,并能对之进行简化,继而构造出相应的递归下降分析器。-A kind of top-down method of syntax analysis of the idea, according to the grammar production rules mapping the corresponding conversion map and the simplification can then construct the corresponding recursive descent parser.
Platform: | Size: 72704 | Author: zhangxueli | Hits:

[Otherinternet

Description: 计算机网络——自顶向下方法与Internet特色(第三版)习题答案及網絡複習提要-Computer network- the top-down method and Internet features (third edition) and network review feed exercise answer
Platform: | Size: 1371136 | Author: saeV | Hits:

[ELanguageParser

Description: 实现LL(1)文法,能对其实现自顶向下的语法分析并预测分析方法。-Achieve LL (1) grammar, to achieve its top-down method of syntax analysis and predictive analysis.
Platform: | Size: 6144 | Author: caoqingzhu | Hits:

[OpenGL programInterative-Computer-Graphiecs

Description: 交互式计算机图形学基于OpenGL的自顶向下方法第4版附书源码。作者为Edward Angel-Interactive computer graphics OpenGL based on the top-down method version 4 with source code book. The author for Edward Angel
Platform: | Size: 3284992 | Author: | Hits:

[VHDL-FPGA-VerilogFPGA-TOP-TOWN

Description: FPGA/EPLD的自上而下(Top-Down)设计方法-FPGA/EPLD ( Top-Down ) top-down design method
Platform: | Size: 50176 | Author: 文杰 | Hits:

[OpenGL programcode_of_Interactive_Compute_Graphics

Description: 《交互式计算机图形学——基于OpenGL的自顶向下方法(第4版)》,课本源代码集合-Interactive Computer Graphics- OpenGL-based top-down method (4th Edition) " textbook source code pool
Platform: | Size: 53248 | Author: jeremy | Hits:

[Program doctest

Description: 计算机网络自上而下方法,讲述计算机网络基本知识以及各类技术。-Computer networks a top-down method
Platform: | Size: 615424 | Author: Zhang | Hits:

[TCP/IP stacknetwork-ppt

Description: 计算机网络 自顶向下方法 第四版 配套课件,内容为全英文,和书配套,做的很好-Computer networks fourth edition of the top-down method of supporting courseware, content is in English, and a book supporting, doing well
Platform: | Size: 27700224 | Author: skysui | Hits:

[ELanguage14005014_邓经纬_编译原理大作业

Description: PL0语言的Pcode中间代码生成,采用自顶向下方法(Pcode intermediate code generation in PL0 language, using a top-down method)
Platform: | Size: 751616 | Author: AlvinZH | Hits:

[Editor14051043_席一鸿_编译器

Description: PL0语言的Pcode中间代码生成,采用自顶向下方法,简单(Pcode intermediate code generation in PL0 language, using a top-down method)
Platform: | Size: 653312 | Author: AlvinZH | Hits:

[Editor14081116_陈诚

Description: PL0语言的Pcode中间代码生成,采用自顶向下方法,PYthon编程(Pcode intermediate code generation in PL0 language, using a top-down method)
Platform: | Size: 16966656 | Author: AlvinZH | Hits:

[Editor15051092_郭嘉伟

Description: PL0语言的Pcode中间代码生成,采用自顶向下方法,简单直接(Pcode intermediate code generation in PL0 language, using a top-down method)
Platform: | Size: 1251328 | Author: AlvinZH | Hits:
« 12 3 4 »

CodeBus www.codebus.net