动态k均值聚类C源码[C],好东西,仔细研究呀!呵呵^
上传时间: 2015-10-20
上传用户:lht618
本程序是D.R.J.OWEN主编的FINITE ELEMENTS IN PLASTICITYG一书中第八章例题的有限元程序,网上流传的这个版本的源码里有错误,我把它更正过来了,而且还添加了输入文本。绝对好东西啊。
标签: PLASTICITYG ELEMENTS FINITE OWEN
上传时间: 2014-01-23
上传用户:myworkpost
D.R.J.OWEN的经典著作--< 有限元程序>
上传时间: 2013-12-25
上传用户:dave520l
模式识别中的聚类k均值算法用C++ builder编码实现是cpp文件
上传时间: 2015-10-21
上传用户:xymbian
K-L的人脸识别 用过多次了,大家试试吧
上传时间: 2015-10-21
上传用户:gundan
K近邻法的matlab程序,发现大家都在找它!
上传时间: 2013-12-16
上传用户:gououo
给定一个k进制数a,编程计算最少经过多少次倒置相加运算,a 变成回文数。
标签: 进制数
上传时间: 2015-10-22
上传用户:miaochun888
代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系,不断用A中的字母去替换B中的字母,搜索不成功时就回退,在这里回朔是一个关键。
上传时间: 2015-10-24
上传用户:wanqunsheng
设计算法实现在一个具有在n各互不相同元素的数组A[1…n]中找出所有前k个最小元素的问题,这里k不是常量,即它是输入数据的一部分。要求算法的时间复杂性为Θ(n)。
上传时间: 2013-12-21
上传用户:zhliu007
Input The input consists of two lines. The first line contains two integers n and k which are the lengths of the array and the sliding window. There are n integers in the second line. Output There are two lines in the output. The first line gives the minimum values in the window at each position, from left to right, respectively. The second line gives the maximum values. Sample Input 8 3 1 3 -1 -3 5 3 6 7 Sample Output -1 -3 -3 -3 3 3 3 3 5 5 6 7
上传时间: 2014-12-21
上传用户:hongmo