码迷,mamicode.com
首页 >  
搜索关键字:regular    ( 1979个结果
Timer理解
Timer的官方描述是:A facility for threads to schedule tasks for future execution in a background thread. Tasks may be scheduled for one-time execution, or for repeated execution at regular intervals. 意思就是...
分类:其他好文   时间:2014-11-01 17:52:47    阅读次数:169
区间DP [POJ 1141] Brackets Sequence
Brackets SequenceDescriptionLet us define a regular brackets sequence in the following way:1. Empty sequence is a regular sequence.2. If S is a regula...
分类:其他好文   时间:2014-10-31 01:09:37    阅读次数:227
Python 2.x and 3.x string difference
In Python 3 unicode strings are the 'regular strings' (str) and byte strings are separate objects.Low level I/O can be done only with data (byte strin...
分类:编程语言   时间:2014-10-30 18:43:56    阅读次数:219
poj 1141 Brackets Sequence (区间DP)
Brackets Sequence Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 25893   Accepted: 7295   Special Judge Description Let us define a regular brackets seq...
分类:其他好文   时间:2014-10-30 13:37:49    阅读次数:246
Problem 003——palindromes
Problem ThreepalindromesA regular palindrome is a string of numbers or letters that is the same forward as backward. For example, the string "ABCDEDCB...
分类:其他好文   时间:2014-10-30 07:09:03    阅读次数:271
Delphi 正则表达式起步
Delphi 正则表达式起步在 Delphi 中使用正则表达式, 目前 PerlRegEx 应该是首选, 准备彻底而细致地研究它.官方网站:http://www.regular-expressions.info/delphi.html直接下载:http://www.regular-expressio...
分类:Windows程序   时间:2014-10-29 10:22:53    阅读次数:185
POJ 1141 Brackets Sequence(区间DP)
Brackets SequenceTime Limit:1000MSMemory Limit:65536KTotal Submissions:25861Accepted:7281Special JudgeDescriptionLet us define a regular brackets sequ...
分类:其他好文   时间:2014-10-28 23:37:04    阅读次数:173
grep命令
linux grep命令1.作用Linux系统中grep命令是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹 配的行打印出来。grep全称是Global Regular Expression Print,表示全局正则表达式版本,它的使用权限是所有用户。2.格式grep [options]...
分类:其他好文   时间:2014-10-28 17:07:06    阅读次数:187
POJ 1141 Brackets Sequence
Brackets SequenceTime Limit: 1000MSMemory Limit: 65536KSpecial JudgeDescriptionLet us define a regular brackets sequence in the following way: 1. Empt...
分类:其他好文   时间:2014-10-27 12:15:53    阅读次数:222
POJ 2955 Brackets
传送门@百度BracketsTime Limit: 1000MSMemory Limit: 65536KDescriptionWe give the following inductive definition of a “regular brackets” sequence:the empty s...
分类:其他好文   时间:2014-10-24 20:44:58    阅读次数:336
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!