The first task at hand is to set up the endpoints appropriately for this example. The following code switches the CPU clock speed to 48 MHz (since at power-on default it is 12 MHz), and sets up EP2 as a Bulk OUT endpoint, 4x buffered of size 512, and EP6 as a Bulk IN endpoint, also 4x buffered of size 512. This set-up utilizes the maximum allotted 4-KB FIFO space. It also sets up the FIFOs for manual mode, word-wide operation, and goes through a FIFO reset and arming sequence to ensure that they are ready for data operations
标签: appropriately The endpoints following
上传时间: 2013-12-02
上传用户:dianxin61
2008年全国大学生数学建模大赛B题的解题程序。本程序不仅解决题目的要求,同时考虑多个因素,很有价值。
上传时间: 2016-03-10
上传用户:lepoke
1、本网吧多媒体系统采用B/S结构,使用安全方便,操作简单; 2、网站式浏览页面,清晰,人性化,观赏性强; 3、网页形式播放影片.让客户更有新鲜感; 4、提供强大的搜索系统,让客户更快更准确找到想要的影片; 5、采用 Access 数据库,提供智能化后台管理,双模式切换选择; 6、电影自动添加,减少网吧管理工作量; 7、本地内网架设WEB.高效,快速连接; 8、数据库自动备份功能,免去手动备份数据,更安全更省心; 9、增加上网者找查及求片功能,方便网管及时并准确发布新影片; 10、增加图片广告位及点播流媒体片头广告,增加网吧附带收入
标签: 多媒体系统
上传时间: 2014-01-16
上传用户:evil
B-树删除,B树生长,二叉排序树删除.生成,二分查找.分块查找.拉链法等等``的FLASH演示,很不错的东西.
上传时间: 2013-12-11
上传用户:时代电子小智
用c8051做的usb鼠标(HID类)Firmware works with the Silicon Labs IDE v1.71 or later and the Keil C51 tool chain. Project and code modifications will be necessary for use with different tool chains.
标签: the Firmware Silicon c8051
上传时间: 2016-03-14
上传用户:asdfasdfd
功能:编写的计算皮亚诺相关系数 开发语言:ruby 调用:correlate(x,y) 其中,x,y为需要计算相关度的向量 调用示例: a = [3, 6, 9, 12, 15, 18, 21] b = [1.1, 2.1, 3.4, 4.8, 5.6] c = [1.9, 1.0, 3.9, 3.1, 6.9] c1 = correlate(a,a) # 1.0 c2 = correlate(a,a.reverse) # -1.0 c3 = correlate(b,c) # 0.8221970228 puts c1#,c2,c3
上传时间: 2013-12-18
上传用户:skfreeman
数据结构中B-树经典算法的可视化执行程序
上传时间: 2016-03-17
上传用户:windwolf2000
数据结构B树算法的演示程序 包括添加删除节点,设置阶等功能
上传时间: 2013-12-06
上传用户:ve3344
全新的B/S结构开发方式,用纯JS+HTML实现了类似C/S的强大浏览器交互,查询及分页浏览速度提高几倍,可以成批录入数据,有完整的数据库表访问和纯web打印
上传时间: 2016-03-17
上传用户:米卡
《Neural Network Design》 Martin T. Hagan, Howard B. Demuth, Mark H. Beale 一书中相关matlab演示程序软件包。对于学习很有参考。
上传时间: 2016-03-19
上传用户:zhanditian