搜索资源列表
-
1下载:
linux/unix环境下利用socket进行文件传输的服务器端程序和客户端程序-linux/unix socket file transfer server client
-
-
0下载:
一个类似QQ的网络聊天工具,采用Windows Socket编程,服务器与客户端采用了TCP/IP连接方式,在设计聊天方案时,实行将所有信息发往服务器端。-A similar network of QQ chat tool, using Windows Socket programming, server and client using TCP/IP connections, chat in the design of the program and implement all of the
-
-
0下载:
This tutorial shows you how to manage the socket C + + Builder
Client / Server with TClientSocket
and TServerSocket
and How to Manage Events OnClientRead
and the method for sending text
-
-
0下载:
实现局域网的聊天程序,通过服务器和客户端的TCP/IP协议传输实现-LAN chat program, through the server and the client TCP/IP protocol, to achieve
-
-
0下载:
本文阐述了使用JAVA编程语言对基于客户/服务器模式的应用编写网络通信程序,讨论了SOCKET机制、输入输出流以及程序实现代码。-This paper describes the use of JAVA programming language based on client/server application procedures for the preparation of network communication, discussion SOCKET mechanism, input
-
-
0下载:
本文讲下C#使用socket实现多端口通信,挺不错哦,一起看下吧。
基本思路是:
1》服务端监听(用一个公用的端口接收连接的请求如:6666)。
2》客户机请求连接端口为6666
3》服务器接受请求然后再监听一个新的端口,再把这个端口发送给客户机。
4》客户机接到发来的端口,再重新连接服务器此端口。
5》服务器保存每一个连接的客户机。
-This article about C# using the socket und
-
-
0下载:
基于IP传感器的监控软件能够对分布在网络上的作为独立节点的传感器进行数据采集、校准等操作,而在监控软件开发中,首先就要解决网络通信问题。本文以搭载了Linux操作系统的IP传感器(ARM核)作为下位机,在其上编程实现Socket通信的服务器端,提供Socket客户端的并发访问。以装有Windows的计算机作为上位机,在其 上编程实现Socket通信的客户端,实现对Socket服务器端的访问,解决了IP传感器网络监控平台的通信问题。 -The monitoring software based o
-
-
0下载:
Android 簡易socket功能,有server與client的功能-Android socket
-
-
0下载:
socket客户端和服务器,具有聊天,文件上传,下载的功能,文件上传、下载带有实时的进度条-socket client and server, chat, file upload and download function, file upload, download with real-time progress bar
-
-
0下载:
C#局域网内的tcp传输• 以目前流行的TCP/IP协议构成的互联网软件设计方法,实现网络传输实验设计。
• 掌握网络scoket套接字完成计算机通信过程,深入理解和掌握基于TCP/IP协议的网络通信以及网络客户机/服务器模型的结构概念,熟悉常用的Windows API函数的用法,利用C++或VB语言实现流式套接字的网络应用通信编程。
-C# tcp transmission • LAN to the Internet posed by the pop
-
-
0下载:
主要是实现客户端和服务端的通信,window下基于MFC的聊天通信,注释比较详细-Mainly to achieve client and server communications, window under MFC-based chat communications, more detailed notes
-
-
0下载:
描述:在题目二的程序基础上,增加远程访问功能,采用客户端/服务器的方式,实现两种远程操作
高级搜索,在客户端上执行搜索,其搜索范围除了本地数据以外,也应该返回服务端的搜索结果;
球员买卖,客户端可以发起向服务端买入球员的请求,如果符合买卖条件,交易成功,该球员从服务端删除,进入客户端选定的俱乐部。
要求:
必须在题目二的代码基础上来修改;
必须使用Socket作为远程通信技术,可以使用更高层次的Socket封装类;
其他要求与题目二相同;
在题目要求基础上可以自行扩展
-
-
0下载:
android客户端与pc服务端通过Socket通信-pc android client and server communicate via Socket
-
-
0下载:
socket编程实现客户机与服务器间的通信-socket programming for communication between the client and the server
-
-
0下载:
linux环境下的基于socket通信的ftp系统服务器端和客户端的代码-code based on socket communication ftp server and client systems of linux environment
-
-
0下载:
socket通讯工具 支持TCP/UDP-TCP/IP SOCKET UDP SERVER CLIENT GPRS NETWORK
-
-
0下载:
linux下udp通信的技术资料,包括server和client端例程-udp socket
-
-
0下载:
socket客户端和服务器(局网),参考别人修改改进的-socket client and server (Office network), refer others to modify improvements
-
-
0下载:
主要是对网络通信中用到的套接字socket的用法讲解,可以实现服务器端与客户端实时通信-Mainly used in network traffic socket socket usage to explain, you can achieve real-time server and client communications
-
-
0下载:
Socket programming using java
-