亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Lib-SVM

  • 最新的支持向量機工具箱

    最新的支持向量機工具箱,有了它會很方便 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 * 本程

    /* 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" )

    標簽: 2004 http timw Demo

    上傳時間: 2015-03-23

    上傳用戶:leehom61

  • /* RSA Demo 1.0 版 * 版權所有 (C) 2004 趙春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程

    /* 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" )

    標簽: 2004 http timw Demo

    上傳時間: 2013-12-17

    上傳用戶:liansi

  • C51的Usb實現代碼及其固件工程文檔

    C51的Usb實現代碼及其固件工程文檔,開發包(lib),及其相應函數。

    標簽: C51 Usb 代碼 固件

    上傳時間: 2014-01-08

    上傳用戶:ljt101007

  • 支持向量機源碼

    支持向量機源碼,vc編寫,對于svm初學者非常使用非常方便

    標簽: 支持向量機 源碼

    上傳時間: 2013-12-19

    上傳用戶:星仔

  • ucgui論壇,http://www.ucgui.com GUISim1.0.0.3. 提供在VC下進行UCGUI圖形編程的環境, 完全開放源碼, 在來UCGUI官方提供的測試開發中, 只有一個GUI

    ucgui論壇,http://www.ucgui.com GUISim1.0.0.3. 提供在VC下進行UCGUI圖形編程的環境, 完全開放源碼, 在來UCGUI官方提供的測試開發中, 只有一個GUISIM.LIB的庫文件,本人經過艱苦的反匯編, 終于還原其C源碼,希望使用可以更加清楚的認訓到在WINDOWS下模擬器所做的事情.

    標簽: ucgui UCGUI GUISim http

    上傳時間: 2014-01-25

    上傳用戶:dyctj

  • 讀寫USB端口的VC程序

    讀寫USB端口的VC程序,編譯說明 : 1. 安裝DDK 2. 把DDK的inc路徑填在頭文件的包含路徑中 3. 把DDK的lib路徑填在庫文件的包含路徑中 4. 注釋掉原代碼中的HIDD_ATTRIBUTES結構 // 不知作者為什么要添加這個結構定義 5. 添加setupapi.lib 如果不想安裝DDK,就去掉前兩步,但需要拷貝相關的頭文件和庫文件到工程目錄

    標簽: USB 讀寫 端口 程序

    上傳時間: 2013-12-25

    上傳用戶:wweqas

  • 在網上很多SPCOMM組件下載安裝后都無法顯示

    在網上很多SPCOMM組件下載安裝后都無法顯示,這個是我找了很久才找到可以用的一個,一定要先把文件夾復制到LIB文件夾下再安裝才會在組件面板SYSTEM中出現一個紅色的組件

    標簽: SPCOMM 無法顯示

    上傳時間: 2015-03-30

    上傳用戶:shinesyh

  • Invoke JavaProg.main() from a win32 program: . compile Main.java . compile VC project . set include

    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,CipS

    東大的一個分詞程序。RuleForPn.dat,segment.dat,segrule.dat是分詞動態庫要使用的資源文件. userdict.dat是用戶詞典. CipSegSDK.dll,CipSegSDK.lib是動態庫的文件. CipSegDll.h是頭文件,供調用使用.

    標簽: dat RuleForPn CipSegSDK userdict

    上傳時間: 2015-04-02

    上傳用戶:LIKE

主站蜘蛛池模板: 雅安市| 合水县| 美姑县| 龙山县| 隆回县| 阿坝县| 竹北市| 崇阳县| 建湖县| 汤阴县| 翼城县| 景谷| 江都市| 会泽县| 萝北县| 灵石县| 龙陵县| 卢湾区| 井研县| 石家庄市| 基隆市| 漠河县| 镇雄县| 鹿泉市| 襄汾县| 博乐市| 肇源县| 福清市| 大安市| 宁波市| 长海县| 布尔津县| 松江区| 青海省| 麻阳| 东明县| 岳西县| 长子县| 瑞昌市| 甘泉县| 手游|