:分析了VxWorks 下的USB 驱动程序模型的结构以及功能,详细说明USB 主机驱动协议栈,并将软件设计分为 Client Driver ,USBD 和HCD 三层。由于对于开发USBD 和Client Driver 已有很多研究和讨论,但对HCD 的研究比较缺乏, 为了提供全面可行的开发基于VxWorks 的USB 驱动程序的技术方案,详细地阐述了USB 主控制器OHCI 驱动程序的功 能、OHCI 驱动程序中的核心功能链表功能,为USB 在嵌入式系统开发中的应用提供技术参考。
上传时间: 2015-11-10
上传用户:myworkpost
一:需求分析 1. 问题描述 魔王总是使用自己的一种非常精练而抽象的语言讲话,没人能听懂,但他的语言是可逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: ----------------------------------------------------------- (1) a---> (B1)(B2)....(Bm) (2)[(op1)(p2)...(pn)]---->[o(pn)][o(p(n-1))].....[o(p1)o] ----------------------------------------------------------- 在这两种形式中,从左到右均表示解释.试写一个魔王语言的解释系统,把 他的话解释成人能听得懂的话. 2. 基本要求: 用下述两条具体规则和上述规则形式(2)实现.设大写字母表示魔王语言的词汇 小写字母表示人的语言的词汇 希腊字母表示可以用大写字母或小写字母代换的变量.魔王语言可含人的词汇. (1) B --> tAdA (2) A --> sae 3. 测试数据: B(ehnxgz)B 解释成 tsaedsaeezegexenehetsaedsae若将小写字母与汉字建立下表所示的对应关系,则魔王说的话是:"天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一只鹅地上一只鹅". | t | d | s | a | e | z | g | x | n | h | | 天 | 地 | 上 | 一只| 鹅 | 追 | 赶 | 下 | 蛋 | 恨 |
上传时间: 2014-12-02
上传用户:jkhjkh1982
java网络编程的API包,应用JNI技术,包里包括了C代码
上传时间: 2013-11-27
上传用户:xwd2010
图书信息管理系统应该能够为用户提供充足的信息和快捷的查询手段。因此在计算机飞速发展的今天,应用数据库技术实现图书管理是可行而必要的工作 。本系统旨在对图书信息实现计算机管理,提高工作效率,提高管理水平
上传时间: 2013-11-27
上传用户:爺的气质
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
FPGA可促進嵌入式系統設計改善即時應用性能,台湾人写的,关于FPGA应用的技术文章
上传时间: 2014-01-17
上传用户:ljt101007
J2EE是Java 2 Platform,Enterprise Edition的缩写,它是Sun公司提出的一种分布式企业级应用开发技术的架构。
上传时间: 2016-08-13
上传用户:xaijhqx
c++数据结构及算法一书,对c++内部实现和应用的技术进行了比较详细的介绍, 有作与快速提高开发能力
上传时间: 2014-01-03
上传用户:CHENKAI
根据功能要求完成利云网上书店网站设计的主要功能包括前台:书籍选购、购物车功能、图书查看、用户注册、用户的登陆、查看用户订单信息,后台:书店图书管理、用户信息管理、订单信息管理。同时尽量使网站的操作界面有好,简单易懂。 技术要求: (1) 使用Microsoft SQL2000数据库实现数据的后台管理; (2) 完成需求分析、概要设计、详细设计、编码; (3) 使用Eclipse完成JSP程序的开发,要求界面友好,操作简单; (4) 熟练应用JDBC技术完成前后台之间的连接。 工作要求: (1) 查阅与本毕业设计课题相关的参考文献10篇以上; (2) 编写毕业设计开题报告,其中包括2000字左右的文献综述; (3) 完成与本专业相关的外文技术资料翻译,译文不少于3000汉字; (4) 根据毕业设计课题要求进行相关软件开发;
上传时间: 2013-12-03
上传用户:fanboynet