搜索资源列表

  1. linux_pthread_program

    0下载:
  2. 该文档主要讲述本人在使用Linux线程编程时的学习心得,主要有设计到线程优先级和资源释放等问题,并附有测试代码示例。linhanzu@gmail.com-The document focuses on I-threaded programming in the use of Linux at the time of learning experiences, mainly in design to the thread priority
  3. 所属分类:技术管理

    • 发布日期:2024-05-18
    • 文件大小:342016
    • 提供者:gomo
  1. youxianjiduilie

    0下载:
  2. 优先级队列类的实现,可作为头文件直接调用。-Priority queue class realize, header files can be used as a direct call.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:superred
  1. timer

    0下载:
  2. 时间片轮转——优先级调度 操作系统学习的课程中用c++编写的代码
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:263168
    • 提供者:
  1. cpu

    0下载:
  2. 操作系统CPU优先级调度算法的模拟-CPU operating system priority scheduling algorithm simulation
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:245760
    • 提供者:
  1. Soft20060210160155647

    0下载:
  2. 进程优先级调度,其中包括很多种调度算法,有spf ,-Priority scheduling process, including a variety of scheduling algorithms, and spf,
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:陈真
  1. operating_system_scheduling

    0下载:
  2. 对于给定的一组进程,采用优先级加时间片轮转法进行调度。设有一个就绪队列,就绪进程按优先数(优先数范围0-100)由小到大排列(优先数越小,级别越高)。当某一进程运行完一个时间片后,其优先级应下调(如优先数加3),试对如下给定的一组进程给出其调度顺序。每当结束一进程时要给出当前系统的状态(即显示就绪队列)。这里,进程可用进程控制块(PCB)表示为如右表所示。 进程名 A B C D E F G H J K L M 到达时间
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:684032
    • 提供者:Blade
  1. Scheduler

    0下载:
  2. 操作系统的线程模拟程序,实现了线程优先级调度和轮转调度!
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:11264
    • 提供者:qiangkof
  1. CPU

    0下载:
  2. 提供了几种不同的cpu调度算法,包括FCFS,RR,JSP,优先级调度等算法。-Provided several different types of cpu scheduling algorithm, including FCFS, RR, JSP, such as priority scheduling algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:41984
    • 提供者:liove
  1. os

    0下载:
  2. 操作系统内存分配:按照进程的优先级实现进程进出就绪队列,并从阻塞队列中选择进程执行。-Operating system memory allocation: In accordance with the priority of the process of realization of the process of access to ready queue, and queue from blocking the implementa
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:nzq
  1. jcym

    0下载:
  2. 这是两个优先级调度算法的源码,一个最多运行5个队列,另一个是最高优先级的进程调度源码-This is a two-priority scheduling algorithm source code, a run up to 5 queue, and the other is the highest priority scheduling process source
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:guoguo
  1. caozuoxitongyouxiantiaodusuanfa

    0下载:
  2. 根据单cpu系统任何一个时刻最多只能有一个进程处于cpu中处于执行状态,在进行进程调度时应按一定的原则实现进程的调度。 cpu优先调度是根据系统事先分配好的各优先级及编程者自己规定的进程优先级实现进程调度。优先级高的进程可以中断优先级低的进程而进入运行状态-Single-cpu system according to any one moment only to have a process in the implementati
  3. 所属分类:进程与线程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:
  1. source20065733

    0下载:
  2. 算法调度,请求优先调度算法的实现,采用优先级算法实现的一个简单C程序。-Algorithm for scheduling, the request of the realization of the priority scheduling algorithm, priority algorithm using a simple C program.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:328704
    • 提供者:情殇
  1. jinchengdiaodu

    0下载:
  2. 进程调度实验,模拟进程优先级调度算实验,计算机操作系统-The process of scheduling experiments, the modeling process priority scheduling experiment operator, the computer operating system
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:潘越
  1. javajinchen

    0下载:
  2. 进程调度算法的演示,直接就可以运行,,其中有三种算法,优先级,多作业先服务-jinchenguanlidfsagdsgfh,dfdfadfdsgdfhghdfdfdfdfdfd
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:27648
    • 提供者:youyi
  1. xiancheng

    0下载:
  2. VC++6.0做的一个创建多线程并设置不同的优先级的小程序-VC++6.0 to do to create a multi-threaded and set the priority of different small procedures
  3. 所属分类:进程与线程

    • 发布日期:2024-05-18
    • 文件大小:237568
    • 提供者:张飞
  1. ThreadSample

    0下载:
  2. 多线程编程的一个例子,可调整单个线程的优先级
  3. 所属分类:进程与线程

    • 发布日期:2024-05-18
    • 文件大小:39936
    • 提供者:石生
  1. GlobleVarThread

    0下载:
  2. 一个设置线程的优先级得例程,来自于Visual C++范例大全-Set the priority of a thread was routine, and from the Visual C++ examples of Daquan
  3. 所属分类:进程与线程

    • 发布日期:2024-05-18
    • 文件大小:33792
    • 提供者:ladeng
  1. sdddd

    0下载:
  2. RBAC扩展模型在权限控制中的研究与应用 本文针对传统RBAC模型在实际应用中的不足,扩展了RBAC理论使 之成为适合我国企业办公信息系统的访问控制理论。它在保留原RBAC理 论优点的基础上,在用户和角色之间引入了部门这样一个新的实体;根据对 象不同对其进行详细分类,从而增加权限配置的粒度;对角色继承和角色权 限授予分别增加优先级概念,从而避免权限继承时的冲突问题;增加了对用 户直接授权的方式,从而防止了由于个别
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:1792000
    • 提供者:春春
  1. ProcessScheduling

    0下载:
  2. 设计一个有 N个进程并行的优先级调度程序:每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。   进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。   进程的运行时间以时间片为单位进行计算。   每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:程天晨
  1. intr_priority_control

    0下载:
  2. 多种数据缓存ddr3,乒乓缓存优先级判断,优先将缓存紧急的数据类型读出ddr3.(A variety of data cache DDR3, table tennis cache priority judgment, priority will cache urgent data type read ddr3.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:huwei6697
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org