搜索资源列表
k-meanss
- 模式识别作业,C程序编写的K-均值算法.-pattern recognition work, the C programming K-means algorithm.
DVDx
- 企业用户可通过Web800系统来提供Click-to-Dial的新型客户服务,即用户通过点击Web页面上的800电话,可直接与企业的相关人员通话。而客户或者企业的在外人员与企业联系时,只需点击企业Web页面上的指定图标,即可通过IP方式与企业的各部门取得联系。 企业不仅可以把申请Web800后获得的连接作为签名,嵌入Email中,从而实现Mail2phone功能。如果您愿意,还可以把她嵌入企业在网络上的广告中,也是轻松实现的功能。Web800把互联网与电话网的合二为一,为企业提供了一种
wawatextcluster
- 蛙蛙的中文文本聚类,主要采用k-means算法。wawa s text cluster using C#.
war3
- 一个复杂的工程通常可以分解成一组小任务的集合,完成这些小任务意味着整个工程的完成。例如,汽车装配工程可分解为以下任务:将底盘放上装配线,装轴,将座位装在底盘上,上漆,装刹车,装门等等。任务之间具有先后关系,例如在装轴之前必须先将底板放上装配线。任务的先后顺序可用有向图表示——称为顶点活动( Activity On Vertex, AOV)网络。有向图的顶点代表任务,有向边(i, j) 表示先后关系:任务j 开始前任务i 必须完成。图1 - 4显示了六个任务的工程,边( 1 , 4)表示任务1在任
SIMproject.rar
- 本程序用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
K-means
- 针对一维数据集K-means算法的实现, 针对一维数据集K-means算法的实现, 针对一维数据集K-means算法的实现。-k-means
KMeansClusterConsole
- K均值聚类算法,取前k个点为初始聚类中心,然后进行迭代聚类-K means clustering algorithm, fetch the first k points as initial cluster centers, then the iterative clustering
1
- 遍历问题 (时间限制为:1000毫秒) 描述: 已知二叉树的中序和先序遍历可以唯一确定后序遍历、已知中序和后序遍历可以唯一确定先序遍历,但已知先序和后序,却不一定能唯一确定中序遍历。现要求根据输入的中序遍历结果及某一种遍历,要求输出另一种遍历。 输入: 输入包括若干个测试用例,第一行为一个自然数n,表示用例个数,接下来4n行,即每个用例占4行,其中第一行表示第一种遍历方式,第二行为第一种遍历结果,第三行为第二种遍历方式,第4行为第二种遍历结果。注明:先序遍历方式
WinGrep
- 使用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
pailie
- 这是一个C#语言实现的递归和其他方法求全排列的程序。目前网上很少有c#版的。-This is a C# Language and other means of recursive procedures with the overall situation. At present, very few online c# Version.
1
- 无向图 遍历链表并依次输出其的结点值向网表示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
CLR_via_CSharp_2E
- 框架设计(第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
kmean2
- 用VC写的关于k-mean聚类算法的程序。-Written by VC on the k-mean clustering algorithm procedure.
CPM
- 数字通信程序。记录我针对数字通信(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
CSharpLanguageSpecification
- 本书主要介绍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
k_means
- k均值聚类算法,可以完成k均值聚类运算。实现几个点的聚类-k means clustering algorithm, k means clustering operation can be completed. Clustering to achieve several points
K-means
- 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
K-means-cSharp--code
- k均值算法是模式识别的聚分类问题,这是用C#实现其算法-K-means algorithm is pattern recognition of poly classification problem, this is written in c# realize its algorithm
K-Means
- K-means 算法的一种C# 实现,数据挖掘聚类算法-K-MEANS ALGORITHM
New-Revised-K-means
- New revised K-means聚类算法,为matlab函数,需要调用才能使用-New revised K-means clustering algorithm for matlab function, you need to call in order to use