-
这是一本很好的语言程序设计电子书,特别拿出来与大家共享。
第二部分...
这是一本很好的语言程序设计电子书,特别拿出来与大家共享。
第二部分-This is a very good program design language e-books, especially out to share with you. Part II
- 2022-04-01 19:31:43下载
- 积分:1
-
基于matlab的摸拟退火算法研究(很经典)
基于matlab的摸拟退火算法研究(很经典)-Based on the simulation annealing algorithm matlab Study (classic)
- 2022-01-26 06:21:06下载
- 积分:1
-
使用C++的金融工具定价
Financial Instrument Pricing Using C-Financial Instrument Pricing Using C++
- 2022-05-15 00:48:38下载
- 积分:1
-
多线程编程的经典书籍。是多线程编程方面写的很好的书籍。...
多线程编程的经典书籍。是多线程编程方面写的很好的书籍。-multithreaded programming of the classic books. Is a multithreaded programming aspects to write a good book.
- 2022-09-22 09:40:03下载
- 积分:1
-
C语言程序设计教程源代码
C语言程序设计教程源代码-C Programming Language Guide source code
- 2023-01-28 03:00:03下载
- 积分:1
-
ARM应用系统开发详解.rar, 对想了解ARM的人来说,是不错的文档...
ARM应用系统开发详解.rar, 对想了解ARM的人来说,是不错的文档-Detailed ARM Application Development. Rar, for those who would like to know the ARM is a good document
- 2023-06-09 14:45:04下载
- 积分:1
-
photoshop百例,讲解了photoshop的各种应用
photoshop百例,讲解了photoshop的各种应用-100 cases, on the application of the different photoshop
- 2022-11-05 21:25:04下载
- 积分:1
-
GNU Make使用手册(中译版),一个不错的Make学习文档。
GNU Make使用手册(中译版),一个不错的Make学习文档。-GNU Make Manual (translated version), a good learning Make files.
- 2022-03-29 20:14:06下载
- 积分:1
-
By:Bruce A. Tate Type: J2SE Advance Anti
By:Bruce A. Tate Type: J2SE Advance Anti-patterns Amazon: 4 Star about : April 2002 / P350-By : Bruce A. Tate Type : J2SE Advance Anti-patterns Amazon : 4 Star about : April 2002/P350
- 2022-07-24 12:58:27下载
- 积分: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