k9f2808 16M x 8 Bit , 8M x 16 Bit NAND Flash Memory
上传时间: 2015-11-19
上传用户:gaome
最小二乘法递推算法辨识程序,输入u,输出y, 输出结果中的c矩阵中最后一列为参数估计值.
上传时间: 2014-07-12
上传用户:003030
用于屏蔽窗口X按钮的使用,(鼠标点击没有反应)多赐教
上传时间: 2015-11-22
上传用户:1101055045
使用C++实现的Graham扫描法(求解凸包问题),可设置生成随机点的个数、样式,同时支持设置显示范围、显示算法处理时间及使用文件导入导出点等功能。(文件格式为,头四个字节是点的个数,以后分别是各个点的x坐标和y坐标,每个数值均占4字节)。
标签: Graham
上传时间: 2014-11-29
上传用户:pompey
若已安装Jbuilder X,则可以直接用Jbuilder X打开.jpx文件,在编程环境中就可以直接运行 文件共有四个目录: (1)ProductManager----------为产品管理,其中的.jpx文件为工程文件。 (2)BookManager-------------书籍借阅管理系统 (3)StudentMS-----------------学生管理系统 (4)House -----------------------房产管理系统
标签: Jbuilder
上传时间: 2015-11-25
上传用户:zhenyushaw
双曲线回归方程 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
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