一個投影聚類算法及其數據集生成源碼。 參考文獻: Eric K.K. Ng, A. Fu : Efficient algorithm for Projected Clustering,
標簽: A. K.K. Clustering Efficient
上傳時間: 2013-12-11
上傳用戶:亞亞娟娟123
Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.
標簽: available libraries Although nearly
上傳時間: 2014-01-22
上傳用戶:zhoujunzhen
This book isn t for uber-programmers who already have all the answers. If you think that J2EE does everything that you need it to do and you can make it sing, this book is not for you. Believe me, there are already enough books out there for you.
標簽: uber-programmers already answers think
上傳時間: 2015-05-22
上傳用戶:tb_6877751
8051 Serial Port Routines by Kevin W. Clark
上傳時間: 2013-12-17
上傳用戶:498732662
這是當初在學網路程式時所寫的,所以有很多很多地方可以改進, 有心人士就拿去亂改吧! 先執行(server) Server 然後再開兩個 (Client) LoginFrame 就能連了。 那個密碼部份是假的,沒有啥用處,可以把它改成輸入ip , 當初是直接設 127.0.0.1,以方便測試。
標簽: 程式
上傳時間: 2014-12-03
上傳用戶:jackgao
檔案系統FAT讀寫USB pen driver sample code
上傳時間: 2015-05-23
上傳用戶:tedo811
ITU-T Rec H.264 文檔, 2005年3月最新版.
上傳時間: 2014-01-05
上傳用戶:xhz1993
ITU-T Recommendation V.90 98年9月版本 A DIGITAL MODEM AND ANALOGUE MODEM PAIR FOR USE ON THE PUBLIC SWITCHED TELEPHONE NETWORK (PSTN) AT DATA SIGNALLING RATES OF UP TO 56 000 bit/s DOWNSTREAM AND UP TO 33 600 bit/s UPSTREAM
標簽: MODEM Recommendation ANALOGUE DIGITAL
上傳時間: 2014-01-17
上傳用戶:hn891122
ITU-T RECOMMENDATION V.250 SERIAL ASYNCHRONOUS AUTOMATIC DIALLING AND CONTROL 99年5月版本
標簽: RECOMMENDATION ASYNCHRONOUS AUTOMATIC DIALLING
上傳時間: 2015-05-27
上傳用戶:英雄
該程序基于RS232串口通訊的激光檢測鉆頭鉆孔內徑及外徑等相關參數從而判斷該產品是否為OK/NG
上傳時間: 2013-12-05
上傳用戶:Avoid98