-
P18_ADC_C_MCC
PIC18系列单片机ADCC语言代码,提供给广大pic爱好者。(PIC18 Series MCU ADCC language code, available to the majority of PIC lovers.)
- 2013-07-31 23:10:14下载
- 积分:1
-
RSA NS2
脚本倒放任仿真NS2是算法RSA de Cr = yptographe奔勇气和平
- 2022-07-22 16:33:38下载
- 积分:1
-
41228052
说明:
- 2018-04-20 12:27:30下载
- 积分:1
-
gb28181
GB28181注册部分,无需依赖第三方库(GB28181 registration section, no third-party library dependencies)
- 2013-08-08 16:43:37下载
- 积分:1
-
SPITMS320F240_DSP
采用SPI接口实现TMS320F240+DSP之间的通信示例(Using SPI interface for communication between TMS320F240+ DSP example)
- 2009-11-23 03:48:06下载
- 积分:1
-
DemoTest
说明: 此程序主要是为了实现地图区域、放大等功能,使用者 可以在此基础上继续修改(The main purpose of this program is to realize the functions of map area and enlargement. Users can continue to modify it on this basis)
- 2020-06-19 04:00:01下载
- 积分: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
-
16QAM
matlab ofam 16qam 信道仿真(matlab ofam 16qam )
- 2010-05-10 16:14:58下载
- 积分:1
-
source
说明: 这是书上的代码,C/C++中调用Matlab引擎的数值仿真的实现,供大家参考 (This is the code book, C/C++ Calling Matlab Engine Numerical Simulation for reference)
- 2008-11-25 17:00:29下载
- 积分:1
-
MVB
MVB的机车逻辑控制单元Logic control unit locomotive MVB(Logic control unit locomotive MVB)
- 2011-04-25 19:08:47下载
- 积分:1