這是一個有關于模式識別中的isodata算法的C++實現(xiàn)。很多課程設計可用到。數(shù)據(jù)在data.txt里
上傳時間: 2013-12-23
上傳用戶:gmh1314
本書以4個面向來表現(xiàn)C++的本質(zhì):procedural(程序性的)、generic(泛型的)、object-based(個別對象的)、object-oriented(面向?qū)ο蟮模1緯慕M織圍繞著一系列逐漸繁復的程序問題,以及用以解決這些問題的語言特性。循此方式,你不只學到C++的函數(shù)和結(jié)構(gòu),也會學習到它們的設計目的和基本原理。 你可以由本書發(fā)現(xiàn)以下關鍵主題: ● Generic (泛型)編程風格和Standard Template Library(STL) ● Object-based(個別對象)編程風格和class的設計 ● Object-oriented(面向?qū)ο?編程風格和classes階層體系的設計 ● Function template 和class template 的設計和運用 ● Exception handling(異常處理)與執(zhí)行期型別鑒定(Run-Time Type Identification)
標簽: object-oriented object-based procedural generic
上傳時間: 2013-12-30
上傳用戶:362279997
cobol code write the data in db2 into IMS s message q
上傳時間: 2014-11-23
上傳用戶:亞亞娟娟123
Wiley - Understanding Data Communications (Third Edition)
標簽: Communications Understanding Edition Wiley
上傳時間: 2015-09-02
上傳用戶:1583060504
William Stallings - Data and Computer Communications PPT slides
標簽: Communications Stallings Computer William
上傳時間: 2015-09-02
上傳用戶:奇奇奔奔
The project Adventure is a simple text-based adventure game. The game, as given, involves the hero trying to find his way from a deep dark forest to home and his true love. There s very little else the player can do apart from moving from place to place. It s not really very interesting. This project can be of use beyond the given, rather boring forest adventure though. You can use it as a basis for developing your own adventure game with different, more interesting commands, areas, items, people and so on. The package ope.adventure contains classes to describe the game world.
標簽: game text-based The Adventure
上傳時間: 2014-01-15
上傳用戶:cursor
It s a note about data structure. Tree---self balancing and rotate
標簽: balancing structure rotate about
上傳時間: 2014-03-11
上傳用戶:stewart·
It s a note on data structure---AVL tree, very clear and useful!
標簽: structure useful clear note
上傳時間: 2015-09-06
上傳用戶:wkchong
Data Minig中的FP GROWTH 算法,附帶test實例及實驗數(shù)據(jù)分析
上傳時間: 2013-12-19
上傳用戶:manking0408
* CONSTRAINTS * This module does not handle data which is considered out of range by the * application(i.e. fixed constants which represent error condition) * * Maximum weight value must be limited to 128 to prevent an overflow * condition during the calculation. * * The internal data type must be large enough to handle the calculations. * The maximum possible internal value * = Max Input Value * (weight - 1) + Max Input Value * If a maximum weight of 128 is used, the internal data type should be 2 * times the size of the input data type.
標簽: CONSTRAINTS considered module handle
上傳時間: 2015-09-07
上傳用戶:qunquan