鸡蛋花,夏威夷,美国 (© Miranda Jans/Getty Images)

2019年11月

C++
November 27, 2019

Cygwin下安裝Kaldi

在Windows下安装Cygwin安装Devel、Perl、PHP、Python三个安装包。在Cygwin下安装apt-cygCygwin下的apt-cyg是软件安装工具,相当于Ubuntu下的apt-get命令。apt-cyg其实就是一个脚本文件。先下载apt-cyg下来,然后直接放到/bin目录下就可以。然后在cygwin的窗口下输入下面的指令chmod +x /bin/apt-cyg ...
November 10, 2019

为Windows Speech添加更多声音

步骤1: 安装Speech Platform v11go here: http://www.microsoft.com/en-us/download/details.aspx?id=27225click "Download"select the "x64\_SpeechPlatformRuntime\SpeechPlatformRuntime.msi"run the installer第2步...
C#
November 3, 2019

C#文件服务器

using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tas...