-
C++Introduction
C++Introduction
- 2023-08-14 04:40:03下载
- 积分:1
-
单片机及C语言教程十天让你轻松编程 有例子详解
单片机及C语言教程十天让你轻松编程 有例子详解-Microcontroller and C language tutorial allows you to easily program 10 days has detailed examples
- 2023-05-20 22:35:03下载
- 积分:1
-
推荐书VHDL经典实用教程中文版(比较方法。
好书推荐之VHDL经典实用教程中文版(相当不错的教材)@arthurday-the recommended books VHDL Practical Guide to Classical Chinese version (quite materials) @ arthurday
- 2022-02-10 01:33:50下载
- 积分:1
-
经典的matlab网络教程。将rar内所有文件解压缩到一个根目录下,点击index.htm的相应链接即可,简单方便。...
经典的matlab网络教程。将rar内所有文件解压缩到一个根目录下,点击index.htm的相应链接即可,简单方便。-classic Matlab Network Directory. Rar of all files compressed into a root directory, click on the appropriate link index.htm can, easy.
- 2022-03-06 21:32:33下载
- 积分:1
-
C shift from C++, Detail from c to c++ Programming the total number of similarit...
C从C++中移,详细说明从C到C++编程的总的数与异数之间的异同。对更好地掌握c/c很有帮助
- 2022-01-24 18:23:40下载
- 积分:1
-
Mainly on the Linux
主要讲解基于Linux的入侵检测系统,的实现-Mainly on the Linux-based intrusion detection system, the realization of
- 2022-11-22 23:40:04下载
- 积分:1
-
< 水声信号处理技术>>详细介绍了水声声场建模、海洋声信道、水声信号检测等方面的内容。...
< 水声信号处理技术>>详细介绍了水声声场建模、海洋声信道、水声信号检测等方面的内容。
- 2022-05-29 09:10:50下载
- 积分:1
-
2410平台硬件文档,具体内容请参考文档的说明,
2410平台硬件文档,具体内容请参考文档的说明,
- 2022-10-08 22:05:02下载
- 积分:1
-
Game Development with ActionScript is the concise book of choice for learning ho...
Game Development with ActionScript is the concise book of choice for learning how to program your own games in Flash from scratch!
- 2022-04-10 07:41:46下载
- 积分: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