CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - 操作系统实现

搜索资源列表

  1. OsDemo

    0下载:
  2. 操作系统原理实例代码,涉及进程、线程、信号量等操作系统的原理和思想的实现。-operating system code examples principle involved process, threads, signals and so on the operating system principles and ideas of achievement.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:25540
    • 提供者:田野
  1. operation_out

    0下载:
  2. 对《分布式操作系统》书中外“科手术调度系统”的java实现,重点在于临界区的概念的实践-right "distributed systems" foreign books "surgery scheduling system" to achieve the java, with a focus on the critical areas of the concept of practice
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:98101
    • 提供者:曼舞
  1. conan

    0下载:
  2. 操作系统实验课程中模拟虚拟存储器的算法 使用先进先出调度算法实现-experimental courses operating system virtual memory simulation algorithm using FIFO scheduling algorithm
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1788
    • 提供者:Jessica
  1. 操作系统课程设计之内存分配问题

    0下载:
  2. 这是操作系统中实现内存分配好好的程序,界面很美观,功能强大-This is the operating system to achieve good memory allocation procedure, the interface is very attractive and powerful
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:165265
    • 提供者:李里
  1. 作业调度算法实现

    0下载:
  2. 这是一个关于作业调度和进程调度的算法实现,操作系统的试验程序!-This is one of the job scheduling and process scheduling algorithm, the operating system of testing procedures!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3199
    • 提供者:杨新
  1. 模拟进程同步

    0下载:
  2. 模拟操作系统里的进程的同步实现,用C开发。-operating system simulation of the process of synchronization with C development.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29854
    • 提供者:李小刚
  1. ossue

    0下载:
  2. 在Windows环境下,参考Windows环境下线程同步、互斥操作的例子,利用基本的文件操作系统调用,模拟读写问题。编写相应的函数,建立一个记录型的共享文件,并实现对该共享文件的打开、关闭、删除、读、追加记录、删除记录等操作。同时要求利用进程的同步与互斥机制实现多个用户进程对该文件的并发访问-the Windows environment, Windows environment reference thread synchronization, contradict operation exa
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9095
    • 提供者:苏匀
  1. eat1

    0下载:
  2. 使用线程实现并发操作,解决操作系统中经典的哲学家吃饭问题,通过可视化演示。-use threads to achieve concurrent operation and solve operating system classic philosophers food, through visual demonstration.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:237878
    • 提供者:
  1. huan111

    0下载:
  2. 操作系统中 内存分配 页式管理算法c语言实现-operating system memory allocation algorithms page management c Language
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1148
    • 提供者:ll
  1. Sendm

    0下载:
  2. 实现自动向其它进程的窗口发消息,模拟手动操作的功能,并且实现windows 2000操作系统的自动登陆,登陆后立刻锁定工作站。代码演示了注册表的使用,user32库中锁定工作站Lockworkstation函数的使用等。-automatic process to other reports from the window, simulating the operation of manual functions, windows 2000 and achieve operating system
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:66651
    • 提供者:宋益波
  1. yemian

    0下载:
  2. 操作系统的实习 实现页面调度算法 用visual c++实现的-operating system to achieve attachment pages scheduling algorithm used visual realization of the c
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1456
    • 提供者:戴明珠
  1. OS_HairCut_CSharp

    1下载:
  2. 操作系统课程实验里理发师问题的报告,用于模拟进程调试,程序用C#实现-operating systems courses experiment Barber's report for the modeling process debugging, procedures using C#
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:50446
    • 提供者:李一生
  1. modd

    0下载:
  2. 这是计算机操作系统中最基础的上机实验就是模拟的PCB编程,实现进程模拟调度!-This is the most computer operating system based on the experimental simulation of the PCB is programming, Implementation process simulation scheduling!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1630
    • 提供者:陈朝熙
  1. Producer_Consumer_synchronization

    0下载:
  2. 关于操作系统里面生产者消费者同步问题的简单实现.-operating system on which producers and consumers synchronization simple to achieve.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:38576
    • 提供者:王彦
  1. RoundRobin_Youxianji

    0下载:
  2. 文件中实现了操作系统进程调度的时间片轮转和优先级法,非常好用,十分适合于学习。-documents to fulfill the operating system process scheduling time slice and rotate priority, very convenient, very suitable for the study.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:340156
    • 提供者:王铁蛋
  1. aa

    0下载:
  2. windows环境下实现操作系统进程调度的一个程序实例,开发环境为vc-windows operating system environment to achieve the process of scheduling a procedure example, development environment for vc++
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-20
    • 文件大小:3518688
    • 提供者:林思哲
  1. os4_timeRound

    0下载:
  2. 时间片轮转算法的简单实现,操作系统知识的一个应用示例-This is a simple algorithm instance of the Time Slicing
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:1295
    • 提供者:k25566
  1. Equipment_Manage

    0下载:
  2. 运用操作系统中的防止死锁算法(银行家算法)来实现设备和进程间的协调,让他们自动申请设备,处理设备请求,还有生成等待队列,完成队列,设备状态查看。-The use of the operating system to prevent deadlock algorithm (banker' s algorithm) to achieve coordination between equipment and processes so that they can voluntarily apply
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:40382
    • 提供者:师颖
  1. jincheng

    0下载:
  2. 操作系统实现进程调用,实现了时间片轮转,静态优先级-Operating system implementation process calls
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2457420
    • 提供者:李秀瑞
  1. 轮转法实现

    1下载:
  2. 本源代码实现了操作系统课程中涉及的轮转法,通过输入进程数、进程名、到达时间、服务时长、时间片长度进行进程的轮转调度。
  3. 所属分类:进程与线程

« 12 3 4 5 6 »
搜珍网 www.dssz.com