CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 队列

搜索资源列表

  1. msq_server

    0下载:
  2. 学习系统编程时自己写的一个代码,两个进程之间基于消息队列的通信。-Learning system programming to write a code, based on message queue communication between two processes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:7489
    • 提供者:钟小龙
  1. stl_sample

    0下载:
  2. 本程序提供一些stl的实例,帮助入门stl。其中有向量、队列、map等。-some stl samples.
  3. 所属分类:Console

    • 发布日期:2017-11-18
    • 文件大小:10659
    • 提供者:kevin
  1. Queap

    2下载:
  2. 用两个栈模拟一个队列,包含出队、入队和获取最大值函数,时间复杂的O(n)-Simulation of a queue with two stacks contain enter and quit team, and get the maximum value function, the time complexity of O (n)
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-11-07
    • 文件大小:1171
    • 提供者:吕楠
  1. Queue

    0下载:
  2. 队列的代码实现,VC++开发平台,C语言描述的数据结构。-The queue code, VC++ development platform, the C language to describe the data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:184767
    • 提供者:李海锋
  1. small_RTOS51Theory_Applications

    0下载:
  2. 51单片机嵌入式系统RTOS51原理及应用,以基本概念铺垫,从简单例子入手着重分析了RTOS的任务管理,任务切换,任务间通信\同步和消息队列.最后讲解其移植方法和函数,并给出应用实例 PDF格式-51 Microcontroller embedded systems RTOS51 theory and application of basic concepts in order to pave the way, from the start focused on a simple exam
  3. 所属分类:SCM

    • 发布日期:2017-11-13
    • 文件大小:57561481
    • 提供者:kira
  1. mqoper-oldbackup

    0下载:
  2. IBM MQ工具,可以支持mq队列的查询、发送、接收、全部浏览、全部接收消息等功能 同时支持xml报文格式的校验(通过schema)-IBM MQ tools mq queue can support inquiries, send, receive, all views, all the functions to receive messages at the same time support for xml message format validation (through sche
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1024571
    • 提供者:kingshift
  1. ucos_OS

    0下载:
  2. ucos操作系统学习资料,进程间通信的机制,信号量,队列,邮箱。-ucos operating system learning materials, inter-process communication mechanisms, semaphores, queues, mailboxes.
  3. 所属分类:uCOS

    • 发布日期:2017-03-25
    • 文件大小:356586
    • 提供者:hfy
  1. Os3

    0下载:
  2. 关于操作系统课程的主存空间的分配与回收 采用可变分区存储管理,采用空闲分区表(链)进行。设计一个空闲分区表(链),空闲分区通过空闲分区链来管理;在进行内存分配时,系统优先使用空闲区低端的空间。 设计一个某时刻主存空间占用情况表,作为主存当前使用基础。初始化空闲区和已分配区说明表的值。自己设计一个作业申请队列以及作业完成后的释放顺序,实现主存的分配和回收。把空闲区分区表的变化情况以及各作业的申请、释放情况显示、打印出来。 算法,用MFC环境实现。 -Distribution and
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:59064
    • 提供者:小鱼
  1. updata

    0下载:
  2. 本源码是一个简单的队列更新 在WEB服务器放置UPLIST.TXT列表 uplist.txt 书写格式如下: [升级列表] 文件列表="up.dll|up.exe|123.exe" 文件目录为"upfile" 如果要修改可以去源码内自行修改!-updata code for China easylanguage
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:42613
    • 提供者:chenyan
  1. time

    0下载:
  2. “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行器件不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。 例如:在进程获得一次CPU后就将其优先数减少1。 或则,进程等待的时间超过某一时限时增加其优先数的值,等待。 -g_queue.s_id=i g_queue.s_dynamic_prior=MIN_PRIOR g_queue.s_n
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:4661
    • 提供者:陈大伟
  1. javaparase

    0下载:
  2. 一个java源代码包,其中包括快速排序,队列和后缀表达式的计算,XML生成程序,为一个解析XML文件程序做了书价格的计算,是后缀表达式计算,中缀转后缀-A java source code package, including the quick sort, queue and the suffix for calculating expressions, XML generation process, a procedure to resolve XML document has done a
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:8310
    • 提供者:站长
  1. OS5

    0下载:
  2. 程序开始运行时选择调度算法,创建进程时输入进程所需服务时间以及到达时间。 根据当前所设定调度算法,连续调度所有进程,并计算每个进程的周转时间和带权周转时间、所有进程的平均周转时间和平均带权周转时间。 调度时应适当输出调度过程中各进程状态队列的变化情况以及进程的已执行时间、还需服务时间(针对时间片轮转算法)。-Routine is executed choice when scheduling algorithm, create process input process required
  3. 所属分类:OS Develop

    • 发布日期:2017-11-13
    • 文件大小:4134
    • 提供者:若瓷
  1. 实验四

    0下载:
  2. 队列-Queue
  3. 所属分类:Applications

    • 发布日期:2017-11-29
    • 文件大小:25778
    • 提供者:
  1. three

    0下载:
  2. 实现增加,删除和记数三个双向队列函数-Added, deleted, and three two-way queue counting function
  3. 所属分类:

    • 发布日期:2017-12-06
    • 文件大小:706
    • 提供者:
  1. droptail

    0下载:
  2. 计算关于网络拥塞控制的吞吐量和队列的长度-calculated on the Network Congestion Control throughput and the length of the queue
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:1252
    • 提供者:吕晓
  1. CommonQueue

    0下载:
  2. 一个用pthread和双向链表实现的队列模板-A two-way linked list with pthread and realize the queue template
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:1503
    • 提供者:王晗
  1. hffmancode

    0下载:
  2. hffmancode队列的插入删除处理 -insert delete hffmancode queue handle
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-10
    • 文件大小:1684
    • 提供者:junjian
  1. Bipartite

    0下载:
  2. 图论*匈牙利算法 的两种实现过程 Matching的巧妙在于队列的进入退出并没有仅仅限于在同一层循环中做到,构思巧妙 其算法思想在《算法设计与分析基础》上可以参阅-Graph theory* Two Hungarian Algorithm realization process ingenious Matching queue entry and exit is not just limited to the same level as the cycle done, the idea
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3248
    • 提供者:jiangxr
  1. exercsie

    0下载:
  2. 我们的作业题,队列和栈函数,对理解这两个概念有帮助-Our operating title, queue and stack functions, understanding these two concepts help
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:224248
    • 提供者:李丹军
  1. BinTreeExp

    0下载:
  2. 二叉树的创建、前序递归遍历、中序递归遍历、后序递归遍历、层次遍历、前序非递归遍历、中序非递归遍历、后序非递归遍历算法。里面包含了顺序栈和队列的实现代码。-Binary tree creation, pre-order recursive traversal, recursive in order traversal, postorder recursive traversal, traverse the level, pre-order traversal non-recursive, in t
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:15983
    • 提供者:LCC
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com