基于网络的CS聊天程序,对于想学点网络编程的知识的同志很有帮助
上传时间: 2013-12-24
上传用户:xzt
这是FLV的编码指导,来自ADOBE官方网站!有很好的指导意义!
上传时间: 2013-12-17
上传用户:海陆空653
Cisco advanced routeing ebootk, this is pdf file and you had to use the Adobe 8 to see it. the part1
标签: the advanced routeing ebootk
上传时间: 2014-01-01
上传用户:comua
Cisco advanced routeing ebootk, this is pdf file and you had to use the Adobe 8 to see it. the part2
标签: the advanced routeing ebootk
上传时间: 2015-11-23
上传用户:asdkin
Cisco advanced routeing ebootk, this is pdf file and you had to use the Adobe 8 to see it. the part3
标签: the advanced routeing ebootk
上传时间: 2015-11-23
上传用户:chenlong
Cisco advanced routeing ebootk, this is pdf file and you had to use the Adobe 8 to see it. the part4
标签: the advanced routeing ebootk
上传时间: 2015-11-23
上传用户:515414293
Cisco advanced routeing ebootk, this is pdf file and you had to use the Adobe 8 to see it. the part5
标签: the advanced routeing ebootk
上传时间: 2015-11-23
上传用户:妄想演绎师
一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double forecast(double x) 预测函数,根据模型得到预测结果 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。
标签: CubicMultinomialRegress override public double
上传时间: 2015-11-25
上传用户:13215175592
指数回归方程 ExponentRegress.cs 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。
标签: ExponentRegress buildFormula override public
上传时间: 2013-12-20
上传用户:xg262122
双曲线回归方程 HyperbolaRegress.cs 注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2()
标签: HyperbolaRegress 模型 方程 cs
上传时间: 2014-11-30
上传用户:youke111