CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - process memory

搜索资源列表

  1. top-3.5beta12

    0下载:
  2. 查看系统硬件和内存资源使用情况;以及各个进程的使用情况-check the repair of system hardware , memory source and each process.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:399.91kb
    • 提供者:张广
  1. proctest

    0下载:
  2. 能查看系统进程,并自动进行监测进程对内存和cpu 的占用,能进行自动重起等功能。 开发平台: linux -View system can process and automatically monitor the process of memory and cpu occupation can be automatically re-starting capabilities. Development platform : Linux
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:328.65kb
    • 提供者:liu
  1. synchronized

    0下载:
  2. 本pdf主要讲了几个在linux环境下利用共享内存进行进程同步的程序-the main speakers in a few linux environment using shared memory process synchronization procedures
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:90.49kb
    • 提供者:叶人杰
  1. os2_VirtualMemory

    0下载:
  2. 学习Linux如何实现虚拟存储。与体系结构无关的通用存储模型是所有Linux虚拟存储实现的基础,但是任何特定的实现都依赖于特定的硬件平台。本练习集中于i386的实现。介绍解释了存储管理程序的设计。而且还将学习代码细节,修改虚拟存储代码以检测系统缺页错误的发生频率。此外本实验牵涉到系统调用的相关知识,包括学习如何产生一个系统调用以及怎样通过往内核中增加一个新函数从而在内核空间中实现对用户空间的读/写。-learning how Linux virtual memory. Architecture
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1013.71kb
    • 提供者:wanghui
  1. RPG

    0下载:
  2. 用共享内存,信号灯,以及互斥锁实现进程,线程间的通信,来模拟三国问题-using shared memory, lights, and Mutex realization process, the communication between threads, to simulate the three issues
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.75kb
    • 提供者:李明
  1. process

    0下载:
  2. 进程间调度,共享内存,进程通信,子进程创建-inter-process scheduling, shared memory and process communications, process-creation
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:912.72kb
    • 提供者:jiaomingliang
  1. demo of share memory on linux

    0下载:
  2. linux下c语言编程——进程间通信方式之共享存储-c programming language -- inter-process communication methods are shared storage
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.21kb
    • 提供者:郝庆运
  1. linux_c_chat

    0下载:
  2. linux下用C语言写的聊天程序!/*BUG and NOTE: Not join protect to Shared Memory Segments,example Semaphore Arrays. Not check the parameters validity. When transmit may be error. If the client program no right exit,others cannot know,the service program sh
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5.06kb
    • 提供者:吴兴圆
  1. fork、exec系列与system、popen区别

    0下载:
  2.   fork和exec系列调用前后,进程在内存的“数据段”,“堆栈段”和“代码段”有什么不同?读了之后,你就会知道了,-fork and exec calls before and after the Series, in memory of the process "of the data", "stack of" and "code of" what's the difference? After reading, you
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:16.06kb
    • 提供者:Jack
  1. FanPuGuiZhen__UNIX_code

    0下载:
  2. 《返璞归真——UNIX技术内幕》书中代码。主要包括Bell Laboratories开发的内核代码:1*.h(内核头文件---宏、全局变量和结构定义、函数声明) | |----------------conf(汇编代码---启动函数及工具函数,驱动生成工具mkconf,移植工具sysfix) 2dmr(设备驱动程序) 3ken(内核代码,包括进程调度、文件系统、内存管理、I/O管理等) 另外还有作者写的一些代码。-" Return to Innocence- UNIX
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:536.55kb
    • 提供者:James
  1. share_memory

    0下载:
  2. 基于Linux下的进程通信中的共享内存,以及相关的实现代码-Based on the process of communication under Linux Shared memory, and the realization of the relevant code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:8.7kb
    • 提供者:zzy
  1. JinChengTongXun.zip

    0下载:
  2. 包含几个用不同方式(共享内存、socket、FIFO、消息队列等)实现进程通信的小程序,包含详细注释,足以解释各种方式进程通信的实现原理和编程方法,Contains a number of different ways (shared memory, socket, FIFO, message queue, etc.) to achieve the process of the small communications program, including detailed notes, are
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:10.41kb
    • 提供者:Rain
  1. 12_shm

    0下载:
  2. Linux 下进程间通信实例之一——共享内存 使用了信号量用于进程间的同步-Linux, one example of inter-process communication- shared memory semaphore used for synchronization between processes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:18.22kb
    • 提供者:hero
  1. process

    0下载:
  2. 进程通信中管道和共享内存的源码,可以比较通信方式,更好的使用进程通信来开发程序。-The process of communication channels and shared memory of the source, can compare the means of communication, better use of the process to develop procedures for communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1.06kb
    • 提供者:daisy_du
  1. SharedMemory

    2下载:
  2. linux下共享内存的C语言封装,以及示例代码。用于进程间和线程间通信。-Provide C-language package of shared memory under linux as well as sample code. This package is used for inter-process communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:12.81kb
    • 提供者:vividonly
  1. linux_task_Manager

    0下载:
  2. 这是一个针对linux操作系统的任务管理器,能查看系统信息及cpu、内存使用率,能监视、删除进程,能监视、删除模块-This is a linux operating system for the Task Manager to view system information and cpu, memory usage, to monitor, delete the process, to monitor, delete module
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:9.99kb
    • 提供者:Ducktracy
  1. process

    0下载:
  2. 关于Linux下的进程间通信的知识,主要是信号量,消息队列,共享内存等。-On interprocess communication under Linux knowledge, mainly semaphores, message queues, shared memory and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1.15mb
    • 提供者:饶学莎
  1. monitor

    0下载:
  2. 一个linux操作系统的任务管理器,它能反映系统的cpu和内存利用率,能显示系统进程以及每个进程的状态等相关信息,能显示系统的硬件等静态信息!-Linux operating system, a task manager, it reflects the system' s cpu and memory utilization, the system can display the status of processes and each process and other related
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1.34mb
    • 提供者:吴昌
  1. process-communication

    0下载:
  2. linux进程间通信的三种机制的简单实现,包括管道,消息队列和共享内存-linux inter-process communication simple implementation of the three mechanisms, including pipes, message queues and shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.75kb
    • 提供者:
  1. Linux-memory-management

    0下载:
  2. 此文章讲述的是Linux内存管理和进程调度的实时化研究与改进-This article is about Linux memory management and process scheduling, real-time study and improvement of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:329.42kb
    • 提供者:吴丹萍
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com