基于matlab的mp3的讀寫函數Mp3 toolbox for Matlab. Alfredo Fernandez Franco Aalborg University Departament of Acoustics M.Sc. Student aberserk@yahoo.com Includes 2 functions to write and read MP3 files. It works like the commands WAVWRITE and WAVREAD. 1.- Just unpack in the toolbox folder under the MATLAB directory. 2.- Set the MATLAB search Path to include that folder. This version was made in MATLAB for WINDOWS only. I ll probably will make the UNIX version later. 01-11-2004.
標簽: Departament University Fernandez Alfredo
上傳時間: 2014-12-02
上傳用戶:開懷常笑
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
Invoke JavaProg.main() from a win32 program: . compile Main.java . compile VC project . set include Path for jni.h, which is under java_Home\include . set linking Path for jvm.lib, which is under java_Home\lib\jvm.lib . copy Main.class and Main$1.class to the working dir of the VC project (or the same dir with the output executable App.exe) . run App.exe . set searching Path for jvm.dll
標簽: compile JavaProg include program
上傳時間: 2014-11-16
上傳用戶:思琦琦
物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP) Networks: Shortest Path, min cost network flow, minimum spanning tree problems Geocoding: U.S. city or ZIP code to longitude and latitude, longitude and latitude to nearest city, Mercator projection plotting Layout: Steepest descent pairwise interchange (SDPI) heuristic for QAP Material handling: Equipment selection General purpose: Linear programming using the revised simplex method, mixed-integer linear programming (MILP) branch and bound procedure Data: U.S. cities with populations of at least 10,000, U.S. highway network (Oak Ridge National Highway Network), U.S. 3- and 5-digit ZIP codes
標簽: location location-allocation Continuous alternate
上傳時間: 2015-05-17
上傳用戶:kikye
SVM用于模式識別 整理別人的代碼(原來的是英文)所得: kernel.m用于內積矩陣的計算 svcplot.m用于繪圖 svm168.m是主程序 testlin.m是采用線形內積函數的支持向量機應用的 文件 testrbf.m是采用RBF內積函數的支持向量機應用 的 文件 每個文件中都有說明。 仿真平臺matlab7.0, 仿真全部通過 將所有文件拷貝到work目錄下(注意不要直接將上層文件夾直接拷貝到work目錄下,若那樣操作,必須在matlab的file菜單中的set Path中設置相應的路徑)。 打開matlab,在命令窗口中輸入 testlin或testrbf 即可查看結果。
標簽: svcplot testlin kernel SVM
上傳時間: 2015-05-27
上傳用戶:風之驕子
These instructions assume that the 1.4 versions of the java and appletviewer commands are in your Path. If they aren t, then you should either specify the complete Path to the commands or update your Path environment variable as described in the installation instructions for the Java 2 SDK.
標簽: instructions appletviewer the commands
上傳時間: 2015-06-01
上傳用戶:3到15
PowerToy是為方便程序員在命令行窗口中使用Visual Studio.NET 2003 中的各種命令行工具而開發的一個小程序。它在資源管理器的彈出菜單中增加一項[打開命令行窗口]。點擊該菜單項后,系統會在資源管理器當前工作路徑處打開一個命令行窗口,并在此窗口中自動設置Visual Studio的環境變量,如Path。程序員在此窗口中可方便地執行Visual Studio.NET 2003中的各種命令行工具,如C++、C#的編譯器等等。
標簽: PowerToy Visual Studio 2003
上傳時間: 2014-01-15
上傳用戶:181992417
醫院門診查詢系統,jsp實例,適合做畢業設計,由運行時源文件和供開發使用的程序及數據庫,比較齊全 將運行演示程序中的hospital文件夾全部考到Tomcat的webapps下 在Tomcat中創建虛擬目錄,步驟如下: (1)打開瀏覽器進入Tomcat后臺管理頁面(/admin) (2)在左面打開Tomcat Server/Service/Host(localhost) (3)在context action 中選擇Creat New Context (4)在document base 后面輸入應用程序所在目錄,可是絕對路徑也可是相對路徑 (5)Path后面輸入hospital (6)保存,確認保存 (7)啟動Tomcat,在地址欄中輸入http://localhost:8080/hospital
標簽: 查詢系統
上傳時間: 2013-12-09
上傳用戶:lili123
這個小軟件( RealEditor )是同學一起編寫的,可編輯,打印,更換主題,并有傳輸功能 注意,要想正確運行此軟件,務必要把JDK升級到JDK 5.0_update4即tiger版(未來的JDK版本應該也可以),如果運行軟件后,端口沖突或突然非法將它關閉(用任務管理器進程結束掉),導致軟件無法正常退出,無法再次啟動此軟件,請到C:\Documents and Settings\All Users\Application Data\RealEditor下的那個文件刪掉即可(注意,Application Data是個隱藏文件夾) Register.rar是注冊機,需要在DOS下運行"java Register" (不帶""注意路徑) 如果Path和classPath設置沒有問題的話,只要雙擊RealEditor.jar文件( 沒有與WinRaR相關聯 )即可啟動此軟件.
標簽: RealEditor 軟件 編寫
上傳時間: 2015-06-06
上傳用戶:TF2015
This program is using Genetic Algorithm to solve the Travlling Salesman Problem. It gives the best Path route within a specified time. usage: java Evolver <seconds> <city file> <config file> Author: Liu Yang
標簽: Algorithm Travlling the Salesman
上傳時間: 2013-12-06
上傳用戶:nanfeicui