基本信息
源码名称:VB.net(C#)文字朗读
源码大小:0.12M
文件格式:.rar
开发语言:C#
更新时间:2023-07-27
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
VB.net(C#)文字朗读
自己闲暇的时候写的txt文本文字朗读的demo,net平台已经封装了对应的类,很容易实现。


文件清单
└── 语音识别
    ├── 语音识别
    │   ├── app.config
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── 语音识别.exe
    │   │   │   ├── 语音识别.pdb
    │   │   │   ├── 语音识别.vshost.exe
    │   │   │   └── 语音识别.xml
    │   │   └── Release
    │   │       ├── 语音识别.exe
    │   │       ├── 语音识别.exe.config
    │   │       ├── 语音识别.pdb
    │   │       ├── 语音识别.vshost.exe
    │   │       ├── 语音识别.vshost.exe.config
    │   │       ├── 语音识别.vshost.exe.manifest
    │   │       └── 语音识别.xml
    │   ├── Form1.Designer.vb
    │   ├── Form1.resx
    │   ├── Form1.vb
    │   ├── My Project
    │   │   ├── Application.Designer.vb
    │   │   ├── Application.myapp
    │   │   ├── AssemblyInfo.vb
    │   │   ├── Resources.Designer.vb
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.vb
    │   │   └── Settings.settings
    │   ├── obj
    │   │   └── x86
    │   │       ├── Debug
    │   │       │   ├── DesignTimeResolveAssemblyReferences.cache
    │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │       │   ├── GenerateResource.read.1.tlog
    │   │       │   ├── GenerateResource.write.1.tlog
    │   │       │   ├── TempPE
    │   │       │   │   └── My Project.Resources.Designer.vb.dll
    │   │       │   ├── 语音识别.exe
    │   │       │   ├── 语音识别.Form1.resources
    │   │       │   ├── 语音识别.pdb
    │   │       │   ├── 语音识别.Resources.resources
    │   │       │   ├── 语音识别.vbproj.FileListAbsolute.txt
    │   │       │   └── 语音识别.xml
    │   │       └── Release
    │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │           ├── GenerateResource.read.1.tlog
    │   │           ├── GenerateResource.write.1.tlog
    │   │           ├── ResolveAssemblyReference.cache
    │   │           ├── TempPE
    │   │           │   └── My Project.Resources.Designer.vb.dll
    │   │           ├── 语音识别.exe
    │   │           ├── 语音识别.Form1.resources
    │   │           ├── 语音识别.pdb
    │   │           ├── 语音识别.Resources.resources
    │   │           ├── 语音识别.vbproj.FileListAbsolute.txt
    │   │           └── 语音识别.xml
    │   ├── 语音识别.vbproj
    │   └── 语音识别.vbproj.user
    ├── 语音识别.sln
    └── 语音识别.suo

12 directories, 48 files