NOKIA N1600 显示屏全套开发资料,包括原理图,FPC及LDS184的测试程序,需要了解3线SPI的朋友可以参考.
上传时间: 2015-11-11
上传用户:aappkkee
二重积分 Guass—L高精度求积计算,精度高,速度快
上传时间: 2014-01-18
上传用户:海陆空653
dsp2812利用SPI接口读取EEPROM的程序
上传时间: 2013-12-26
上传用户:924484786
《多传感器数据融合手册》 《Handbook of Multisensor Data Fusion》 作者: David L. Hall 定价: USD 199.95 出版社: CRC 出版年: 2001-06-20 简介 · · · · · · Multisensor data fusion is an emerging technology with important applications in both the military and civilian sectors, such as target recognition, robotics, medical diagnostics, and "smart" buildings. It draws on techniques from wide-ranging disciplines, including artificial intelligence, pattern recognition, and statistical estimation. This handbook is an up-to-date, comprehensive resource for data fusion system designers and researchers. Top experts in the field lead readers from a basic introduction and survey of data fusion technology to advanced mathematics and theory and to some very practical advice for systems implementers.
标签: L. Multisensor Handbook 199.95
上传时间: 2014-02-06
上传用户:二驱蚊器
自己编的经过批量测试的lpc213x spi 程序包
上传时间: 2014-01-09
上传用户:lifangyuan12
SPI串口的内核实现(vhdl),可以用qII等软件直接加到FPGA或者CPLD里面.
上传时间: 2014-01-04
上传用户:569342831
用STC89系列单片机的通用IO模拟SPI通信源码
上传时间: 2015-11-17
上传用户:邶刖
AVR单片机实现SPI通信完整源码,可直接拿过来用了
上传时间: 2015-11-17
上传用户:xiaodu1124
VHDL 实现的SPI接口,在Altera EMP7128 上应用过
上传时间: 2015-11-17
上传用户:jeffery
0_1背包问题,回溯法解背包问题 0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包 问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类 似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当 右子树有可能包含最优解时才进入右子树搜索。否则将右子树剪去。设r是当前剩余 物品价值总和;cp是当前价值;bestp是当前最优价值。当cp+r≤bestp时,可剪去右 子树。计算右子树中解的上界的更好方法是将剩余物品依其单位重量价值排序,然后 依次装入物品,直至装不下时,再装入该物品的一
上传时间: 2014-01-17
上传用户:小码农lz