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

搜索资源列表

  1. lwp-2.2.tar

    0下载:
  2. 一个基于协同开发的轻量级进程间通讯处理包,在抢先和非抢先的线程模式下模仿了所有的LWP,可以作为非抢先模式下的替代。-one based on collaborative development of the lightweight process communication processing package, In pre-empt and pre-empted the non-threaded model to imitate all of the LWP, as a non-pre-e
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:376136
    • 提供者:zds
  1. low_pipe

    0下载:
  2. linux环境利用管道进行通讯的例子,父进程fork派生子进程,父子进程利用管道通讯。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:861
    • 提供者:sophie marceau
  1. LocalNetChat

    0下载:
  2. 基于TCP/IP的通信基本上都是利用SOCKET套接字进行数据通讯,程序一般分为服务器端和用户端两部分。 第一部分 服务器端   一、创建服务器套接字(create)。   二、服务器套接字进行信息绑定(bind),并开始监听连接(listen)。   三、接受来自用户端的连接请求(accept)。   四、开始数据传输(send/receive)。   五、关闭套接字(closesocket)。 第二部分 用户端   一、创建用户套接字(create)。
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:785930
    • 提供者:Liang
  1. 进程间通讯(三):Window下使用socket进行通信的例子

    3下载:
  2. Window下使用socket进行通信的例子 介绍了windows下socket的应用,例子vs2008编译,可以直接运行。 比较简洁经典。
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2011-06-29
    • 文件大小:12755
    • 提供者:cnzhuhai
  1. code.rar

    1下载:
  2. linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理,FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process communica
  3. 所属分类:Ftp Server

    • 发布日期:2017-03-30
    • 文件大小:52770
    • 提供者:yeliu
  1. comm_source_ace

    0下载:
  2. 使用ACE Qt实现的UDP数据通讯,一套代码可实现双方通讯,一个dll可被两个exe同时加载,实现一台计算机上的进程间通讯,当然,也可以放在不同的计算机上实现数据通讯,可跨操作系统-ACE Qt UDP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-20
    • 文件大小:6117406
    • 提供者:克潇
  1. socket-heart

    0下载:
  2. 实现心跳机制,用来判断对方(设备,进程或其它网元)是否正常运行,采用定时发送简单的通讯包,如果在指定时间段内未收到对方响应,则判断对方已经离线。用于检测TCP的异常断开。-To achieve the heartbeat mechanism used to determine each other (equipment, process, or other network elements) is functioning, the use of communication time to sen
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-21
    • 文件大小:6288127
    • 提供者:drafly
  1. ACE

    0下载:
  2. ACE书籍,里面包含ACE基础内容介绍、内部进程的通讯、进程线程的管理以及ACE高级编程-ACE Books, which contains the basis of the contents of ACE, the internal processes of communication, process management, and ACE-threaded high-level programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:879300
    • 提供者:铜豌豆
  1. CommunicationPacket

    0下载:
  2. 我们的工程中用到的通讯包,可以支持Socket通讯,也可以利用文件映射来进行本地进程间的通讯。-Our engineering used in the communication package, can support Socket Communications, file mapping can also be used to carry out a local inter-process communication.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:45482
    • 提供者:yuancong
  1. PC

    0下载:
  2. 该文简要介绍了SUN工作站与PC之间进行通讯的常用方法,着重论述了一种基于Socket编程,实现进程间直接实时通讯的方法-The paper briefly describes the SUN workstations and PC communication between the common method focuses on a Socket based programming, direct real-time inter-process communication methods
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:8402
    • 提供者:落潭
  1. case_socket

    0下载:
  2. 进程通讯,客户端与服务器端的简单的通信案例。利用socket函数编写的数据流通信。-process communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:1347
    • 提供者:飞天
  1. SimpleChatwwx

    0下载:
  2. linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理-FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process commu
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-19
    • 文件大小:28166829
    • 提供者:王文星
  1. pipes

    0下载:
  2. 进程间通讯,用来控制WEB服务的请求监控-PIPES COMMU
  3. 所属分类:Web Server

    • 发布日期:2017-03-30
    • 文件大小:60459
    • 提供者:凡人
  1. udpcomm

    0下载:
  2. 使用windows socket实现的UDP数据通讯,一套代码可实现双方通讯,一个dll可被两个exe同时加载,实现一台计算机上的进程间通讯,当然,也可以放在不同的计算机上实现数据通讯-Using WinSocket realize Communicate between two different Process,of Course,you can use it to Communicate with two different computers
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-07
    • 文件大小:1827762
    • 提供者:克潇
  1. tcp_server_fork

    0下载:
  2. tcp协议通讯服务器端 通过创建子进程实现重复型服务器-tcp protocol communication server code
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:1497
    • 提供者:王玉坤
  1. creatingmap

    0下载:
  2. 使用VC实现不同进程之间的通讯,该方法是使用共享内村的方式进行实现的-VC communication between different processes, the method is shared within the village the way to achieve
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-22
    • 文件大小:6967459
    • 提供者:浮游
  1. share

    0下载:
  2. IPC通讯事例,进程间通过共享内存 system-v共享内存 进行通讯,通过读取文件将文件的信息读到内存,另一进程再在内存中读取信息。-IPC communication examples of communication, inter-process shared memory via a shared memory system- v file information by reading the file into memory, another process to read the i
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1692
    • 提供者:吴慈
  1. zjhftp

    0下载:
  2. 自己写的FTP服务器,包括完整的makefile,上传下载,断点续传,限速,更改目录等等功能。自定义哈希表读写,读取配置文件等,linux多文档多进程编程,多进程之间通讯。-Write your own FTP server, including the complete makefile, upload and download, HTTP, speed limits, change directories and more. For learning to use custom hash t
  3. 所属分类:Ftp Server

    • 发布日期:2017-03-26
    • 文件大小:20549
    • 提供者:
  1. PROCESS-COMMUNICATION

    0下载:
  2. Linux 系统开发编程,此篇代码为进程通讯实例,大家可借鉴-Linux system development program, Cipian code for interprocess communication instance, we can learn from it
  3. 所属分类:Linux Network

    • 发布日期:2017-04-26
    • 文件大小:13711
    • 提供者:柳素明
  1. mssage-queue-to-imple_ATM

    0下载:
  2. 使用消息队列模拟实现ATM,代码主要面向学习消息队列应用,熟练消息队列,涉及到文件、进程通讯。-Use message queue analog implementation ATM, code mainly for learning application message queue, skilled message queues, file related to the process of communication.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:22097
    • 提供者:穆元彪
« 12 »
搜珍网 www.dssz.com