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

optics-VCPP

于 2020-11-07 发布 文件大小:638KB
0 294
下载积分: 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 个回复

  • kalmanfileter_c-code
    外国人写的卡尔曼滤波器算法的库,可以供大家参考,已经封装好了(kalman library)
    2012-04-24 10:46:44下载
    积分:1
  • CALC
    以前用VB6编写的一个计算器,支持常用的数学函数,支持弧度、角度转换,支持简单的函数作图。(A calculator writen by VB6, supports common mathematical functions, support radian, angle conversion, support simple function mapping.)
    2013-11-01 17:33:11下载
    积分:1
  • cdq.rar
    基于时间序列法的超短期电力负荷预测 利用时间序列法进行数学建模(Mathematical modeling based on very short-term power load time series forecasting using time series method)
    2021-04-29 11:08:43下载
    积分:1
  • 1.21b
    分数阶滑模工具箱,可用于解决阶次比较低的时候(fractional order sliding mode )
    2016-10-10 09:37:28下载
    积分:1
  • Euler_DG_Quadrilateral_2D
    自己写了一个二维Euler方程的间断有限元程序 上次发了一个三角形单元的程序 因为不是曲边单元 所以在圆柱后面容易形成涡 现在把程序改为曲边四边形单元了 没有涡出现 单元是8节点四边形单元 节点编号顺序是 1 5 2 6 3 7 4 8 也就是四个角点依次 是1 2 3 4 然后是边的中点编号 5 6 7 8. 时间推进采用 Runge-Kutta 方法 数值通量采用全局Lax-Friedrichs通量 仍然不能捕捉激波 因为没有做重构或者加人工粘性 等这个做出来了 再发一次。 程序没有进行优化 比如说内存的消耗没有优化 比如直边单元的边界积分仍然采 用了曲边的积分方法 增加了计算量 比如面积分、线积分都是采用的是Gauss- Legendre-Lobatto积分 积分精度会比一般的Gauss-Legendre积分精度低一阶 等 等问题。 二维的 纯属交流性质 就没有考虑这些问题 ^_^ 如果物面全部是直边 那么只要改变一个参数N 就可以获得不同的计算精度 且具 有谱精度 因为单元的节点是Gauss-Legendre-Lobatto积分点。 其实就是谱元法 (物面是曲边的情况我不清楚是不是也可以通过提高基函数的阶数 也就是增加N 来提高计算精度)(Wrote a two-dimensional Euler equations with discontinuous finite element program Last made ​ ​ a triangular element of the program, not curved edge unit is so easy to form a vortex in the cylinder behind the Program to curved edge quadrilateral element vortices appear Unit is the order of 8-node quadrilateral element node number is 15,263,748 which is the four corners of the points in turn Is 1234 and then the side of the midpoint of the number 5678. Time promote the use of Runge-Kutta method Numerical flux of the overall situation of Lax-Friedrichs, flux Still can not capture the shock wave did not do the reconstruction or artificial viscosity do it Zaifayici. The program is not optimized for example, memory consumption is not optimized such as straight-edge boundary integral of the unit is still mining Integral method to increase the amount of computation such as surface integral with a curved edge, the line integral using the Gauss- The Legendr)
    2021-01-29 12:58:40下载
    积分:1
  • matrixmulti
    在visual studio的平台上开发CUDA程序实现并行加速计算矩阵的乘积,同时比较与串行计算的差异(Differences in the development of procedures to achieve parallel CUDA accelerated computing matrices in visual studio platform, but compared with the serial computing)
    2020-12-11 21:49:17下载
    积分:1
  • Vc++
    含列所有图像处理的VC++程序,包括图像转置,傅立叶变换,图像编码等(Containing all image processing VC++ Procedures, including image transpose, Fourier transform, image coding, etc.)
    2007-09-21 20:59:46下载
    积分:1
  • FROG
    电磁计算 几何光学 计算电磁学 几何光学法 程序(computational electromagnetic GO)
    2021-04-06 09:29:02下载
    积分:1
  • CHEBYSHEV1_RULE
    C + +程序,根据用户的输入可以产生特定的Gauss -1型切比雪夫正交规则,(C++ program which can generate a specific Gauss-Chebyshev type 1 quadrature rule, based on user input)
    2011-05-23 22:05:40下载
    积分:1
  • JFFTfinalA
    使用JAVA模拟FFFT算法 快速傅里叶算法 (Use JAVA simulation FFFT algorithm Fast Fourier Transform Algorithm)
    2012-07-18 19:04:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载