搜索结果
找到约 332 项符合
ll 的查询结果
按分类筛选
- 全部分类
- 编译器/解释器 (171)
- 技术资料 (20)
- 编辑器/阅读器 (17)
- 其他 (15)
- Java编程 (11)
- VC书籍 (9)
- 其他书籍 (8)
- 软件设计/软件工程 (7)
- 电子书籍 (5)
- 汇编语言 (5)
- 书籍 (4)
- 压缩解压 (4)
- Java书籍 (4)
- 系统设计方案 (4)
- Linux/Unix编程 (3)
- 网络 (3)
- 文件格式 (3)
- 数学计算 (3)
- 文章/文档 (3)
- SQL Server (3)
- 软件工程 (2)
- 单片机开发 (2)
- FlashMX/Flex源码 (2)
- matlab例程 (2)
- 单片机编程 (1)
- DSP编程 (1)
- 通讯/手机编程 (1)
- 操作系统开发 (1)
- 书籍源码 (1)
- 开发工具 (1)
- 实用工具 (1)
- 嵌入式综合 (1)
- 驱动编程 (1)
- 教育系统应用 (1)
- 其他数据库 (1)
- 通讯编程文档 (1)
- 嵌入式/单片机编程 (1)
- 嵌入式Linux (1)
- 数据结构 (1)
- STL (1)
- J2ME (1)
- Windows CE (1)
- 行业发展研究 (1)
- 人物传记/成功经验 (1)
- Jsp/Servlet (1)
编译器/解释器 编译原理中的语法分析器
编译原理中的语法分析器,基于LL1文法,好东西啊好东西。
VC书籍 Visual C++ Windows Shell Programming Welcome to Visual C++ Windows Shell Programming! With this bo
Visual C++
Windows Shell Programming
Welcome to Visual C++ Windows Shell Programming! With this book, you ll learn how to program the
Windows Shell, customize its behavior and integrate your applications with it. You ll discover how to
use and modify its features to best effect, and the way to call ...
书籍 Vienna LTE-Advanced Simulators
In this first part of the book the Vienna Link Level (LL) Simulators are described.
The first chapter provides basics of LL simulations, introduces the most common
variables and parameters as well as the transceiver structures that are applied in
Long-Term Evolution (LTE) and Long-Term Evolution-Adv ...
编辑器/阅读器 while循环语句的翻译程序
while循环语句的翻译程序,以LL(1)文法实现,中间代码以三地址形式输出
编译器/解释器 课程设计的目的 通过课程设计进一步理解高级语言在计算机中的执行过程
课程设计的目的
通过课程设计进一步理解高级语言在计算机中的执行过程,加深对编译原理中重点算法和编译技术的理解,提高自己的编程能力,培养好的程序设计风格。同时通过某种可视化编程语言的应用,具备初步的Windows环境下的编程思想。解和掌握LL(1)语法分析方法的基本原理;根据给出的LL(1)文法,掌握LL(1)分析表的构造 ...
电子书籍 The Hardware Book contains misc technical information about computers and other electronic devices
The Hardware Book contains misc technical information about computers
and other electronic devices. You ll find the pinout to most common
(and uncommon) connectors availble, as well as info about how to build
编译器/解释器 用java实现的通用解释器
用java实现的通用解释器,包括slr,lr(0),lr(1),lr(k),ll等等,还可在在源码api上开发其他功能
Java书籍 This book has been updated for the new Java version, J2SE 5.0, and works its way through a project w
This book has been updated for the new Java version, J2SE 5.0, and works its way through a project with requirements and structure similar to the project you ll encounter in the SCJD exam
编译器/解释器 该文件是一个简短的语法分析文法
该文件是一个简短的语法分析文法,是用来实现LL1文法的,适用于初级学者!