-
文件系统源代码
file system source code
- 2022-01-25 15:27:40下载
- 积分:1
-
Memory as a Programming Concept in C and C++ A description to C/C++ Programmatic...
Memory as a Programming Concept in C and C++
一本描述以C/C++编程方式的内存管理,涉及到应用程序和系统的各个构架,可以说应该是任何一门高级语言学习者的必读之物.-Memory as a Programming Concept in C and C++ A description to C/C++ Programmatically memory management, involving the application of various procedures and systems architecture, it can be said that no one should be high-level language learners reading objects.
- 2022-02-25 00:08:57下载
- 积分:1
-
DirectShow Development Guide 6, PDG format, extract themselves
DirectShow开发指南6,PDG格式,请自己解压-DirectShow Development Guide 6, PDG format, extract themselves
- 2022-07-23 07:56:25下载
- 积分:1
-
c语言的代码,希望大家多多指教和帮助。
c语言的代码,希望大家多多指教和帮助。-c language code, hope everyone a lot of advice and help.
- 2022-06-20 19:00:56下载
- 积分:1
-
C语言教程,初次接触C的朋友的很好书籍,很经典的教材。
C语言教程,初次接触C的朋友的很好书籍,很经典的教材。-C language tutorial, the initial contact with a good friend of C books, classic teaching materials.
- 2022-10-23 13:35:03下载
- 积分:1
-
本教程包含以下内容:
SIMULINK简介(包括各个模块的介绍)
SIMULINK功能模块的处理
SIMULINK线的处理
SIMULINK自...
本教程包含以下内容:
SIMULINK简介(包括各个模块的介绍)
SIMULINK功能模块的处理
SIMULINK线的处理
SIMULINK自定义功能模块
SIMULINK仿真的运行
SIMULINK s-function的设计
SIMULINK 仿真举例
-The Guide contains the following elements : Simulation profiles (including all modules) on SIMULINK functional modules handling Informations LINK line treatment SIMULINK-defined functional modules SIMULINK operation Informations LINK"s-function design for SIMULINK
- 2022-03-03 03:27:00下载
- 积分:1
-
classic matlab tutorials, which describe in detail, and newcomers can be designe...
matlab的经典教程,里面讲述得很详细,新手完全可以按照这个自己设计程序-classic matlab tutorials, which describe in detail, and newcomers can be designed in accordance with the procedures
- 2022-05-14 07:06:55下载
- 积分:1
-
ZigBee specification, the original, all in English,
ZigBee规范,原件,全英文,
- 2023-04-24 18:00:04下载
- 积分: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
-
本书介绍的MATLAB在各个方面的应用,介绍的内容有简单到详细,是一本非常不错的书籍...
本书介绍的MATLAB在各个方面的应用,介绍的内容有简单到详细,是一本非常不错的书籍-MATLAB introduction of this book in all aspects of the application of the contents of a simple introduction to the detailed, is a very good book
- 2022-07-19 05:52:25下载
- 积分:1