模式識別中K均值、ISODATA等聚類算法以及感知器線性判別算法的Java實現,源碼包含一個完整的Eclipse工程,便于重用
上傳時間: 2014-01-04
上傳用戶:shanml
Hibernate,webWork ,struts in action經典框架系列書籍,我的好書都差不多上完了,看來下次要到同學那 copy 了,只為支持PUDN源碼網.....歡迎大家下載.
標簽: Hibernate webWork struts action
上傳時間: 2016-03-23
上傳用戶:ZJX5201314
Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to Install Linux 7 2 Installing Linux 23 3 Post-Installation Issues 41 PART II LEARNING LINUX BASICS 67 Hour 4 Reading and Navigation Commands 69 5 Manipulation and Searching Commands 93 6 Using the Shell 117 7 Using the X Window System 143 8 Exploring the K Desktop Environment 177 PART III CONNECTING TO THE OUTSIDE WORLD 197 Hour 9 Using Communications Programs 199 10 Connecting to the Internet 223 11 Configuring Internet Email 249 12 Configuring Internet News 269 13 Internet Downloading and Browsing 289
標簽: CONFIGURATION Introduction INSTALLATION Preparing
上傳時間: 2013-12-27
上傳用戶:qiao8960
基于ucos-II開發框架,給出了在ADS環境下源碼示例
標簽: ucos-II
上傳時間: 2013-12-21
上傳用戶:hullow
中心點漂移是一種非監督聚類算法(與k-means算法相似,但應用范圍更廣些),可用于圖像分割,基于Matlab實現的源碼。 MedoidShift is a unsupervised clustering algorithm(similar to k-means algorithm, but can be used in border application fields), can be used for image segmentation. Included is the Matlab implementation source code.
上傳時間: 2016-03-28
上傳用戶:wab1981
在win2000sp4 + VM6基本穩定。 原理不多說了,自己看代碼吧,我也早就發過了驅動的代碼了,現在的就是一個完整的應用。希望能夠對大家有一點幫助,但是不要用在不該用的場所。 使用方法將: dd1壓縮包里面是驅動源碼 console壓縮包里面是控制臺源碼 hide.exe是最終產品 使用方法: 1、將hide.exe復制到系統目錄 2、運行cmd 3、hide -h 查看幫助 hide -i 安裝驅動 hide -u 卸載驅動 hide -f -a filename 添加一個隱藏文件
上傳時間: 2013-12-12
上傳用戶:liglechongchong
k-meansy算法源代碼。This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen.
標簽: code implementing directory algorithm
上傳時間: 2016-04-07
上傳用戶:shawvi
Problem F:汽車加油 Time Limit:1000MS Memory Limit:65536K Total Submit:1400 Accepted:404 Language: not limited Description 一輛汽車加滿油后可行駛n公里。旅途中有若干個加油站。設計一個有效算法,指出應在哪些加油站停靠加油,使沿途加油次數最少。 編程任務: 對于給定的n和k(k <= 10000)個加油站位置,編程計算最少加油次數。 Input 第一行有2 個正整數n和k,表示汽車加滿油后可行駛n公里,且旅途中有k個加油站。接下來的1 行中,有k+1 個整數,表示第k個加油站與第 k-1 個加油站之間的距離。第0 個加油站表示出發地,汽車已加滿油。第k+1 個加油站表示目的地。 Output 輸出最少加油次數。如果無法到達目的地,則輸出”No Solution”。 Sample Input 7 7 1 2 3 4 5 1 6 6 Sample Output 4
標簽: Limit Accepted Language Problem
上傳時間: 2016-04-12
上傳用戶:youth25
SAS是功能強大的統計軟體,其程式碼有8成是用C所開發。此檔案提供豐富的SAS SQL程式碼,可幫助你解決相關的資料問題問題。
標簽: SAS
上傳時間: 2014-11-24
上傳用戶:sevenbestfei
這是一個ARM2410A的I/O字符驅動程序,有很好的框架,很有參考價值。以驅動LED,及按鍵為例。培訓班內部資料
上傳時間: 2014-01-18
上傳用戶:zhengzg