CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - linux进程

搜索资源列表

  1. geekos0.3.0

    0下载:
  2. 一种教学用的小型操作系统。 一个用C语言开发的操作系统,学生可以在Linux或UNIX环境下对其进行功能扩充,也可以在Windows下使用Cygwin工具进行开发,且其针对进程,文件系统,存储管理等操作系统.. -A small operating system teaching. A C language development with the operating system, students can be Linux or UNIX environment to expand
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:593887
    • 提供者:钱前
  1. filesystem

    0下载:
  2. 一个linux环境下的模拟文件系统的程序,里面有使用说明,能够创建,删除,复制文件,用到了linux共享内存和信号量,另外有个shell程序进程与文件系统程序进行通信。-A linux file system environment, the simulation program, which has instructions for use, the ability to create, delete, copy files, use a linux shared memory and sem
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:476749
    • 提供者:ji
  1. progressBar

    0下载:
  2. Unix/Linux下进程进度条显示代码,适用于程序初始化较长时间,用g++编译时需要指定pthread库。-Unix/Linux process progress bar shows the code for the program to initialize a long time, need to specify the use g++ compile the pthread library.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1022
    • 提供者:李一文
  1. dbus

    0下载:
  2. 本程序是利用QT在linux底下的开发,通过QDBUS实现进程间通信,实现信息互通功能-This program is the use of QT in linux under development, QDBUS interprocess communication, information exchange
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:56026
    • 提供者:李祥秋
  1. C4

    0下载:
  2. 检查 linux 集群 进程 好用 其他 计算 有限元-Check linux cluster process easy to use other computing elements
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:40426496
    • 提供者:王惠
  1. Memp

    0下载:
  2. 进程间内存共享 例子 WIN linux 代码都有-Inter-process memory sharing examples WIN linux code has
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:2374813
    • 提供者:zhaoyang
  1. xxfpm

    0下载:
  2. Windows上使用CreateProcess创建进程,使用WaitForSingleObject等待进程结束;Linux上使用fork和execl创建进程,使用waitpid等待进程结束-Windows using CreateProcess to create process, use the WaitForSingleObject wait for the process ends Linux using fork and execl creation process, use wait
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:40607
    • 提供者:fgb
  1. daemon.tar

    0下载:
  2. 守候进程是一种特殊的进程,该实例是一个如何在linux下创建守候进程得例子。-How to creat a linux daemon
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:4152
    • 提供者:LEE
  1. pipe-demo

    0下载:
  2. linux管道通信,命名管道怎么做到进程间通信的-linux pipe commnuication,how to ipc using named pipe
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4195
    • 提供者:张先发
  1. namegetpid

    0下载:
  2. linux环境下,通过进程名称,获取进程pid,代码为C语言实现。-Under linux environment, through the process name, get the process pid, code for the C language.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:720
    • 提供者:jason
  1. jinchengdiaodu-

    0下载:
  2. 用linux的内核的链表源码 实现模拟进程的优先调度-With the Linux kernel source code to implement a process simulation in the list of priority scheduling
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:19689
    • 提供者:静心
  1. SRM

    0下载:
  2. 使用gcc编译程序,Linux下的程序代码,实现功能是实现系统资源的管理,对系统中的非root用户的进程进行监测- Use gcc compiler, Linux under the program code to achieve the function is to achieve resource management system, the system of non-root user s process for monitoring
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:10040
    • 提供者:
  1. messageQueue

    0下载:
  2. Linux 下进程间通信中的消息队列,基础结构。-linux process communication ,base structure.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:639
    • 提供者:陆伟
  1. do

    0下载:
  2. 利用python来计算4个进程的平均周转时间 带权周转时间。用时较少。可以再linux系统上运行 输出斌比较。-Using python to calculate the average turnaround time of four processes with the right turnaround time. Less time. Linux can then run on the system Output bin comparison.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:815
    • 提供者:tangziyue
  1. process

    0下载:
  2. 实现linux下两个独立进程进行对共享缓冲区的读写功能,利用信号灯实现-The realization of two independent processes under linux shared buffer on the read and write functions, the use of lights to achieve
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1647
    • 提供者:l
  1. shm

    0下载:
  2. 跨平台(windows/linux)实现进程间内存共享功能(share memory with windows and linux)
  3. 所属分类:其他

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:二娃
  1. Linux多进程并发服务器

    0下载:
  2. 实现多进程并发服务器,客户端能回射回给服务器发送的消息(A multi process concurrent server, and the client can return the message that sent to the server)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:Theft
搜珍网 www.dssz.com