搜索资源列表
xianxing
- 计算方法c线性插值函数-function using c languange to make an algorithmic method of linear interpolation
xianxing
- AutoCAD 的 线 型 的CAD二次开发
xianxing
- 1.输入一组整型元素序列,建立顺序表。 2.实现该顺序表的遍历。 3.在该顺序表中进行顺序查找某一元素,查找成功返回 1,否则返回 0。 4.判断该顺序表中元素是否对称,对称返回1,否则返回0。 5.实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。 6.输入整型元素序列利用有序表插入算法建立一个有序表。 7.利用算法 6 建立两个非递减有序表并把它们合并成一个非递减有序表。
xianxing
- 计算方法c线性插值函数-function using c languange to make an algorithmic method of linear interpolation
xianxing
- AutoCAD 的 线 型 的CAD二次开发 -AutoCAD linear secondary development of CAD
xianxing
- 1.输入一组整型元素序列,建立顺序表。 2.实现该顺序表的遍历。 3.在该顺序表中进行顺序查找某一元素,查找成功返回 1,否则返回 0。 4.判断该顺序表中元素是否对称,对称返回1,否则返回0。 5.实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。 6.输入整型元素序列利用有序表插入算法建立一个有序表。 7.利用算法 6 建立两个非递减有序表并把它们合并成一个非递减有序表。
xianxing
- 4. 假设有两个按数据元素值非递减有序排列的线性表A和B,均以单链表作为存储结构。编写算法将A表和B表归并成一个按元素值递减有序(即非递增有序,允许值相同)排列的线性表C。-4. Assuming there are two data elements according to the value of non-decreasing in an orderly array of linear forms A and B, are sin
xianxing
- 线性规划的程序,能够解决显性规划问题,应用于实际中-Linear programming the main program, to solve the issue of explicit planning
XIANXING
- 线性表的建立与基本运算1.采用表尾挂入法建立一个以la为头的单链表2.采用表首插入法建立一个yilb为头指针的单链表3.就地逆转以lb为头指针的单链表。 还有矩阵的链式存贮及运算。以一个c函数创建任一稀疏矩阵的十字链表。以一个c函数从十字链表的头指针起按行序及三元组形式输出十字链表中各节点的值
xianxing
- 迭代法线性方程 通过其中一种迭代法解方程 我们的实验报告-Iterative method of linear equations by solving equations in one iteration of our experiment report
xianxing
- matlab解线性方程组的直接法程序,里面包括了常用的matlab解线性方程组的直接法程序,包括手写的和matlab自还的函数。-matlab solving linear equations of the direct method procedures, which includes the commonly used matlab solving linear equations of the direct method proc
xianxing
- 数值分析课程作业。线性方程组的各种解法方式,有高斯列主元法,高斯顺序法,平方根法,追赶法,C语言编程。有结果输出和分析-failed to translate
XIANXING
- 这个是解线性方程组的,计算的过程中也可进行方程组的修改。-This is the solution of linear equations, the calculation process can also be modified equations.
xianxing
- 线性系统能控能观性的判断和化成龙伯格标准型-Linear system controllability and observability judgment standard of Jackie Berg
xianxing
- 在模式识别中线性判别函数的MATLAB实现,与程序分析-Linear discriminant function in pattern recognition of the MATLAB implementation, and program analysis
xianxing
- 线性预测编码的实现 对于初学者来说还是比较好用的 -线性预测编码的实现 对于初学者来说还是比较好用的
shujujiegou-xianxing
- 数据结构的实例编程,里面附有图片分析,主要为线性结构-Instance of data structure programming, with a picture of the inside, mainly linear structure
xianxing
- 基于matlab线性幅度调制系统的仿真设计-Matlab linear amplitude modulation system based on the simulation design
xianxing
- 根据编码算法仿真各种线性滤波器以及通过加性高斯白噪声后的滤波器波形-Coding algorithm based on simulation of linear filters, and additive white Gaussian noise through the filter after the waveform
xianxing-
- 一元线性回归matlabMatlab 统计工具箱用命令regress 实现多元线性回归,用的方法是最小二乘法,用 法是: b=regress(Y,X)-A linear regression matlabMatlab statistical toolbox to achieve the command regress multiple linear regression, least squares method is used