LVQ學習矢量化算法源程序 This directory contains code implementing the Learning vector quantization network. Source code may be found in LVQ.CPP. Sample training data is found in LVQ1.PAT. Sample test data is found in LVQTEST1.TST and LVQTEST2.TST. The LVQ program accepts input consisting of vectors and calculates the LVQ network weights. If a test set is specified, the winning neuron (CLASS) for each neuron is identified and the Euclidean distance between the pattern and each neuron is reported. Output is directed to the screen.
CLASS="tags">標簽: implementing quantization directory Learning
CLASS="time">上傳時間: 2015-05-02
CLASS="username">上傳用戶:hewenzhi
A model of the local file system, implemented as a concrete subCLASS of AbstractTreeTableModel. This CLASS implements the TreeTableModel interface.
CLASS="tags">標簽: AbstractTreeTableModel implemented concrete subCLASS
CLASS="time">上傳時間: 2015-05-04
CLASS="username">上傳用戶:彭玖華
The Torque Network Library is a networking API designed to allow developers to easily add world-CLASS multiuser simulation capabilities to their products.
CLASS="tags">標簽: developers networking world-clas designed
CLASS="time">上傳時間: 2014-01-16
CLASS="username">上傳用戶:lvzhr
ICTCLAS的JNI調用接口文件: Title:ICTCLAS Caller * <p>Description:do chinese word segmentation.don t change the pakage and CLASS name, orelse you can t use it. * 請不要改變包名、類名以及native的方法名,否則調用將失效。 * 由于ICTCLAS本身存在很多魯棒性問題,調用segSentence時,string參數請保證不要過長或帶有亂碼。調用次數過多(如處理幾十G的數據)會有可能造成內存溢出。 * 故基本只能用于較小規模數據(相對幾十G來說)。 * 請運行時設置jvm足夠的堆棧空間。
CLASS="tags">標簽: ICTCLAS segmentation Description chinese
CLASS="time">上傳時間: 2014-01-25
CLASS="username">上傳用戶:it男一枚
這用java語言模擬一個銀行的操作系統,main-CLASS:run 圖形界面模式:加參數-graphic 文字模式:加參數-text Client.txt存放客戶信息 Compte.txt存放賬戶信息 Operation.txt賬號使用信息 這個版本是法語版的
CLASS="tags">標簽: java 語言 模擬 操作系統
CLASS="time">上傳時間: 2015-05-09
CLASS="username">上傳用戶:hzy5825468
本次project實現如下功能: 寫了一個本地的多線程游戲服務器ThreadeEchoServer,地址和端口為:127.0.0.1:9999 寫了一個本地的多線程游戲客戶端client,用來連接服務器,并進行通信. 在客戶端下可以啟動兩個小游戲:連連看和俄羅斯方塊.都需要網絡服務器做出響應才能啟動,可以建立客戶的多線程,也就是多個客戶連服務器.同時可以在一個客戶實現同時玩兩個游戲. 兩個游戲的代碼改編于網絡公布的源代碼,原來的源代碼有很多錯誤和不足,給出了合適我們的修正. 運行方式:先編譯生成所有的CLASS文件,本地啟動服務器,再啟動客戶端,在客戶端進行選擇操作,來啟動游戲,按面板提示進行游戲,最后退出客戶端即可. 開發工具:jCreat 開發人員:曾捷
CLASS="tags">標簽: ThreadeEchoServer project 多線程 服務器
CLASS="time">上傳時間: 2013-12-25
CLASS="username">上傳用戶:jing911003
教程將引導你通過多個操作步驟創建一個 Java 應用, 它覆蓋了 Together 的基本特性. Together 教程是基于 Java 的, 但程序員還是可以在其他語言下很容易地模仿這些操作步驟. (教程只需要很少的 Java 知識.) TogetherControlCenter6入門實踐教程 工程和包 需求與用例圖(Use Case Diagrams) 業務規則與活動圖(Activity Diagrams) 圖(Diagrams)與類(CLASSes) 類(CLASSes)與關聯(Associations) 模板模式(Template Patterns) 使用類模式(CLASS Patterns)進行代碼重構(Refactoring) 時序圖(Sequence Diagrams) 文檔生成 審查(Audits)與統計(Metrics) (需要 Together ControlCenter) 運行和調試 Java 工程
CLASS="tags">標簽: Together Java 教程 操作
CLASS="time">上傳時間: 2014-01-17
CLASS="username">上傳用戶:變形金剛
JSP留言板以上程序在Win2k Server+Mysql+Resin+J2sdk下面通過。 把lyb的文件夾拷貝到你的虛擬目錄。 把chclyb文件夾拷貝到X:\mysql\data\下面。 把CLASS_lyb拷貝到CLASS文件夾下面,同時改名為lyb 運行http://127.0.0.1:8080/lyb/
CLASS="tags">標簽: mysqldata Server chclyb J2sdk
CLASS="time">上傳時間: 2015-05-22
CLASS="username">上傳用戶:TF2015
< 數據挖掘--實用機器學習技術及java實現> 一書結合數據挖掘和機器學習的知識,作者陳述了自動挖掘模式的基礎理論,并且以java語言實現了具有代表性的各類數據挖掘方法.例如:CLASSifier中的ZeroR.OneR.NaiveBayes.DecisionTable.IBK.C45,還有聚類,數據預處理等.
CLASS="tags">標簽: java CLASS 數據挖掘 機器學習
CLASS="time">上傳時間: 2015-06-07
CLASS="username">上傳用戶:zmy123
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a CLASS Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
CLASS="tags">標簽: government streamline important alphabet
CLASS="time">上傳時間: 2015-06-09
CLASS="username">上傳用戶:weixiao99