找传奇、传世资源到传世资源站!

C#实现WINCE播放WAV文件和蜂鸣器发声

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】C#实现WINCE播放WAV文件和蜂鸣器发声
1. 封装了DLL,各位若有需要请参考,DLL的功能有很多,所以这里不便开源 2. 如标题所标识的一般,您可以参考播放WAV格式文档和使蜂鸣器发声的部分

【相关图片】

from clipboard

【源码结构】
文件清单
├── bin
│   └── Debug
│       ├── Smt.Embeded.dll
│       ├── Smt.WinCE.Demo.exe
│       └── Smt.WinCE.Demo.pdb
├── Form1.cs
├── Form1.Designer.cs
├── Form1.resx
├── obj
│   ├── Debug
│   │   ├── ResolveAssemblyReference.cache
│   │   ├── Smt.WinCE.Demo.csproj.GenerateResource.Cache
│   │   ├── Smt.WinCE.Demo.exe
│   │   ├── Smt.WinCE.Demo.Form1.resources
│   │   ├── Smt.WinCE.Demo.pdb
│   │   ├── Smt.WinCE.Demo.Properties.Resources.resources
│   │   └── TempPE
│   └── Smt.WinCE.Demo.csproj.FileListAbsolute.txt
├── Program.cs
├── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   └── Resources.resx
├── SCANOK.wav
├── Smt.Embeded.dll
├── Smt.WinCE.Demo.csproj
├── Smt.WinCE.Demo.csproj.user
├── Smt.WinCE.Demo.sln
└── Smt.WinCE.Demo.suo

6 directories, 23 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复