-
伽利略系统介绍,包括伽利略卫星导航系统的接收机,信号,星座等...
伽利略系统介绍,包括伽利略卫星导航系统的接收机,信号,星座等-The Galileo system, including the Galileo satellite navigation system receiver, signal, constellation, etc.
- 2022-09-25 00:30:03下载
- 积分:1
-
The English version of embedded linux training vision add Tsinghua English tutor...
远见英文版嵌入式linux培训教程加清华中文嵌入式linux教程。-The English version of embedded linux training vision add Tsinghua English tutorial tutorial linux embedded.
- 2022-05-26 18:52:11下载
- 积分:1
-
介绍了在windows 9x系统下的输入法开发原理,对IME有详细描述
介绍了在windows 9x系统下的输入法开发原理,对IME有详细描述-Describes the windows 9x system input method development under the principle of the IME are described in detail
- 2023-03-10 02:25:03下载
- 积分:1
-
c++ c
c++ c
- 2022-03-19 00:04:42下载
- 积分:1
-
C源代码的实时操作系统
C源代码的实时操作系统-C source code for the real-time operating system
- 2022-05-19 15:01:34下载
- 积分:1
-
系统辨识及其MATLAB仿真 2,3,6章原码
系统辨识及其MATLAB仿真 2,3,6章原码-system identification and simulation of MATLAB 2,3,6 Chapter source
- 2023-02-28 23:50:04下载
- 积分:1
-
机电一体化原理与应用pdf书,314页,经典教材,中文
机电一体化原理与应用pdf书,314页,经典教材,中文-Mechatronics Principles and Applications of pdf book, 314 pages, classic textbooks, in Chinese
- 2022-07-22 19:47:08下载
- 积分:1
-
Linux kernel programming. Download the English version of this book can be found...
Linux内核编程。本书英文下载版可在http://metalab.unc.edu/ldp找到。
-Linux kernel programming. Download the English version of this book can be found http://metalab.unc.edu/ldp.
- 2023-02-03 17:40:04下载
- 积分:1
-
电脑编程技巧和源码。很不错的。
电脑编程技巧和源码。很不错的。-computer programming skills and source code. Very good.
- 2022-01-28 02:01:51下载
- 积分:1
-
flex 是一个生成扫描器的工具,能够识别文本中的词法模式。flex 读入给定的输入文件,如果没有给定文件名的话,则从标准输入读取,从而获得一个关于需要生成的扫...
flex 是一个生成扫描器的工具,能够识别文本中的词法模式。flex 读入给定的输入文件,如果没有给定文件名的话,则从标准输入读取,从而获得一个关于需要生成的扫描器的描述。此描述叫做 规则,由正则表达式和 C 代码对组成。flex 的输出是一个 C 代码文件――lex.yy.c――其中定义了 yylex() 函数。编译输出文件并且和 -lfl 库链接生成一个可执行文件。当运行可执行文件的时候,它分析输入文件,为每一个正则表达式寻找匹配。当发现一个匹配时,它执行与此正则表达式相关的 C 代码-flex generated scanner is a tool that can identify lexical patterns in text. flex time into the given input file, in the absence of a given file name, then read from standard input, and thus on the need to generate a description of the scanner. This description is called the rules, by the regular expression and the composition of C code. the output of flex is a C code file- lex. yy.c-- which defines the yylex () function. Output file and compile and link-lfl library to generate an executable file. When running an executable file, it analyzes the input file, for each regular expression match to find. When they find a match, it is the implementation of regular expressions with the related C code
- 2022-07-16 02:04:28下载
- 积分:1