搜索资源列表
jqValidate
- jqValidation 是一个jQuery的表单验证插件,支持多语言、模板化、提供常用的验证规则例如URL、Email、日期数据,也可以使用正则表达式进行输入验证,使用该插件无需对HTML代码进行修改。-jqValidation is a jQuery form validation plugin support for multiple languages, templates, and provide common validation rules such as URL, Email,
reg2NFA
- 输入正则表达式生成图形化的有穷自动机;有助于正则表达式和有穷自动机之间的转换验证-Enter regular expressions to generate graphical finite automata help verify the conversion between regular expressions and finite automata
ZG
- 病态矩阵HILBERT,正则化高斯消元法,cholesky分解法-Ill-conditioned matrix HILBERT, regularization of Gaussian elimination method, cholesky decomposition
Special-topic
- 包括,JAR命令,JAVA对象的状态,JAVA经验,安全,参数反射类型,串行化,克隆,类装载,异常,正则表达式。-Including, JAR command, JAVA object state, JAVA experience, safety, parameter reflecting the type, serial, cloning, class loading, exceptions, the regular expression.
JRegexTool
- 正则匹配软件源码,可匹配任意字符,支持匹配替换,支持对各种标示符的特别处理,界面化操作,简单易用-Regular matching tool to match any character, support matching replacement support special treatment for a variety of identifiers, interface operation, easy to use
JRegexTool
- 正则匹配工具,可匹配任意字符,支持匹配替换,支持对各种标示符的特别处理,界面化操作,简单易用-Regular matching tool to match any character, support matching replacement support special treatment for a variety of identifiers, interface operation, easy to use
FiniteAutomaton
- Java实现有限自动机相关功能的工具包,包含:正则式与NFA,DFA的相互转化;DFA的交、并、差、补运算;判断一个DFA对应的正则集是否是无限集;列出一个有限正则集所包含的所有字符串,以及包含字符串的最小长度和最大长度;判断两个最小化DFA是否等价等。 代码已开源:https://a1e2w3@bitbucket.org/a1e2w3/dfa4java.git-Java implementation of finite automata related functions toolk