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

搜索资源列表

  1. linux-fifo

    0下载:
  2. 在linux下使用C语言开发的进程控制程序-the use of C language development process control procedures
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1091
    • 提供者:鲍勃
  1. func

    0下载:
  2. linux 下的进程同步 利用线程控制函数进行线程同步 主要利用信号-the use of thread synchronization process control function for the main thread synchronization signal
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3395
    • 提供者:特殊台
  1. shakang

    0下载:
  2. 在linux平台下运行的多进程运行的程序,在其间共享锁以实现通讯。-running under Multi-process operation procedures, in which shared lock to achieve communication.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1555
    • 提供者:yuhao
  1. p_c.win-linux

    0下载:
  2. 基于进程与共享主存实现的生产者消费者问题(Windows/Linux)。与网络上可以下载到的大多数生产者消费者问题模拟程序不同,本程序使用进程(而非线程)模拟,基于共享内存读写“产品”。同时给出了Windowst和Linux下实现的源代码,使用gcc编译通过。详细参见:http://blog.sina.com.cn/s/blog_53773b5f01000a1j.html
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:28858
    • 提供者:林健
  1. linux 线程 进程经典文章

    0下载:
  2. 学习操作系统时,进程和线程搞了很久,还是一知半解,看了这一篇文章,才在整体在明白了它们之间的依存-learning operating system, processes and threads engage in a long time, or only a little, having read this article, but only in general they understand the interdependence between the
  3. 所属分类:进程与线程

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

    0下载:
  2. linux tcp 多进程并发服务器编程-linux tcp multi-process concurrent server programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:4663
    • 提供者:szl
  1. semaphore

    0下载:
  2. linux下邮箱方式进行进程通信的代码和实验报告,用P.V原语实现通信中的同步问题。运用生产者与消费者模型设计实现一个简单的信箱。-approach to the process under linux mail communications code and test reports, using PV primitives to achieve communication in the synchronization problem. The use of producer and cons
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:14742
    • 提供者:yangdingda
  1. Unix_process

    0下载:
  2. 目录 1.理解进程 5 1.1.进程的基本概念 5 1.1.1.区别程序与进程 5 1.1.2.进程分类 5 1.1.3.进程属性 5 1.1.4. 父进程和子进程 5 1.2.Unix/Linux下的进程管理 6 1.2.1.进程是系统资源管理的基本单位 6 1.2.2. Unix/Linux进程 6 1.2.3. task_struct数据结构组成 6 1.2.4.进程 Identifiers 8 1.2.6. 进程创建 10 1.2.7.
  3. 所属分类:Process-Thread

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

    0下载:
  2. Windows和linux下的进程间相互调度的程序,适合初学者进行分析-Under Windows and linux between the process of scheduling the procedure, suitable for beginners analysis
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:86511
    • 提供者:琳琳
  1. os

    0下载:
  2. linux下面创建三个进程,实现文件的誊抄-create the following three processes linux, file a clerical
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:5249
    • 提供者:梅超
  1. ParentProcess

    0下载:
  2. 设计并实现Linux的 time”命令。 mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 -Design and realization of Linux' s " time" command. " Mytime" command the command line arguments to accept to run a program, create a separate process
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:32357
    • 提供者:风雨兼程
  1. Windows_Linux

    0下载:
  2. 用Delphi开发Windows系统与Linux进程间通信软件-Development of Windows system and Linux process communication software with Delphi
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-30
    • 文件大小:180624
    • 提供者:gzwplato
  1. EXWM

    0下载:
  2. linux PluginDLL,zip delphi download(Linux PluginDLL, zip at Delphi)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-20
    • 文件大小:12288
    • 提供者:kbltrtd
  1. efaicrent

    0下载:
  2. C源码Linux的nfsd存在溢出漏洞允许入侵者远程获取root(C source Linux NFSD exist exploit allows the invaders remote access to the root)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-24
    • 文件大小:2048
    • 提供者:Ojdeo
  1. 多进程并发_ser

    0下载:
  2. 这是基于linux下的并发服务器的简单代码,适合初学者参考(This is based on Linux concurrent server simple code, suitable for beginners reference)
  3. 所属分类:进程与线程

  1. 8765706

    0下载:
  2. C++比较通用的日志输出函数 适合windows和linux平台()
  3. 所属分类:进程与线程

    • 发布日期:2018-01-02
    • 文件大小:5120
    • 提供者:Abexda
  1. 861825

    0下载:
  2. ar6k 的WIFI驱动,基于linux操作系统,sdio()
  3. 所属分类:进程与线程

    • 发布日期:2018-01-09
    • 文件大小:446464
    • 提供者:voyce
  1. UHLN

    0下载:
  2. 本资源是BlueZ Bluetooth Stack for LINUX,包含bluefw hcidump hciemu kern()
  3. 所属分类:进程与线程

    • 发布日期:2018-04-21
    • 文件大小:1607680
    • 提供者:naubvrt
  1. cginjingiostream

    0下载:
  2. 这是实际项目中的一个串口通信程序 Makefile通过开关, 可使此程序适用于 Linux 和嵌入式 ARM Linux()
  3. 所属分类:进程与线程

    • 发布日期:2018-04-21
    • 文件大小:14336
    • 提供者:ZSP%252174500
  1. bapkwardstacksegments

    0下载:
  2. linux 环境下的 RS232通信源代码()
  3. 所属分类:进程与线程

    • 发布日期:2018-05-02
    • 文件大小:6144
    • 提供者:YQZ_00457
« 12 »
搜珍网 www.dssz.com