搜索结果

找到约 68 项符合 Queue 的查询结果

Linux/Unix编程 I use C to implement thread operating,include initiallize,fork,yield,exit,kill. You should have driv

I use C to implement thread operating,include initiallize,fork,yield,exit,kill. You should have driver to use this library. I choose array for ready queue,and strcut for Thread Control Block.
https://www.eeworm.com/dl/619/251222.html
下载: 161
查看: 1087

软件设计/软件工程 map identification laquo yuan Problem description : the digital image processing of an image often e

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 ...
https://www.eeworm.com/dl/684/268398.html
下载: 44
查看: 1053

其他 μC/OS从1992年开始为人们熟悉

μC/OS从1992年开始为人们熟悉,到现在已经发展为μC/OS-II。ΜC/OS-II最多支持56个任务,其内核为占先式,总是执行就绪态的优先级最高的任务,并支持Semaphore(信号量)、Mailbox(邮箱)、Message Queue(消息队列)等多种常用的进程间通信机制。与大多商用RTOS不同的是,μC/OS-II公开所有的源代码,并可以免费获得,对商 ...
https://www.eeworm.com/dl/534/269808.html
下载: 150
查看: 1028

VxWorks 定时中断程序

定时中断程序,源码的注释十分详细,具体功能如下: 1.Frame 实现能有效降低VxWorks 内存管理内部/外部碎片的机制。 2. Frame 实现为系统提供软定时器功能的机制,定时器timeout 信息以message 或其他快捷有效方式通知定时器申请者(Task)。 3. 参考实验一要求,系统中每个Task 拥有自己的Message Queue,以此方式作为系统 ...
https://www.eeworm.com/dl/662/278966.html
下载: 189
查看: 1032

VxWorks 练习并掌握多任务实时操作系统下Task 调度、Task 间主要通信手段(信号量、消息队列等)、RISC 处理器 I/O 端口控制等内容

练习并掌握多任务实时操作系统下Task 调度、Task 间主要通信手段(信号量、消息队列等)、RISC 处理器 I/O 端口控制等内容,并形成嵌入式实时应用软件的良好编程习惯。创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有MessageQueue 发送 ...
https://www.eeworm.com/dl/662/282997.html
下载: 27
查看: 1207

VC书籍 C++STL STL(Standard Template Library

C++STL STL(Standard Template Library,标准模板库)是惠普实验室开发的一系列软件的统称。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普实验室工作时所开发出来的。现在虽说它主要出现在C++中,但在被引入C++之前该技术就已经存在了很长的一段时间。 STL的代码从广义上讲分为三类:algorithm(算法)、cont ...
https://www.eeworm.com/dl/686/310448.html
下载: 69
查看: 1039

微处理器开发 文件及文件夹说明 ==========================================================================================

文件及文件夹说明 =============================================================================================== \arm\ uC/OS-II移植代码 \SOURCE\ uC/OS-II源码保存在该文件夹 \HostMassLib\ HostMassLib驱动库相关文件存放的文件夹 \HostMassLib\读写U盘模块驱动使用手册.pdf 驱动库使用手册 \UDis ...
https://www.eeworm.com/dl/655/387054.html
下载: 79
查看: 1040

数据结构 迷宫问题

迷宫问题,分别用深度和广度优先遍历解决。其中stack用链表实现,queue用数组实现。描述见pdf文件。
https://www.eeworm.com/dl/654/394999.html
下载: 137
查看: 1041

其他书籍 Learn how to: * Tokenize a null-terminated string * Create a search and re

Learn how to: * Tokenize a null-terminated string * Create a search and replace function for strings * Implement subtraction for string objects * Use the vector, deque, and list sequence containers * Use the container adaptors stack, queue, and priority_q ...
https://www.eeworm.com/dl/542/438625.html
下载: 46
查看: 1053

其他 This is a Switch simulation... with 4 types of switches... and also we have average simulation tim

This is a Switch simulation... with 4 types of switches... and also we have average simulation time over these 4 switches 1. No Queue 2. Input Queue 3. Input Queue with iterative 4. Output QUeue
https://www.eeworm.com/dl/534/442700.html
下载: 26
查看: 1048