-
有关于c++的一些思考~同More Effective C++ 一样,为了同一个目的~那就是让你的代码更好更快更有效....
有关于c++的一些思考~同More Effective C++ 一样,为了同一个目的~那就是让你的代码更好更快更有效.-on c++ with some thoughts to More Effective C, with a purpose to it is to make your code better, faster and more effective.
- 2022-01-28 11:32:12下载
- 积分:1
-
chinese version of Dive Into Python, with
chinese version of Dive Into Python, with-code
- 2022-08-24 07:07:45下载
- 积分:1
-
C语言数值算法程序大全(第二版)
C语言数值算法程序大全(第二版)-C language numerical algorithm procedures Solutions (2nd Edition)
- 2022-02-15 21:52:42下载
- 积分: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
-
<自己动手写操作系统>这本书的电子版,是学习操作系统的经典书籍,看了此书,您就可以编写属于自己的操作系统了。强烈推荐...
这本书的电子版,是学习操作系统的经典书籍,看了此书,您就可以编写属于自己的操作系统了。强烈推荐- This electronic version of this book is a classic book to learn the operating system, read this book, you can write their own operating system. Strongly recommend
- 2022-01-27 15:30:16下载
- 积分:1
-
VC调用MATLAB编译的D
VC调用MATLAB编译的D-VC Calling MATLAB Compiler DLL
- 2023-01-04 01:10:03下载
- 积分:1
-
是一个Javascript的书,适用于有开发商的基础上,要求…
是一本javescript的书,适用于有基础的开发者,要求英语基础好-Is a javescript book, apply to have the basis of the developers, requested a good foundation in English
- 2022-01-28 20:59:00下载
- 积分:1
-
Visual C++6.0 编程技术内容涉及相当广泛既包括Visual C++常规编程技术和应用程序基础的介绍又有图形用户界面ActiveX 控件多媒体数据库等...
Visual C++6.0 编程技术内容涉及相当广泛既包括Visual C++常规编程技术和应用程序基础的介绍又有图形用户界面ActiveX 控件多媒体数据库等高级话题的介绍。-Visual C++ 6.0 programming covering a wide range of both Visual C++ Conventional programming techniques and applications-based and graphical user interface Introduction ActiveX controls, such as multimedia database introduction of high-level topic.
- 2022-03-18 16:24:29下载
- 积分:1
-
精通MFC程序 设计,第十三章源码,MFC的GDI与绘图,适合初学者。...
精通MFC程序 设计,第十三章源码,MFC的GDI与绘图,适合初学者。-Proficient in MFC programming, Chapter XIII-source, MFC and the GDI graphics, suitable for beginners.
- 2022-06-18 21:01:22下载
- 积分:1
-
分析这些面试题,本身包含很强的趣味性;而作为一名研发人员,通过对这些面试题的深入剖析则可进一步增强自身的内功。...
分析这些面试题,本身包含很强的趣味性;而作为一名研发人员,通过对这些面试题的深入剖析则可进一步增强自身的内功。-Analysis of these questions surface itself contains a very strong and interesting and as a R
- 2022-11-16 10:45:03下载
- 积分:1