The last step in training phase is refinement of the clusters found above. Although DynamicClustering counters all the basic k-means disadvantages, setting the intra-cluster similarity r may require experimentation. Also, a cluster may have a lot in common with another, i.e., sequences assigned to it are as close to it as they are to another cluster. There may also be denser sub-clusters within the larger ones.
标签: DynamicClusteri refinement Although clusters
上传时间: 2014-01-04
上传用户:watch100
极大值抑制与双阈值门限得到图像边缘: * nonmaxsuppts.m Code for performing non-maxima suppression and thresholding of points generated by a feature/corner detector. It optionally returns sub-pixel feature locations.
标签: nonmaxsuppts thresholding suppression non-maxima
上传时间: 2016-07-08
上传用户:guanliya
用Fourier变换求取信号的功率谱---周期图法 用Fourier变换求取信号的功率谱---分段周期图法 用Fourier变换求取信号的功率谱---welch方法 功率谱估计----多窗口法(multitaper method ,MTM法) 功率谱估计----最大熵法(maxmum entmpy method,MEM法) 功率谱估计----多信号分类法(multiple signal classification,music法)Fourier transform to strike a signal to the power spectrum - the cycle of plans Fourier transform to strike a signal to the power spectrum - Sub-cycle Method Fourier transform to strike a signal to the power spectrum --- welch method Power spectrum estimated more than window ---- Law (multitaper method, MTM) ---- Power spectrum estimate of maximum entropy (maxmum entmpy method, MEM) ---- More than the estimated power spectrum signal classification (multiple signal classification, music)
上传时间: 2016-07-16
上传用户:wqxstar
用VB做QQ强制聊天器 用VB做QQ强制聊天器 大家好..我是愚罪..QQ:303931726 今天教大家来用VB做QQ强制聊天器..... 废话不多说了``` 直接打开VB 新建一个EXE文件..新建一个Text和一个Command按纽 最后直接把代码写上去就可以了... Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _ (ByVal hwnd As Long, _ ByVal lpOperation As String, _ ByVal lpFile As String, _ ByVal lpParameters As String, _ ByVal lpDirectory As String, _ ByVal nShowCmd As Long) As Long Private Sub Command1_Click() ShellExecute 0, "open", "tencent://message/?uin=" + Text1.Text, "", "", 1 End Sub 可以了...生成试验下..我就不美化了..你们可以去美化下``` 看。。成功了
上传时间: 2014-01-19
上传用户:日光微澜
DLL注入,就把什么枚举进程、查找窗口和进程特权设置那西东西省了。 附件中带了一个testDll.dll,是我写的一个测试DLL,因为一般的DLL注入进去了可能没反应,所以在我写了个DLL,在里面加了MessageBox,可以弹出来,这样就知道DLL运行没有。DLL是VC++写的,因为我用的是VB迷你版,只能写ActiveX DLL,而这种DLL不能用来注入(我写了个,在Main函数里写了个MsgBox,启动对象设为 Sub Main,发现可以注入,但没有MsgBox出现),如果谁要DLL源码就回贴说,我发上来。
标签: DLL
上传时间: 2014-01-23
上传用户:guanliya
自己做的程序,分享一下,希望大家多多指点,汇编语言学习的成果,包含了两个源代码,分别是(add和sub)
标签: 程序
上传时间: 2013-12-17
上传用户:kristycreasy
The program constructs girth-twelve column-weight QC-LPDC codes. The rate can be changed by changing k(row-weight), size is changed by varying m(sub-matrix size).
标签: column-weight girth-twelve constructs The
上传时间: 2016-11-01
上传用户:erkuizhang
很好的VB课件,非常详细,包括第1章Visual Basic概述第2章 语言基础 第3章 Visual Basic程序结构 第4章 子过程(Sub、Function、Property和Event)第5章 常用控件与窗体 第6章 使用Windows API 第7章 通用对话框和剪贴板的应用 第8章 菜单的设计和MDI程序设计 第9章 文件操作 第10章 图形基础 第11章 程序调试和出错处理 第12章鼠标事件和OLE拖放 第13章 Visual Basic和数据库操作 第14章 Visual Basic与数据库的扩展
标签:
上传时间: 2016-11-04
上传用户:zycidjl
Produce a Java program to calculate the value of π in two different methods proposed by Francois Vieta and John Wallis. Design and implement a super-class Estimation two sub-classes (FrancoisVieta and JohnWallis) and an application class.
标签: calculate different Francois proposed
上传时间: 2013-12-27
上传用户:84425894
RISC状态机由三个功能单元构成:处理器、控制器和存储器。 RISC状态机经优化可实现高效的流水线操作。 RISC 中的数据线为16位。 在数据存储器中的0到15的位置放置16个随机数,求16个数的和,放在数据存储器的16、17的位置,高位在前 对这16个数进行排序,从大到小放置在18到33的位置 求出前16个数的平均数,放在34的位置 基本指令有NOP, ADD, SUB, AND, RD, WR, BR,BC。 因为采用16位指令,有扩充的余地。
上传时间: 2013-11-29
上传用户:缥缈