-
学习bash的说明材料,对入门和提高很有帮助
学习bash的说明材料,对入门和提高很有帮助-Learning the bash documentation of entry and increase the useful
- 2022-09-09 10:30:03下载
- 积分:1
-
vc.net内幕系列源码
vc.net内幕系列源码-vc.net insider series FOSS
- 2023-04-04 03:00:03下载
- 积分:1
-
Extended euclid algorithm
Extended euclid algorithm
- 2022-03-04 15:44:07下载
- 积分:1
-
这是DOS的原码 分享给大家
这是DOS的原码 分享给大家-This is the original DOS code sharing for everyone
- 2022-08-03 17:50:56下载
- 积分:1
-
CSharp食谱
CSharp CookBook
- 2022-06-22 02:06:19下载
- 积分: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
-
jobss的简单介绍和它的使用说明等,还有别的用法
jobss的简单介绍和它的使用说明等,还有别的用法-jobss simple introduction and its use, there are other directions
- 2022-03-12 03:02:43下载
- 积分:1
-
LINUX的内核配置手册
LINUX的内核配置手册-Linux kernel configuration manual
- 2022-03-24 20:42:48下载
- 积分:1
-
MCU C语言入门,介绍MCU的学习,开发环境的建立及简单的例子
MCU C语言入门,介绍MCU的学习,开发环境的建立及简单的例子-Introduction to MCU C language to introduce the MCU learning, development environment set up and simple example
- 2022-03-23 20:03:18下载
- 积分:1
-
MCS51系列、MCS96系列等单片机由于都不带SPI串行总线接口而限制了其在SPI总线接口器件的使用。文中介绍了SPI串行总线的特征和时序,并以串行E2PRO...
MCS51系列、MCS96系列等单片机由于都不带SPI串行总线接口而限制了其在SPI总线接口器件的使用。文中介绍了SPI串行总线的特征和时序,并以串行E2PROM为例,给出了在51系列单片机上利用I/O口线实现SPI串行总线接口的方法和软件设计程序-MCS51 series, MCS96 series Singlechip not take as a result of SPI serial bus interface and limit its SPI bus interface device in use. In this paper, the characteristics of SPI serial bus and timing, and serial E2PROM for example, are given in 51 series single-chip using the I/O port lines to achieve SPI serial bus interface and software design process
- 2022-04-25 16:02:18下载
- 积分:1