C/S模式下的参考代码,十分有用。值得参考
上传时间: 2014-01-17
上传用户:fredguo
This mainly about the Fat32/16 s specification and some instructions about build the USB Disk ect.
标签: about specification instructions the
上传时间: 2013-12-06
上传用户:jennyzai
实现聚类K均值算法: K均值算法:给定类的个数K,将n个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。 缺点:产生类的大小相差不会很大,对于脏数据很敏感。 改进的算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)中,顺序选取一个Or,计算用Or代替Oi后的消耗—E(Or)。选择E最小的那个Or来代替Oi。这样K个medoids就改变了,下面就再转到2。 4,这样循环直到K个medoids固定下来。 这种算法对于脏数据和异常数据不敏感,但计算量显然要比K均值要大,一般只适合小数据量。
上传时间: 2015-04-03
上传用户:sardinescn
Computer_Networks_4th_Edition《计算机网络》第四版 英文版 作者:Andrew S. Tanenbaum
标签: S. Computer_Networks th_Edition Tanenbaum
上传时间: 2013-12-16
上传用户:lifangyuan12
基于java的完整的RSA算法实现 /** * <p>Titre : RSA </p> * <p>Description : Encodage de donn閑s selon le protocole RSA </p> * <p>Copyright : Copyright (c) 2004</p> * @author Fran鏾is Bradette * @version 1.1 * version originale de Robert Sedgewick and Kevin Wayne.Copyright ? 2004 * pris sur le site http://www.cs.princeton.edu/introcs/104crypto/RSA.java.html * Modifier par Fran鏾is Bradette */
标签: Description RSA Encodage gt
上传时间: 2014-01-10
上传用户:时代电子小智
Scalable k-means software and test datasets This package (a Unix tar file, gzipped) contains the source code for the software that was used to run the experiments for the article
标签: Scalable datasets contains software
上传时间: 2015-04-05
上传用户:康郎
K-均值算法的c语言实现,他是一种基于样本间相似性度量的间接聚类方法。
上传时间: 2015-04-05
上传用户:zhuimenghuadie
这次上传的代码是关于K-means clusters的代码,希望能对大家有用。
上传时间: 2013-12-15
上传用户:lindor
Many many developers all over the net respect NASM for what i s - a widespread (thus netwide), portable (thus netwide!), very flexible and mature assembler tool with support for many output formats (thus netwide!!). Now we have good news for you: NASM is licensed under LGPL. This means its development is open to even wider society of programmers wishing to improve their lovely assembler. The NASM project is now situated at SourceForge.net, the most famous Open Source development center on The Net. Visit our development page at http://nasm.2y.net/ and our SF project at http://sf.net/projects/nasm/
标签: developers widespread netwide respect
上传时间: 2014-01-20
上传用户:2404
sime examples of EZUSB s bulk tranfer
标签: examples tranfer EZUSB sime
上传时间: 2015-04-07
上传用户:无聊来刷下