資源簡介
聲控小車是科大華為科技制作競賽命題組的項目,其要求是編寫一個語言識別程序并適當改裝一個小型機動車,使之在一個預先不知道具體形狀的跑道上完全由聲控來完成行駛比賽。跑道上可以有坡面,坑, 障礙等多種不利條件,小車既要具有較快的速度,也要同時具有較強的靈活性,能夠克服上述條件
代碼片段和文件信息
//?LPC.cpp:?implementation?of?the?CLPC?class.
//
//////////////////////////////////////////////////////////////////////
#include?“stdafx.h“
#include?“sndctl.h“
#include?“LPC.h“
#ifdef?_DEBUG
#undef?THIS_FILE
static?char?THIS_FILE[]=__FILE__;
#define?new?DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
//?Construction/Destruction
//////////////////////////////////////////////////////////////////////
CLPC::CLPC(int?*?snddataint?num?)?????//構造函數
{?
int?i;
n=num;?????//采樣點的個數
????s=snddata;
N=300;????//每禎點數
M=100;????//過渡段長
}
CLPC::~CLPC()
{
}
float?*?CLPC::GetCoeffa()
{
int?ijl;
float?R[p+1];???????//p極點個數??????//Record?Autocorrelation?values
this->preFilter();
/////////////////////??為什么要修改N呢?
in
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????.CA....????110644??2004-07-16?00:00??聲音引導小車\DirectIO.dll
????.CA....??????3552??2004-07-16?00:00??聲音引導小車\DirectIO.lib
????.CA....???????627??2004-07-16?00:00??聲音引導小車\DirectIOLib.h
????.CA....???????267??2004-07-16?00:00??聲音引導小車\driver.h
????.CA....?????12526??2004-07-16?00:00??聲音引導小車\driver.lib
????.CA....??????3168??2004-07-16?00:00??聲音引導小車\DRIVER.SYS
????.CA....??????8026??2004-07-16?00:00??聲音引導小車\guanshiyong\a.wav
????.CA....????110644??2004-07-16?00:00??聲音引導小車\guanshiyong\DirectIO.dll
????.CA....??????3552??2004-07-16?00:00??聲音引導小車\guanshiyong\DirectIO.lib
????.CA....???????627??2004-07-16?00:00??聲音引導小車\guanshiyong\DirectIOLib.h
????.CA....???????267??2004-07-16?00:00??聲音引導小車\guanshiyong\driver.h
????.CA....?????12526??2004-07-16?00:00??聲音引導小車\guanshiyong\driver.lib
????.CA....??????3168??2004-07-16?00:00??聲音引導小車\guanshiyong\DRIVER.SYS
????.CA....??????2096??2004-07-16?00:00??聲音引導小車\guanshiyong\LPC.cpp
????.CA....???????694??2004-07-16?00:00??聲音引導小車\guanshiyong\LPC.h
????.CA....???????104??2004-07-16?00:00??聲音引導小車\guanshiyong\mhead.txt
????.CA....???????104??2004-07-16?00:00??聲音引導小車\guanshiyong\mhead1.txt
????.CA....?????29337??2004-07-16?00:00??聲音引導小車\guanshiyong\model.txt
????.CA....?????38371??2004-07-16?00:00??聲音引導小車\guanshiyong\model1.txt
????.CA....?????????0??2004-07-16?00:00??聲音引導小車\guanshiyong\modelHead.h
????.CA....???????104??2004-07-16?00:00??聲音引導小車\guanshiyong\res\mhead.txt
????.CA....???????104??2004-07-16?00:00??聲音引導小車\guanshiyong\res\mhead1.txt
????.CA....?????????0??2004-07-16?00:00??聲音引導小車\guanshiyong\res\model.txt
????.CA....?????38371??2004-07-16?00:00??聲音引導小車\guanshiyong\res\model1.txt
????.CA....??????1078??2004-07-16?00:00??聲音引導小車\guanshiyong\res\sndctl.ico
????.CA....???????398??2004-07-16?00:00??聲音引導小車\guanshiyong\res\sndctl.rc2
????.CA....?????????0??2004-07-16?00:00??聲音引導小車\guanshiyong\res\sou.txt
????.CA....?????13929??2004-07-16?00:00??聲音引導小車\guanshiyong\res\souu.txt
????.CA....??????5692??2004-07-16?00:00??聲音引導小車\guanshiyong\res\testDlg.cpp
????.CA....??????1598??2004-07-16?00:00??聲音引導小車\guanshiyong\resource.h
............此處省略65個文件信息
- 上一篇:問卷調查表+布局.zip
- 下一篇:計算機網絡仿真實驗,NS2-TCP擁塞協議
評論
共有 條評論