CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - queue management

搜索资源列表

  1. r_buf

    0下载:
  2. 自己写的一个用在单片机串口通讯中的环形队列缓冲区管理模块。-himself wrote a serial microcontroller used in the communications ring buffer queue management module.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2.1kb
    • 提供者:谢经波
  1. ucos252-src

    0下载:
  2. 著名的嵌入式操作系统uC/OS的完整内核源代码,内核版本号2.52。 该源代码主要包括如下几个方面: 1、任务管理 2、消息邮箱 3、消息队列 4、信号量 5、事件管理 6、内存管理-famous embedded operating system uC / OS kernel integrity of the source code, the kernel version 2.52. The source code includes the following ma
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:80.16kb
    • 提供者:浪迹天涯
  1. S3C44B0Xcomm

    0下载:
  2. 通过讨论常见的串口软件使用的方法,提出基于一种称之为双缓冲队列的串口缓冲区管理策略的串口软件模块的实现方法和其中要注意的问题。-through discussion of the common use of serial software, Based on the call a double-buffer queue Serial buffer management strategy Serial software modules and the method to which attenti
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:46.59kb
    • 提供者:金阳
  1. UcosiiAppliction

    0下载:
  2. 任务一 任务管理 任务二 优先级天花板 任务三 哲学家就餐 任务四 消息队列 任务五 时钟中断-task of a task management tasks two priority tasks ceiling three meals philosopher four tasks Message Queue five tasks Clock interruption
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:397.65kb
    • 提供者:laixuelei
  1. FCFSandSPF-basedprocessmanagementsystem

    0下载:
  2. 课程设计的目的 本设计的目的是:加深对进程概念及进程管理各部分内容的理解;熟悉FCFS和SPF两种进程调度算法。 课程设计的要求 (1)设计一个完整的进程调度系统,系统中至少包括5个进程;(2)定义PCB; (3)采用链表管理就绪队列; (4)结果要能够显示出进程的调度序列及进入系统的时间、运行时间等必要信息。-The purpose of the curriculum design of the purpose of this design are: better unde
  3. 所属分类:SCM

    • 发布日期:2017-05-12
    • 文件大小:2.5mb
    • 提供者:杨夏
  1. demo

    0下载:
  2. 1. 创建多 Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送消息完 成。 2. Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的semFlush()完成。同时接收各Task 的告警信息,并负责系统结束时的Task 删除处理。 3. Task2:激励Task。利用taskDelay()完成周期地向
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:1.38kb
    • 提供者:玛萨其
  1. SDCARD_FATFileSystem

    0下载:
  2. [FAT文件系统读写程序(目前在已经在fs2410开发板上经过sd卡测试,实现多级目录,文件的创建读写,24位bmp的读写),对FAT16文件系统进行了改进,主要是引入了缓冲队列,同时对缓冲队列使用了hash表的管理-[FAT file system read and write program (current board has been developed in fs2410 sd card test, multi-level directory, file creation readin
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-15
    • 文件大小:3.75mb
    • 提供者:于岩
  1. 3bUVNexM

    0下载:
  2. ucosii的五个实验列子,任务管理,消息队列,时钟中中断等-ucosii Liezi five experiments, task management, message queue, the clock interrupt, etc.
  3. 所属分类:uCOS

    • 发布日期:2017-05-02
    • 文件大小:549.46kb
    • 提供者:孙国峰
  1. wincePsystem

    0下载:
  2. 讲解wince系统开发比较好的一本书 第一章 引言 第二章 Windows CE系统结构 第三章 处理程序与执行绪的描述和排程 第四章 储存管理 第五章 Windows CE的储存管理 第六章 装置管理 第七章 使用者接口与图形子系统 第八章 动态链接库的载入分析 第九章 执行绪在队列之间的转换分析 第10章 虚拟内存 第11章 档案系统 第12章 驱动程序加载机制 第十三章 Windows CE应用程序开发环境 第十四章 Windows
  3. 所属分类:Windows CE

    • 发布日期:2017-05-22
    • 文件大小:6.47mb
    • 提供者:timothy
  1. bank

    0下载:
  2. 基于s3c6410的模拟银行排队及叫号系统-Simulation bank queue and queue management system
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:105.8kb
    • 提供者:叶高松
  1. os1

    0下载:
  2. 1用PCB表示整个进程实体,利用随机数方法或键盘控制方法模拟进程执行中产生的事件,或者利用基于图形界面的鼠标或者键盘操作控制进程管理内容。 2定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如内部ID、外部ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 3定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控制方法模拟,并实现对应的控制程序
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:1.02kb
    • 提供者:若瓷
  1. buffer_queue_serial

    0下载:
  2. 基于双缓冲队列的串口通信模块的研究与实现,提出基于一种称之为双缓冲队列的串口缓冲区管理策略的串口软件模块的实现方法和其中要注意的问题。-Research and Implementation of the serial communication module based on dual-buffer queue, based on a technique called serial buffer management strategy for double-buffer queue of th
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:57.25kb
    • 提供者:eric
  1. ucosIIinVC

    0下载:
  2. 这是一个在VC++下移植的UCOSII案例,是一份良好的教学案例,含有任务管理消息邮箱队列内存管理,事件管理的例程,对于UCosII初学者具有良好的参考作用,是卢有亮先先生UCOSII教学实验代码。-This is a transplant under VC++ UCOSII case is a good teaching case containing the the task management message mailbox queue memory management, event
  3. 所属分类:uCOS

    • 发布日期:2017-11-23
    • 文件大小:962.22kb
    • 提供者:李天
  1. mintRoute

    0下载:
  2. WSN多跳路由,使用最短路径,定时器,队列,邻居表管理等,核心策略是邻居表的周期更新和父节点的定期选举-WSN multi-hop routing,Using the shortest path, timer, queue, the neighbor table management etc.core strategy is the regular election cycle update the neighbor table and the parent node
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-17
    • 文件大小:8.79kb
    • 提供者:weimingjuan
  1. FIFOQueue

    1下载:
  2. 应用于STM32单片机的消息队列程序,可以在用于数据的临时存储,方便数据的管理,比如串口接收时,可先保存至队列,再对数据进行处理。-Applied to the message queue STM32 microcontroller program, can be used for temporary storage of data, convenience of data management, such as serial port receiving, can save to queue
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:14.78kb
    • 提供者:yubinbin
  1. PCBmanagement

    1下载:
  2. 模拟操作系统的进程调度,事先构造一个PCB总链队列,可对该队列进行正常的维护, 即当PCB状态变化时,在总链队列的基础上,实现菜单式管理和进程原语操作, 实现创建、撤销、时间片到、挂起进程和激活进程等基本进程原语, 以实现PCB的就绪队列、等待队列的组织与管理;(Simulation of the operating system process scheduling, to construct a PCB chain queue, can be used for normal maintena
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-30
    • 文件大小:36kb
    • 提供者:zzzxxxccc
搜珍网 www.dssz.com