Welcome![Sign In][Sign Up]
Location:
Search - socket IPC

Search list

[Internet-Networklinux_c_s

Description: 基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #include<string.h> #include<sys/types.h> #include<netinet/in.h> #include<sys/socket.h> #include<sys/wait.h> #include<sys/ipc.h> #include<unistd.h> #include<sys/shm.h> #include<sys/stat.h> #define MYPORT 3490 // num of port #define BACKLOG 5 // largest num of accept #define MAXDATASIZE 1-based terminal Dinghua system _socket # include
Platform: | Size: 3930 | Author: xxf | Hits:

[WinSock-NDISSocket

Description: 通过socket来检测网络的通讯功能,socket是一进程与另一进程进行双向通讯的最终的套接点, socket是伯克利在Unix中推出的计算机系统的IPC和异种机网络互联的基本机制。为了更好的理解 本题目的某些结构,需要深入的了解计算机系统和其网络协议。此文章的内容可以作为计算机编程人员的指导性文章。
Platform: | Size: 9941 | Author: zhong | Hits:

[Linux-UnixLinux网络编程1

Description: linux网络方面的编程资料,socket,ipc-network programming information, socket, IPS, etc.
Platform: | Size: 1769311 | Author: 唐陈和 | Hits:

[Network DevelopUNIX Network Programming with Code

Description: 《UNIX网络编程》第一、二卷,附书中代码,这本书不用多说了吧,被称为网络编程领域最权威的两个系列之一(另一个系列是《TCP/IP详解》) 这本书的第一版问世于1990年,是Stevens的开山之作,一举奠定了Stevens在网络编程领域的重要地位。如果说TCP/IP Illustrated解答了“什么是TCP/IP”和“TCP/IP是怎么实现的”两个问题,那么这本书则是在回答“怎样运用TCP/IP开发网络应用程序”的问题。显而易见,这本书的内容更加贴近普通程序员,因此,大多数人是先学习UNP,然后再深入学习TCP/IP Illustrated。   这也是一本让人伤感的书,Richard Stevens从1997年开始撰写此书第二版,制定了一个宏大的计划,卷1阐述Socket API和TLI API,卷2阐述除Socket之外的其他IPC机制,卷3阐述网络编程应用。应该说,卷1和卷2都是为了给卷3打基础。然而天妒英才,就在世人翘首企盼第三卷的时候,1999年9月1日,Richard Stevens英年早逝。留下这套未完成的巨著,让人感慨不已。不过最近从Prentice Hall传来好消息,出版社已经找到合适的作者,重新修订这套经典巨著,其中第一卷即将问世,并且已经在Amazon上热卖。相信会有当世高人沿着Stevens的足迹给我们续写第三卷的,让我们拭目以待。
Platform: | Size: 329108 | Author: ericjjc | Hits:

[Linux-UnixLinux网络编程1

Description: linux网络方面的编程资料,socket,ipc-network programming information, socket, IPS, etc.
Platform: | Size: 1769472 | Author: | Hits:

[Internet-Networklinux_c_s

Description: 基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #include<string.h> #include<sys/types.h> #include<netinet/in.h> #include<sys/socket.h> #include<sys/wait.h> #include<sys/ipc.h> #include<unistd.h> #include<sys/shm.h> #include<sys/stat.h> #define MYPORT 3490 // num of port #define BACKLOG 5 // largest num of accept #define MAXDATASIZE 1-based terminal Dinghua system _socket# include
Platform: | Size: 4096 | Author: xxf | Hits:

[Internet-NetworkSocket

Description: 通过socket来检测网络的通讯功能,socket是一进程与另一进程进行双向通讯的最终的套接点, socket是伯克利在Unix中推出的计算机系统的IPC和异种机网络互联的基本机制。为了更好的理解 本题目的某些结构,需要深入的了解计算机系统和其网络协议。此文章的内容可以作为计算机编程人员的指导性文章。-To detect the network through the socket communication functions, socket is one process with another two-way communication process, the ultimate point of sockets, socket is in the Berkeley Unix computer system introduced in the middle of the IPC and network interconnection of heterogeneous machines basic mechanism. In order to better understand some of the structure of this subject requires a deeper understanding of computer systems and its network protocol. The content of this article can serve as a computer programmer guiding article.
Platform: | Size: 9216 | Author: zhong | Hits:

[Linux-Unixipc

Description: Linux IPC (message queue, pipe, sharememory, semaphore, signal and socket) examples
Platform: | Size: 718848 | Author: Ricky | Hits:

[Technology Managementlinuxhjjc

Description: 进程之间的通信linux下监控进程之间的通信 进程间通信主要包括管道, 系统IPC(包括消息队列,信号量,共享存储), SOCKET,-Linux 进程间通信主要包括管道, 系统IPC(包括消息队列,信号量,共享存储), SOCKET,
Platform: | Size: 182272 | Author: taojinsha | Hits:

[CommunicationIPCSocket

Description: Windows IPC socket program (tcp/udp) (server/client)
Platform: | Size: 11968512 | Author: dany k jeon | Hits:

[Internet-Networkordering.tar

Description: 简单的linux下的网络订货小程序demo,实现了套接字、IPC等编程,客户端与服务器采用本机模拟,稍加修改即可实现异地通信。-Linux network under simple ordering applet demo, to achieve the socket, IPC and other programming, the client and server using the machine simulation, slightly modified off-site communication can be realized.
Platform: | Size: 135168 | Author: windoflake | Hits:

[Internet-Networksocket

Description: 使用unix_domain_socket编写的简单的客户端和服务器,domain_socket是目前最流行的IPC-Prepared using unix_domain_socket simple client and server, domain_socket is the most popular IPC
Platform: | Size: 3072 | Author: JoeWang | Hits:

[Linux-UnixLinusocket

Description: Linux环境进程间通信套接口,在本专题的前面几个部分,如消息队列、信号灯、共享内存等,都是基于Sys V的IPC机制进行讨论的,它们的应用局限在单一计算机内的进程间通信;基于BSD套接口不仅可以实现单机内的进程间通信,还可以实现不同计算机进程之间的通信。本文将主要介绍BSD套接口(sockets),以及基于套接口的重要而基本的API。-socket
Platform: | Size: 150528 | Author: nihao | Hits:

[CommunicationSocket-MultiThread

Description: Socket实现进程间通信,系统控制节点监听连接,与通信节点实现Socket通信,采用TCP通信协议。-IPC through winsocket
Platform: | Size: 20480 | Author: 梁伟凡 | Hits:

[Otherguandaoyuxinhao

Description: 常用的进程间通信方式 传统的进程间通信方式 无名管道(pipe)、有名管道(fifo)和信号(signal) System V IPC对象 共享内存(share memory)、消息队列(message queue)和信号灯(semaphore) BSD 套接字(socket)-Interprocess communication methods commonly used traditional inter-process communication unnamed pipes (pipe), named pipes (fifo) and signal (signal) System V IPC objects shared memory (share memory), the message queue (message queue) and signal (semaphore) BSD socket (socket)
Platform: | Size: 22528 | Author: cqj | Hits:

[Internet-NetworkWindowsSocketsVcPP

Description: 网络windows socket编程例子-net ipc socket sample simple
Platform: | Size: 927744 | Author: 王士林 | Hits:

[Othersocket_ipc

Description: SOCKET IPC功能 完整实例,测试OK。(SOCKET IPC Example Source.)
Platform: | Size: 5120 | Author: wefawef | Hits:

CodeBus www.codebus.net