搜索资源列表
Introduction to Clusters and Parallel Computing.ra
- 介绍并行计算的经典书籍,虽然是英文,但是值得一读。
scada
- 使用VB和VC++混合编程的大型集群设备监控系统软件。界面做得比较漂亮,有可靠的串口设备和网络设备数据采集的设计实例。图片也是自己整理的,觉得还是比较漂亮和大方的。-Using VB and VC++ mixed programming equipment monitoring system software on large clusters. Interfaces have done quite beautiful, have a reliable serial data acquisiti
MIMO_SER
- 程序仿真MS(移动台)在分布式MIMO系统中(含有六个天线簇)的信噪比随距离的变化-Process simulation MS (mobile station) in a distributed MIMO system (with six antenna clusters) of the signal to noise ratio changes with distance
program2
- LABVIEW中字符串,簇,数组等功能的使用例子-LABVIEW in strings, clusters, an array of features such as the use of examples
ppt
- 使用禁忌算法确定聚类簇数目的ppt,该论文改进了聚类算法需事先知道聚类簇中心点的缺点,减少了依赖性-The use of taboo clustering algorithm to determine the number of clusters ppt, the paper has improved clustering algorithm need to know in advance that the shortcomings of clustering cluster center, a
Windows_Server_2003
- Windows_Server_2003该文档是关于Windows_Server_2003集群的技术文档-Windows_Server_2003 the document is about the technical documentation Windows_Server_2003 clusters
ParallelComputingReaserch
- 本文介绍PC机群搭建和并行计算技术,以使用PC机群代替大型机来完成大规模计算。现在,PC机群的发展已经成为计算机界倍受瞩目的事情,与大型机或者工作站相比,PC机群有如下优势:组装容易﹑价格便宜﹑配置随意﹑软件丰富。-This article describes the PC cluster structures and parallel computing technologies to replace the use of PC clusters to complete the large-s
KMEANS10
- The k-means algorithm is an algorithm to cluster n objects based on attributes into k partitions, k < n. It is similar to the expectation-maximization algorithm for mixtures of Gaussians in that they both attempt to find the centers of natural clu
tcphandoff
- 采用TCP handoff技术实现服务器集群。减少接入点的负载负担,使得集群的性能大大提高。-Using TCP handoff technology for server clusters. The burden of reducing the load on the access point, making the performance of the cluster increased substantially.
qq.net
- c# qq 客户端,分dll和app两个部分,app实现功能为:登录QQ,获取好友信息和群成员信息,选择好友或成员,就可以群发信息了-Chinese QQ Client by C#.two part DLL and APP.APP functions:1 login QQ server 2 list friends and Clusters,if you select one cluster,list its members.you can select multpile firends and
DBSCAN
- 这是一种基于密度的聚类分析算法,可以发现任意形状的簇,可以发现噪声点。-This is a density-based clustering analysis algorithm can find clusters of arbitrary shape can be found noise points.
1
- C# 的格式化 Format示例 C#格式化数值-The c# formatting clusters examples C# formatted value
lulu
- C# 的格式化 Format示例 C#格式化-The c# formatting clusters examples C# formatted value
cluster_frogy
- forms clusters using frogy s algoritham
VCfcm
- FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分-FCM algorithm is a clustering algorithm based on division, and its thinking that it is making is divided into the same cluster of the bigge
BenchmarkPthreadPerformance
- The importance of the peeormance of threads libraries is growing as clusters of shared memory machines become more popular POSIX threads, or Pthreads, is an industry threads library standard.
imagelibto-c
- Clustering is the unsupervised classification of patterns (observations, data items, or feature vectors) into groups (clusters). The clustering problem has been addressed in many contexts and by researchers in many disciplines this reflects its
MPI_HALLO_WORD
- Using MPI in .net application. Message Passing Interface (MPI) is an API specification that allows processes to communicate with one another by sending and receiving messages. It is typically used for parallel programs running on computer clusters an
ch05_Arrays-and-Clusters
- ch05_Arrays and Clusters.rar
Data-Processing-on-Large-Clusters
- Abstract: Map-Reduce is a programming model that enables easy development of scalable parallel applications to process vast amounts of data on large clusters of commodity machines. Through a simple interface with two functions, map and reduce, this