-
color bar
主要是交通行业的时空矩阵的3维热力图表达方式,不同检测器与不同时间段的流量作为颜色的第三位导入,热力图调整颜色表达更清晰(mianly used for transportation engineering. It can plot the three dimension of the real traffic situation, including different temporal and spatial. the code also can modify the parameter of the colorbar.)
- 2017-09-18 09:55:43下载
- 积分:1
-
基于Wegstein方法的求解方程SolveEquation_Wegstein
基于Wegstein方法的求解方程的C++程序。(Wegstein-based method for solving equations C++ program.)
- 2020-06-30 01:00:02下载
- 积分:1
-
revealing-
使用labview2009开发平台,实现对机械信号频谱泄露的功能。(Use labview2009 development platforms for the mechanical function of the signal spectrum leakage.)
- 2011-09-02 11:21:20下载
- 积分:1
-
12
说明: 神经网络算法,希望能对大家有点点帮助,可以相互交流(Neural network algorithm, I hope everyone can have little bit of help, they communicate with each other)
- 2008-07-02 12:54:41下载
- 积分:1
-
PMV-VB
PMV,的热舒适指标计算程序VB编码,可供参考(PMV, thermal comfort index calculation program VB code, for reference)
- 2020-11-17 16:09:40下载
- 积分:1
-
fsolve-function-nonlinear-equations
fsolve函数求非线性方程组数值解,已经验证其正确性。(fsolve function for the numerical solution of nonlinear equations)
- 2013-08-05 09:25:31下载
- 积分:1
-
matc
matrix inversion source code
- 2012-02-02 18:09:20下载
- 积分:1
-
用牛顿法解非线性方程组
用牛顿法解非线性方程组(包括论文及源程序)(with Newton method for solving systems of nonlinear equations (including papers and source))
- 2005-01-24 20:24:56下载
- 积分:1
-
UEL_XFEM
本例是研究断裂问题的ABAQUS 子程序代码,使用Fortran语言编辑,研究扩展有限元的同志们可以借鉴一下。(This example is the study of fracture problems ABAQUS subroutine code, Fortran language editing, extended finite element study comrades can learn it.)
- 2016-04-23 16:47:07下载
- 积分:1
-
na7
Orthogonal Polynomials Approximation
数值分析,计算正交基多项式的系数
(Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance.
Format of function
int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps )
where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial.
Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
- 2011-11-27 11:47:21下载
- 积分:1