搜索资源列表
socket
- 一个关于C/S架构的程序,VC中Socket通信的使用
php_c_socket_udp
- php和c通过socket通信--udp篇
C_server
- 本代码是unix环境下C语言编写的运用TCP/IP 协议的SOCKET网通通信的SERVER端。-The code is written in C under unix environment, the use of TCP/IP protocol to communicate SERVER SOCKET Netcom end.
icancu
- 一个经典的网络通信示例,基于Tcp/Ip的socket通信,编写环境为c#.net2005-A classic example of network communication, based on Tcp/Ip for socket communications, the preparation of the environment for the c#. Net2005
net_socket_example
- TCP和UDP两种方式的网络通信示例程序,适合初学者。分别包含服务器和客户端两个代码。-the TCP and UDP socket example codes, including the server.c and client.c respectively, which are adaptable for beginners
maxConnectTestLog1500
- C++完成socket通信 完成端口TCP/IP连接-completion port socket communication
start
- c++基于socket做的一个简单客户端,有接受数据和发送数据的代码,做网络通信数据测试用。-C++ socket connect
Network-programmingl
- 《网络编程综合资料》 介绍 常用网络协议编程 怎样接收电子邮件(POP3协议简介) POP3协议封装类 POP3协议命令原始码及工作原理 RFC1939-POP3协议中文版 RFC821-简单邮件传输协议(SMTP)中文版 SMTP协议原始命令码和工作原理 TCP IP网络通信程序设计 TCP IP协议详解 TCPIP协议的化学专家实时交流系统 VC++SMTP协议电子邮件传送剖析 WINDOWS SOCKET API 使用经验 WINDO
socket_1.0
- SOCKET通信例程,C/S模式,具备基本的交互-SOCKET communication routines, C/S mode, the interaction with the basic
Demo
- C# socket异步通信-c# socket。。。。。。。。。。。。。。
asynserver
- C#和C++通过Socket通信的源码程序-The C# C++ through Socket communication source program
windows-socket-program
- c语言实现socket单线程通信,程序分为客户端和服务端,实现通信需正确配置vc++6.0-c language to achieve single-threaded socket communication program is divided into client and server, the need to communicate properly configured vc++6.0
CSharpSocket
- C#Socket编程同步以及异步通信,有详细代码说明-C# Socket Programming synchronous and asynchronous communication, a detailed descr iption of the code
Chat
- 一段很简单但是实用的在局域网中进行聊天的代码,可以帮助你很快理解到SOCKET通信,开发工具是C++BUilder。-A very simple but useful chat code in the LAN, can help you quickly understand the SOCKET communication, development tools C++ BUilder.
Client
- socket 通信客户端例程,开发环境为Dev C-socket client code,based on Dev C++
socket
- 此程序是基于TCP协议的网络聊天程序,开发环境Visual C++ 6.0,想系统学习socket通信的同学可以下载学习-This program is based on the TCP network chat program, Visual c++ 6.0 development environment
C#Socket控制台通信
- 基于控制台的Socket,TCP简易通信。仅供初学者学习,一起学习成长(Console based Socket, TCP simple communications. For beginners to learn, learn to grow together)
TcpClientRecive
- 基于TCP/ip协议的socket通信,此代码为自己写的一个类,只要传入服务端的地址和端口就可以,此为异步通信方式(TCP/ip protocol based on the socket communication, this code for yourself to write a class, as long as the incoming server address and port can be, this is asynchronous communication mode)
tcp_socket.tar
- 基于Linux的tcp socket通信C语言代码,简单的收发处理(Linux based TCP socket communication C language code, simple transceiver)
UDP Socket API程序设计
- 启动双方进程后,首先在“发送到”→“目标进程”框中填写对方的IP,然后编辑文本互发 停止其中一方的进程(如关掉进程A),将它的地址改为127.0.0.1:1234,重新启动。再次互发信息 同时开启三个通信终端,其中两个启动进程分别为上面进程A和进程B的地址,还有一个进程C则设置它的本机进程地址为127.0.0.1:2345。 在进程C的终端上设置目标进程地址为A的地址(127.103.212.9:1234),