-
labview
声音信号处理示例,实现声音信号的采集和信号处理(Audio signal processing example, the realization of the sound signal acquisition and signal processing)
- 2020-11-06 21:19:52下载
- 积分:1
-
LPC-LPCC-Short-Time-Energy-master
说明: 这是一个语音识别提取特征参数的例子,提取lpcc和lpc特征参数并且计算了短时能量,这个是用来检测哭声可以使用的lpc-lpcc-short-time-energy(This is an example of speech recognition extraction feature parameters, extracting lpcc and lpc feature parameters and calculating short-term energy, which is used to detect the use of crying sounds.)
- 2019-06-11 15:02:45下载
- 积分:1
-
一个软件工程的软件质量web跟踪管理系统,类似于bugzilla,c#编成,sqlserver数据库...
一个软件工程的软件质量web跟踪管理系统,类似于bugzilla,c#编成,sqlserver数据库-A software engineering, web tracking software quality management system, similar to bugzilla, c# Compiled, sqlserver database
- 2023-03-08 23:30:03下载
- 积分:1
-
双开关控制灯的亮灭
双开关控制,通过两个开关来控制走廊灯的亮起和熄灭。(Double switch control.)
- 2018-12-12 13:43:59下载
- 积分:1
-
Schmidl Cox ferr
Schmidl_Cox_ferr频偏估计算法,ofdm系统的算法,非常经典(
Schmidl_Cox_ferr频偏估计算法,ofdm系统的算法,非常经典
Schmidl_Cox_ferr frequency offset estimation algorithm, ofdm system algorithm, very classic)
- 2016-10-15 13:05:47下载
- 积分:1
-
非线性数值分析的理论与方法
非线性数值领域的经典著作,详细介绍了方法和理论(The classical works in nonlinear numerical field, and the methods and theories are introduced in detail)
- 2017-11-25 19:57:03下载
- 积分:1
-
VC++ 6.0简单屏幕画笔源代码
VC++ 6.0简单屏幕画笔源代码 ,可以让用户直接在屏幕的任意地方写字,仿画图的功能,不过这个不是在指定的画图窗口中才能画出图形,而是打开后,在屏幕的任意地方都可以。而且还可以设置画笔的颜色,有四种颜色可选,还可设置画笔粗细等功能。以下请看画笔的设置部分代码:
void CMyWnd::OnRed()//选中绿色
{
ColorX=255;
ColorY=0;
ColorZ=0;
}
void CMyWnd::OnYellow()//选中黄色
{
ColorX=255;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnGreen() //选中绿色
{
ColorX=0;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnBlue() //选中蓝色
{
ColorX=0;
ColorY=0;
ColorZ=255;
}
void CMyWnd::OnAdd() //增加画笔大小
{
ADxy+=1;
}
void CMyWnd::OnDec() //增加画笔大小
{
if (ADxy!=1)
ADxy-=1;
}
void CMyWnd::OnAbout() //增加画笔大小
{
//AfxMessageBox("你好");
//显示关于对话框
CLjxDlg dlg;
int xxx=dlg.DoModal();
}
- 2022-11-18 14:20:03下载
- 积分:1
-
非常经典的基于内容的图像检索综述,在图像检索领域引用最高的论文...
非常经典的基于内容的图像检索综述,在图像检索领域引用最高的论文-One classical paper for content based image retrieval
- 2022-09-07 18:00:03下载
- 积分:1
-
图片堆叠展示图片特效
说明: 一款非常有意思的图片堆叠展示图片特效。用户可以通过鼠标拖拽堆叠图片来显示下一张图片,(A very interesting stack of pictures shows the special effects of pictures. Users can drag and drop stacked pictures to display the next picture.)
- 2019-01-28 15:25:36下载
- 积分:1
-
一个网络对战扑克游戏的源代码,采用socket连接。JBuilder工程文件...
一个网络对战扑克游戏的源代码,采用socket连接。JBuilder工程文件-a network war poker game"s source code, using socket connection. JBuilder project documents
- 2022-05-23 15:40:50下载
- 积分:1