搜索资源列表

  1. duojifankui

    0下载:
  2. 多级反馈队列调度算法,C编写-Multi-level feedback queue scheduling algorithm, C prepared
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:17408
    • 提供者:
  1. Course

    0下载:
  2. 一个用java写的基于拓扑排序的排课系统-Using java to write a topological sort based on the Course Scheduling System
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:梨武
  1. OS

    0下载:
  2. C++实现的模拟操作系统,带有报告。 有界面,实现了进程主调度,内存分配,模拟文件系统功能-C++ Achieve simulated operating system, with the report. There are interfaces, the main achievement of the process scheduling, memory allocation, simulated file system func
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:797696
    • 提供者:
  1. rate-monotonic

    0下载:
  2. 一篇介绍单调速率调度算法的论文,对于理解单调速率算法的概貌很有帮助。-1 Introduction Rate-Monotonic Scheduling Algorithm paper, Rate-Monotonic Algorithm for understanding the general picture helpful.
  3. 所属分类:软件工程

    • 发布日期:2024-05-10
    • 文件大小:25600
    • 提供者:LiYong
  1. os

    0下载:
  2. 操作系统进程调度算法java实现,各种算法都有-Java operating system process scheduling algorithm to achieve, various algorithms have
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:longmiaost
  1. compare11

    0下载:
  2. MATLAB对11中调度算法进行比较,包括min-min、max-min、遗传算法等等。-MATLAB to 11 in comparison scheduling algorithm, including the min-min, max-min, genetic algorithms and so on.
  3. 所属分类:软件工程

    • 发布日期:2024-05-10
    • 文件大小:292864
    • 提供者:gourd
  1. CDMA1

    0下载:
  2. 基于CDMA1_通信的供水调度系统设计,简要的介绍一下cdma以及供水调度的算法设计-Based on the scheduling of water supply CDMA1_ communications system design, a brief introduction about cdma and water scheduling algorithm design
  3. 所属分类:软件工程

    • 发布日期:2024-05-10
    • 文件大小:135168
    • 提供者:zhou tian
  1. 3

    0下载:
  2. 该程序是有关于利用贪心算法实现多处理机调度,可以在vc++上直接运行,只有源代码-The program is on the use of greedy algorithm to achieve multi-processor scheduling, can vc++ Directly run, only the source code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:张燕娥
  1. Memory

    0下载:
  2. 操作系统的cpu调度以及内存管理的java实现-Cpu scheduling the operating system and memory management to achieve the java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:Sung
  1. ProcessScheduling

    0下载:
  2. 一、目的要求   用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。 二、例题: 设计一个有 N个进程共行的进程调度程序。   进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。   每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -F
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-10
    • 文件大小:74752
    • 提供者:Anson
  1. OS_System

    0下载:
  2. 这是一个简单的操作系统,主要用文件来模拟磁盘,主要是实现CPU的调度及操作系统的文件管理.-This is a simple operating system, mainly used to simulate a disk file, mainly to achieve CPU scheduling and document management system.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:135168
    • 提供者:王五
  1. paike---vb

    0下载:
  2. 智能排课系统,其中更包含了源代码和毕业论文~用vb编写,数据库用sql server2-Smart Course Scheduling System, which also includes the source code and thesis ~ vb prepared to use the database to use sql server2
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:4337664
    • 提供者:has
  1. jobshopingmatlab

    0下载:
  2. 车间调度(matlab).rar 1、初始化参数: 族群 60,循环500次,交叉0。8 变异 0。6 代沟0。9 2、初始化群:按调度优先级编码,比如 3个零件,每个零件3个工序,就初始化: 1、3、4、5、6、7、8、9、2 2、1、3、4、5、6、7、8、9 等等 -Shop scheduling (matlab). Rar 1, initialization parameters: group
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:51200
    • 提供者:李劲
  1. project3

    0下载:
  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 pree
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-10
    • 文件大小:588800
    • 提供者:向东
  1. cpudiaodu

    0下载:
  2. cpu的模拟调度,用2种常见的算法实现了cpu的简单调度-cpu scheduling simulation, two kinds of commonly used algorithms simple cpu scheduling
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:
  1. duoji

    0下载:
  2. 用C实现多级反馈调度算法。在队列中使用FCFS,队列间使用时间片法-Using C to achieve multi-level feedback scheduling algorithm. In the queue using the FCFS, the use of queue time slice method
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:lr
  1. jingchengdiaodu

    0下载:
  2. 进程的三种调度算法,先来先服务,短作业优先,时间片轮转。-The process of the three scheduling algorithms, first-come, first serve, short operating priority, time slice rotation.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:孙雄
  1. 802.16_Downlink_fair_scheduling

    0下载:
  2. IEEE802.16downlink公平调度算法研究,WiMAX QOS开发者可以参考-IEEE802.16downlink fair scheduling algorithm, WiMAX QOS developers can refer to
  3. 所属分类:软件工程

    • 发布日期:2024-05-10
    • 文件大小:235520
    • 提供者:caowei
  1. cst

    0下载:
  2. H.S.Park, D-S.Kim, and W.H.Kwon "A Scheduling Method for Network-based Control Systems", IEEE Transaction on Control System Technology, Vol.10, No.3, pp. 318-330, May, 2002 (Simulation Example 1- Matlab Code) -HSPark, DS
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:田之秋
  1. DISK

    0下载:
  2. 采用C语言编写的源码,磁盘的调度模拟(没有图形界面)-The use of C language source code, disk scheduling simulation (no graphical interface)
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org