搜索:regex
找到约 11 项符合「regex」的查询结果
结果 11
https://www.eeworm.com/dl/906719.html
技术资料
Regex
正则表达式的学习资料
正则表达式的学习资料-Regex learning source
Regex learning source
https://www.eeworm.com/dl/628/109916.html
编译器/解释器
regex-spencer-3.8-doc.zip
regex-spencer-3.8-doc.zip
https://www.eeworm.com/dl/628/109917.html
编译器/解释器
regex-spencer-3.8-lib.zip
regex-spencer-3.8-lib.zip
https://www.eeworm.com/dl/628/109918.html
编译器/解释器
regex-spencer-3.8-src.zip
regex-spencer-3.8-src.zip
https://www.eeworm.com/dl/619/422452.html
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.
https://www.eeworm.com/dl/684/208009.html
软件设计/软件工程
Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. J
Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards dev ...
https://www.eeworm.com/dl/684/208006.html
软件设计/软件工程
Text processing often involves matching text against a pattern. Although Java s character and assort
Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expr ...
https://www.eeworm.com/dl/654/128196.html
数据结构
SPLASH is a c++ class library that implements many of the Perl constructs and data types, including
SPLASH is a c++ class library that implements many of the Perl constructs and data types, including extensive regex regular expression pattern matching. For those not familiar with Perl, it is an excellent scripting language by Larry Wall and is available for most platforms. This ...
https://www.eeworm.com/dl/668/204028.html
其他行业
在VC 6.0平台下
在VC 6.0平台下,读取G代码文件,利用Boost中Regex正则表达式逐行提取数控G代码中的数值,分析两行G代码之间各轴速度变化。提供保存分析结果功能