码迷,mamicode.com
首页 >  
搜索关键字:第五次作业    ( 373个结果
C#第五次作业(正则表达式及委托)
1.正则表达式在编写处理字符串的程序或网页时,经常会有查找符合某些复杂规则的字符串的需要。正则表达式就是用于描述这些规则的工具。换句话说,正则表达式就是记录文本规则的代码。正则表达式由literals(字面值)、metacharacters(元字符)两类字符组成。字面值是你想要通配的字符,元字符是正...
分类:Windows程序   时间:2015-04-20 20:34:07    阅读次数:120
第五次作业
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Text.RegularExpressions;na...
分类:其他好文   时间:2015-04-20 10:55:38    阅读次数:122
C# 第五次作业
这节课我们主要学习了String and Regular ExpressionsIntroduction of Strings Computer was used for numeric munipulation:1. Most programs are concerned more with st...
分类:Windows程序   时间:2015-04-19 06:18:22    阅读次数:220
373条   上一页 1 ... 36 37 38
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!