这是一个有关于模式识别中的isodata算法的C++实现。很多课程设计可用到。数据在data.txt里
上传时间: 2013-12-23
上传用户:gmh1314
本书以4个面向来表现C++的本质:procedural(程序性的)、generic(泛型的)、object-based(个别对象的)、object-oriented(面向对象的)。本书的组织围绕着一系列逐渐繁复的程序问题,以及用以解决这些问题的语言特性。循此方式,你不只学到C++的函数和结构,也会学习到它们的设计目的和基本原理。 你可以由本书发现以下关键主题: ● Generic (泛型)编程风格和Standard Template Library(STL) ● Object-based(个别对象)编程风格和class的设计 ● Object-oriented(面向对象)编程风格和classes阶层体系的设计 ● Function template 和class template 的设计和运用 ● Exception handling(异常处理)与执行期型别鉴定(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实例及实验数据分析
上传时间: 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