搜索结果
找到约 91 项符合
follow 的查询结果
按分类筛选
- 全部分类
- 编译器/解释器 (35)
- 其他 (8)
- 书籍 (7)
- 驱动编程 (5)
- 其他书籍 (5)
- 汇编语言 (3)
- 模拟电子 (2)
- VC书籍 (2)
- Java编程 (2)
- 电子书籍 (2)
- MySQL数据库 (2)
- Linux/uClinux/Unix编程 (2)
- 电源技术 (1)
- C/C++语言编程 (1)
- 书籍源码 (1)
- 人工智能/神经网络 (1)
- 嵌入式Linux (1)
- 软件工程 (1)
- 压缩解压 (1)
- 系统设计方案 (1)
- 游戏 (1)
- 数学计算 (1)
- 软件设计/软件工程 (1)
- 单片机开发 (1)
- Linux/Unix编程 (1)
- 微处理器开发 (1)
- 网络 (1)
- 数值算法/人工智能 (1)
Java编程 Jvm 规范说明。The Java Virtual Machine was designed to support the Java programming language. Some concep
Jvm 规范说明。The Java Virtual Machine was designed to support the Java programming language. Some concepts and vocabulary from the Java language are thus necessary to understand the virtual machine. This chapter gives enough of an overview of Java to support the discussion of the Java Virtual Machi ...
编译器/解释器 学编译原理时写的一个语法分析程序 分类:C/C++技术交流 一.[目的要求] ① 对输入文法
学编译原理时写的一个语法分析程序
分类:C/C++技术交流
一.[目的要求]
① 对输入文法,由程序自动构造FIRST FOLLOW集
② 对输入文法,由程序自动生成它的LL(1)分析表;
③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。
二.[题目分析]
该程序可分为如下几步:
(1)读入文法
(2)判断正误
(3)若 ...
Linux/Unix编程 Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work
Boost provides free peer-reviewed portable C++ source libraries.
We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial ...
其他书籍 This paper addresses the subject of SQL Injection in a Microsoft SQL Server/IIS/Active Server Page
This paper addresses the subject of SQL Injection in a Microsoft SQL Server/IIS/Active
Server Pages environment, but most of the techniques discussed have equivalents in other
database environments. It should be viewed as a "follow up", or perhaps an appendix, to
the previous paper, "Advanced SQL ...
微处理器开发 In term project, we will take the baseline JPEG codec in ARM-based platform system as an example to
In term project, we will take the baseline JPEG codec in ARM-based platform system as an example to practice the design flow in SoC. We divide the project into three
parts, and the goal of each part is described as follow.
Part I: Design a baseline JPEG software codec in C/C++ and port it to ARM cor ...
网络 A Parallel program to multiply two matrices using Parallel Virtual Machine(PVM).Also a document to i
A Parallel program to multiply two matrices using Parallel Virtual Machine(PVM).Also a document to install PVM in linux is attached.Follow the steps carefully.Surely it will work.
其他书籍 This gorgeous, full-color book will guide you through the complete design process, from getting insp
This gorgeous, full-color book will guide you through the complete design process, from getting inspiration and sketching ideas out, through to choosing a color scheme, designing the layout, and selecting effective imagery.
Throughout, the focus is on simple and practical techniques that anyone can ...
其他 C++ by Dissection presents a thorough introduction to the programming process by carefully developi
C++ by Dissection presents a thorough introduction to the programming process by
carefully developing working programs to illuminate key features of the C++ programming
language. Program code is explained in an easy-to-follow, careful manner throughout.
The code has been tested on several platforms ...