码迷,mamicode.com
首页 >  
搜索关键字:regular expressions    ( 2287个结果
pcre库编写的正则匹配程序
使用的是Philip Hazel的Perl-Compatible Regular Expression库,参考:http://see.xidian.edu.cn/cpp/html/1428.html执行匹配的时:gcc myreg.cip.pat 内容:ip.*[0-9]+\.[0-9]+\.[0-...
分类:其他好文   时间:2014-06-03 14:07:42    阅读次数:473
EF分页中的陷阱
(一) 前言 EF使用非常简单,但是如果使用不当就会误入EF陷阱中。下面讲解了几种分页方式的对比,以及各种方式的缺陷。(二) 陷阱一 Expression> 和Func的区别 说明:System.Linq.Expressions...
分类:其他好文   时间:2014-06-02 11:44:53    阅读次数:388
Graph(2014辽宁ACM省赛)
日之前点击链接进行网上报名,只有报名成功的同学才能参加选拔赛。 问题 F: Graph 时间限制: 1 Sec  内存限制: 128 MB 提交: 30  解决: 5 [提交][状态][论坛] 题目描述 Your task is to judge whether a regular polygon can be drawn only by straightedge...
分类:其他好文   时间:2014-05-26 05:29:16    阅读次数:389
HDU4033:Regular Polygon(二分+余弦定理)
Problem Description In a 2_D plane, there is a point strictly in a regular polygon with N sides. If you are given the distances between it and N vertexes of the regular polygon, can you calculate t...
分类:其他好文   时间:2014-05-26 03:50:40    阅读次数:252
0524.深入浅出理解iOS常用的正则表达式—基础篇[Foundation]
参考资料:cocoachina的zys475481075的文章   几个单词   Regular  ['regj?l?] adj. 定期的;有规律的 Expression [?k'spre?(?)n; ek-] n. 表现,表示 Regular expression 正则表达式   什么是正则表达式?     用一个描述字符串去验证另一个字符串是否符合描...
分类:移动开发   时间:2014-05-25 16:17:20    阅读次数:270
HTML5 Web socket和socket.io
what is websocketsTwo-way communication over ont TCP socket, a type of PUSH technology HTML5的新特性,用于双向推送消息(例如网页聊天,手机推送消息等) 原理:client利用regular http请求w.....
分类:Web程序   时间:2014-05-23 11:28:28    阅读次数:560
基类的参考Expression能传一个lambda表达式
using System;using System.Collections.Generic;using System.Data.Entity.Infrastructure;using System.Linq;using System.Linq.Expressions;using System.Tex...
分类:其他好文   时间:2014-05-22 16:50:46    阅读次数:266
linux学习---正则表达式与grep
正则表达式(Regular Expression(RE))是透过一些特殊字符的排列, 用以"搜寻/取代/删除"一列或多列文字字符串, 简单的说, 正则表达式就是用在字符串的处理上面的一项"表达式". 正则表达式并不是一个工具程序, 而是一个字符串处理的标准依据, 如果想要用用正则表达式处理字符串, ...
分类:系统相关   时间:2014-05-22 05:17:10    阅读次数:278
linux grep命令
简介grep (global search regular expression(RE) and print out the line,全面搜索正则表达式并把行打印出来)是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。Unix的grep家族包括grep、egrep和fgr...
分类:系统相关   时间:2014-05-18 02:10:16    阅读次数:529
代码艺术 CountDownTimer
/** * Schedule a countdown until a time in the future, with regular notifications on intervals along the way. * * Example of showing a 30 second count...
分类:其他好文   时间:2014-05-16 04:21:02    阅读次数:311
2287条   上一页 1 ... 225 226 227 228 229 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!