汉字转拼音(c#)  -转载private void button1_Click(object sender, System.EventArgs e)
'

 

汉字转拼音(c#)  -转载//其实现的原理就是先将汉字转化成为内码,然后通过内码和拼音的对照来查找。 
汉字转拼音(c#)  -转载
public class chs2py 

 

 

汉字转拼音(c#)  -转载//汉字转拼音缩写
汉字转拼音(c#)  -转载
        public string GetPYString(string str)
'

 

 

汉字转拼音(c#)  -转载private void button1_Click(object sender, System.EventArgs e)
'


Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=1355363

原文地址;http://blog.csdn.net/lujun10/archive/2006/10/29/1355363.aspx

相关文章:

  • 2022-12-23
  • 2021-05-29
  • 2021-07-27
  • 2022-02-04
  • 2021-07-26
猜你喜欢
  • 2022-12-23
  • 2021-09-04
  • 2021-10-17
  • 2022-12-23
相关资源
相似解决方案