文件名称:BeiHang08_03
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 477kb
- 下载次数:
- 0次
- 提 供 者:
- 王*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
从string.in中读入数据,然后用户输入一个短字符串。要求查找string.in中和短字符串的所有匹配,输出行号、匹配字符串到string.out文件中。
//匹配时不区分大小写,并且可以有一个用中括号表示的模式匹配。如“aa[123]bb”,就是说aa1bb、aa2bb、aa3bb都算匹配。-Read data from string.in, then the user enters a short string. Find string.in requirements and short strings in all matches, the output line, used to match string to string.out file.// Matches are not case sensitive and can have a use pattern matching in brackets. Such as " aa [123] bb" , that is aa1bb, aa2bb, aa3bb is considered a match.
//匹配时不区分大小写,并且可以有一个用中括号表示的模式匹配。如“aa[123]bb”,就是说aa1bb、aa2bb、aa3bb都算匹配。-Read data from string.in, then the user enters a short string. Find string.in requirements and short strings in all matches, the output line, used to match string to string.out file.// Matches are not case sensitive and can have a use pattern matching in brackets. Such as " aa [123] bb" , that is aa1bb, aa2bb, aa3bb is considered a match.
相关搜索: 匹配字符
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BeiHang08_03\Debug\vc60.idb
............\.....\vc60.pdb
............\.....\test.exe
............\.....\test.pdb
............\.....\test.pch
............\.....\test.obj
............\.....\test.ilk
............\test.ncb
............\test.plg
............\answer\test.dsp
............\......\Debug\vc60.idb
............\......\.....\vc60.pdb
............\......\.....\test.pch
............\......\.....\test.ilk
............\......\.....\test.exe
............\......\.....\test.pdb
............\......\.....\test.obj
............\......\test.ncb
............\......\test.plg
............\......\test.cpp
............\......\test.opt
............\......\test.dsw
............\test.dsp
............\test.cpp
............\test.opt
............\test.dsw
............\answer\Debug
............\Debug
............\answer
BeiHang08_03
............\.....\vc60.pdb
............\.....\test.exe
............\.....\test.pdb
............\.....\test.pch
............\.....\test.obj
............\.....\test.ilk
............\test.ncb
............\test.plg
............\answer\test.dsp
............\......\Debug\vc60.idb
............\......\.....\vc60.pdb
............\......\.....\test.pch
............\......\.....\test.ilk
............\......\.....\test.exe
............\......\.....\test.pdb
............\......\.....\test.obj
............\......\test.ncb
............\......\test.plg
............\......\test.cpp
............\......\test.opt
............\......\test.dsw
............\test.dsp
............\test.cpp
............\test.opt
............\test.dsw
............\answer\Debug
............\Debug
............\answer
BeiHang08_03