2018年2月20日

vb.net 语音合成

摘要: Imports System.Speech.Synthesis Public Class Form1 Private synth As New SpeechSynthesizer Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click synth.Speak(TextBox1.Text)... 阅读全文

posted @ 2018-02-20 21:24 回忆满满 阅读(504) 评论(0) 推荐(0)

获取文件MD5值

摘要: Private Function getFileMd5Hash(ByVal filePath As String) As String '创建MD5实例 Dim md5Hasher As MD5 = MD5.Create() Dim strMD5 As String = String.Empty '以字节形式读取文件 Dim originalDate As Byte() = My.Comp... 阅读全文

posted @ 2018-02-20 21:16 回忆满满 阅读(215) 评论(0) 推荐(0)

导航