最新的支持向量機工具箱,有了它會很方便 1. Find time to write a proper list of things to do! 2. Documentation. 3. Support Vector Regression. 4. Automated model selection. REFERENCES ========== [1] V.N. Vapnik, "The Nature of Statistical Learning Theory", Springer-Verlag, New York, ISBN 0-387-94559-8, 1995. [2] J. C. Platt, "Fast training of support vector machines using sequential minimal optimization", in Advances in Kernel Methods - Support Vector Learning, (Eds) B. Scholkopf, C. Burges, and A. J. Smola, MIT Press, Cambridge, Massachusetts, chapter 12, pp 185-208, 1999. [3] T. Joachims, "Estimating the Generalization Performance of a SVM Efficiently", LS-8 Report 25, Universitat Dortmund, Fachbereich Informatik, 1999.
上傳時間: 2013-12-16
上傳用戶:亞亞娟娟123
/* RSA Demo 1.0 版 * 版權所有 (C) 2004 趙春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序調用Miracl ver 4.82大數運算庫,詳見其附帶手冊。 * P,Q,N,D,E使用RSATool2生成。 */ 編譯提示: 一:將Project-Settings-Settings For(All Configuration)-C/C++中Category項的 Precompiled Headers設置成:Automatic use of precompiled headers(圖1)。 二:將ms32.lib添加到工程中(圖2)。 三:MIRACL是C庫。 extern "C" { #include "miracl.h" #include "mirdef.h" } #pragma comment( lib, "ms32.lib" )
上傳時間: 2015-03-23
上傳用戶:leehom61
/* RSA Demo 1.0 版 * 版權所有 (C) 2004 趙春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序調用Miracl ver 4.82大數運算庫,詳見其附帶手冊。 * P,Q,N,D,E使用RSATool2生成。 */ 編譯提示: 一:將Project-Settings-Settings For(All Configuration)-C/C++中Category項的 Precompiled Headers設置成:Automatic use of precompiled headers(圖1)。 二:將ms32.lib添加到工程中(圖2)。 三:MIRACL是C庫。 extern "C" { #include "miracl.h" #include "mirdef.h" } #pragma comment( lib, "ms32.lib" )
上傳時間: 2013-12-17
上傳用戶:liansi
C51的Usb實現代碼及其固件工程文檔,開發包(lib),及其相應函數。
上傳時間: 2014-01-08
上傳用戶:ljt101007
支持向量機源碼,vc編寫,對于svm初學者非常使用非常方便
上傳時間: 2013-12-19
上傳用戶:星仔
ucgui論壇,http://www.ucgui.com GUISim1.0.0.3. 提供在VC下進行UCGUI圖形編程的環境, 完全開放源碼, 在來UCGUI官方提供的測試開發中, 只有一個GUISIM.LIB的庫文件,本人經過艱苦的反匯編, 終于還原其C源碼,希望使用可以更加清楚的認訓到在WINDOWS下模擬器所做的事情.
上傳時間: 2014-01-25
上傳用戶:dyctj
讀寫USB端口的VC程序,編譯說明 : 1. 安裝DDK 2. 把DDK的inc路徑填在頭文件的包含路徑中 3. 把DDK的lib路徑填在庫文件的包含路徑中 4. 注釋掉原代碼中的HIDD_ATTRIBUTES結構 // 不知作者為什么要添加這個結構定義 5. 添加setupapi.lib 如果不想安裝DDK,就去掉前兩步,但需要拷貝相關的頭文件和庫文件到工程目錄
上傳時間: 2013-12-25
上傳用戶:wweqas
在網上很多SPCOMM組件下載安裝后都無法顯示,這個是我找了很久才找到可以用的一個,一定要先把文件夾復制到LIB文件夾下再安裝才會在組件面板SYSTEM中出現一個紅色的組件
上傳時間: 2015-03-30
上傳用戶:shinesyh
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
上傳用戶:思琦琦
東大的一個分詞程序。RuleForPn.dat,segment.dat,segrule.dat是分詞動態庫要使用的資源文件. userdict.dat是用戶詞典. CipSegSDK.dll,CipSegSDK.lib是動態庫的文件. CipSegDll.h是頭文件,供調用使用.
標簽: dat RuleForPn CipSegSDK userdict
上傳時間: 2015-04-02
上傳用戶:LIKE