-
vscode
说明: huffman tree data struct and example
- 2020-06-17 00:20:01下载
- 积分:1
-
读取ModBus,可以和各种系统集成,附有详细的说明。
C#写的案例,经过多个项目测试可用,读取ModBus协议,相关配置可以外部修改。
- 2022-09-14 00:20:03下载
- 积分:1
-
cifa1
实现haffuman编码的功能,可以正确运行仿真并实现正常的输出(Encoding functions to achieve haffuman)
- 2009-12-08 00:04:04下载
- 积分:1
-
Win32DLL101
创建一个实现四则运算的简单Win32 DLL实例源码(Create an implementation of simple arithmetic example source code Win32 DLL)
- 2016-05-08 11:13:41下载
- 积分:1
-
Visual C# 读取音频文件并复制到剪贴板
粘贴剪贴板音频数据并播放,Visual C# 读取音频文件并复制到剪贴板,此外还提供了清空剪贴板上音频数据的功能。下面我们分别来看这几个重点功能具体是如何实现的,代码如下:
private void Button1_Click(object sender, EventArgs e)
{//读取音频文件并复制到剪贴板
Byte[] MyData=System.IO.File.ReadAllBytes("WindowsXP.wav");
Clipboard.SetAudio(MyData);
}
private void Button2_Click(object sender, EventArgs e)
{//粘贴剪贴板音频数据并播放
object MyData =Clipboard.GetData(DataFormats.WaveAudio);
System.Media.SoundPlayer MyPlayer=new System.Media.SoundPlayer();
MyPlayer.Stream = (System.IO.Stream)MyData;
MyPlayer.Play();
}
private void Button3_Click(object sender, EventArgs e)
{//清空剪贴板上的音频数据
Clipboard.Clear();
}
需要完整的可编译源代码项目,请下载本源码。
- 2022-01-25 17:41:37下载
- 积分:1
-
voiceidentify
说明: 工程名称: Guard_SD.spj
// 功能描述: 该程序是特定人辨识的一个范例:
// 在程序中我们通过三条语句的训练演示特定人连续音识别,其中第一条语句为触发命令。
// 在程序一开始为训练名称,即触发命令,然后提示训练两条命令,训练完毕开始辨识当识别
// 出触发名称后,发布命令则会听到应答,具体命令如下:(// IDE环境: SUNPLUS u nSPTM IDE 1.8.0(or later)
//
// 涉及的库: CMacro.lib/sacmv25.lib/bsrv222SDL.lib
//
// 组成文件: main.c
// FIQ.asm/hardware.asm/key.asm/InitIO.asm
// hardware.inc)
- 2010-04-28 11:48:06下载
- 积分:1
-
tq2440_unix_c
基于国嵌教育TQ2440,tcp和udp的unix网络编程,包含客户端和服务端程序,亲测可用。(TQ2440, tcp and udp of unix-based network programming, including client and server program)
- 2016-12-30 20:10:53下载
- 积分:1
-
windPturbinePmodeling-s-function
风机/双馈式异步风力发电机模型建立的s函数(Fan/s double-fed induction wind turbine model function)
- 2013-03-28 16:23:36下载
- 积分:1
-
BMP
说明: 说明: bmp压缩算法,vc++实现,可以将抓屏,普通bmp图片文件进行高度压缩,提高传输速度,减小存储空间(Description: BMP compression algorithm, VC + + implementation, can capture screen, ordinary BMP image files for high compression, improve transmission speed, reduce storage space)
- 2020-06-16 10:20:01下载
- 积分:1
-
C#编写的俄罗斯方块
C#编写的俄罗斯方块-C# prepared by the Russian ideographic
- 2023-01-10 04:55:03下载
- 积分:1