-
这是一本学习集成环境下c语言编程的资料书。它通过电子书的形式描述了集成环境下c语言编程技巧。...
这是一本学习集成环境下c语言编程的资料书。它通过电子书的形式描述了集成环境下c语言编程技巧。-This is an integrated learning environment information c language programming book. It describes the form of electronic integrated environment c language programming skills.
- 2022-06-28 23:09:29下载
- 积分:1
-
MATLAB数学工具箱,包含了MATLAB在工程数学应用中的函数及其用法...
MATLAB数学工具箱,包含了MATLAB在工程数学应用中的函数及其用法-MATLAB Math Toolbox, MATLAB includes mathematical applications in engineering functions and their usage
- 2022-07-03 20:09:15下载
- 积分:1
-
C++标准类库,详细描述了C++下的一些重要的类库,及其包含的主要函数的使用...
C++标准类库,详细描述了C++下的一些重要的类库,及其包含的主要函数的使用-C++ standard library, a detailed description of the C++ class library under a number of important, and its main functions include the use of
- 2022-07-22 08:40:43下载
- 积分:1
-
This application report discusses the design of non
This application report discusses the design of non-invasive optical plethysmography
also called as pulsoximeter using the MSP430FG437 Microcontroller (MCU). The
pulsoximeter consists of a peripheral probe combined with the MCU displaying the
oxygen saturation and pulse rate on a LCD glass. The same sensor is used for both
heart-rate detection and pulsoximetering in this application. The probe is placed on a
peripheral point of the body such as a finger tip, ear lobe or the nose. The probe
includes two light emitting diodes (LEDs), one in the visible red spectrum (660nm) and
the other in the infrared spectrum (940nm). The percentage of oxygen in the body is
worked by measuring the intensity from each frequency of light after it transmits
through the body and then calculating the ratio between these two intensities.
- 2022-03-20 21:13:38下载
- 积分:1
-
关于TCP IP的资料,希望对大家有帮助
关于TCP IP的资料,希望对大家有帮助-it is about TCPIP
- 2022-03-11 21:08:42下载
- 积分:1
-
“每个人都平等地拥有一天24 个小时”。对这种平等拥有的时间,
如何才能确实有效地利用呢?这就是管理时间的基本课题。...
“每个人都平等地拥有一天24 个小时”。对这种平等拥有的时间,
如何才能确实有效地利用呢?这就是管理时间的基本课题。-err
- 2022-04-24 14:29:49下载
- 积分:1
-
Microsoft Office Excel 2007 reported that the expression of human
microsoftofficeexcel2007报告人类
- 2022-12-08 22:40:02下载
- 积分:1
-
network routing configuration books
网络路由配置书籍-network routing configuration books
- 2022-06-30 00:03:12下载
- 积分:1
-
基于MMC卡的嵌入式文件系统的设计与实现
基于MMC卡的嵌入式文件系统的设计与实现...
基于MMC卡的嵌入式文件系统的设计与实现
基于MMC卡的嵌入式文件系统的设计与实现-based on the MMC card Embedded File System Design and Implementation based on the MMC card embedded file system design Total and Implementation
- 2022-03-16 06:08:35下载
- 积分: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