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

搜索资源列表

  1. SYSmonitor

    0下载:
  2. 在linux下获取/proc中的系统信息,得到cpu,硬盘,网络以及进程使用情况。实现功能类似windows下的任务管理器。-obtained in / proc of system information, to receive cpu, hard disk, networks and the use of the process. Windows functionality similar to the task manager.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:5577
    • 提供者:夏赟
  1. memshare

    0下载:
  2. linux ipc linux 下进程间通信-linux IPS Inter Process Communication
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1175
    • 提供者:tzh
  1. linuxweb

    0下载:
  2. 在linux下实现web服务!采用多进程并发服务(不是多线程的方式实现) -under the linux web services! Multiple concurrent services process (not multithreaded way to achieve)
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1938670
    • 提供者:ljq200
  1. linux_threads

    0下载:
  2. linux下线程的创建、管理,以及进程间的mutexpool,很好用的源码-under linux thread creation, management and the process of mutexpool good use of FOSS
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:29492
    • 提供者:阿朗
  1. Linux-GTKP-chat

    0下载:
  2. Linux Socket 基于GTK+聊天软件,采用父子进程编写,互斥死锁-Linux Socket based on GTK+ chat software written in parent-child process mutex deadlock
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:36421
    • 提供者:爱德华
  1. daima

    0下载:
  2. Linux进程编程,生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2, 消费者进程数为3。 生产者与消费者之间使用共享内存进行数据传递,并使用信号量对数据的内容进行保护。-The Linux process programming, producer- consumer program group, supports multiple producers and consumers, the the producer process for 2, consumers pr
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:2958
    • 提供者:q
  1. Linux-Network-programming

    0下载:
  2. 本资料讲述的是linux网络编程,包括通信进程、套接字、网络安全、远程控制等内容。-This information is about the Linux network programming, including the communication process, socket, network security, remote control etc
  3. 所属分类:Linux Network

    • 发布日期:2017-11-10
    • 文件大小:2070722
    • 提供者:hhcclover
  1. LINUX-

    0下载:
  2. 在嵌入式操作系统的综合设计中实现进程的调度——时间片选法和优先级法。-In the embedded operating system integrated design process, scheduling- time slice method of selection and prioritization method.
  3. 所属分类:Linux Network

    • 发布日期:2017-12-02
    • 文件大小:268966
    • 提供者:田雨
  1. process

    0下载:
  2. linux 进程源程序代码,已通过编译,如有需要的可以下来看看,绝对经典,欢迎大家参考。-linux process source code, has compiled, if necessary, to look down, an absolute classic, welcomed everyone can refer to.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:13069
    • 提供者:高咪咪
  1. linux-C

    0下载:
  2. linux 线程进程有关函数介绍使用详解-linux thread process uses detailed descr iption of the function
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:29061
    • 提供者:songhai
  1. fifo_read

    0下载:
  2. 此代码实现linux进程间通讯代码,这个是进行FIFO读操作的c语言代码。-This code implements linux inter-process communication code, this is a FIFO read operation for the c language code.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:654
    • 提供者:孙文华
  1. fifo_write

    0下载:
  2. 此代码实现linux进程间通讯代码,这个是进行FIFO写操作的c语言代码。-This code implements linux inter-process communication code, this is a FIFO write operation for the c language code.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:553
    • 提供者:孙文华
  1. Linux-for-command

    0下载:
  2. linux必学命令 Linux提供了大量的命令,利用它可以有效地完成大量的工作,如磁盘操作、文件存取、目录操作、进程管理、文件权限设定等。-Linux will learn Linux command provides a large number of orders, it can be effectively completed a lot of work, such as a disk operation, file access, directory operations, proces
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:6252
    • 提供者:孺子牛
  1. linux

    0下载:
  2. 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。在Linux下实现: ◦ 使用fork()/execv()来创建进程运行程序 ◦ 使用wait()等待新创建的进程结束 ◦ 调用gettimeofday()来获取时间 -Design and implementation of Unix " time" command. " Myti
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:768
    • 提供者:wenchangwei
  1. linux

    0下载:
  2. 生产者消费者问题 ◦ 一个大小为3的缓冲区,初始为空 ◦ 2个生产者 – 随机等待一段时间,往缓冲区添加数据, – 若缓冲区已满,等待消费者取走数据后再添加 – 重复6次 ◦ 3个消费者 – 随机等待一段时间,从缓冲区读取数据 – 若缓冲区为空,等待生产者添加数据后再读取 – 重复4次 说明: ◦ 显示每次添加和读取数据的时间及缓冲区的状态 生产者和消费者用进程
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:1340
    • 提供者:wenchangwei
  1. linux-CPPThread

    0下载:
  2. linux下的一个最简单的守护进程,提供给仅仅需要实用守护进程的开发人员参考-One of the most simple daemon under linux, available to developers only need practical reference daemon
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:998
    • 提供者:莫祖忠
  1. share_memory

    0下载:
  2. 共享内存是linux进程间通信最快的方式,还附有共享内存队列,可以直接用在项目中.-Shared memory is the fastest way to Linux inter-process communication, with Shared memory queue, can be directly used in the project.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:24669
    • 提供者:李晨旭
  1. linux--watchdog

    1下载:
  2. 一个类似watchdog的程序示例,当任务进程由于某种原因僵死或退出后,由其父进程监听到后,重新启动新的任务进程-An example of a program similar to watchdog, when the task process for some reason, after the death or death his father to monitor the process to restart the new task process
  3. 所属分类:Linux Network

    • 发布日期:2017-05-05
    • 文件大小:42896
    • 提供者:John Lee
  1. 3_tcp_concurrent_fork

    0下载:
  2. 基于TCP协议的父子进程并发服务器的通讯(Communication of concurrent server between father and son process based on TCP protocol)
  3. 所属分类:网络

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:天空云
  1. memcached-1.4.39.tar

    0下载:
  2. Memcached 是一个高性能的分布式内存对象缓存系统,用于动态Web应用以减轻数据库负载。它通过在内存中缓存数据和对象来减少读取数据库的次数,从而提高动态、数据库驱动网站的速度。Memcached基于一个存储键/值对的hashmap。其守护进程(daemon )是用C写的,但是客户端可以用任何语言来编写,并通过memcached协议与守护进程通信。(Memcached is a high-performance distributed memory object caching system
  3. 所属分类:网络

    • 发布日期:2018-04-23
    • 文件大小:403456
    • 提供者:dannisww
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com