登录
首页 » Visual C++ » optics-VCPP

optics-VCPP

于 2020-11-07 发布 文件大小:638KB
0 253
下载积分: 1 下载次数: 0

代码说明:

说明:  Optics聚类算法 OPTICS没有显示地产生一个数据集合簇,它为自动和交互地聚类分析计算一个簇次序。这个次序代表了数据基于密度地聚类结构。它包含地信息,等同于从一个宽广地参数设置范围所获得的基于密度的聚类(Optics do not show clustering algorithm OPTICS to produce a collection of data clusters, it is automatically and interactively computing cluster analysis a cluster order. This order represents the data to cluster based on the density structure. It contains in information from a broadly equivalent range of parameters obtained by density-based clustering)

文件列表:

optics算法
..........\OPTICS-final.pdf,534163,2007-10-18
..........\optics算法
..........\..........\optics
..........\..........\......\Debug
..........\..........\......\.....\optics.bsc,82944,2006-11-06
..........\..........\......\.....\optics.exe,229476,2006-11-19
..........\..........\......\.....\optics.ilk,265588,2006-11-19
..........\..........\......\.....\optics.obj,15885,2006-11-19
..........\..........\......\.....\optics.opt,43520,2006-11-06
..........\..........\......\.....\optics.pdb,427008,2006-11-19
..........\..........\......\.....\optics.sbr,0,2006-11-06
..........\..........\......\.....\vc60.idb,50176,2006-11-19
..........\..........\......\.....\vc60.pdb,61440,2006-11-19
..........\..........\......\optics.cpp,3945,2007-10-16
..........\..........\......\optics.dsp,3401,2006-11-07
..........\..........\......\optics.dsw,535,2006-11-07
..........\..........\......\optics.ncb,41984,2007-10-16
..........\..........\......\optics.opt,48640,2007-10-16
..........\..........\......\optics.plg,2238,2006-11-19
..........\..........\......\optics程序输入和输出.doc,21504,2006-11-07
..........\..........\......\optics算法说明.doc,62464,2006-11-07
..........\..........\......\out.txt,71,2006-11-19
..........\..........\......\Release
..........\..........\......\.......\optics.exe,57344,2006-11-19
..........\..........\......\.......\optics.obj,6079,2006-11-19
..........\..........\......\.......\vc60.idb,33792,2006-11-19
..........\..........\optics程序输入和输出.doc,21504,2006-11-07
..........\..........\optics算法说明.doc,62464,2006-11-07
..........\..........\姓名学号.txt,43,2006-11-07
..........\学习笔记.txt,1812,2007-10-16

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Gauss---Seidel-Algorithm
    合肥工业大学数值分析(计算方法A)中高斯—塞德尔算法的实现(Gauss- Seidel Algorithm)
    2011-11-30 14:45:19下载
    积分:1
  • shiyan4
    若矩阵A中的某一元素A[i,j]是第i行中的最小值,而又是第j列中的最大值,则称A[i,j]为矩阵A中的一个鞍点。请写出一个可确定此鞍点位置的算法(如果这个鞍点存在)。(If the matrix A, an element A [i, j] is the minimum value in the i-th row, but is the maximum value of the j-th column, then A [i, j] for the matrix A is a saddle point. Please write a algorithm to determine the position of saddle point (saddle point exists).)
    2013-01-07 13:16:11下载
    积分:1
  • Semiparametric
    半参数回归模型在测绘领域中的应用,先利用多期数据构建半参数回归模型,然后再预报未来多期数据(Semiparametric regression model applied in the field of surveying and mapping, the first use of multi-phase data to construct semi-parametric regression model, and then predict the future multi-phase data)
    2013-07-12 16:22:14下载
    积分:1
  • UDF-in-fluent
    fluent关于蒸发相变的很全的C程序,有详细的注释,对于相关专业的人很重要(fluent the evaporation phase transition is full C program, detailed notes, very important for the people of the relevant professional)
    2020-11-25 21:19:32下载
    积分:1
  • ykb
    实对称矩阵特征值与特征向量的雅克比法,ap为是对称矩阵,vp返回特征向量(Real Symmetric Matrix Eigenvalues and Eigenvectors of the Jacobian method, ap is a symmetric matrix, vp return eigenvector)
    2020-08-03 17:18:34下载
    积分:1
  • distance
    C++程序求两点距离 可以点入坐标点(C++ program distance between two points)
    2013-01-08 22:03:02下载
    积分:1
  • VISCOSITY
    fluent中用于修改湍流粘度系数的自定义函数(udf to modify turbulence viscosity coefficient in fluent)
    2020-12-23 15:19:08下载
    积分:1
  • KMEANS
    This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP <enter> (This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real) To compile: ICC KMEANS.CPP <enter> )
    2013-01-05 23:11:23下载
    积分:1
  • Rcellsse
    读入红细胞图片,通过中值滤波,开运算算,闭运算,和贴标签等方法获得细胞个数 (Read into the red blood cell picture, opening operation count median filtering, and closing operation, and the labeling methods such as cell number)
    2012-07-28 23:59:33下载
    积分:1
  • Project9
    用于求解超定方程组最小二乘解,稳定性高,速度快(To get the least square solution of superlattice dislocation.)
    2016-12-29 22:41:03下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载