-
java 电子书 可用在支持jave 程序的手机上!程序允许读者添加书签的等操作!...
java 电子书 可用在支持jave 程序的手机上!程序允许读者添加书签的等操作!-e-books available in support of jave procedures phone! Procedure allows readers to add bookmarks, etc!
- 2022-08-25 18:43:25下载
- 积分:1
-
二维、非结构网格、有限体积法求解浅水方程源代码
二维、非结构网格、有限体积法求解浅水方程代码,带算例。不可多得的源代码。
- 2022-02-05 10:07:40下载
- 积分:1
-
"C Programming Language Training" Chapter VIII
《C语言程序设计实训》第八章-"C Programming Language Training" Chapter VIII
- 2022-01-25 15:17:12下载
- 积分:1
-
算法分析和设计过程是本书的核心,是对算法的一个研究。
算法分析与设计是程序的核心,这本书就是关于算法分析与设计方面的书.国外很多大学将此书作为经典的教材.-algorithm analysis and design process is the core of this book is on algorithm analysis and design of the book. Many foreign universities will book as a classic textbook.
- 2023-04-07 04:15:05下载
- 积分:1
-
学习编译原理 第二章
学习编译原理 第二章-learning Chapter II compiler theory
- 2022-01-26 06:49:38下载
- 积分:1
-
非常优秀的PL/SQL学习资料,在书中包含了大量实例,为数据开发带来很大帮助。...
非常优秀的PL/SQL学习资料,在书中包含了大量实例,为数据开发带来很大帮助。 -Excellent PL/SQL learning materials, in the book contains a large number of examples for the data to develop a great help.
- 2022-05-07 14:11:04下载
- 积分:1
-
龙格库塔法
用于积分运算,在数值计算中有很重要的地位。...
龙格库塔法
用于积分运算,在数值计算中有很重要的地位。-runge-kutta
- 2022-01-21 03:25:27下载
- 积分:1
-
WINDOW网络变成源码
一个对开发人员十分有效的好的源码治疗哟...
WINDOW网络变成源码
一个对开发人员十分有效的好的源码治疗哟-WINDOW networks into one pair of FOSS developers is a good source of effective treatment yo
- 2022-03-13 03:42:26下载
- 积分:1
-
hope everyone LONDON
希望大家多提点意见-hope everyone LONDON
- 2022-02-03 06:23:48下载
- 积分: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