-
MiePlot
一款Mie散射的计算软件,计算均匀球形粒子的光散射。(MiePlot offers the following mathematical models for the scattering of light by an homogeneous sphere: Mie theory、Debye series、Ray tracing (based on geometrical optics)、Rayleigh scattering 、Diffraction 、Surface waves)
- 2016-05-11 14:14:43下载
- 积分:1
-
mahalanobis
一种新的计算马氏距离的算法,算法采用二次协方差矩阵操作,进而使距离考加入相对性因素。(a new Mahalanobis distance calculation algorithm, the algorithm using quadratic covariance matrix operations, thereby enabling the relative distance to take factors.)
- 2006-09-30 23:22:22下载
- 积分:1
-
MachineLearning
说明: 机器学习的鸢尾花数据集的应用逻辑回归算法分类(Classification of iris data set by logical regression algorithm)
- 2021-03-22 13:59:32下载
- 积分:1
-
最小二乘
最小二乘法寻找最佳函数匹配,用以数值计算,优化曲线(The least square method is used to find the best function matching for numerical calculation and curve optimization.)
- 2020-11-18 09:29:39下载
- 积分:1
-
Atmos
计算大气密度的程序 用于航空宇航研究的基础程序(With the code you can getting the atmosphere denisity along the height)
- 2013-06-20 23:51:34下载
- 积分:1
-
petsc-3.0.0-p6.tar
PETSc (Portable, Extensible Toolkit for Scientific Computation) 是美国能源部ODE2000 支持开发的20 多个ACTS 工具箱之一,由Argonne 国家实验室开发的可移植可扩展科学计算工具箱,主要用于在分布式存储环境高效求解偏微分方程组及相关问题。(PETSc (Portable, Extensible Toolkit for Scientific Computation) is ODE2000 U.S. Department of Energy to support the development of one of more than 20 ACTS Toolkit, developed by the Argonne National Laboratory' s Portable, Extensible Toolkit scientific computing, mainly used in the distributed memory efficient environment for solving partial differential equations and related issues.)
- 2009-06-15 19:13:38下载
- 积分:1
-
Book
《数字信号处理》一书讨论的内容,主要是离散时间信号的博氏变换和数字滤旋器,本书在该书内容的基础上,介绍了不再属于傅盟叶变换家族的另一种重要的变换一一希尔伯特变换。( Digital Signal Processing to discuss the contents of the book, mainly discrete-time signals and digital transformation Borrelia spin filter, and the contents of this book in the book, based on the introduction of the AU is no longer a Fourier transform Fu family, another important Hilbert transform 11.)
- 2007-11-07 15:11:36下载
- 积分: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
-
AHP
说明: 层次分析法:计算代码在8文件中最后一页上,有实例。(AHP)
- 2009-08-30 01:00:59下载
- 积分:1
-
Rectangle
根据输入的长宽,计算Rectangle面积周长等功能,并画出在txt文件中(Rectangle
Create a class Rectangle with attributes length and width, each of which defaults to
1
a. Provide member functions that calculate the perimeter and the area of the rectangle.
b. Also provide set and get functions for the length and width attributes. The set
functions should verify that length and width are each integer numbers larger than 0
and less than 20.
c. Write draw function to display the Rectangle:
in Assignment1. )
d. Write a driver program to test class Rectangle.)
- 2012-10-24 23:54:51下载
- 积分:1