基于網(wǎng)絡(luò)的CS聊天程序,對于想學點網(wǎng)絡(luò)編程的知識的同志很有幫助
標簽: 網(wǎng)絡(luò) 程序 網(wǎng)絡(luò)編程
上傳時間: 2013-12-24
上傳用戶:xzt
這是FLV的編碼指導(dǎo),來自ADOBE官方網(wǎng)站!有很好的指導(dǎo)意義!
上傳時間: 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() 得到系數(shù)數(shù)組,存放順序與模型系數(shù)相反,即該數(shù)組中系數(shù)的值依次是d,c,b,a。 以后所述所有模型的系數(shù)存放均與此相同(多元線性回歸方程除外)。 public override double forecast(double x) 預(yù)測函數(shù),根據(jù)模型得到預(yù)測結(jié)果 public override double computeR2() 計算相關(guān)系數(shù)(決定系數(shù)),系數(shù)越接近1,數(shù)據(jù)越滿足該模型。
標簽: CubicMultinomialRegress override public double
上傳時間: 2015-11-25
上傳用戶:13215175592
指數(shù)回歸方程 ExponentRegress.cs 方程模型為 public override double[] buildFormula() 得到系數(shù)數(shù)組,存放順序與模型系數(shù)相反,即該數(shù)組中系數(shù)的值依次是b,a。 public override double forecast(double x) 預(yù)測函數(shù),根據(jù)模型得到預(yù)測結(jié)果。 public override double computeR2() 計算相關(guān)系數(shù)(決定系數(shù)),系數(shù)越接近1,數(shù)據(jù)越滿足該模型。
標簽: ExponentRegress buildFormula override public
上傳時間: 2013-12-20
上傳用戶:xg262122
雙曲線回歸方程 HyperbolaRegress.cs 注意!該模型要求a與b的值要大于0!使用該模型時應(yīng)注意驗證這個限制條件。我在實現(xiàn)模型時未加入任何出錯流程控制。X不能為0。 方程模型為 public override double[] buildFormula() 得到系數(shù)數(shù)組,存放順序與模型系數(shù)相反,即該數(shù)組中系數(shù)的值依次是b,a。 public override double forecast(double x) 預(yù)測函數(shù),根據(jù)模型得到預(yù)測結(jié)果。 public override double computeR2()
標簽: HyperbolaRegress 模型 方程 cs
上傳時間: 2014-11-30
上傳用戶:youke111
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1