搜索资源列表
高级通信程序
- 这是一个自我感觉很好的通信程序,它的特点: 1.数据包格式全部自己定义。 所有的定义和通信核心类全部在COMM文件夹中。 2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。 3.通信细节全部封装在几个通用的类中,隐藏了交互通信的所有处理细节,如断包处理,超时重发等功能。 4.数据通信和数据具体应用完全分离,扩展性良好,本例中只做一个上传文件的例子,你可以在不用改动通信核心的情况下,可以实现远程控制所需的任何功能,并且不需要考虑通信细
myownchat
- 自己做的可以互传文件和聊天的工具。需要知道对方的ip。-themselves can do to each other for documents and chat tools. Need to know each other's ip.
IPMSG
- 只须设置对方IP,就可以实现两台PC之间互发文字,互传文件。
chat
- 简单局域网聊天,同时可以互传文件,主要对socket的操作
filetransfer.rar
- 用Winsock2 编写的一个文件传输的核心例程。 分为客户端和服务器端两部分,当客户端连接到服务器后,它们之间可以互传文件。,Winsock2 prepared using a file transfer of the core routines. Divided into client and server in two parts, when the client to connect to the server, they can be to each other between th
Lan-Chat
- J2SE编写的一个局域网点对点聊天工具,每个程序同时作为服务器和客户端,使用Java Socket通过IP地址建立连接,可以显示对方信息、文字聊天和互传文件-J2SE written a local area network P2P chat tool, each program can act as both server and client, using Java Socket to connect with the IP address, you can display other in
winsocket
- Socket 编程方面的。可以互传文件。-about socket programme
honmasokyu_ipmsg
- 可以局域网内互传文件和文件夹,简单方便快捷。-LAN can be to each other files and folders, convenient and simple.
j_11971_ipmessenger
- 可以在局域网内互传文件和文件夹,简单方便快捷。-In the LAN to each other files and folders, convenient and simple.
feigechuanshuV0.8
- 1、扫描本地局域网内同本机同一网段的所有计算机,并将能ping通机器的机器名放在列表中,可以对列表排序,刷新(对JTree的操作)。 2、最多添加3个自定义网段。(对于机房特别实用,因为机房不同房间的机器通常在不同的网段中)。自定义服务监听端口(注:保证两台机器端口一致才能互相通信)。 3、对于列表中的计算机,可以发送系统消息(前提:系统的信使服务开启,注:windows xp sp2 以后的计算机都是默认关闭的,所以系统服务无效,好在我们学校机房是2000系统)。本网段*
java-QqClient
- java写的模拟QQ的程序。可以实现在线提醒,互传文件,点对点聊天等-simulation QQ program written in java. Can be achieved online alerts, transfer files, peer-to-peer chat, etc.
VS-socket-programming
- Visual C++(后面简写为VC)网络编程是指用户使用MFC类库(微软基础类库)在VC编译器中编写程序,以实现网络应用。用户通过VC编程实现的网络软件可以在网络中不同的计算机之间互传文件、图像等信息。本章将向用户介绍基于Windows操作系统的网络编程基础知识,其开发环境是VC。在VC编译器中,使用Windows Socket进行网络程序开发是网络编程中非常重要的一部分。-The Visual C++ (behind abbreviated as VC) network programmin
Socket
- Linux下实现客户端、服务器端连接,并且可以互传文件,这里是指定文件的,不是随时任意文件传送,但是可以指定文件名传送任意文件。-Under Linux client, server-side connections and can transfer files, here is the specified file is not sending any file at any time, but you can specify a file name transfer any files.
filetransfer
- 用Winsock2 编写的一个文件传输的核心例程。分为客户端和服务器端两部分,当客户端连接到服务器后,它们之间可以互传文件。-Winsock2 prepared using a file transfer of the core routines. Divided into client and server in two parts, when the client to connect to the server, they can be to each other between the
chat
- 采用QT4.7编写的局域网聊天工具,可以互传文件。-Written using QT4.7 LAN chat tools, you can transfer files.
ChatTool
- 基于C#的tcp协议的简单的聊天工具,实现一对多,一对一等功能,还可以互传文件-TCP protocol based on c# of a simple chat tool
chat源码
- qt编写的可以实现局域网聊天、互传文件等功能(LAN chat, mutual messaging)
ftp
- 该程序是一个ftp服务器,可以根据Ip地址号和端口号实现文件的互传。(The program is a FTP server, and you can according to the Ip address number and port number to achieve mutual file transmission.)
Ymodem
- 从STM官方例程中提取的Ymodem协议的C实现,亲测可用,可以与Windows超级终端互传文件。可以应用于32位或8位单片机,很实用的东东。(From the STM official routine extracted from the Ymodem protocol C implementation, pro test available, you can share files with the Windows super terminal. Can be applied to 32 b
代码
- 有客户端、服务器端,可以实现文件互传、加密、个人聊天 等等功能(Implementing File Inter-Pass Encryption and so on)