-
amicable-pair
使用暴力方法,寻找并输出一定范围内的amicable pair.(Violent methods used to find and output a range of amicable pair.)
- 2013-09-25 17:29:12下载
- 积分:1
-
H10001-A1
说明: 这个是基于合泰BH67F2742的额温枪方案(This is the Ewen gun scheme based on Hetai bh67f2742)
- 2020-11-30 20:39:27下载
- 积分:1
-
kriging插值
kriging 2d和3d 对于画等值线来说很有帮助,特别是初学者,详细写了怎样画2d和3d图形,而且还可以旋转变化。
- 2023-05-10 03:00:04下载
- 积分:1
-
edgedectetion
图像的边缘检测程序,用vc++开发的,给大家参考了(Image edge detection procedure, using vc++ development, for your reference the)
- 2009-06-04 17:43:03下载
- 积分:1
-
SNLC
本程序是使用C语言实现SLN语言的编译器功能,包括词法分析,语法分析,语义分析以及优化生成功能。(SLN language compiler features implemented in C)
- 2021-03-24 09:49:14下载
- 积分:1
-
车辆识别检测
车辆识别检测代码,基于C#设计,能较好的识别出车辆运动情况,各种车辆识别检测,亲自调试运行通过,保证成功运行绝对可靠。对智能行驶检测,车辆安全行驶有作用。
- 2022-02-15 10:06:34下载
- 积分: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
-
2.4G CONTROL LED
电脑软件通过USB口传递控制信号给控制板,随后控制板通过2.4G 射频控制LED发光
- 2022-01-28 09:00:56下载
- 积分:1
-
129
vc++的视频,用flash player播放,例如175其中17代表第17章,而5代表第17章的第5个视频(vc++ the video, use flash player to play, for example, 175 of which 17 on behalf of Chapter 17, and 5 on behalf of Chapter 17 of the first five video)
- 2009-02-22 20:58:50下载
- 积分:1
-
matlab-data-to-txt
matlab中将数据输出保存为txt格式文件的几种方法.(matlab will save the data output to txt format files in several ways.)
- 2012-10-27 11:18:42下载
- 积分:1