CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - windows进程

搜索资源列表

  1. DZXZWT

    0下载:
  2. 在windows 98/2000下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制实现读者优先的读者——写入者问题-the windows 98/2000, the process of creating a console, this process contains n threads. Use this thread to n n readers who write. Thread each of the
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4.64kb
    • 提供者:波波
  1. DLLCallDemo

    0下载:
  2. 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Windows 2000 environment, the proc
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:75.14kb
    • 提供者:钱青鱼
  1. systemprocess

    0下载:
  2. 这是操作系统中的一个系统进程管理器,它类似于windows系统的进程管理器.-This is the operating system of a systematic process manager, it is similar to the Windows system for the management of the process.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:131.84kb
    • 提供者:lizi
  1. EnumwindowsProcess

    0下载:
  2. 遍历系统进程,在windows xp下测试通过。-ergodic process system in windows xp under test.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4.95kb
    • 提供者:进强
  1. process_attemper

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

    • 发布日期:2008-10-13
    • 文件大小:357.4kb
    • 提供者:huiting_liu
  1. My2000ROOT

    0下载:
  2. 能够在windows 2000以上操作系统下隐藏特定的进程,在ifs ddk下编译通过
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:160.44kb
    • 提供者:熊剑
  1. R_WPublem.rar

    0下载:
  2. 操作系统课程设计:生产者消费者程序,windows环境,Visual C++开发工具,实现进程通信,Operating systems curriculum design: the producer consumer program, windows environment, Visual C++ development tools, to achieve the process of communication
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1.56mb
    • 提供者:123
  1. banker_by_array

    0下载:
  2. 本程序为自己在学习操作系统时独立根据书上所述的银行家算法制作而成,包括一个数组输入函数(Sr()),数组输出函数(Pr())和一个判断函数(test()),并通过指针传递参数,可以自定义进程数目和资源种类数目(源程序限10个以内,可自行更改数组)。 注:本程序是在linux环境下通过gcc编译器编译成功的。若移植到windows环境下可能在汉字显示部分出现乱码。-This procedure for their own independence in learning, when the o
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:8.59kb
    • 提供者:
  1. first

    0下载:
  2. 进程创建、并发执行;是操作系统第一个实验报告,包涵源码;如果想在windows 下运行可以用c软件-The process of creation, concurrent implementation is the first experimental report of the operating system, includes source If you want to run windows software can be used c
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:51.16kb
    • 提供者:金鱼
  1. MyTrafficLights

    0下载:
  2. 一个窗口程序,用delphi做的,builder环境。模拟交通路口的车流量的。用了进程同步技术。可以下来研究研究-TrafficLights Windows program
  3. 所属分类:OS Develop

    • 发布日期:2017-04-29
    • 文件大小:191.16kb
    • 提供者:孙毅
  1. geekos-0.3.1

    0下载:
  2. 一个用C语言开发的操作系统,学生可以在Linux或UNIX环境下对其进行功能扩充,也可以在Windows下使用Cygwin工具进行开发,且其针对进程,文件系统,存储管理等操作系统核心内容分别设计了7个难度逐渐增加的项目供教师选择.-An operating system using C language development, students in the Linux or UNIX environment to expand its functional, you can also use
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:578.78kb
    • 提供者:李奇聪
  1. pc

    0下载:
  2. 用进程和信号量级文件映射实现模拟生产者与消费者。LINUX 和 windows-With the process and file mapping for analog signal magnitude producers and consumers.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:4.14kb
    • 提供者:nierui
  1. Linux-Windows

    0下载:
  2. 分别在Linux和Windows两个平台上实现的生产者消费者进程调度-Linux and Windows at the two platforms to achieve the process of dispatching the producer consumer
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:377.04kb
    • 提供者:liaolizi
  1. windows_system_process_synchronization_and_mutual_

    0下载:
  2. windows系统进程同步与互斥Windows 2000/XP中多线程的并发执行机制,实现进程的同步与互斥-windows system process synchronization and mutual exclusion in multi-threaded Windows 2000/XP concurrent implementation mechanism to achieve process synchronization and mutual exclusion
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:12.51kb
    • 提供者:hio
  1. produce_customer

    0下载:
  2. 操作系统课程设计 简单的进程互斥访问资源的模拟,调用了windows的线程接口函数实现的 MFC开发 生产者消费者程序-no
  3. 所属分类:OS Develop

    • 发布日期:2017-05-19
    • 文件大小:5.25mb
    • 提供者:孟庆刚
  1. Windows-Via-CCPP

    0下载:
  2. 本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。. -This book is to explain the internal mechanisms of Windows
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1.66mb
    • 提供者:xionglu
  1. 10.19

    0下载:
  2. windows操作系统编程示例,主进程由命令行参数输入两个整数,主进程创建两个子进程,分别把两个整数传给两个子进程,子进程计算1+2+..+n一直加到整数的前N项和并输出。如果是输入的整数是负数,则退出进程。-windows operating system, programming examples, the main process parameters from the command line input two integers, the main process to create
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1.17kb
    • 提供者:程少博
  1. WINDOWS-core-progamming

    0下载:
  2. 本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。-This book is the interpretation of the Windows operating syst
  3. 所属分类:OS Develop

    • 发布日期:2017-06-17
    • 文件大小:25.73mb
    • 提供者:竹叶青
  1. process-and-thread-Technology

    0下载:
  2. 进程和线程技术 Linux和windows进程创建 进程和线程通信 文档+实例分析-process and thread Technology Text and examples
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:349.26kb
    • 提供者:方洋
  1. operationsystem

    0下载:
  2. 操作系统原理,讲解了windows操作系统的内存管理 进程 作业调度等内容 值得一看-Operating Systems Principles, explained the contents of the windows operating system, the process of memory management and job scheduling worth a visit
  3. 所属分类:OS Develop

    • 发布日期:2017-06-17
    • 文件大小:26.17mb
    • 提供者:cloud
« 12 »
搜珍网 www.dssz.com