KDVoicePhone Toolkit開發工具可以使你的應用程序獲得聲音和電話方面的特性,如:a.. 打電話或回電話;b.. 如果對話已經在進行,可以中途接聽;c.. 在電話線或聲卡中回放和記錄音頻;d.. 從電話線中檢測音頻信號和脈沖信號;e.. 捕獲呼叫方ID;f.. 可控制本機聽筒,外部的麥克風和MODEM的外部喇叭;g.. 定時事件來跟蹤回放和錄音的過程;h.. 錄音時可檢測靜音;
標簽: KDVoicePhone Toolkit 開發工具 應用程序
上傳時間: 2015-01-05
上傳用戶:playboys0
Grammatica is a C# and Java parser generator (compiler compiler). It improves upon simlar tools (like yacc and ANTLR) by creating well-commented and readable source code, by having automatic error recovery and detailed error messages, and by support for testing and debugging grammars without generating source code. It supports LL(k) grammars with an unlimited number of look-ahead tokens.
標簽: compiler Grammatica generator improves
上傳時間: 2015-01-11
上傳用戶:stella2015
方舟網免費空間申請程序(自助建站系統) v3.0 1 界面美觀 2 后臺管理功能強大:A 可以設置多種參數,比如注冊時需要填寫什么,哪些不需要填寫。這些都可以自主選擇。B 開通方式選擇:可以選擇郵件通知,可以選擇即時開通,也可以選擇管理員審核。C 用戶管理:可以增,刪,改用戶。也可以修改用戶的權限。D可以修改系統參數,管理方便。 3 系統數據庫在www.99081.com文件夾下的data.mdb里。密碼采用加密存儲。 管理員賬號:99081 密碼:11111 后管登陸:99081 密碼:
上傳時間: 2015-01-11
上傳用戶:z1191176801
4.asm…… 響鈴程序,輸入一個數字字符N,響鈴N次。(完成)ysk3.asm ……顯示一個星型倒三角。m1.asm ………編程將鍵盤輸入的8位無符號二進制數轉化為十六進制數和十進制數,并輸出結果form.asm ……采用子程序編程按以下三種格式(██,◣,◥)打印九九乘法表:(完成)char.asm ……小寫字母a b c d ……x y z的ASCII碼分別為61H 62H 63H 64H……78H 79H 7AH, 而大寫字母A B C D ….X Y Z的ASCII碼分別為41H 42H 43H 44H …58H 59H 5AH, 使用串處理指令編程從鍵盤輸入16個字符(大小寫字母及其它字母均有), 存入以BUF1開始的一片存儲區中,并將其傳送到以BUF2開始的一片存儲區中, 在傳送是將其中的小寫字母均改為大寫字母,并將第一個小寫字母在串中的位置 (距串頭BUF1的相對位移量)以十六進制形式輸出。(完成)
上傳時間: 2013-12-22
上傳用戶:zhyiroy
提供的程序是供四相步進電機使用。本實驗使用的步進電機用直流+12V電壓,電機線圈由A、B、C、D四相組成。 2. 驅動方式為四相單四拍方式,各線圈通電順序如下表。表中首先向A相線圈輸入驅動電流,接著向B,C,D線圈通電,最后又返回到A相線圈驅動,按這種順序輪流切換,電機軸按順時針方向旋轉。若通電順序相反,則電機軸按逆時針方向旋轉。
上傳時間: 2015-02-06
上傳用戶:CSUSheep
This is the first ever open source implementation of Dynamic Host Configuration Protocol for IPv6 (DHCPv6) server and client on Linux Operating System. The server provides leases (durations or lifetimes) on IPv6 addresses to the clients who request for it
標簽: implementation Configuration Protocol Dynamic
上傳時間: 2015-02-28
上傳用戶:希醬大魔王
Rainbow is a C program that performs document classification usingone of several different methods, including naive Bayes, TFIDF/Rocchio,K-nearest neighbor, Maximum Entropy, Support Vector Machines, Fuhr sProbabilitistic Indexing, and a simple-minded form a shrinkage withnaive Bayes.
標簽: classification different document performs
上傳時間: 2015-03-03
上傳用戶:希醬大魔王
A. 產生一個長為1000的二進制隨機序列,“0”的概率為0.8,”1”的概率為0.2;B. 對上述數據進行歸零AMI編碼,脈沖寬度為符號寬度的50%,波形采樣率為符號率的8倍,畫出前20個符號對應的波形(同時給出前20位信源序列);C. 改用HDB3碼,畫出前20個符號對應的波形;D. 改用密勒碼,畫出前20個符號對應的波形;E. 分別對上述1000個符號的波形進行功率譜估計,畫出功率譜;F. 改變信源“0”的概率,觀察AMI碼的功率譜變化情況;
上傳時間: 2015-03-16
上傳用戶:Altman
AFD - Advanced Filter Design using MATLABMiroslav D. Lutovac, Dejan V. Tosicversion 1.00 released 15 October 1999This program is freeware.Unpack with path names, for exampleDOS: pkunzip -d afdunix: unzip -L afdAfter unpacking afd.zip, and run MATLAB,change directory to afdfrom the MATLAB command window.Execute demoafd to quickly scan the AFD operation.
標簽: D. V. MATLABMiroslav Tosicversion
上傳時間: 2015-03-21
上傳用戶:er1219
Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, "Exceptions." A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, "C++Builder and the VCL." Using the online help. Greping through the include and source files that come with the product and with this book.
標簽: introduce Overview Borland Builder
上傳時間: 2014-01-04
上傳用戶:小鵬