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

搜索资源列表

  1. shijianpailiebiao

    0下载:
  2. 用队列制作的一个时间排列表,程序没问题,可在我这运行不了,- -!-Queue produced with a time schedule list, the program is no problem, you can run I can not,--!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1091
    • 提供者:hehe
  1. hechangdui

    0下载:
  2. 合唱队形算法,解决合唱队列排序问题的算法程序。-Chorus formation algorithm to solve scheduling problem choirs queue algorithm program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:995
    • 提供者:cat
  1. chulijidiaodusuanfa

    0下载:
  2. 处理机调度算法 程序先对进程进行读入,每读入一次将进程添加到队列中去,当读入结束的时候对读入的进程按照优先级排序,就实现了进程按优先级处理的结构。 通过一个临时的进程控制块存储输入的信息,然后将该临时进程控制块中的内容存储到队列中去-Processor scheduling algorithm procedures first time into the process, each one will be read into the process to add to the queue
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1318
    • 提供者:
  1. C_or_C++(original)

    0下载:
  2. 3个vxworks 程序,用来学期消息队列,中断,看门狗 1个动态内存调度的Tomasulo算法MFC实现 1个从文本文件中读取字符的程序-3 VxWorks procedures used to semester message queue, interruption, a dynamic memory watchdog scheduling Tomasulo Algorithm MFC to achieve a text file from the procedure to read
  3. 所属分类:VxWorks

    • 发布日期:2017-04-06
    • 文件大小:19697
    • 提供者:张珂
  1. write

    0下载:
  2. 简单行编辑器,实现实时输入,用栈和队列实现-Simple line editor, real-time input, using stack and queue to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1303
    • 提供者:weishantc
  1. c

    0下载:
  2. 一个linux 下的客户端的小程序,用c语言描写实现。运用消息队列以及通信进程的应用实现-Under a linux client applet, using c language descr iption of the achievement. The use of message queue, as well as communications applications process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1426
    • 提供者:ada
  1. client

    0下载:
  2. 客户端的开发小程序。linux中各shell命令的运用,使用消息队列和通信进程-The development of client applets. linux in order to use the shell, use the message queue and communication process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1431
    • 提供者:ada
  1. interrupt

    0下载:
  2. vxworks,任务间通信。消息队列,中断等。-vxworks, inter-task communication. Message queues, and other interruptions.
  3. 所属分类:VxWorks

    • 发布日期:2017-04-10
    • 文件大小:1662
    • 提供者:jugovic
  1. Main

    0下载:
  2. (1) 设计一个基类LinkList,分别派生出队列类和栈类。队列类可以进行元素入队列和出队列操作以及取队列长度操作,栈类可以进行入栈和出栈操作,还可以查看栈顶元素的值。-(1) to design a base class LinkList, were derived from Queue and Stack Class categories. Queue element type can be queued into the queue and a queue length of opera
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1738
    • 提供者:Nancy
  1. DataStructureUtil

    0下载:
  2. 该压缩文件夹内有诸多常用算法和数据结构的c++模板编程实现,可作为您程序开发的辅助工具。具体有栈、队列、优先队列、字典、二叉树、图(包括节点的遍历,连通性判断,3种经典最短路径算法的实现等)。-The compressed folder, there are many commonly used algorithms and data structures c++ Template programming, can be used as your development tool. Specif
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:12844
    • 提供者:张杨
  1. duanzuoye2

    0下载:
  2. 这是大学操作系统进程调度实验的其中一个算法。实验中应该要注意的是关于C中指针的用法,因为指针的用法比较灵活又非常容易出错,一不小心应用不严密就会出错。如在实行按短作业优先算法调度进程的过程中,每一次输入无论是周转时间,运行时间,还是响应时间都要用指针返回arrivetime,否则就出错。还有在插入和释放结点时,用此中指针表示法会比用for循环语句简明很多。再一个就是在选择运行时间最小的进程时,察看当前就绪队列中的进程数也是很关键的,其间所得的count对于下面两步都很重要。-err
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1497
    • 提供者:舒拉
  1. queueing

    0下载:
  2. 关于队列的omnet++仿真,有仿真的所有文件,只需点击exe文件即可运行。-On the queue omnet++ Simulation, simulation of all the files there, just click the exe file to run.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:493299
    • 提供者:zhongchun
  1. Queue

    0下载:
  2. 掌握循环队列的基本操作及在顺序存储结构上的实现。数据结构-Circular Queue grasp the basic operation and in order to achieve the storage structure. Data Structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:43220
    • 提供者:胡娟
  1. dddd

    0下载:
  2. (C语言)用两种方法(栈和队列)拓扑排序,由用户选择方法-(C language) of two ways (Stack and Queue) topological sort, by the user selection method
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3368
    • 提供者:王超
  1. jiaotongzixun7515

    0下载:
  2. 提供全国交通网络的初始化和查询。有火车和飞机两种交通工具。涉及到树 图队列 链表的综合利用-National transport network to provide initialization and query. There are two modes of public transport trains and aircraft. Related to the tree diagram of the comprehensive utilization of the queue list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7180
    • 提供者:yuxin
  1. jcgl

    0下载:
  2. (1)设计进程控制块PCB表结构,分别适用于优先权调度算法和时间片轮转调度算法。 PCB结构包括以下信息:进程名、进程优先数(或轮转时间片),进程所占用的CPU时间,进程的状态,当前队列指针等。根据调度算法的不同,PCB结构的内容可以作适当的增删。 (2)建立进程就绪队列。对两种不同算法编制入链子程序。 (3)编制两种进程调度算法:a)优先数调度;b)时间片轮转调度。允许用户在程序运行时选择使用某一种调度算法。-(1) design process control blo
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:2188
    • 提供者:genking
  1. zhanheduilie

    0下载:
  2. 数据库上机实验 栈和队列的基本应用 上机实验-Database on the machine stack and queue experiment the basic application of the experimental machine
  3. 所属分类:Database system

    • 发布日期:2017-04-07
    • 文件大小:7044
    • 提供者:xiangyang
  1. VioceRecognition

    0下载:
  2. 使用科大讯飞的语音识别和语音合成引擎作为基础,开发的适合SP的一套语音识别应用程序,可通过简单配置应用于现有的IVR业务中。主要文件简单说明:asr.c 系统初始化,入口点asrch.c 系统核心处理单元DynGra.c 动态语法生成tts.c 语音合成eventq.c 事件队列asrtimer.c 计时器iblock.c 内存管理.-The use of Science and Technology Institute of China inquiry flying speech recogn
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:199090
    • 提供者:至诚
  1. IPC_linux

    0下载:
  2. 源码包中是我在学习Linux进程间通信时所写的关于五种通信方式(管道,FIFO,信号,消息队列和共享内存)的程序,适合于初学Linux下应用开发的有志之士参考,希望对他们能有所帮助。-Source package is in my learning process communication when Linux on the five kinds of written communication (pipe, FIFO, signals, message queues and shared m
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:8774
    • 提供者:杨硕
  1. 20090106

    0下载:
  2. 停车场管理系统,运用链表和队列的数据结构-Car park management system, the use of linked list and queue data structure
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3411
    • 提供者:saraandlara
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com