搜索资源列表

  1. GAJSP

    0下载:
  2. 车间调度问题的基于工序的编码源程序,适合用遗传算法研究车间调度问题的人。-shop scheduling processes based on the source code suitable for use genetic algorithm shop scheduling people.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:lixingbing
  1. simcpu

    0下载:
  2. 对于CPU线程调度的模拟,CPU threads control simulation,包括first come first serve算法和run rubbing等,同时输出线程开始,切换,结束等信息。-CPU thread scheduling for the simulation, CPU threads control simulation. including the first come first serve and ru
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. ofdma系统中基于有限反馈的资源公平调度算法,2005年发表,摘于万方数据库。论文中使用的算法基于PF,但提出了簇的概念,并且其中各子载波相关。-ofdma system based on feedback from the limited resources fair scheduling algorithm, published in 2005, Abstract on the popular database. Papers u
  3. 所属分类:文件格式

    • 发布日期:2024-05-10
    • 文件大小:173056
    • 提供者:Angel Wong
  1. moni2

    0下载:
  2. 遗传算法用于解决多目标排课的优化问题,是一个好算法-genetic algorithm is used to solve the multi-objective optimization problem Course Scheduling is a good algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:30720
    • 提供者:张旭涛
  1. CPUScheduling

    0下载:
  2. 进程调度。如何实现,多进程,多调度,用VB实现。-scheduling process. How to achieve that multi-process, multi-scheduling, using VB.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:3677184
    • 提供者:黄娜娜
  1. neicunyemianzhihuansuanfa

    0下载:
  2. 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度,要求设计主界面以灵活选择某算法,且以下算法都要实现: 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -programmed to achieve the following disk-scheduling algorithms, and each algorithm calcul
  3. 所属分类:软件工程

    • 发布日期:2024-05-10
    • 文件大小:152576
    • 提供者:张宁
  1. process

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 -prepared a simulation and debugging process scheduling procedures, "Priority number of the
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:176128
    • 提供者:111111
  1. process_attemper

    0下载:
  2. 1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法: a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。 b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:1217536
    • 提供者:huiting_liu
  1. PK

    0下载:
  2. 排课系统,用户输入教师信息,教室信息,以及班级的上课信息,系统根据这些信息自动进行排课。-Course Scheduling System, the user input information teachers, classroom information, as well as classes in the school of information, According to the information system auto
  3. 所属分类:SQL Server数据库

    • 发布日期:2024-05-10
    • 文件大小:658432
    • 提供者:梨明
  1. sstf

    0下载:
  2. 磁盘调度的三种方法的其中一种用C语言实现-Disk scheduling one of three methods using C language
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:范小雨
  1. ShiguangShan-PhD-Dissertation-200407

    0下载:
  2. 一份讲解排课系统设计的文档,对大家也许有帮助吧!希望大家相互交流-Course Scheduling System Design on a document, the U.S. may have to help you! I hope everyone exchanges
  3. 所属分类:软件工程

    • 发布日期:2024-05-10
    • 文件大小:1357824
    • 提供者:chenhaidong
  1. ga

    0下载:
  2. 使用遗传算法实现交换机的分组调度,从而可以提高交换效率,减小时延抖动以及时延-The use of genetic algorithm for packet scheduling switch, which can improve the exchange efficiency, reducing the delay jitter and delay
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:陈艳玲
  1. ucos_time

    0下载:
  2. UCOS一种只支持优先级抢占型调度的操作系统。它不支持同一个优先级有2个及以上的任务同时运作。 本文修改的UCOS支持不同优先级调度的同时,支持同一个优先级有2个以上的任务以时间片轮转方式进行调度。 这个就是UCOS和修改的UCOS的区别。-UCOS only support a priority-based scheduling of the operating system to seize. It does not sup
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:176128
    • 提供者:范特西
  1. ex

    0下载:
  2. 最佳调度问题,假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。 -Optimal scheduling problem, assuming that n has a mission by the k-parallel machine to complete the work. I need to complete the mission t
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:朱亚华
  1. CPUSchedule

    0下载:
  2. 3个CPU调度算法的simulation. 分别是Short Job First,High Return Ration Next, Round Robin. 模拟得到R,U,S等重要指标。-3 CPU scheduling algorithm of the simulation. Were Short Job First, High Return Ration Next, Round Robin. Simulated R, U, S
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:19456
    • 提供者:tennic
  1. schedule

    0下载:
  2. 这是操作系统原理中CPU进程调度的模拟算法,是用优先数调度的-This is the operating principle in the CPU process scheduling simulation algorithm, is the number of scheduling priority
  3. 所属分类:汇编语言

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:俞燕辉
  1. os-CPU+scheduling

    0下载:
  2. 来自印度迈索尔大学的外教的操作系统的课件-Mysore University, India from native operating systems courseware
  3. 所属分类:编程文档

    • 发布日期:2024-05-10
    • 文件大小:165888
    • 提供者:王闯
  1. 111

    0下载:
  2. 基于模拟退火遗传算法的车辆调度问题研究,用MATLAB语言加以实现-Simulated Annealing Genetic Algorithm Based on the vehicle scheduling problem, using MATLAB language to realize
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:杨俊
  1. HomeWork

    0下载:
  2. 计算cpu 在rr fcfs ss排程中的使用排序 并计算它的总平均 -Cpu calculation rr fcfs ss in scheduling the use of sort and calculate its average
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:林振
  1. suojifankuidiaodu

    0下载:
  2. 操作系统中实现进程调度中的多级反馈队列调度算法-Operating system to achieve the process of scheduling multi-level feedback queue scheduling algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:611328
    • 提供者:真我
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org