91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.67M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-14
  • 語言: C#
  • 標簽: 語音??開發??

資源簡介


資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?SpeechLib;
using?System.Speech.Recognition;

namespace?SpeakVoice
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????SpeechVoiceSpeakFlags?SpFlags?=?SpeechVoiceSpeakFlags.SVSFlagsAsync;
????????????SpVoice?Voice?=?new?SpVoice();
????????????Voice.Voice?=?Voice.GetVoices(string.Empty?string.Empty).Item(0);
????????????Voice.Volume?=?80;
????????????Voice.Rate?=?3;
????????????Voice.Speak(textBox1.Text?SpFlags);
???????

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????117??2016-10-20?21:38??SpeakVoice\app.config

?????文件????2234368??2015-01-28?01:09??SpeakVoice\bin\Debug\CSkin.dll

?????文件?????176128??2016-10-20?21:39??SpeakVoice\bin\Debug\Interop.SpeechLib.dll

?????文件??????19456??2016-10-21?13:49??SpeakVoice\bin\Debug\SpeakVoice.exe

?????文件????????117??2016-10-20?21:38??SpeakVoice\bin\Debug\SpeakVoice.exe.config

?????文件??????50688??2016-10-21?13:49??SpeakVoice\bin\Debug\SpeakVoice.pdb

?????文件??????11608??2016-10-21?14:43??SpeakVoice\bin\Debug\SpeakVoice.vshost.exe

?????文件????????117??2016-10-20?21:38??SpeakVoice\bin\Debug\SpeakVoice.vshost.exe.config

?????文件????????490??2015-10-30?13:45??SpeakVoice\bin\Debug\SpeakVoice.vshost.exe.manifest

?????文件????????263??2016-10-21?10:36??SpeakVoice\bin\Debug\聲音設置.ini

?????文件???????1618??2016-10-21?13:49??SpeakVoice\Form1.cs

?????文件???????4245??2016-10-21?10:29??SpeakVoice\Form1.Designer.cs

?????文件???????5817??2016-10-21?10:29??SpeakVoice\Form1.resx

?????文件???????1422??2016-10-21?13:48??SpeakVoice\FrmScs.cs

?????文件???????6251??2016-10-21?11:54??SpeakVoice\FrmScs.Designer.cs

?????文件???????5817??2016-10-21?11:54??SpeakVoice\FrmScs.resx

?????文件???????7879??2016-10-21?10:28??SpeakVoice\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

?????文件???????6786??2016-10-21?13:49??SpeakVoice\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

?????文件?????176128??2016-10-20?21:39??SpeakVoice\obj\x86\Debug\Interop.SpeechLib.dll

?????文件???????1698??2016-10-21?14:43??SpeakVoice\obj\x86\Debug\SpeakVoice.csproj.FileListAbsolute.txt

?????文件???????1093??2016-10-21?11:54??SpeakVoice\obj\x86\Debug\SpeakVoice.csproj.GenerateResource.Cache

?????文件????????700??2016-10-20?21:39??SpeakVoice\obj\x86\Debug\SpeakVoice.csproj.ResolveComReference.cache

?????文件??????19456??2016-10-21?13:49??SpeakVoice\obj\x86\Debug\SpeakVoice.exe

?????文件????????180??2016-10-21?11:54??SpeakVoice\obj\x86\Debug\SpeakVoice.Form1.resources

?????文件????????180??2016-10-21?11:54??SpeakVoice\obj\x86\Debug\SpeakVoice.FrmScs.resources

?????文件??????50688??2016-10-21?13:49??SpeakVoice\obj\x86\Debug\SpeakVoice.pdb

?????文件????????180??2016-10-21?11:54??SpeakVoice\obj\x86\Debug\SpeakVoice.Properties.Resources.resources

?????文件????????180??2016-10-21?11:54??SpeakVoice\obj\x86\Debug\SpeakVoice.Seting.resources

?????文件???????4608??2016-10-20?21:44??SpeakVoice\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll

?????文件????????491??2016-10-21?13:48??SpeakVoice\Program.cs

............此處省略22個文件信息

評論

共有 條評論