搜索结果
找到约 51 项符合
regular 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (8)
- 软件设计/软件工程 (5)
- Java书籍 (4)
- 文件格式 (3)
- Linux/Unix编程 (3)
- 编译器/解释器 (2)
- Java编程 (2)
- Applet (2)
- 书籍 (2)
- 模拟电子 (1)
- 嵌入式综合 (1)
- Internet/网络编程 (1)
- 数值算法/人工智能 (1)
- Oracle数据库 (1)
- 数据结构 (1)
- STL (1)
- 其他 (1)
- 书籍源码 (1)
- 驱动编程 (1)
- 数学计算 (1)
- 单片机开发 (1)
- matlab例程 (1)
- JavaScript (1)
- 嵌入式/单片机编程 (1)
- 技术管理 (1)
- 行业发展研究 (1)
- 电子书籍 (1)
- 游戏 (1)
- 3G开发 (1)
软件设计/软件工程 Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answ
Just what is a regular expression, anyway?
Take the tutorial to get the long answer. The short answer is that a regular expression
is a compact way of describing complex patterns in texts. You can use them to search
for patterns and, once found, to modify the patterns in complex ways. You can also u ...
数学计算 The jacobi.f program solves the Helmholtz equation on a regular mesh, using an iterative Jacobi meth
The jacobi.f program solves the Helmholtz equation on a regular mesh, using an iterative Jacobi method with over-relaxation. Parallelism is exploited in both the solver and the numerical error checking
其他书籍 Sams Teach Yourself Regular Expressions in 10 Minutes By Ben Forta Publisher : Sams Publishin
Sams Teach Yourself Regular Expressions in 10 Minutes
By Ben Forta
Publisher : Sams Publishing
Pub Date : February 28, 2004
ISBN : 0-672-32566-7
Pages : 192
matlab例程 Hospital queue is a regular met are very familiar with the phenomenon. It every day one way or anoth
Hospital queue is a regular met are very familiar with the phenomenon. It every day one way or another in the form in front of us. For example, patients to hospitals, pharmacies dispensing to patients, patients with transfusion to the infusion room, often need wait To some kind of service.
软件设计/软件工程 Lex helps write programs whose control flow is directed by instances of regular expressions in the
Lex helps write programs whose control flow is directed by instances of regular
expressions in the input stream. It is well suited for editor-script type transformations
and for segmenting input in preparation for a parsing routine.
Java编程 Regular Expressions of Java Tutorial
Regular Expressions of Java Tutorial,Java正则表达式教程。
Applet Regular Expression to Expression Tree
Regular Expression to Expression Tree
Applet Regular Expression to Epsilon-NFA
Regular Expression to Epsilon-NFA
其他书籍 经典英文原版PHP教程networking, data structures, regular expressions, math, configuration, graphics, MySQL/Po
经典英文原版PHP教程networking, data structures, regular expressions, math, configuration, graphics, MySQL/PostgreSQL support, XML, algorithms, debugging, optimization...and 650 downloadable code examples, with a Foreword by PHP 5 contributor and Zend Engine 2 co-creator Andi Gutmans!
Linux/Unix编程 A sample program to demonstrate the usage of regex() regular expression function of the C language i
A sample program to demonstrate the usage of regex() regular expression function of the C language in linux.