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

搜索资源列表

  1. FTP-Client

    0下载:
  2. 连接FTP服务器,FTP操作管理,本地操作管理,队列操作管理及帮助5部分-Connect the FTP server, FTP operations management, local operating management, queue operations management and help Part 5
  3. 所属分类:JavaScript

    • 发布日期:2017-11-07
    • 文件大小:611970
    • 提供者:陈倩
  1. PACKMANAGEMENTSYS

    0下载:
  2. 一个模拟停车管理系统作业,利用栈和队列记录进入的车辆,离开的车辆,停留时间,收费情况等信息,内附作业报告,详细内容可参考报告-A simulated parking management system operation, the use of stack and queue record to enter the vehicle, the vehicle left the residence time, the charges and other information included jo
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:14742366
    • 提供者:俞希
  1. studentManage1

    0下载:
  2. 服务器端(B)负责管理数据,客户端(A)用于发送对数据操作的命令。客户端通过消息队列给服务器发送操作命令,服务器端根据接受到的命令处理数据,并通过消息队列将处理结果发送给客户端,同时,把客户端需要得到的数据,通过共享内存传递给客户端。客户端根据处理结果从共享内存中获取数据。-A process A (client) to another process B (server-side) sent to find, add, delete, display command, process B pe
  3. 所属分类:Linux Network

    • 发布日期:2017-11-28
    • 文件大小:3287
    • 提供者:yingliang
  1. parking-lot-management-system

    0下载:
  2. 本实例模拟了一个简单的停车场管理系统。进来一辆车登记后进入车场,如车场满则进来 的车进入便道等候,一旦有车开走则可以便道直接进入车场。用一个浅模拟停车场,用一个队 列模拟车场外的便道。本实例主要向读者介绍如何运用找和队列来解决实际问题。-Simulated in this example a simple parking management system. Come in a car registered to enter the yard, such as yard full of inco
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:1199
    • 提供者:hxk
  1. ITWORMS

    0下载:
  2. ASP写的工作订单管理系统网站源码,功能有:设置第条订单的优先级队列,还有附加文件功能,和工作指令等。-ASP written work order management system website source code, function: set the first order priority queue, as well as the additional documents, and work instructions.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-12-05
    • 文件大小:214878
    • 提供者:吴忠
  1. zuoyediaodu

    0下载:
  2. 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法。-Process scheduling is the core content of the processor management. The experiment called the C language to write and debug a simple process scheduler. T
  3. 所属分类:Communication

    • 发布日期:2017-11-23
    • 文件大小:33187
    • 提供者:付柄银
  1. Introduction-of-Xilkernel_API

    0下载:
  2. Xilkernel是Xilinx公司提供的用于EDK系统的小型、模块化的操作系统,支持MicroBlaze、PowerPC405以及PowerPC440处理器。支持可移植操作系统接口(POSIX)。 Xilkernel功能函数包括:线程管理、信号量、消息队列、共享内存、互斥锁、动态内存管理、软件定时、用户层中断处理API等几个方面。 -Xilkernel Xilinx EDK system for small, modular operating system, to support t
  3. 所属分类:Communication

    • 发布日期:2017-11-20
    • 文件大小:8695
    • 提供者:zmz
  1. my-parking

    0下载:
  2. 本代码实现的是一个简单的停车场管理系统。设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。 汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在停车场的最北端),若车场内已停满n辆汽车,则后来的车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆汽车要离开时,在它之后进入的车辆必须退出车场为它让路,待该车辆开出大门外,其他车辆再按原次序进入车场,每辆停放在停车场的车在它离开停车场时必须按它停留时间的长
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:242427
    • 提供者:丁洁琼
  1. 44parkingmanage

    1下载:
  2. 数据结构课程设计-停车场管理系统,用栈实现的停车场,用队列实现的便道-Data structure curriculum design- parking management system, implemented with stack parking, sidewalk with a queue implementation
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:2137
    • 提供者:fu gang
  1. FIFO

    0下载:
  2. 进程的管理 1、设计一个进程PCB的数据结构 2、设计三种进程基本状态的队列 3、创建进程,并将其送入某状态队列 4、实现进程之间状态的转换,进程转换到不同队列-Management of a process, the process of designing a data structure 2 PCB design three kinds of basic state process queue 3, the creating process, and sends it to
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:1116
    • 提供者:史玉隆
  1. process-manage

    0下载:
  2. 设计一个程序实现进程的管理 1、设计一个进程PCB的数据结构 2、设计三种进程基本状态的队列 3、创建进程,并将其送入某状态队列 4、实现进程之间状态的转换,进程转换到不同队列-Design a program to achieve process management 1, the design data structure of a process of PCB 2, three processes could design the
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:194955
    • 提供者:joey
  1. os

    0下载:
  2. UCOS 源代码 标准的OS,包括内存管理,任务调度,信号量,消息队列等机制 -UCOS os source code
  3. 所属分类:uCOS

    • 发布日期:2017-11-16
    • 文件大小:175029
    • 提供者:wlx
  1. Nucleus

    0下载:
  2. NUCLEUS 源代码 标准的OS,包括内存管理,任务调度,信号量,消息队列等机制 -nucleus os source code
  3. 所属分类:uCOS

    • 发布日期:2017-11-19
    • 文件大小:569842
    • 提供者:wlx
  1. jin-cheng-guan-li-xi-tong

    0下载:
  2. 进程管理系统:定义PCB的数据结构,用链表的形式管理进程,采用多级反馈队列调度的算法模拟进程的控制,最终完成有创建、撤销、调度、阻塞、唤醒进程等功能-Process Management Systems: Define the PCB data structure, with the form of chain management processes, the use of multi-level feedback queue scheduling algorithm simulation p
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:11185
    • 提供者:郭彦斌
  1. goods-purchasing

    0下载:
  2. 通过结合栈 链表 队列等几中数据结构并利用它们各自的特性来模拟实现一个简单的商店的商品管理器-we use the stack ,the queue and the linklist and combine their characteristics to make a goods purchasing manager
  3. 所属分类:STL

    • 发布日期:2017-06-08
    • 文件大小:15456884
    • 提供者:wfl
  1. ParkCPro

    0下载:
  2. 大二时用C++写的一个停车场管理系统,运用了队列的知识,没有使用界面,只是控制台。-Sophomore in C++ to write a parking management system, using the knowledge of the queue, there is no user interface, just the console.
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-02
    • 文件大小:14269199
    • 提供者:左镇纲
  1. data

    0下载:
  2. 数据结构常见结构,表,队列,栈。主要用来管理存储数据和运算。-Data structures common structures, tables, queues, stacks. Mainly used to manage data storage and computing.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:103898
    • 提供者:蒋万松
  1. EasyUIRightsManage_Code

    0下载:
  2. EasyUI+JQuery统一权限管理源码 源码描述: 运行环境:vs2010+SQL2005 浏览器兼容:用的Jquery EasyUI 火狐下测试通过 技术特点:EasyUI,JQuery,统一权限管理系统(aspx面完成显示 ashx处理所以请求) 功能描述: 商家管理:促销活动 产品管理 卡密管理 财务管理 促销商家 合作商家 慈善管理:慈善排名 慈善比例管理 奖池管理:已捐赠管理 已领取管理 待领取管理 队列中管理 统计 奖池金额管理 奖池金
  3. 所属分类:.net

    • 发布日期:2017-05-19
    • 文件大小:5125545
    • 提供者:wwg
  1. nachos_thread

    0下载:
  2. nachos线程管理模块升级,实现了多种方法管理线程,包括“优先级调度”、“多级队列”等-nachos thread management module upgrade, to achieve a variety of ways to manage threads, including " priority scheduling," " multi-level queue" and so on
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:10753
    • 提供者:高一荻
  1. Cache

    0下载:
  2. 利用栈队列实现的停车管理系统,和计费问题-Parking Management System
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:13292
    • 提供者:tanyanwen
« 1 2 ... 7 8 9 10 11 1213 14 15 »
搜珍网 www.dssz.com