嵌入式實(shí)時(shí)操作系統(tǒng)μC/OS-II(第2版)自帶光盤源碼
【原 書 名】 MicroC/OS-II The Real-Time Kernel,Second Edition
本書是MicroC/OSII The Real Time Kernel一書的第2版本,在第1版本(V2.0)基礎(chǔ)上做了重大改進(jìn)與升級(jí)。通過對(duì)μC/OSII源代碼的分析與描述,講述了多任務(wù)實(shí)時(shí)的基本概念、競(jìng)爭(zhēng)與調(diào)度算法、任務(wù)間同步與通信、存儲(chǔ)與定時(shí)的管理以及如何處理優(yōu)先級(jí)反轉(zhuǎn)問題;介紹如何將μC/OSII移植到不同CPU上,如何調(diào)試移植代碼。在所附光盤中,給出已通過FAA安全認(rèn)證的μC/OSII V2.52的全部源碼以及可在PC機(jī)上運(yùn)行的移植范例。
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).
map identification laquo yuan Problem description : the digital image processing of an image often expressed as a macute M pixel matrix. Each pixel value is 0 or 1. The value of 0 pixel image, said background, and the value of a pixel image, said a map of a million, usually called map million pixels. When a pixel in another pixels above, below, left or right, said that two adjacent pixels of the pixel. An image of the pixels belonging to the same map yuan, instead of adjacent pixels belonging to different map yuan. Figure yuan identification of problems is right for the given image pixel map marking yuan, making the same map billion yuan pixel map of the same markings and different map billion yuan pixel map of their marks are different. Trial queue abstract data type design solut