搜索资源列表
linux_c_s
- 基于终端的订花系统_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>
Socket
- 通过socket来检测网络的通讯功能,socket是一进程与另一进程进行双向通讯的最终的套接点, socket是伯克利在Unix中推出的计算机系统的IPC和异种机网络互联的基本机制。为了更好的理解 本题目的某些结构,需要深入的了解计算机系统和其网络协议。此文章的内容可以作为计算机编程人员的指导性文章。
Linux网络编程1
- linux网络方面的编程资料,socket,ipc-network programming information, socket, IPS, etc.
ipc
- Linux IPC (message queue, pipe, sharememory, semaphore, signal and socket) examples
linuxhjjc
- 进程之间的通信linux下监控进程之间的通信 进程间通信主要包括管道, 系统IPC(包括消息队列,信号量,共享存储), SOCKET,-Linux 进程间通信主要包括管道, 系统IPC(包括消息队列,信号量,共享存储), SOCKET,
IPCSocket
- Windows IPC socket program (tcp/udp) (server/client)
ordering.tar
- 简单的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 communic
socket
- 使用unix_domain_socket编写的简单的客户端和服务器,domain_socket是目前最流行的IPC-Prepared using unix_domain_socket simple client and server, domain_socket is the most popular IPC
Linusocket
- Linux环境进程间通信套接口,在本专题的前面几个部分,如消息队列、信号灯、共享内存等,都是基于Sys V的IPC机制进行讨论的,它们的应用局限在单一计算机内的进程间通信;基于BSD套接口不仅可以实现单机内的进程间通信,还可以实现不同计算机进程之间的通信。本文将主要介绍BSD套接口(sockets),以及基于套接口的重要而基本的API。-socket
Socket-MultiThread
- Socket实现进程间通信,系统控制节点监听连接,与通信节点实现Socket通信,采用TCP通信协议。-IPC through winsocket
guandaoyuxinhao
- 常用的进程间通信方式 传统的进程间通信方式 无名管道(pipe)、有名管道(fifo)和信号(signal) System V IPC对象 共享内存(share memory)、消息队列(message queue)和信号灯(semaphore) BSD 套接字(socket)-Interprocess communication methods commonly used traditional inter-process communicat
WindowsSocketsVcPP
- 网络windows socket编程例子-net ipc socket sample simple
socket_ipc
- SOCKET IPC功能 完整实例,测试OK。(SOCKET IPC Example Source.)