- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
cos的命令处理流程(Cos command processing flow)
cos的命令处理流程(Cos command processing flow) The command process COS (map) published: 2008-10-20 13:38:58 Category: software development technology 1, work principle The command process is highly ordered to carry out process, handle it according to the command categories and application categories call different command processing module command. Its main function is according to the command message in the input buffer command parameters and input data. Continue to respond to the operation, and the results will be executed and the response data on the response data output buffer. There are two different ways of command call processing module: * function call; * interrupt. According to the chip platform programming environment, two kinds of methods can be selected, the main difference is that: * function call, parameters and results of passing through the stack, the stack size has certain requirements, but can not transfer the data object is too large. * interrupt call transfer parameters and results through a fixed buffer to reduce the use of the stack, more flexible, but need to program from the interpretation of the data buffer structure. The following example introduces the design of interruption. 2, the command process design example As shown in Figure 1, the whole process is divided into the following steps: Figure 1 command processing example 1) CLA validity inspection The command message command input buffer, first check the CLA command byte is legitimate, the only legitimate CLA bytes 0x00, 0x04, 0x80 and 0x84 in four cases, if CLA is illegal, return error code. 2) according to the INS command processing module entrance address lookup According to the INS find entrance address lookup processing module, see below. If the search fails, indicates that the corresponding INS error, return error code. If the search is successful, continue to the next step. 3) command processing According to the command processing module to find the entrance of the address, call the cor
您可能关注的文档
- autocad2007快捷键以及改变快捷键(AutoCAD2007 shortcut key and change shortcut key).doc
- autocad2012快捷键(autocad2012快捷键).doc
- autocad中导出清晰的jpg图像(Export clear jpg images in AutoCAD).doc
- autocad命令和快捷键大全cad快捷命令、常用cad快捷命令(AutoCAD commands and shortcut keys Daquan, CAD shortcut commands, commonly used CAD shortcut command).doc
- autorun.inf使用方法(Autorun.inf usage).doc
- 9《课间十分钟》(9, ten minutes between classes).doc
- avr单片机实现的485通讯从机接收程序(带帧校验)单片机(AVR microcontroller to achieve the 485 communication from the machine to receive procedures (with frame check), single-chip microcomputer).doc
- a开头的易错成语(At the beginning of the a error prone idioms).doc
- a方太的企业文化(A FOTILE's corporate culture).doc
- a级面介绍(Level a presentation).doc
- cpu 性能分析工具(CPU performance analysis tool).doc
- cpu的制作过程详解(CPU detailed description of the production process).doc
- cpu盒装与散装(CPU boxed with bulk).doc
- cpu假负载详细资料(CPU false load details).doc
- cpu与gpu的作用和位置分析(The function and position analysis of CPU and GPU).doc
- cpu越贵越好 实测gtx680对cpu依赖度(CPU the more expensive, the better Measured gtx680 dependence on CPU).doc
- crc校验失败,文件被破坏(CRC checksum failed and the file was destroyed).doc
- crc校验算法(CRC check algorithm).doc
- crc校验(crc checking).doc
- crt和lcd各自的工作原理(What are the principles of CRT and LCD).doc
文档评论(0)