CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 进程

搜索资源列表

  1. UNIX

    0下载:
  2. 进程间通信(IPC)几乎是所有Unix程序性能的关键,理解IPC也是理解如何开发不同主机间网络应用程序的必要条件。本书从对Posix IPC和System V IPC的内部结构开始讨论,全面深入地介绍了4种IPC形式:消息传递(管道、FIFO、消息队列)、同步(互斥锁、条件变量、读写锁、文件与记录锁、信号量)、共享内存(匿名共享内存、具名共享内存)及远程过程调用(Solaris门、Sun RPC)。-Interprocess communication (IPC) is the key to a
  3. 所属分类:software engineering

    • 发布日期:2017-06-18
    • 文件大小:28097536
    • 提供者:zhj
  1. Hotel-Management-System

    0下载:
  2. C语言酒店管理系统 1本系统未用到文件.本系统采用函数 2本系统用例比较小 3本系统有良好的界面,舒适的变成思路和整齐的代码。 4本程序引用一个时间进程另外控制时间。-C language Hotel Management System an unused file system This system uses two systems function relatively small three cases the system has a good interface, c
  3. 所属分类:Project Design

    • 发布日期:2017-04-15
    • 文件大小:7135
    • 提供者:薛云强
  1. Linux-kernel-scenario-analysis

    0下载:
  2. 涉及linux的内存管理,进程和进程管理,文件系统,设备驱动等到。-And processes involving the Linux memory management, process management, file system, device driver wait for.
  3. 所属分类:software engineering

    • 发布日期:2017-06-17
    • 文件大小:26903663
    • 提供者:lankun1
  1. CPP-use-shared-memory-

    0下载:
  2. C++ 使用共享内存实现进程间通信。 文件映射是一种实现进程间单向或双向通信的机制。它允许两个或多个本地进程间相互通信。为了共享文件或内存,所有的进程必须使用相同的文件映射的名字或是句柄。   为了实现共享文件,第一个进程先调用CreateFile方法。接下来调用CreateFileMapping方法来创建一个文件映射对象。并为文件映射指明一个句柄和名称。由于事件,信号,互斥对象和文件映射等这些内核对象都共享同一个名字空间,所以如果这个名字和其他一个对象的名称重名的话那么将创建失败
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:2205
    • 提供者:mechain
  1. HUnt-overpressure

    0下载:
  2. 异常压力是含油气盆地普遍存在的一种现象。据Hunt (1990)统计,世界上已经发现 有180个超压盆地,其中有160多个为富油气盆地。异常压力可发生在浅至地下数百米,或 超过六七千米的深度中;可存在于碎屑岩、厚层蒸发岩和碳酸盐岩地层中;可分布于区域范 围或极有限的范围;可分布于前寒武系一更新世地层。异常压力与生、运、储、盖、保等油 气成藏要素之间关系密切,异常压力过渡带常常是油气聚集的有利场所。在油气生成方面, 异常高压可降低烃源岩的成熟度,延缓烃源岩热演化的进程,当地层压
  3. 所属分类:Project Manage

    • 发布日期:2017-04-24
    • 文件大小:52224
    • 提供者:wangshuo
  1. re

    0下载:
  2. OS多个实验要求,包括作业调度,进程调度等。-Multiple OS experimental requirements, including job scheduling, process scheduling.
  3. 所属分类:File Formats

    • 发布日期:2017-05-02
    • 文件大小:991931
    • 提供者:X L
  1. Simulation-process-scheduler-

    0下载:
  2. 模拟进程调度程序。进程调度是处理机管理的核心内容。本实验要求用C++语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解时间片轮转调度算法的具体实施办法。-Simulation process scheduler. Process scheduling process management is the core content. The experiment with C++ language writing and debugging a
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:57156
    • 提供者:凯撒
  1. EhCache 分布式缓存集群方案

    1下载:
  2. EhCache 是一个纯 Java 的进程内缓存框架,具有快速、精干等特点,是 Hibernate 中默认的 CacheProvider。由于 EhCache 是进程中的缓存系统,一旦将应用部署在集群环境中,每一个节点维护各自的缓存数据,当某个节点对缓存数据进行更新,这些更新的数据无法在其它节点中共享,这不仅会降低节点运行的效率,而且会导致数据不同步的情况发生。例如某个网站采用 A、B 两个节点作为集群部署,当 A 节点的缓存更新后,而 B 节点缓存尚未更新就可能出现用户在浏览页面的时候,一会是
  3. 所属分类:编程文档

  1. Operating-systems-curriculum-design

    0下载:
  2. 利用模拟用信号量机制实现读者和写者问题:通过用户控制读进程和写进程,反应读者和写者问题中所涉及的进程的同步与互斥。-Using simulated using semaphore mechanisms readers and writers problem: by the user to control the reading process and the writing process, the reaction synchronization and mutual exclusion pr
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:136680
    • 提供者:zhao
  1. process

    0下载:
  2. 进程模拟,先来先服务,短进程优先,时间片轮转算法等-Process simulation, first come first serve, short process priority, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:76059
    • 提供者:zwr
  1. operator-system

    0下载:
  2. 设计一个简单的进程调度算法,模拟OS中的进程调度过程-Design a simple process scheduling algorithms, simulated the OS process scheduling process
  3. 所属分类:Project Manage

    • 发布日期:2017-04-24
    • 文件大小:194669
    • 提供者:孙亭
  1. 112

    0下载:
  2. 进程管理系统的实现,包括进程的创建、调度、通信、撤消等功能-Realization process management system, including processes to create, scheduling, communications, consumer and other withdrawal function
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:143905
    • 提供者:陈哥哥
  1. jinchenggguanli

    0下载:
  2. 进程是正在运行的程序实体,并且包括这个运行的程序中占据的所有系统资源,比如说CPU(寄存器),IO,内存,网络资源等-Process entity running a program, and includes all the system resources occupied by the running program, such as CPU (register), IO, memory, network resources, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:52342
    • 提供者:空想
  1. jinchengdiaodu

    0下载:
  2. 无论是在批处理系统还是分时系统中,用户进程数一般都多于处理机数、这将导致它们互相争夺处理机。-Whether in a batch system or timesharing systems, the number of user processes are generally more than the number of processors, which will lead them to compete with each other processor.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:22317
    • 提供者:空想
  1. AndroidBook_004_IPC_Binder_V2.0

    0下载:
  2. 两本书,一本关于android游戏设计方面,另一本关于android进程间通信的Binder方面的书籍-Two books, one on android game design, another aspect of the on Binder inter-process communication books android
  3. 所属分类:software engineering

    • 发布日期:2017-05-14
    • 文件大小:3476953
    • 提供者:司群
  1. 3

    0下载:
  2. 本论文主要介绍船舶航海信息采集系统(Marine Information Gathering System简称MIGS)。船舶航海信息对于航运管理起着重要的作用。通过对船上子系统航海信息数据的收集,卫星通信的传输,岸上子系统的接收、分析,实现了船公司对在航船舶动态的监控和航运的管理,并可向造船公司提供船舶航行性能数据,以供分析。 本系统已经成功地安装在了某国际航运公司的约500条远洋运输船舶上,运行效果良好,获得了用户的好评,充分体现了系统的经济效益和社会效益。本系统对于国内的航运公司的信息化进
  3. 所属分类:software engineering

    • 发布日期:2017-05-26
    • 文件大小:8753985
    • 提供者:uncle Wang
  1. understanding-processing-and-thread

    0下载:
  2. 一篇讲进程和线程讲解的和明白的文章,一个操作系统最关键的就是进程和线程的概念,搞明白一本上解决一般的难题,个人认为-Article about processes and threads to explain and understand the article, an operating system is the most critical concepts of processes and threads, engage in problem solving in general unde
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:289514
    • 提供者:
  1. RTX3

    0下载:
  2. RTX子系统详述,包括进程与线程管理,系统优先级设置等等。-RTX subsystem in detail, including the process and thread management, system priority settings and so on.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-26
    • 文件大小:15213
    • 提供者:小怪兽
  1. os

    0下载:
  2. 操作系统实验报告进程同步与互斥方面的报告-The report of the experiment report operating system process synchronization and mutual exclusion terms
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:237239
    • 提供者:郑悦
  1. caozuoxit

    0下载:
  2. 设计进程控制块PCB的结构,建立进程就绪队列,编制最低松弛度优先调度算法-windows operate systerm
  3. 所属分类:Project Design

    • 发布日期:2017-04-14
    • 文件大小:3908
    • 提供者:yuanyong
« 1 2 ... 10 11 12 13 14 1516 17 18 »
搜珍网 www.dssz.com