搜索资源列表
向量旋转及一维线性回归、相关系数
- 向量按照给定角度旋转后新坐标、计算x--y数据线性拟合系数及相关系数。
数据结构_线性表&单链表_详细c++源代码
- 数据结构_线性表&单链表_详细源代码 包含线性表和单链表的建立、插入、删除、排序等简单应用。 c++版
线性筛素数方法
- 线性筛100 0000 以内的素数
掌握线性表的结构特点
- 。 掌握线性表的基本操作:初始化,插入,删除,查找,判空,求线性表长度等运算在顺序存储结构和链式存储结构上的实现。 通过本章实验帮助学生加深对C语言的使用(特别是函数的参数调用、指针类型的应用)。
线性方程组的直接解法
- 《计算方法》实验报告,线性方程组的解法
高斯约当消元法解线性方程组
- 高斯约当消元法解线性方程组,附源代码.
线性方程组的迭代法和牛顿数值积分
- 线性方程组的迭代法:Jacobi, Gauss-Seidel,SOR,SOR for Poisson。 牛顿数值积分方法及其Steffensen加速法。
双线性插值法实现图像平移
- 双线性插值法实现图像平移
MATLAB实现拉格朗日、分段线性、三次样条三种插值的方法
- MATLAB实现拉格朗日、分段线性、三次样条三种插值的方法,改变节点的数目,对三种插值结果进行初步分析,MATLAB realization of Lagrange, piecewise linear, cubic spline interpolation in three ways, changing the number of nodes, interpolation of three preliminary analysis of the results
Java实现牛顿插值多项式为基础的线性插值
- Java实现牛顿插值多项式为基础的线性插值,并输出插值后的图形,Java realization of Newton' s interpolation polynomial-based linear interpolation, and the graphics output after interpolation
LU分解法求解线性方程组.zip
- LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.,LU decomposition method for solving linear equations of VB.NET source. There are detailed instructions.
科学计算中的共轭梯度法解对称正定线性方程组
- 科学计算中的共轭梯度法解对称正定线性方程组.,Scientific Computing in the conjugate gradient method symmetric positive definite solution of linear equations.
MFC线性表动态实现
- 线性表的MFC实现源代码,线性表的申请、创建、插入、删除、查找、清空、销毁的C语言动态实现
2%线性拉伸
- 利用IDL编程实现ENVI里的2%线性拉伸功能,原创代码。
线性卷积编码的线形移位寄存器poly2trellis的解释
- 线性的卷积编码,基本的信道编码,可以由线性移位寄存器(即线性多项式)构成。 输出网格trellis表示由移位寄存器组成的网格装的卷积编码器,通过移位寄存器多项式生成,所以在Matlab中的函数叫做poly2trellis,也就是多项式poly-to-网格trellis,用来描述寄存器的结构方式。生成的trellis可以作为线形卷积编码函数convenc和或者其解码(如Viterbi解码函数vitdec)的输入。
线性CCD扫描及发音程序
- 帮助菜鸟调试线性CCD,在arduino中调试线性CCD不需要编写复杂冗长的代码。(Help rookie debug linear CCD)
线性表操作
- 对线性表的一些操作,有一元多项式求和运算和Josephus环。参考《数据结构(java版)第4版》,内有题目文档。(Some operations on the linear table, there is a unary polynomial summation operations and Josephus ring. Refer to the data structure (Java Edition) Fourth Edition, there are Title documents.)
多元多重线性回归-估计
- 多重线性回归分析,含PPT,R代码和阅读材料(R code for multiple linear regression analysis)
线性分组码编译码
- 仿真了线性分组码的编译码的过程,统计了误码率,性能比较(The encoding and decoding process of the linear block code is simulated, and the BER is also compared)
线性分组码译码
- 线性分组码编码及译码程序,包括BSC和高斯信道下的编译码。(Linear block code encoding and decoding procedures, including BSC and Gauss channel coding and decoding.)