搜索资源列表
多线程socket文件传输
- 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息,Multi-threaded socket file transfer/support HTTP/send and receive information/point-to-multipoint mode of using blocking socket, the use o
QTliaotian
- 基于QT的局域网聊天系统,实现局域网内的文字、简单图片表情的传送-QT-based local area network chat system, the text within a LAN, a simple expression of the transmission image
IPv6CharRoom
- 1、熟悉IPv4/IPv6下Socket编程 2、掌握Socket编程关键技术 3、利用Socket编程实现网络应用 安装ipV6, 在cmd中键入命令:ipv6 install 为网卡配置地址:ipv6 adu 4/fe80::214:38ff:fe12:b8a4 Server端,等待客户端连接它,连接后将文件按块,一块一块的传到客户端 等待客户端连接 CTcpSocket* socket = new CTcpSocket(
VB-Socket
- vb编写的局域网通讯程序,含服务端和客户端,主要用到Socket-vb prepared by the local area network communications program, including server and client, mainly used in Socket
socket
- sockt编程,局域网内实现客户端和服务器的通信-sockt programming, local area network to achieve client and server communications
honst.c
- linux socket host for local -linux socket host
socket
- 一个简单的局域网通信软件,可以实现两个人之间的文本通信以及文件传输-A simple local area network communication software, you can achieve both the text of communication between people, as well as file transfer
JAVA_CHAT
- 简单java聊天室,实现多人同时在线局域网聊天,是作业socket方面的好参考-Easy java chat rooms, online local area network at the same time achieve more than chat, homework socket are good reference
Socket
- Socket支持的网上点对点通信实现,包含服务器端和客户端,可截获流经本机网卡的ip数据包-Socket support for the realization of the online peer-to-peer communications, including server-side and client, can be intercepted through the local network card ip packet
socket
- 用delphi7做了一个局域或广域中文件传输工具-Delphi7 done by a local or wide area in the file transfer tool
Broadcast
- 一个简单的Java程序,实现了局域网多播功能,适用初学者。-A simple Java program, the realization of a local area network multicast function for beginners.
Socket
- 用Java Socket完成如下功能:建立客户端和服务器端通讯,服务器端地址为本地端口自拟。两端以TCP形式通讯,假设客户端Class叫Client,服务器端Class叫Server。当运行 java Client Hello时,服务器端能接受客户发来的Hello字符并打印”Receive Hello”然后返回给客户端“How r u doing”字符串 客户端收到后打印”Received How are you doing”. 此时服务器端服务始终运行并未停止并等待其他Socket连接(客户端
SendData
- 利用socket实现双机之间发送数据的功能,发送的数据需从本机硬盘中读取-The use of dual socket send data between the functions of the data sent from the local hard disk to be read
linux_tcp
- Linux环境下Socket编程: 1.网络时间服务器timeserver,为网络上的用户提供时间服务,即为网络用户返回服务器的当前时间;记录发出请求的网络用户的IP地址(保存到文件中),格式如下: IP地址 请求时间 时间服务客户端timeclient,该客户端能够向服务器发送时间服务请求,并把获得的时间返回给用户。 采用TCP协议编写一个远程数据备份服务器,运行客户端将本地文件备份到远程的服务器中。 -Socket Programming Linux environm
socket
- 简单的测试socket函数程序 完成基本的网络通讯功能,可在局域网内收发信息。-Simple test socket function process is complete the basic network communication capabilities, you can send and receive messages within a local area network.
sock
- VC++演示了socket的应用,局域网简单传送文本文件,适合VC++初学者使用。-VC++ application demonstrates the socket, local area network to send a simple text file, suitable for beginners to use VC++.
socket
- 这是一个关于windows网络编程的源码。能支持局域网通信,文件下载等功能-This is a source code on the windows network programming. To support local area network communications, file downloads and other functions
socket
- socket服务器客户端标准通信程序,打开一个程序,点击监听,再打开一个程序,点击连接,输入本机ip,就可以通讯了-the standard socket server client communication program, open a program, click listen, and then open a program, click the link, enter the local ip, you can communicate with
VB-SOCKET
- 基于C/S体系,建立初步的本地通信,定义客户端和服务器端两个类以及登陆界面的类-Based on C/S system, the establishment of the initial local communications, the definition of client and server-side interface of the two classes and the class landing
socket-local
- 利用linux网络编程,实现进程间的本地通讯。socket的另一个小功能。-Use linux network programming, local inter-process communication. Another small feature the socket.