2008年12月18日 星期四

ASP Note

ASP String Function
ASP File Object

Array:
Dim name(2) 'name(0) name(1) name(2)

compare:
= 等於
<> 不等於

邏輯:
Not,And,Or

條件:
If ... Then
ElseIf ... Then
Else
End If

迴圈:
For ... To ...
Next

Do While ...
Loop

2008年11月20日 星期四

create a directory and delete a directory using c++

system("mkdir dirname");
system("rmdir dirname");

reference

附註:
rmdir 只可刪除"空的資料夾",此方法Visual C++ 6.0也適用

2008年11月3日 星期一

DSP 考古題

http://mediawww.ee.ncku.edu.tw/dsp.htm
http://mediacore.touch.ncku.edu.tw/node/4
http://archer.ee.nctu.edu.tw/class/dsp/dsp2006/main.htm.
http://140.134.32.129/plc/dsp/index.html
http://cslin.auto.fcu.edu.tw/plc/dsp/
http://www.speech.cm.nctu.edu.tw/courses/random_process.htm