-
USB驱动开发教程,教程比较简单。但很实用
USB驱动开发教程,教程比较简单。但很实用-USB Driver Development Guide, a relatively simple tutorial. However, it is practical
- 2022-07-21 07:54:18下载
- 积分:1
-
常用算法程序集(第二版)PDF格式.电子书籍
常用算法程序集(第二版)PDF格式.电子书籍-Commonly used algorithm for assembly (Second Edition) PDF format. E-books
- 2022-07-10 09:27:09下载
- 积分:1
-
Several papers on the Ethernet topology discovery, based on snmp protocol, intro...
几篇关于以太网拓扑发现的论文,基于snmp协议,介绍了许多实用的算法,查找网络逻辑拓扑和网络物理拓扑-Several papers on the Ethernet topology discovery, based on snmp protocol, introduced a number of practical algorithms to find the network logical topology and physical network topology
- 2022-02-13 18:18:44下载
- 积分:1
-
EPC Global 出的SAVANT 分布式管理系统的技术详解
EPC Global 出的SAVANT 分布式管理系统的技术详解-EPC Global SAVANT the Distributed Management System Technology Comments on
- 2022-02-02 22:55:45下载
- 积分:1
-
卡尔曼滤波和神经网络
Kalman Filtering and Neural networks
- 2022-02-06 14:02:58下载
- 积分:1
-
这本书是一个流媒体应用的书,它给了我们如何
This book is a streaming medium pratical book, which give us how to
build and implement a complete streaming system-This book is a streaming medium pratical bo ok, which give us how to build and implement a comple te streaming system
- 2023-06-07 12:35:07下载
- 积分:1
-
oracle9i
oracle9i-DBAFundamentalsII-经典官方教材,-oracle9i-DBAFundamentalsII-classic official teaching materials,
- 2022-03-10 02:47:41下载
- 积分:1
-
C语言的常用代码,面试宝典,经常在面试和笔试中所遇到的问题,例子希望大家对大家有用...
C语言的常用代码,面试宝典,经常在面试和笔试中所遇到的问题,例子希望大家对大家有用-Common C language code, book interviews, often in interviews and written tests in the problems encountered, for example, useful for all of us hope that we
- 2022-05-17 02:49:55下载
- 积分:1
-
MATLAB函数和命令。最完整的指令集和功能…
matlab的函数及指令。最全的指令集和函数集。-matlab functions and commands. The most complete instruction set and function set.
- 2022-04-17 13:44:52下载
- 积分: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