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

搜索资源列表

  1. AudioPlayerForMIDP2.0

    0下载:
  2. 一组 MIDlet,实现单音调生成、使用各种源(如 JAR 文件和 HTTP)的音调排序以及一个应用程序中的混音、WAV 和音调排序变化。 需要:MIDP 2.0-a group MIDlet achieve buttoning transfer generation, the use of various sources (such as JAR files and HTTP), and a pitch ranking procedures for the application of s
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:24636
    • 提供者:赵龙
  1. neipaixu

    0下载:
  2. [问题描述] 将N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N) [输入] 待排序记录个数,各关键字的值。 [输出] 关键字从正负分开,正数在前 [存储结构] 待排序记录顺序存储。 [算法的基本思想] 快速排序算法每次任取一个记录的关键字为标准,将其余记录分为两组将,N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前。 #in
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:7602
    • 提供者:Demonic
  1. 操作系统的进程调度的程序

    0下载:
  2. 这是一个关于操作系统的进程调度的程序,是用C编的-This is a process of the operating system's scheduling process, the C series
  3. 所属分类:压缩解压

    • 发布日期:2014-01-15
    • 文件大小:1291
    • 提供者:tom
  1. zuoyediaodu

    0下载:
  2. 这是一个操作系统的作业调度的算法,是用C语言来编程的-This is a system of job scheduling algorithm is the use of C language programming
  3. 所属分类:压缩解压

    • 发布日期:2014-01-15
    • 文件大小:1770
    • 提供者:tom
  1. Ex_Thread

    0下载:
  2. 5个进程 开始时处于就绪队列中 该单机系统采用时间片轮转法进行调度。假定A每运行4个时间片就发出一次I/O请求,I/O完成时间为20个时间片。D每运行2个时间片就发出一次I/O请求,I/O完成时间为10个时间片。-five at the beginning of the process, in place of the single queue system uses Web Tablet time scheduling method. A running assumed every f
  3. 所属分类:进程与线程

    • 发布日期:2014-01-15
    • 文件大小:38515
    • 提供者:主张
  1. pweiod

    0下载:
  2. 问题:小明的家里有五口人,他们排成一排照相,那么一共有多少种排法呢,你能不能把所有的排法写出来? -: Xiao Ming is the home of five, they line up a row of photographs, and then a row the total number of species law, um, You can put all the scheduling was made?
  3. 所属分类:数值算法/人工智能

    • 发布日期:2014-01-15
    • 文件大小:768
    • 提供者:紫龙
  1. 1

    0下载:
  2. In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can’t suppo
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:135878
    • 提供者:刘天宏
  1. sg247210

    0下载:
  2. IBM redbook for business information system scheduling
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:12422531
    • 提供者:cordian
  1. Academic.Press.Troubleshooting.Optical.Fiber.Netwo

    0下载:
  2. Performance Modeling and Analysis of Bluetooth Networks Polling, Scheduling, and Traffic Control.pdf
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4901112
    • 提供者:prakob
  1. LuceneServer-0.1

    0下载:
  2. Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server capabilities. Lucene is a robust Java API that enables you creating indexes from text sources and perform powerful searches on these indexes. Wit
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:226109
    • 提供者:童小军
  1. Linux_Enterprise_Cluster

    0下载:
  2. The Linux Enterprise Cluster explains how to take a number of inexpensive computers with limited resources, place them on a normal computer network, and install free software so that the computers act together like one powerful server. This makes it
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3900533
    • 提供者:linz
  1. os-CPU+scheduling

    0下载:
  2. 来自印度迈索尔大学的外教的操作系统的课件
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:166005
    • 提供者:王闯
  1. icare_v0

    0下载:
  2. Some scheduling software.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:59466
    • 提供者:zhao xin ke
  1. Job-Scheduling

    0下载:
  2. 一、目的要求   用高级语言编写和调试一个或多个作业调度的模拟程序,以加深对作业调度算法的理解。 二、例题:为单道批处理系统设计一个作业调度程序。   由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的 CPU时限等因素。   作业调度算法:采用先来先服务(FCFS)调度算法,即按作业提交的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。
  3. 所属分类:WEB源码

    • 发布日期:2014-01-17
    • 文件大小:73369
    • 提供者:Anson
  1. project3

    2下载:
  2. The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-17
    • 文件大小:589155
    • 提供者:向东
  1. schedule

    0下载:
  2. 操作系统的页面调度算法-OS pages Scheduling Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13891
    • 提供者:zeng
  1. 进程调度实验

    0下载:
  2. 进程调度算法的实现-Process Scheduling Algorithm Implementation
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1564
    • 提供者:张伟
  1. new_diaodu

    0下载:
  2. 操作系统中作业调度程序 -operating system scheduling procedures
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3137
    • 提供者:喻建华
  1. dispatcher

    0下载:
  2. 操作系统内存调度各种算法的示例,也是多线程在同一控件上作画的演示程序。-operating system memory scheduling algorithms example, multithreading in the same controls on painting demonstration program.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:36352
    • 提供者:李灵宁
  1. 课程管理系统1

    0下载:
  2. 课程管理系统!有很强的排课功能,表多,联系多,是应付老师的首选,因为一看就是自己做的!-course management system. A strong Course Scheduling functions, tables, links, is the first choice to meet the teacher, because one can do for myself is!
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:127258
    • 提供者:蔡伟
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com