搜索资源列表
socketserver
- Linux下基本Socket以及管道,多进程socket开发,多线程socket开发
socket
- linux 下 socket进程通信,包括客户端和服务器端,简单的例子。
socket
- 网络接口socket套接字的使用,通过套接字实现进程通信
进程间通讯(三):Window下使用socket进行通信的例子
- Window下使用socket进行通信的例子 介绍了windows下socket的应用,例子vs2008编译,可以直接运行。 比较简洁经典。
hook_wininet_Source
- 一个很好的hook wininet api的示例程序。很好的演示了本进程hook技术,及关于http请求和响应数据的提取的相关技术。完整vc++工程,可直接编译运行。-a very good demo of hook wininet api,there is a good demostration of how to hook a in-process api.
socket-heart
- 实现心跳机制,用来判断对方(设备,进程或其它网元)是否正常运行,采用定时发送简单的通讯包,如果在指定时间段内未收到对方响应,则判断对方已经离线。用于检测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
Socket
- 进程控制-Process control
Implementation-using-VC-Client-Services-machine-mo
- 用VC实现客户机服务机器模式的聊天程序: 在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点: 1、非对等作用; 2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client S
inject
- 通过进程注入,将CMD.EXE重定向到网络socket 穿透防火墙,好像能被卡巴截获,呵呵,不懂就别玩了吧! 说白了,没事! -Through the process will be redirected to CMD.EXE network socket penetrate the firewall, if Kabbah can be intercepted, huh, huh, do not know how to play a bar on the other! Put it
chat
- 本案例是一个网络聊天工具的实现,提供了基本的聊天的功能,通过此例能学习到如何利用Socket建立服务器程序和客户端程序以及关于多进程间调度等方面的知识-This case is a network chat tool, providing the basic chat functions, through this case study into how to set up Socket server and client procedures and processes regarding m
socket
- 一个很简单的socket通信 但是只能进行但进程-A very simple socket communication, but can only be carried out but the process
socket
- 能让我们对linux的系统和socket有一个叫深入的了解,且对网络服务器的架构有一定了解,通过实践,使我们知道在网络编程过程中所需要注意的一系列问题(如并行程序设计的问题)。当然,本次大作业还能使我们对“进程间通信”,“进程同步”和“信号量”等操作系统的知识进行巩固,从而服务于本次大作业。-Make our linux system and the socket are called in-depth understanding of the network server architectu
socket
- 利用tcp网络协议编写远程网络服务终端,主要要完成进程间的通信必须有一个服务端和一个客户端,利用tcp网络协议规则编写服务端和客户端,完成的是数据传输,必须有一个跟踪调试函数 和一个日志管理文件及文档编写-Prepared using tcp network protocol end remote network services, primarily to complete the inter-process communication must have a server and a cli
Socket-network-program
- 在介绍TCP协议客户端和服务器端进程通信流程及其实现的基础上,以Del 为环境编程语言,讲述了在Windows环境下利用Socket进行网络编程的方法和特点。-Socket TCP Network program
Socket-net-program
- 介绍TCP/IP协议客户端和服务器端进程通信流程和具体实现的基础上,给出了开发通信应用程序的编程模型和实现要点,并以Delphi为编程语言说明了使用Socket进行网络编程的方法和特点-Socket net program
socket-telecommunication
- socket两进程间的通性,telecommunication between two processes based on socket ,and use MD5 and RSA encrypt and decrypt-telecommunication between two processes based on socket ,and use MD5 and RSA encrypt and decrypt
chat
- 程序主要是基于套接字(Socket)进行网络编程的,采用的是TCP协议,TCP协议是面向连接的且是全双工的,即两个主机上的进程(比如进程A、进程B),一旦建立好连接,那么数据就既可以由A流向B,也可以由B流向A。此程序采用的是完全点对点的模式进行连接,即每台主机即是服务器又是客户端,因为它需要进行端口的侦听,所以在连接的时候必须知道各主机的IP地址和端口号。有了对方的IP和端口后两主机就可以进行握手过程,确认连接成功后就可以进行网络对话了。-Program is mainly based on
Linux-net-programC-language
- 本资料提供丰富的Linux操作系统下网络编程示例源代码,包括进程通信实现方式、并行处理、Socket架构,以及网络应用如TCP、UDP、等-This information provides a wealth of network programming under Linux operating system source code examples, including the implementation process of communication, parallel process
Socket-Client-Sever
- 简单的Socket客户-服务端代码.能够实现设置端口并连接socket进行进程间通信。-Socket Client-sever code, used for process communication
unix-socket-programme
- 代码编写了在unix socket编程的典型几种模式,包括迭代,epoll,select,多线程,多进程等模式,是学习的好资料-The Unix socket programming code is written several models, including the iterative model, epoll mode, select mode, multithreading, process model, ,so it is the study nice material