91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 75KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2021-05-14
  • 語言: C/C++
  • 標簽: 開源項目??

資源簡介

VoicePrint 是一款基于高斯混合模型的文本無關的聲紋識別算法驗證程序 VoicePrint的特點是: 語音特征向量:采用MFCC系數(梅爾倒譜系數) 模式匹配模型:采用GMM模型(高斯混合模型) 本程序為課程實驗驗證開發,所實現的聲紋識別算法難免有錯誤及不妥之處! 提醒:因為本程序是簡略的驗證程序,建議不要在正式項目中直接使用本程序中的聲紋識別代碼。


標簽:openVP

資源截圖

代碼片段和文件信息

//////////////////////////////////////////////////////////////////////////
//Copyright(C)?Dake,2010-05
//編程方式:win32?SDK?C語言編程
//文件名:DebugDlg.c
//描述:調試窗口
//主要函數:DebugDlg()
//版本:V1.1
//////////////////////////////////////////////////////////////////////////

#include?“DebugDlg.h“

#ifdef?_DEBUG
BOOL?CALLBACK?DebugDlg(HWND?hwnd?UINT?message?WPARAM?wParam?LPARAM?lParam)
{
switch?(message)
{
case?WM_INITDIALOG:
hwndEdit?=?GetDlgItem(hwnd?IDC_TEXTOUT);
return?TRUE;
}

return?FALSE;
}
#endif

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-11-12?08:38??openVP-master\
?????文件????????1537??2017-11-12?08:38??openVP-master\README.md
?????目錄???????????0??2017-11-12?08:38??openVP-master\src\
?????文件?????????586??2017-11-12?08:38??openVP-master\src\DebugDlg.c
?????文件?????????444??2017-11-12?08:38??openVP-master\src\DebugDlg.h
?????文件????????2979??2017-11-12?08:38??openVP-master\src\FileDlg.c
?????文件?????????740??2017-11-12?08:38??openVP-master\src\FileDlg.h
?????文件???????13088??2017-11-12?08:38??openVP-master\src\MainDlg.c
?????文件?????????402??2017-11-12?08:38??openVP-master\src\MainDlg.h
?????文件?????????393??2017-11-12?08:38??openVP-master\src\README.txt
?????文件????????5583??2017-11-12?08:38??openVP-master\src\WinMain.c
?????目錄???????????0??2017-11-12?08:38??openVP-master\src\debug\
?????文件????????1943??2017-11-12?08:38??openVP-master\src\debug\xdebug.h
?????文件????????2477??2017-11-12?08:38??openVP-master\src\global.c
?????文件????????1825??2017-11-12?08:38??openVP-master\src\global.h
?????文件???????12843??2017-11-12?08:38??openVP-master\src\myRecord.c
?????文件????????1527??2017-11-12?08:38??openVP-master\src\myRecord.h
?????文件????????2209??2017-11-12?08:38??openVP-master\src\resource.h
?????目錄???????????0??2017-11-12?08:38??openVP-master\src\voice_id\
?????文件????????3098??2017-11-12?08:38??openVP-master\src\voice_id\FFT2.c
?????文件????????1316??2017-11-12?08:38??openVP-master\src\voice_id\FFT2.h
?????文件?????????373??2017-11-12?08:38??openVP-master\src\voice_id\README.txt
?????文件????????5922??2017-11-12?08:38??openVP-master\src\voice_id\cluster.c
?????文件????????1100??2017-11-12?08:38??openVP-master\src\voice_id\cluster.h
?????文件????????1442??2017-11-12?08:38??openVP-master\src\voice_id\global.h
?????文件???????14131??2017-11-12?08:38??openVP-master\src\voice_id\gmm.c
?????文件????????1988??2017-11-12?08:38??openVP-master\src\voice_id\gmm.h
?????文件????????1419??2017-11-12?08:38??openVP-master\src\voice_id\main.c
?????文件???????14763??2017-11-12?08:38??openVP-master\src\voice_id\mfcc.c
?????文件????????1804??2017-11-12?08:38??openVP-master\src\voice_id\mfcc.h
?????文件?????????987??2017-11-12?08:38??openVP-master\src\voice_id\voiceIdentify.c
............此處省略9個文件信息

評論

共有 條評論