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

搜索资源列表

  1. Linux_socket_process

    0下载:
  2. 一个在linux实现进程通信的例子,使用socket技术,相信对想了解进程通信的人有用用途-one in the communication process to achieve example, the use of socket technology, I believe that to understand the communication process useful purpose
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2039
    • 提供者:陆天明
  1. unix_network_programming

    0下载:
  2. unix网络编程 第1卷 套接口API和X/Open传输接口API unix网络编程 第2卷 进程间通信 包括这两卷的源代码-unix Network Programming, Vol 1 socket API and X / Open Transmission Network Interface API unix Liaison Program, volume 2, inter-process communication, including two volumes of the so
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:305183
    • 提供者:郭涛
  1. linuxApp-Code

    0下载:
  2. linux编程的简单例子,涵盖文件I/O,多线程,多进程,socket等入门经典
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:22958
    • 提供者:a
  1. Socket

    0下载:
  2. 基于C/S结构的Socket程序设计 即通信双方一方作为服务器等待客户提出请求并予以响应。客户则在需要服务时向服务器提出申请。服务器一般作为守护进程始终运行,监听网络端口,一旦有客户请求,就会启动一个服务进程来响应该客户,同时自己继续监听服务端口,使后来的客户也能及时得到服务。
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:133277
    • 提供者:nmkx
  1. chat.rar

    1下载:
  2. linux下利用socket多进程/多线程实现网络聊天程序完整版代码,linux process using multi-socket/multi-threaded chat program achieve the full version of the network code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1922528
    • 提供者:彭晓
  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-28
    • 文件大小:10656
    • 提供者:Rain
  1. linux_multiple_thread.tar

    0下载:
  2. linux 多线程多进程 非常好的例子 linux socket server/client -linux multipe thread good example linux socket server/client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:675840
    • 提供者:陈明
  1. linuxIPC

    1下载:
  2. Linux 进程间通信实例包括:共享内存、管道、套接字域、消息队列、信号、信号灯;注释详细,全部经过编译验证-Examples include the Linux inter-process communication: shared memory, pipe, socket domain, message queues, signals, lights comment in detail, all compiled authentication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:8261
    • 提供者:
  1. socket

    0下载:
  2. 计算机网络编程,多线程,多进程,相互之间传递信息-Computer network programming, multi-threaded, multi-process and transmit information between
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:5875
    • 提供者:周媛
  1. unix_socket

    0下载:
  2. 用于进程间通信的unix域socket使用示例,同时包含了对通信效率的计时。-For inter-process communication using unix domain socket example, at the same time contains the time of the communication efficiency.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1509
    • 提供者:紫日土
  1. FTPService

    0下载:
  2. ftp服务器的主要功能是上传下载文件以达到数据共享的目的。在linux底下开发ftp服务器旨在帮助学员综合运用linux初级编程与linux高级编程所学到的知识。如:守护进程的编写,进程间通讯, 管道,socket编程,文件I/O标准库函数与系统调用,以及文件权限管理等等。具体操作详见压缩包里面的文档有操作服务手册,可以控制上传和下载的速度。-USER PASS CWD,XCWD CDUP REIN QUIT PORT PASV TYPE MODE RET
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:293280
    • 提供者:
  1. jinchengtongxin

    0下载:
  2. 进程间通信基础(理论+实例) 包括管道,有名管道,消息队列,信号灯,共享内存,socket。-The basis of inter-process communication (theory+ examples), including pipelines, well-known pipes, message queues, semaphore, shared memory, socket.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:672168
    • 提供者:王小白
  1. socket_daemon

    0下载:
  2. 实现socket的守护进程。其中serverd.c为守护进程服务程序,client1.c为客户端程序。程序简短,但不失具有代表意义。-socket daemon
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:921
    • 提供者:youzuoyong
  1. Linux-Net-Programmer

    0下载:
  2. 《linux网络编程》,介绍了linux中进程管理,网络的基础知识,BSD socket,和TCP/TP应用等,是学习linux下网络编程的好书籍!-" Linux network programming" to introduce the linux in the process management, network basics, BSD socket, and TCP/TP applications, network programming under linux to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1734671
    • 提供者:zhonghai
  1. Linux-Network-Programming

    0下载:
  2. 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文件系统简介、Linux下的进程和线程、TCP/IP协议族、应
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-09-20
    • 文件大小:1734656
    • 提供者:chinq
  1. client-server

    0下载:
  2. 操作系统实验内容,实现远程进程socket通信-failed to translate
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:30269
    • 提供者:jessie
  1. Expert_WinAPI_8_to_17

    1下载:
  2. 这是《精通Windows API函数、接口、编程实例》第8-17章源代码,包括服务、图形用户界面、系统信息的管理、进程间通信、Windows Shell程序设计、Windows GDI、Windows Socket网络编程、设备驱动管理、内核通信、用户认证和对象安全。-This is the " Mastering Windows API function, interface, programming examples" section of Chapter 8-12, th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-01
    • 文件大小:13825655
    • 提供者:
  1. Linuxsocket

    0下载:
  2. linux网络编程,进程间通讯,套接字,适合初级学者-linux socket
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2066868
    • 提供者:kylin
  1. process---socket

    0下载:
  2. 该程序为linux下面socket编程,主要用与进程间通迅,采用无连接技术。效率高,稳定性高。-The program for the following linux socket programming, mainly used for inter-process communication, with no connection technology. High efficiency, high stability.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-08
    • 文件大小:1392
    • 提供者:libin
  1. linux进程之间的通讯综合实例

    0下载:
  2. A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:数据包
« 12 3 »
搜珍网 www.dssz.com