- 1
- 0
- 约3.96千字
- 约 13页
- 2017-10-06 发布于河南
- 举报
汉子编码装换 c#(Man coded for c#)
汉子编码装换 c#(Man coded for c#)
使用系统;
使用system.collections.generic;
使用系统文本;
使用system.text.regularexpressions;
使用system.runtime.serialization;
使用system.runtime.serialization.formatters.binary;
使用System.IO;
使用系统资源;
命名空间smartsearch.chinesewordsegment
{
摘要
/ / /通用帮助类
//
实用工具类
{
#区= =字符处理= =
摘要
/ / /把字符转换为全角的(半角转全角)
//
/ / / 参数名=“C” /参数
// 返回 返回
公共静态字符converttoqjc(char c)
{
如果(c=32)
返回(char)12288;
如果(c<127)
返回(char)(C + 65248);
返回C;
}
摘要
/ / /把字符转换为半角的(全角转半角)
//
/ / / 参数名=“C” /参数
// 返回 返回
公共静态字符converttobjc(char c)
{
如果(c=12288)
返回(char)32;
如果(c = 65280和C 65375)
返回(char)(C - 65248);
返回C;
}
/ *
*下
您可能关注的文档
- 我心目中的中国历史十大名将(My ten greatest star in Chinese history).doc
- 戴阿强(Daiaqiang).doc
- 户口迁移必须的知识(Knowledge necessary for residence registration).doc
- 户外游戏大全(Outdoor games).doc
- 我的性格特点(My personality traits).doc
- 户籍改革的难点和核心(The difficulty and core of household register reform).doc
- 房产经纪人一些术语(Some terms for real estate brokers).doc
- 户外被蛇咬伤急救详细攻略(Outdoor snake bites, first aid, detailed walkthrough).doc
- 房价控制问题(Housing price control problem).doc
- 房价飞涨,很多80后年轻一族如今都偏爱小户型蜗居(Soaring house prices, many 80 young people now prefer small Huxing dwelling).doc
原创力文档

文档评论(0)