登录
首页 » C# » 能将汉字转换成拼音的程序源码,能转成全拼与首字母两种。...

能将汉字转换成拼音的程序源码,能转成全拼与首字母两种。...

于 2022-05-05 发布 文件大小:96.58 kB
0 112
下载积分: 2 下载次数: 1

代码说明:

能将汉字转换成拼音的程序源码,能转成全拼与首字母两种。-Pinyin to Chinese characters into the procedure source code, be able to turn into a full-spelling with two initials.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • !00001
    信号与系统中的matlab的运用,主要为变成等等(Signals and Systems in the use of matlab, mainly to become so)
    2011-06-29 09:33:52下载
    积分:1
  • text1
    本代码用matlab编写Runge-Kutta算法程序,并且用ode45函数的编写代码进行对比分析。(The code is written using Runge-Kutta algorithm matlab program, and were analyzed by writing code ode45 function)
    2014-01-17 09:41:19下载
    积分:1
  • daima
    arc engine初级代码开发,对初学者很有帮助。希望能帮助广大初学者。代码很短,但是很经典。下载后可以直接用。(arc engine primary code development, helpful for beginners. Hoping to help the beginners. Code is very short, but very classic. After downloading can be used directly.)
    2014-10-19 11:30:11下载
    积分:1
  • OD1.1插件源码
    【实例简介】 C 写的ollydbg插件源码
    2021-08-06 00:31:06下载
    积分:1
  • C#实现Socket通讯Demo
    c#通过Socket实现图片、文件和文字的通讯。 private void button1_Click(object sender, EventArgs e)         {                          try             {                 server = TxStart.startServer(int.Parse(textBox_port.Text));                 server.AcceptString = new TxDelegate(acceptString);                 server.AcceptByte = new TxDelegate(acceptBytes);                 server.Connect = new TxDelegate(connect);                 server.dateSuccess = new TxDelegate(dateSuccess);                 server.Disconnection = new TxDelegate(disconnection);                 server.EngineClose = new TxDelegate(engineClose);                 server.EngineLost = new TxDelegate(engineLost);                 //server.BufferSize=12048;                 //server.FileLog = "C:\test.txt";                 server.StartEngine();                 this.button1.Enabled = false;                 this.button2.Enabled = true;                 this.button3.Enabled = true;             }             catch (Exception Ex) { MessageBox.Show(Ex.Message); }                       }         ///         /// 发送按钮         ///         ///         ///         private void button2_Click(object sender, EventArgs e)         {             try             {                 IPEndPoint client = (IPEndPoint)this.comboBox1.SelectedItem;                 if (client == null)                 {                     MessageBox.Show("没有选中任何在线客户端!");                     return;                 }                 if (!this.server.clientCheck(client))                 {                     MessageBox.Show("目标客户端不在线!");                     return;                 }                 server.sendMessage(client, textBox_msg.Text);             }             catch (Exception Ex) { MessageBox.Show(Ex.Message); }         }         ///         /// 下面显示的         ///         ///         ///         private void show(IPEndPoint ipEndPoint, string str)         {             label_zt.Text = ipEndPoint.ToString() ":" str;             label_all.Text = "当前在线人数:" this.server.ClientNumber.ToString();         }         ///         /// 当组合框按下的时候         ///         ///         ///         private void comboBox1_DropDown_1(object sender, EventArgs e)         {             try             {                 List list = this.server.ClientAll;                 this.comboBox1.DataSource = list;             }             catch { }         }         ///         /// 关闭客户端的按钮         ///         ///         ///         private void button3_Click_1(object sender, EventArgs e)         {             IPEndPoint client = (IPEndPoint)this.comboBox1.SelectedItem;             if (client == null)             {                 MessageBox.Show("没有选中任何在线客户端!");                 return;             }             if (!this.server.clientCheck(client))             {                 MessageBox.Show("目标客户端不在线!");                 return;             }             server.clientClose(client);         }         #endregion
    2021-08-22 00:31:02下载
    积分:1
  • purwse-dlhl-initialize
    多文档的应用初学mfc的同学可以参考初学mfc的同学可以参考(Application of multiple documents mfc students can refer to the beginners of mfc students can refer to)
    2018-12-22 18:21:34下载
    积分:1
  • MFC-notebook
    利用MFC编写的一个记事本小程序,能实现一般记事本所拥有的基本功能(VC prepared by an applet Notepad, Notepad, to achieve the general basic functions have)
    2013-08-20 10:55:36下载
    积分:1
  • Calc_CRC
    计算CRC的小工具,支持算法:异或计算、求和取反、求和等(Small tool to calculate the CRC, support algorithm: XOR calculation, summing negated, summing etc.)
    2013-02-19 16:13:30下载
    积分:1
  • VCSBrowseSample
    OpcDaNet 的 VCSBrowseSample 例子(OpcDaNet examples of VCSBrowseSample)
    2011-06-23 18:26:06下载
    积分:1
  • FEMMatlab
    有限差分 (fem de)
    2012-04-21 15:52:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载