搜索资源列表
Haskell 中文教程1-3章
- Haskell 中文教程1-3章(flw译) 纯粹的函数型编程语言。以著名逻辑学家 Haskell B. Curry 的名字命名。 最初的目的是想要设计出满足下面这些要求的语言: 1,它必须能够适合教学、研究、应用开发,包括一些大系统的构造。 2,它必须能够使用形式语言来准确描述。 3,它必须是自由免费的,任何人只要愿意都可以获取、使用和再次发布它。 4,它必须建立在大家一致认可的基础上。 5,它应该能够消除目前的函数型编程语言的差异。 -Haskell Chap
LagrangeVB
- 拉个朗日插值公式是把Pn(X)的构造问题转化为n+1插值基函数问题的构造!此软件就是拉哥郎日插值的原程序VB版-Rafah Colon Day interpolation formula is Pn (X) issue of the structure into an n-interpolation function of the structure! This software suite is Lang interpolating the original version of VB pro
lagrangematlab
- 拉个朗日插值公式是把Pn(X)的构造问题转化为n+1插值基函数问题的构造!此软件就是拉哥郎日插值的原程序matlab版-Rafah Colon day interpolation formula is Pn (X) issue of the structure into an n-interpolation function of the structure. This software is Barayagwiza few days interpolation procedures for t
曲线拟合
- (1)利用多项式拟合的两个模块程序求解下题: 给出 x、y的观测值列表如下: x 0 1 2 3 4 5 y 2.08 7.68 13.8 27.1 40.8 61.2 试利用二次多项式y=a0+a1x+a2x2进行曲线拟合。 (1)多项式拟合方法:假设我们收集到两个相关变量x、y的n对观测值列表: x x0 x1 x2 x3 x4 x5 y y0 y1 y2 y3 y4 y5 我
lagrangepolynomial
- 数值分析中的拉格朗日算法,函数构造比较简单。matlab程序编写。
C++程序用类来实现矩阵
- 编写C++程序完成以下功能: (1) 用类来实现矩阵,定义一个矩阵的类,属性包括: 矩阵大小,用 lines, rows(行、列来表示); 存贮矩阵的数组指针,根据矩阵大小动态申请(new)。 (2) 矩阵类的方法包括: 构造函数,参数是矩阵大小,需要动态申请存贮矩阵的数组; 析构函数,需要释放矩阵的数组指针; 拷贝构造函数,需要申请和复制数组; 输入,可以从cin中输入矩阵元素; 输出,将矩阵格式化输出到cout; 矩阵相加的
Newton
- 牛顿插值公式:构造插值函数空间的基函数得到的多项式逼近的方法——牛顿插值法。用于多项式插值逼近。-Newton interpolation formula: Construction interpolation function space available basis function polynomial approximation method- Newton interpolation. Approximation for the polynomial interpolation.
linear_svm
- 该算法将实际问题通过非线性变换到高维的特征空间,在高维空间中构造线性判别函数,以替换原空间中的非线性判别函数,这样能保证机器有较好的推广能力,同时它巧妙地解决了维数问题,其算法复杂度与样本维数无关-The algorithm will be practical problems through the nonlinear transformation to high-dimensional feature space, in high-dimensional space in the struc
poly_svm
- 核函数是利用支持向量机解决不可分问题时引入的一种非线性变换的手段。基本思想是通过非线性变换,使样本变换之后的特征空间中变得线性可分。然后利用线性可分时构造最优超平面的方法,在特征空间中实现最优超平面的求解。-Kernel function is the use of support vector machine to resolve the issue can not be separated from the introduction of a nonlinear transform mean
MyMatrix
- DEV C++ 写的一个矩阵类,用列主元消去法求模的。类的构造函数接收矩阵的行列值或者是一个vector<vector<double> >类型的变量。没有用模板,数据类型是double.-DEV C++ to write a matrix class, with out seeking principal mode of elimination. Class constructor to receive the rank of matrix or a vector val
chazhi
- 拉格朗日插值法只能算是数学意义上的插值,从插值基函数的巧妙选取,已经构造性的证明了插值法的存在性和惟一性-Lagrange interpolation can only be regarded as the mathematical sense of the interpolation, from the clever interpolation basis function selection, has been constructive proof of the existence of t
lagrange
- 对函数构造Lagrange插值多项式,非常好用!方便快捷-Construction of the Lagrange interpolation polynomial function, very easy to use! Convenient
twodimensionalrandomtransform
- 离散二维随机变换熵的计算: (1)利用random函数和归一化方法构造一个二维离散随机变量(X,Y); (2)分别计算X与Y的熵、联合熵、条件熵:H(X)、H(Y)、H(X,Y)H(X|Y)、I(X|Y); -Discrete two-dimensional random transform entropy calculation: (1) the use of random functions and normalization method to construct a two-
Lagrange
- 数据插值的基本出发点是根据函数f(x)的一组数据{xi,f(xi)}(i=0,1,…,n),按照插值条件构造简单易算的函数P(x)去近似f(x)。本代码用高级程序设计语言实现Lagrange插值,-The basic starting point of data interpolation is based on the function f (x) of a set of data (xi, f (xi)) (i = 0,1, ..., n), constructed in accordanc
ydaimaIntegarteClass
- 件介绍:一个求积分的VC++类及Demo源代码 一个求积分的VC++类及Demo源代码,特点: 1. 支持各种复杂的积分表达式,可含任何数学函数,如 3*exp(x)*tan(x)/(8+log(x)) 2. 可检查出表达式的书写错误 3. 可设置积分精度 4. 使用方便简单 使用方法: 1. 定义个CIntegrate 对象,构造时初始化或用 initial(char *s,double Upperlimit,double LowerLi
1
- 一元线性回归,用最小二乘法预测,已知期中期末成绩,构造函数由其中成绩预测期末成绩-Linear regression, using least squares prediction, known Midterm and final results, performance prediction constructor final grade by one
meshless
- 采用fortran90编制,程序非常完整。 可以选择多种 命令 来构造 基函数等。-By fortran90 establishment procedures are complete. Can choose a variety of commands to construct the basis functions and so on.
matrixType
- matrixType类,实现了矩阵的构造函数一级加法、减法、乘法运算。-matrixType class implements the constructor of a matrix addition, subtraction, multiplication.
_sncndn@20and_Cardano@56
- 调用MATHLIB37.DLL中的函数_sncndn@20计算三个雅可比椭圆函数sn(e,x),cn(e,x),dn(e,x)在实数域上的值,作为参变量为e的一元实函,sn,cn,dn的周期分别为4K(e),4K(e),2K(e),其中uu=x为实数,emmc=1-e^2称为补模的平方,e=c/a=k称为模或椭圆的离心率。函数原型为void sncndn(float uu,float emmc,float *sn,float *cn,float *dn) 用MATHLIB37.DLL中的函
testv1
- 首先定义构造函数和拷贝构造函数,然后输入两点的横坐标和纵坐标,利用两个构造函数计算出两点之间的距离然后输出-First define a constructor and copy constructor , and then enter the two horizontal and vertical coordinates, and calculate the distance between two points using two constructor and then output