-
大话设计模式,是一本很好程序员书籍,他浅显易懂的描述了,在写程序中所需要注意的问题...
大话设计模式,是一本很好程序员书籍,他浅显易懂的描述了,在写程序中所需要注意的问题-Lying design pattern is a very good programmer books, easy to understand description of him, and in the writing process need to pay attention to
- 2022-03-22 19:45:36下载
- 积分:1
-
"易语言.飞扬”是一种易学易用、高效实用、面向对象、跨平台的计算机通用编程语言。...
"易语言.飞扬”是一种易学易用、高效实用、面向对象、跨平台的计算机通用编程语言。
- 2022-01-24 14:39:45下载
- 积分:1
-
动态html
动态html-Dynamic html
- 2022-03-11 17:40:03下载
- 积分:1
-
Package and then write the specific program can be read and write functions LCD1...
文件包然后写出其具体功能LCD12864读写程序可C51控制-Package and then write the specific program can be read and write functions LCD12864 control C51
- 2022-01-31 21:50:54下载
- 积分:1
-
一个聊天服务器与客户端程序,用c#编写,特别适合初学者。
一个聊天服务器与客户端程序,用c#编写,特别适合初学者。-A chat server and client program, with c# Prepared, especially for beginners.
- 2022-05-23 14:23:48下载
- 积分:1
-
a better book about learning C++,and have the programing code for the exercise
a better book about learning C++,and have the programing code for the exercise -a better book about learning C, and have the programing code for the exercise
- 2022-01-31 23:06:32下载
- 积分:1
-
字符识别的好书
good book for character recognition
- 2022-03-02 20:15:47下载
- 积分:1
-
网站设计方法,用MVC模式来构建,实现了方法的独立性和数据逻辑的保护...
网站设计方法,用MVC模式来构建,实现了方法的独立性和数据逻辑的保护-website design method used to build MVC model, the method of achieving independence and the logic of data protection
- 2022-07-20 06:07:40下载
- 积分:1
-
Jsp basis
Jsp基础--SUN出品的JSP基础教程(PDF格式)-Jsp basis-- Sun"s JSP based product guide (PDF format)
- 2022-12-20 18:10:03下载
- 积分: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