-
UPS_DSP
这是一个UPS程序。采用DSP2802来控制。(This is a UPS program.DSP2802 uses to control.)
- 2015-02-27 08:28:03下载
- 积分:1
-
0data20163315162244
示波器在串口屏上面显示,基于51的串口屏例程。(Oscilloscope in serial interface screen shown above, based on 51 serial screen routines.)
- 2017-07-02 10:51:02下载
- 积分:1
-
人机版,能实现智能,但是不是很高级..
其具体实现比较复杂...
人机版,能实现智能,但是不是很高级..
其具体实现比较复杂-chinese chess
- 2022-04-15 01:45:53下载
- 积分:1
-
ECG_MCU
C8051F020单片机上,心电数据采集控制代码。(ECG data acquisition and control code)
- 2017-10-25 21:45:26下载
- 积分:1
-
C# 键盘Ctrl+g控制蜂鸣器播放声音
Visual C#播放声音,运行程序后,操作键盘上的Ctrl+g组合键发出蜂鸣声...这里的拖放声音是蜂鸣声,从音箱里发出,并不是从机箱的蜂鸣器发声。实现的过程和细节代码如下:
//导入 Windows Beep() API 函数
[DllImport("kernel32.dll")]
private static extern bool Beep(int freq, int dur);
// 定义PlaySound()要使用的常数
public const int SND_FILENAME = 0x00020000;
public const int SND_ASYNC = 0x0001;
// 导入 Windows PlaySound() 函数
[DllImport("winmm.dll")]
public static extern bool PlaySound(string pszSound,
int hmod,
int fdwSound);
[STAThread]
static void Main(string[] args)
{
// 使用Ctrl+g发出蜂鸣声
Console.Write("a");
Console.WriteLine("使用Ctrl+g发出蜂鸣声...");
Console.ReadLine();
// 使用 Windows API 发出蜂鸣声
Beep(800, 200);
Console.WriteLine("使用 Windows API 发出蜂鸣声...");
Console.ReadLine();
// 播放bells.wav文件
PlaySound("bells.wav",
0,
SND_FILENAME | SND_ASYNC);
Console.WriteLine("播放bells.wav文件...");
Console.ReadLine();
}
- 2022-05-23 17:14:52下载
- 积分:1
-
basicforMusic
music算法运用于波达方向的测定,波达方向的测定先现广泛用于雷达等应用中.music算法是个很成熟的算法,如今学者们就计算量,精确度上的问题又提出了很多的改进算法.如下为
基本算法,可正确运行(music DOA algorithm applied to the determination of DOA in the first radar is widely used in such applications. music algorithm is a very mature algorithm, Now scholars on the calculation accuracy on the problem makes a lot of improved algorithm. following the basic algorithm, can be correctly operation)
- 2007-05-07 16:21:01下载
- 积分:1
-
SVM_Train
支持向量机分类训练算法SVM,它在解决小样本、非线性及高维模式识别中表现出许多特有的优势(SVM training algorithm )
- 2015-04-09 10:44:57下载
- 积分:1
-
时钟系统&&定时器
认识时钟系统和定时器的作用和如何去运用。(Understand the function of clock system and timer and how to use it.)
- 2017-11-11 13:36:06下载
- 积分:1
-
心率-LCD12864
说明: 基于STC12C5A60S2 在LCD12864上实现心率显示
Pulse Sensor 是一款用于心率测量、脉搏波形测量和 HRV 分析的光电反射式模拟传感器。将其佩戴于手指、耳垂等处,通过导线连接可将采集到的模拟信号传输给 Arduino、 STM32 和 STC12C5A 等具有模拟采集功能的单片机并转换为数字信号,再通过单片机的简单计算后就可以得到心率数值(LCD12864 upper heart rate display)
- 2020-10-08 17:29:19下载
- 积分:1
-
DELPHI7中RAVE控件的教程
实现RAVE报表
DELPHI7中RAVE控件的教程
实现RAVE报表-Delphi7 in RAVE tutorial control statements to achieve RAVE
- 2022-12-20 11:25:03下载
- 积分:1