CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - means

搜索资源列表

  1. k-meanss

    1下载:
  2. 模式识别作业,C程序编写的K-均值算法.-pattern recognition work, the C programming K-means algorithm.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1601
    • 提供者:曹猗宣
  1. DVDx

    0下载:
  2.  企业用户可通过Web800系统来提供Click-to-Dial的新型客户服务,即用户通过点击Web页面上的800电话,可直接与企业的相关人员通话。而客户或者企业的在外人员与企业联系时,只需点击企业Web页面上的指定图标,即可通过IP方式与企业的各部门取得联系。   企业不仅可以把申请Web800后获得的连接作为签名,嵌入Email中,从而实现Mail2phone功能。如果您愿意,还可以把她嵌入企业在网络上的广告中,也是轻松实现的功能。Web800把互联网与电话网的合二为一,为企业提供了一种
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1255823
    • 提供者:天花
  1. wawatextcluster

    0下载:
  2. 蛙蛙的中文文本聚类,主要采用k-means算法。wawa s text cluster using C#.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:17173
    • 提供者:陈石
  1. war3

    0下载:
  2. 一个复杂的工程通常可以分解成一组小任务的集合,完成这些小任务意味着整个工程的完成。例如,汽车装配工程可分解为以下任务:将底盘放上装配线,装轴,将座位装在底盘上,上漆,装刹车,装门等等。任务之间具有先后关系,例如在装轴之前必须先将底板放上装配线。任务的先后顺序可用有向图表示——称为顶点活动( Activity On Vertex, AOV)网络。有向图的顶点代表任务,有向边(i, j) 表示先后关系:任务j 开始前任务i 必须完成。图1 - 4显示了六个任务的工程,边( 1 , 4)表示任务1在任
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:911136
    • 提供者:sdg
  1. SIMproject.rar

    0下载:
  2. 本程序用VS2008 C#实现模拟电梯上下楼的过程,一共七个按键,六层楼控制 。, This program use VS2008 C# and it need .NET FRAMWORK environment to run it. New—a Winform function named diantixiangmu(a Chinese name which means elevator).add a class named Dianti.cs, in FORM1,there are 7
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:54571
    • 提供者:wyb527
  1. K-means

    3下载:
  2. 针对一维数据集K-means算法的实现, 针对一维数据集K-means算法的实现, 针对一维数据集K-means算法的实现。-k-means
  3. 所属分类:C#编程

    • 发布日期:2016-11-21
    • 文件大小:5308
    • 提供者:李梦
  1. KMeansClusterConsole

    0下载:
  2. K均值聚类算法,取前k个点为初始聚类中心,然后进行迭代聚类-K means clustering algorithm, fetch the first k points as initial cluster centers, then the iterative clustering
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:26510
    • 提供者:pyb
  1. 1

    0下载:
  2. 遍历问题 (时间限制为:1000毫秒) 描述: 已知二叉树的中序和先序遍历可以唯一确定后序遍历、已知中序和后序遍历可以唯一确定先序遍历,但已知先序和后序,却不一定能唯一确定中序遍历。现要求根据输入的中序遍历结果及某一种遍历,要求输出另一种遍历。 输入: 输入包括若干个测试用例,第一行为一个自然数n,表示用例个数,接下来4n行,即每个用例占4行,其中第一行表示第一种遍历方式,第二行为第一种遍历结果,第三行为第二种遍历方式,第4行为第二种遍历结果。注明:先序遍历方式
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:865
    • 提供者:zhoupenghua
  1. WinGrep

    0下载:
  2. 使用c#编写的一个windows下的grep程序,提供一个简单界面。-Traditionally grep stands for "Global Regular Expression Print". Global means that an entire file is searched. Regular Expression means that a regular expression string is used to establish a search pattern. Print m
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:10346
    • 提供者:liuxing
  1. pailie

    0下载:
  2. 这是一个C#语言实现的递归和其他方法求全排列的程序。目前网上很少有c#版的。-This is a C# Language and other means of recursive procedures with the overall situation. At present, very few online c# Version.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:30202
    • 提供者:王德安
  1. 1

    0下载:
  2. 无向图 遍历链表并依次输出其的结点值向网表示n个城市之间通信网络的建设计划-Undirected graph traversal list and followed by the output node of its value to the net means that n communication network between the cities plan to build
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1441
    • 提供者:倪晓俊
  1. CLR_via_CSharp_2E

    0下载:
  2. 框架设计(第2版):CLR Via C# 被china-pub会员评为“2007年我最喜爱的十大技术图书”之一 知名技术作家类Jeff Richter 为您提供专业指导,让您迅速掌握CLR和.NET Framework 2.0-The purpose of this book is to explain how to develop applications and reusable classes for the .NET Framework. Specifically, this m
  3. 所属分类:CSharp

    • 发布日期:2017-06-11
    • 文件大小:18803142
    • 提供者:wubo
  1. kmean2

    0下载:
  2. 用VC写的关于k-mean聚类算法的程序。-Written by VC on the k-mean clustering algorithm procedure.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:997
    • 提供者:Calvin Chen
  1. CPM

    3下载:
  2. 数字通信程序。记录我针对数字通信(John.G Proakis)版本学习中编写的仿真程序。 和大家交流共同学习,其中的错误,希望大家指证!-Digital communication procedures. I look at digital communications records (John.G Proakis) version of the study prepared by simulation program. And to facilitate the exchange o
  3. 所属分类:C#编程

    • 发布日期:2014-01-16
    • 文件大小:3745
    • 提供者:123
  1. CSharpLanguageSpecification

    0下载:
  2. 本书主要介绍CSharp语言规范,提供CSharp编程语言参考。-Notice This documentation is an early release of the final documentation, which may be changed substantially prior to final commercial release. This document is provided for informational purposes only and Micro
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:935582
    • 提供者:jespher72
  1. k_means

    0下载:
  2. k均值聚类算法,可以完成k均值聚类运算。实现几个点的聚类-k means clustering algorithm, k means clustering operation can be completed. Clustering to achieve several points
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:26511
    • 提供者:lazyshi
  1. K-means

    1下载:
  2. k-means 算法 step1 初始化K个质心 step2 将所有的点分配给最近的质心 step3 更新质心 step4 若质心都没用变化,则停止,否则返回step2 -k-means algorithm is initialized step1 step2 K a center of mass of all the points assigned to the nearest centroid centroid step3 step4 update no us
  3. 所属分类:C#编程

    • 发布日期:2013-04-10
    • 文件大小:44372
    • 提供者:vince
  1. K-means-cSharp--code

    0下载:
  2. k均值算法是模式识别的聚分类问题,这是用C#实现其算法-K-means algorithm is pattern recognition of poly classification problem, this is written in c# realize its algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:5243
    • 提供者:lihang
  1. K-Means

    0下载:
  2. K-means 算法的一种C# 实现,数据挖掘聚类算法-K-MEANS ALGORITHM
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:4133
    • 提供者:wanghu
  1. New-Revised-K-means

    0下载:
  2. New revised K-means聚类算法,为matlab函数,需要调用才能使用-New revised K-means clustering algorithm for matlab function, you need to call in order to use
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1997
    • 提供者:秦天柱
« 12 3 4 5 6 »
搜珍网 www.dssz.com