若已安装Jbuilder X,则可以直接用Jbuilder X打开.jpx文件,在编程环境中就可以直接运行 文件共有四个目录: (1)ProductManager----------为产品管理,其中的.jpx文件为工程文件。 (2)BookManager-------------书籍借阅管理系统 (3)StudentMS-----------------学生管理系统 (4)House -----------------------房产管理系统
标签: Jbuilder
上传时间: 2015-11-25
上传用户:zhenyushaw
一、 一元三次回归方程 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
双曲线回归方程 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
这个源码是---X黑客网站源码,经典黑客操作,可以一看,如果你觉得可以,就给个分数,谢谢!
上传时间: 2015-11-27
上传用户:yyq123456789
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
基于ARM7 7x256芯片的USB通信实现, 编译器IAR4.X以上版本.
上传时间: 2013-12-30
上传用户:qw12
基于ARM7 7x256芯片的网络接口程序, 实现webserver的代码, 编译器IAR4.X以上版本.
上传时间: 2015-12-03
上传用户:bcjtao