-
智能自动灌溉系统
该代码是基于自动切换电机开/关的水分含量的基础上,该领域的状态显示在液晶显示。
- 2022-04-15 18:39:41下载
- 积分:1
-
bb
说明: 自寫檔,模擬泰列展開式,與 math 函數 cos值的比較 與正確性(Since the writing file, analog Telja expansion, and math function, the value of the comparison and the correctness of cos)
- 2010-01-26 22:24:52下载
- 积分:1
-
NV3035C-datasheet
TFT 驱动芯片 nv3035c pdf文档(TFT nv3035c pdf)
- 2020-09-26 15:07:47下载
- 积分:1
-
C++ GUI Qt 4编程(第二版)附书代码
C++ GUI Qt 4编程(第二版)的附书代码,感觉这本书挺不错的,讲Qt界面编程的,书可以在网上看,最好支持正版
- 2022-08-25 04:43:14下载
- 积分:1
-
kechengsheji
我大二的数据库课程设计,含有报告书,有详细的设计步骤,含流程图(err)
- 2008-06-15 13:37:46下载
- 积分: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
-
一个计算器的小程序
这是一个计算器的小程序,可以实现加减乘除等运算,功能很强大,已经在硬件电路板子上调试通过。
- 2022-01-26 07:25:26下载
- 积分:1
-
tms320lf2812
TMS320F2812开发板(SCH+PCB图)Protel (TMS320F2812 ?????(SCH+ PCB?? Protel)
- 2008-08-23 23:00:10下载
- 积分:1
-
Lagrange
这是一个拉各朗日差值算法程序,在计算机上已经运行过了,好用的!(This is a pull on the margin of the Long algorithm procedures, has been running on the computer before, nice!)
- 2007-12-12 19:51:59下载
- 积分:1
-
Atmel_mp3_USB
本源代码用于使用ATMEL公司的AT89C51芯片实现硬件mp3,其中包括有特色的mp3解码算法和U盘功能读写程序。(Source code for use ATMEL Corporation AT89C51 chip hardware mp3, have characteristics which include mp3 decoding algorithm and U disk function to read and write procedures.)
- 2008-08-07 16:10:10下载
- 积分:1