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

搜索资源列表

  1. process

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

    • 发布日期:2008-10-13
    • 文件大小:912.72kb
    • 提供者:jiaomingliang
  1. Linux-process-monitor-and-Real-linux

    0下载:
  2. linux权威-宋宝华关于LINUX进程调度与实时性的讲义-Teaching materials about linux process scheduling and RTlinux of Songbaohua--a master in linux field
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1.41mb
    • 提供者:刘志飞
  1. TCP-to-begin-same-time-multi-process

    0下载:
  2. 基于linux环境下的基于TCP/IP的C语言的并发多进程服务器程序。-Linux-based environment based on the TCP/IP-C-concurrent multi-process server program.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:15.88kb
    • 提供者:邹林
  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. Process

    0下载:
  2. 使用GTK+的三个并发进程的演示,Magic Linux2.0下编译-Use GTK+ Three concurrent process demo, Magic Linux2.0 compiled under
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4.99kb
    • 提供者:Gaojing
  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. 进程运行轨迹的跟踪与统计 系统进程的调用-The process of running track the process of tracking and statistical system calls
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:826byte
    • 提供者:金淼
  1. process

    0下载:
  2. 在Linux下的C文件创建进程,查看进程,换出进程,*进程-C under the Linux file creation process, view the process of changing out the process, kill the process,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1.2kb
    • 提供者:zy
  1. process

    0下载:
  2. linux进程管理方面的相关测试程序 有助于大家学习 -linux process management aspects of the relevant test procedures will help them to learn from
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:54.53kb
    • 提供者:韩佳楠
  1. pipe

    0下载:
  2. 该程序先使用pipe()函数创建一个临时通信管道,然后使用fork()创建两个子进程,使用write()函数向管道两次写入”I’m parent process。”的信息,两个子进程使用read()函数从管道中获取信息并输出,然后两个子进程分别向管道写入”I’m child process a”和”I’m child process b”信息,由父进程从管道中读出并显示。在使用write()函数前,需要先使用lockf()函数锁住管道,写完信息后再解锁管道。-The program first
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:768byte
    • 提供者:JK
  1. zombie_process

    0下载:
  2. 僵尸进程产生的原因和如何杀掉僵尸进程的方法说明-the reason why product the zombie process and how to kill the process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:4.31kb
    • 提供者:brannan
  1. Add-in-linux2.6-kernel-system-calls-the-process.ra

    0下载:
  2. 《在linux2.6内核下添加系统调用的过程》,我们老师亲自写的,内部使用-" In the linux2.6 kernel system calls the process of adding," Our teacher personally written for internal use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:57.24kb
    • 提供者:
  1. Linux_process_synchronization_communication_docume

    0下载:
  2. Linux进程同步、通信的主要机制经典文档Linux process synchronization, communication documents the main mechanism for classical-Linux process synchronization, the main mechanism for communication classic document Linux process synchronization, communication documents t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:78.97kb
    • 提供者:nik
  1. process

    0下载:
  2. linux application software for process that s can as sample saved
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4.91kb
    • 提供者:李有森
  1. process

    0下载:
  2. 上课实验代码,简单易懂,三个关于进程控制的实验,欢迎下载-Class experimental code, easy to understand, the three experiments on the process control, welcome to download
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1.98kb
    • 提供者:张三
  1. Linux-muti-process

    0下载:
  2. linux多进程编程,书中附有C代码解析,对理解多进程有很好的帮助-linux multi-process programming, with C code to parse the book, have a good understanding with the help of multi-process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:131.59kb
    • 提供者:yzh
  1. process

    0下载:
  2. 该文档对linux下的进程进行了详细的介绍,相信对于初学者一定会有帮助-The document on the process under linux a detailed descr iption, I believe there will be help for beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3.95kb
    • 提供者:miao
  1. answer-for-process

    0下载:
  2. linux操作系统中,进程的学习编程!压缩包了的程序可以对初学者有所帮助-linux operating system, the process of learning to program! Archive the program can be helpful for beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2.26kb
    • 提供者:John
  1. Inter-Process-Communication

    0下载:
  2. Information in inter process communication (IPC) on Unix/Linux platform.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:26.6kb
    • 提供者:vij
  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
    • 提供者:
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com