搜索资源列表
wenbenbianji1
- 题目:文本编辑 一、需求分析 1、任务:输入一页文字,程序可以统计出文字、数字、空格的个数。 静态存储一页文章,每行最多不超过80个字符,共N行; 2、要求: (1)分别统计出其中英文字母数和空格数及整篇文章总字数; (2)统计某一字符串在文章中出现的次数,并输出该次数; (3)删除某一子串,并将后面的字符前移。 存储结构使用线性表,分别用几个子函数实现相应的功能; 3、输入数据的形式和范围:可以输入大写、小写的英文字母、任何数字及标点符号。 输出形式:
guass
- 列主元高斯消去法对于某电路的分析,归结为求解线性方程组RI=V。其中 (1)编制解n阶线性方程组 列主元高斯消去法的通用程序; (2)用所编制程序解线性方程组 ,并打印出解向量,保留5位有效数; -Out the main element Gaussian elimination of a certain circuit analysis, reduced to solving linear equations RI = V. Where (a) the prepar
MultipleRegression
- 数学统计分析工具,多元线性回归分析代码。-MultipleRegression
SimpleRegression
- 数学统计分析,一元线性回归分析,包括效果检验。-SimpleRegression
DataRegression
- 用C#实现的一元线性回归程序,带有分析图及分析误差等,功能完整。-C# implementation of a linear regression procedures.
linear
- 一元线性回归分析预测法 根据2008~2012年的利润额预测2013年的利润额-A linear regression analysis and forecasting method
linear_CSharp
- 一元线性回归分析预测法 根据2008~2012年的利润额预测2013年的利润额-A linear regression analysis and forecasting method
linear-regression
- C#中的线性回归实现,可以用于函数分析,可对散点函数进行延伸,预测后续点的位置-C# implementation of the linear regression can be used for function analysis, may scatter function extends predict subsequent location of the point
tst
- 一、实验目的 1、掌握线性表中元素的前驱、后续的概念。 2、掌握顺序表与链表的建立、插入元素、删除表中某元素的算法。 3、对线性表相应算法的时间复杂度进行分析。 4、理解顺序表、链表数据结构的特点(优缺点)。 二、实验预习 说明以下概念 1、线性表: 2、顺序表: 3、链表: -One, the purpose of the experiment 1, grasp the concept of precursor, the elem
PictureDo
- 包括最近邻插值,双线性插值,双三次插值的图像缩放、旋转及其误差分析。-Including the nearest neighbor interpolation, bilinear interpolation, bicubic interpolation image scaling, rotation and error analysis.
linear-
- 利用c#语言实现多元统计分析一元线性回归分析,源码,已经调试。-Using c# language to achieve a multivariate statistical analysis of linear regression analysis, source code, has been debugged.