robocup 的高层决策机构 if ball is kickable kick ball to goal else if i am fastest player to ball and no opponent can intercept ball intercept the ball else move to strategic position and pos ba
标签: ball kickable robocup fastest
上传时间: 2014-01-13
上传用户:1051290259
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
通过驱动直接读取Intel 82093AA I/O的键盘记录器
上传时间: 2014-01-09
上传用户:懒龙1988
One kind of decision-making tree algorithm, can be seen as one kind data mining algorithm ,find the rule from large-scale data middle.
标签: algorithm kind decision-making mining
上传时间: 2014-01-13
上传用户:ruan2570406
libgsmc is a GSM Communications library intended to be used as a foundation for phone applications on linux based handheld mobile phones.
标签: Communications applications foundation intended
上传时间: 2016-02-14
上传用户:ecooo
GB3836.4-2000爆炸性环境用防爆电气设备 第4部分-本质安全型”i“,做煤矿本安产品的国家强制标准,很难找到的东西
上传时间: 2016-02-14
上传用户:小眼睛LSL
制作五星的源码.让大家来研究下.没有AS编程的.放心使用吧.
上传时间: 2016-02-15
上传用户:frank1234
根据基尔霍夫定律:节点上∑i=0和回路中∑u=0这两个公式,无论是在正旋稳态下还是在暂稳态电路中表达网络变量间的关系时都只取决于网络的布局即节点和支路的相互关系,而与支路的特性即支路由那些元件组成及其参数的量值都没有关系。因此当我们根据网络来建立节点电流方程及回路电压方程时,无须画出电路元件。这种节点与支路相互关系以表示电路结构的图,称为网络的图。在网络的图中,为建立KCL、KVL方程,取支路电压、支路电流关联参考方向,在图中的支路上标明。
上传时间: 2016-02-16
上传用户:gdgzhym
The paper presents the CORDIC Algorithm, which has been implemented as an virtual component (IP core) in a VHDL simulation environment. The core is packaged as a soft (VHDL) macro and it implements all transcenden-tal functions. Analysis of the accuracy of the algorithms implemented shows that the CORDIC functions are equivalent to the accuracy of a Pentium coprocessor.
标签: implemented Algorithm component presents
上传时间: 2016-02-16
上传用户:wcl168881111111
μC/OS-II Goals Probably the most important goal of μC/OS-II was to make it backward compatible with μC/OS (at least from an application’s standpoint). A μC/OS port might need to be modified to work with μC/OS-II but at least, the application code should require only minor changes (if any). Also, because μC/OS-II is based on the same core as μC/OS, it is just as reliable. I added conditional compilation to allow you to further reduce the amount of RAM (i.e. data space) needed by μC/OS-II. This is especially useful when you have resource limited products. I also added the feature described in the previous section and cleaned up the code. Where the book is concerned, I wanted to clarify some of the concepts described in the first edition and provide additional explanations about how μC/OS-II works. I had numerous requests about doing a chapter on how to port μC/OS and thus, such a chapter has been included in this book for μC/OS-II.
标签: OS-II compatible important Probably
上传时间: 2013-12-02
上传用户:jkhjkh1982