genetic algorithm source code, C# environment, and good, for beginners learning
标签: environment algorithm beginners learning
上传时间: 2016-07-27
上传用户:playboys0
《How To Think Like A Computer Scientist Learning with C++》. Allen B. Downey写的关于c++的一本书。
标签: B. Scientist Computer Learning
上传时间: 2016-07-31
上传用户:
delphi登陸窗體的制作,就我知道的,可以有兩種方法,一種是在工程文件中實現登陸窗體的動態調用,另一種就是在主窗體的OnCreate事件中動態創建登陸窗體,兩種方法都需要將主窗體設置為Auto-create form,將登陸窗體設
标签: OnCreate Auto-cr delphi 工程
上传时间: 2016-08-04
上传用户:gtzj
good compiler learning
上传时间: 2016-08-05
上传用户:410805624
an analysis software with souce code for the time series with methods based on the theory of nonlinear deterministic dynamical systems, or chaos theory.这套软件源码是根据H. Kantz and T. Schreiber, ``Nonlinear Time Series Analysis , Cambridge University Press, Cambridge (1997).
标签: with the analysis software
上传时间: 2013-12-10
上传用户:ve3344
Object-oriented languages define objects (types of things) that know how to perform methods (specific actions). Functional languages treat programming problems like mathematical relationships. Ruby is flexible, meaning that you can program in any of these styles however, it is primarily object oriented, with some strong functional influence. This book focuses slightly more on the functional aspects of Ruby than some other books.
标签: Object-oriented languages objects methods
上传时间: 2016-08-05
上传用户:佳期如梦
Parallel Inference Machine Design Topics,并行推理机设计论题
标签: Inference Parallel Machine Design
上传时间: 2014-01-12
上传用户:gundan
OReilly 於2006年10月出版的:Learning JavaScript
标签: JavaScript Learning OReilly 2006
上传时间: 2014-08-08
上传用户:nanfeicui
introduce UML on the background and the use of functions, suitable for beginners learning. Including some designed patterns
标签: background introduce functions beginners
上传时间: 2014-07-08
上传用户:plsee
cskmeans 聚类算法的一种 1. 分裂法(partitioning methods):给定一个有N个元组或者纪录的数据集,分裂法将构造K个分组,每一个分组就代表一个聚类,K<N。而且这K个分组满足下列条件:(1) 每一个分组至少包含一个数据纪录;(2)每一个数据纪录属于且仅属于一个分组(注意:这个要求在某些模糊聚类算法中可以放宽);对于给定的K,算法首先给出一个初始的分组方法,以后通过反复迭代的方法改变分组,使得每一次改进之后的分组方案都较前一次好,而所谓好的标准就是:同一分组中的记录越近越好,而不同分组中的纪录越远越好。使用这个基本思想的算法有:K-MEANS算法、K-MEDOIDS算法、CLARANS算法;
标签: partitioning cskmeans methods 聚类算法
上传时间: 2014-01-16
上传用户:songyue1991