双曲线回归方程 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
IS61LV25616AL datasheet
上传时间: 2015-11-26
上传用户:tonyshao
ISP1161_SCH datasheet chinese
标签: datasheet chinese 1161 ISP
上传时间: 2013-11-29
上传用户:jeffery
这个源码是---X黑客网站源码,经典黑客操作,可以一看,如果你觉得可以,就给个分数,谢谢!
上传时间: 2015-11-27
上传用户:yyq123456789
DM9000A的英文芯片手册/Datasheet
上传时间: 2013-11-26
上传用户:xauthu
DM9000/100pin,英文芯片手册/Datasheet
上传时间: 2015-11-29
上传用户:拔丝土豆
This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It permits you to download new code to the device over USB. This bootrom is installed at address 0x00000000 in the ARM, which means that it is the first piece of code to execute after reset. At startup, it waits for a few seconds to see if the downloader is trying to connect. If not, then the bootloader gives up control and jumps to your program. If the downloader is trying to connect, then the bootloader receives the new program over USB and writes it into flash.
标签: bootloader processors download permits
上传时间: 2015-11-30
上传用户:shus521
用bcb所撰寫的kohonen程式,優雅的網狀伸張分佈,將任意維度的input data,reduce至二維x,y平面,competivite learning的最佳範例.
标签: competivite learning kohonen reduce
上传时间: 2015-12-02
上传用户:脚趾头
RFC3029: Internet X.509 Public Key Infrastructure Data Validation and Certification Server Protocols
标签: Infrastructure Certification Validation Protocols
上传时间: 2013-12-12
上传用户:维子哥哥
生成多项式的最高位必须是1。例如:CRC-CCITT标准的16位生成多项式:g(x)= x16+x12+x1+1;阶数r = 16 即:0x11021.最高位通常为1。
上传时间: 2015-12-03
上传用户:dragonhaixm