搜索资源列表

  1. 创建圆形按钮的类

    0下载:
  2. 实现圆形按钮的类软件产品是我们开发人员的血汗,维维软件园不支持任何单位和个人盗用软件,-achieve circular button type of software products is the development of our blood and sweat, Weiwei Software Park does not support any units and individuals pirated software,
  3. 所属分类:按钮控件

    • 发布日期:2024-05-12
    • 文件大小:18432
    • 提供者:马龙
  1. K-均值聚类算法C++编程

    0下载:
  2. K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm pr
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:韩磊
  1. 以K-均值聚类结果为初始解的模拟退火聚类

    0下载:
  2. 由于K-均值聚类算法局部最优的特点,而模拟退火算法理论上具有全局最优的特点。因此,用模拟退火算法对聚类进行了改进。20组聚类仿真表明,平均每次对K结果值改进8次左右,效果显著。下一步工作:实际上在高温区随机生成邻域是个组合爆炸问题(见本人上载软件‘k-均值聚类算法’所述),高温跳出局部解的概率几乎为0,因此正考虑采用凸包约束进行模拟聚类,相关工作正在进行。很快将奉献给各位朋友。-as K-means clustering algorit
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:5120
    • 提供者:韩磊
  1. kmeans聚类算法源码

    1下载:
  2. k均值聚类算法源码,比较经典,无解压密码-kmeans clustering algorithm source code,comparatively classical,no password for unzip
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:29696
    • 提供者:司南
  1. 封装好的一个显示BMP,JPG,GIF,WMF图形的类

    1下载:
  2. 封装好的一个显示BMP,JPG,GIF,WMF图形的类-Packaging, a good show BMP, JPG, GIF, WMF graphics category
  3. 所属分类:界面编程

    • 发布日期:2024-05-12
    • 文件大小:44032
    • 提供者:
  1. MS VC++ 6.0 MFC类库参考手册1

    1下载:
  2. MS VC++ 6.0 MFC类库参考手册1,仓库中有MS VC++ 6.0 MFC类库参考手册2,没有找到1,就把2传上来了,不知道是不是配套。但可以看看。-MFC a reference manual, a warehouse MS VC 6.0 reference manual MFC 2 and did not find one, put onto two-and not know it is not matching. But
  3. 所属分类:电子书籍

    • 发布日期:2024-05-12
    • 文件大小:7549952
    • 提供者:王喆
  1. 容器类

    0下载:
  2. 容器类的实现和定义,由于使用迭代器需 要关于STL容器类和算法的知识,-container class and the realization of the definition, because the need for the use of iterative STL containers on the type and algorithms knowledge,
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:范围
  1. CBmpProc位图处理类

    0下载:
  2. 图像处理类可以很容易的处理bmp等数字图形和图像。如果你使用的话有什么bug 请通知我-This image processing class can easily process digital graphs and images, such as bmjp etc.If you find any bug during your use, please notify me.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:74752
    • 提供者:望里
  1. 一个Socket连接类,封装了Winsock API

    0下载:
  2. 一个Socket连接类,封装了Winsock API,VB源码,推荐下载!-a socket connection type, Packaging, a Winsock API, VB source code to download!
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-12
    • 文件大小:61440
    • 提供者:于晶
  1. 聚类分析程序

    0下载:
  2. 该文件是一组数据挖掘领域中,聚类分析的有关算法。-the document is a group of data mining areas, cluster analysis of the algorithm.
  3. 所属分类:数据库编程

    • 发布日期:2024-05-12
    • 文件大小:1390592
    • 提供者:许朝
  1. 一个RSA的类的源代码

    0下载:
  2. 一个RSA的类的源代码,并有我写的测试程序,非常好用-the source code of a rsa class,which has been tested ,and works well.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-12
    • 文件大小:1972224
    • 提供者:王德磊
  1. 操作矩阵的类 CMatrix

    0下载:
  2. 一个操作矩阵的类CMatrix的算法,代码比较长,但是时间复杂度不是很高,所以个人觉得还算是个合格的该类算法代码-an operational matrix of categories CMatrix algorithm, code rather long, but time complexity is not very high, so personally think that this was a qualified source
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:11264
    • 提供者:方价钱
  1. 牌类游戏

    0下载:
  2. 一个牌类游戏(拱猪),具有定时功能,超时由服务器托管,界面美观-a license games (Gong Zhu), with regular features, overtime hosted by the server, beautiful interface
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-12
    • 文件大小:329728
    • 提供者:lyh
  1. 一个可以对任意长整数进行加减的类

    0下载:
  2. 在Visual C++6.0 WinXp下编译通过采用类来实现,从CString继承而来数据运算的结果保存在CString类中理论上可对任意长的数据进行相加在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件-in Visual C Compiler 6.0 WinXp adopted under the category achieved redeem inherited from
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:61440
    • 提供者:何炜
  1. 数据库连接类库实例

    0下载:
  2. 这是一个用c#编写的用C#实现数据库连接类库实例,可以看看的-this implementing database connecting with C# is written in c#,please take a look
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:33792
    • 提供者:所担负
  1. 串口类实现串口通信

    0下载:
  2. 计算机串口编程类源代码类,供visual c++通讯开发使用。-computer programming class source categories, for the development of visual communications c use.
  3. 所属分类:串口编程

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:刘建超
  1. 一种实用高效的聚类算法

    1下载:
  2. 这是一个新的聚类算法设计,是由复旦大学的教授们设计的,值得一读。-This is a new clustering algorithm is designed by professors from Fudan University, the design, it is worth a read.
  3. 所属分类:文档资料

    • 发布日期:2024-05-12
    • 文件大小:365568
    • 提供者:石支柱
  1. 考虑对象方向关系的密度聚类算法

    0下载:
  2. 当前的聚类算法很多,但是都没有解决关于边界点的问题,这个算法提出一种新的观点。-current clustering algorithm, and still has no points on the border issue and the algorithm, a new perspective.
  3. 所属分类:文档资料

    • 发布日期:2024-05-12
    • 文件大小:33792
    • 提供者:石支柱
  1. 基于核密度估计的层次聚类算法

    0下载:
  2. 本文基于层次聚类的局限性,展开了描述,然后提出了解决办法。-Based on the hierarchical clustering limitations, launched a descr iption, and then the solutions.
  3. 所属分类:文档资料

    • 发布日期:2024-05-12
    • 文件大小:175104
    • 提供者:石支柱
  1. 聚类问题的蚁群算法

    0下载:
  2. 蚁群算法在聚类中的一个应用,不是很具体。希望和大家一起讨论这个问题。-Ant Algorithm in a cluster of application is not very specific. And we hope to discuss this issue.
  3. 所属分类:文档资料

    • 发布日期:2024-05-12
    • 文件大小:88064
    • 提供者:石支柱
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org