搜索资源列表
WWW.Ahaoz.CoM__java629242356624
- java编写的一个局域网通信软件,可以语音聊天,文件传输,支持多客户端同时通信!-prepared by a local area network communications software, voice chat, file transfer, support multi-client communications while!
ChatSystem1
- 它包括服务器端程序TcpServer和客户端程序TcpClient主要才用socket 编程, 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。这种编程的优势在于传送的数据不会丢失,而且用户上线下线时能即时反应出来. -It includes procedures TcpServer server and client TcpClient mainly spent s
fyy1
- 如何有效的监视和控制网络中各台计算机的工作情况以及随时出现的各种异常情况,如何在网中实现有效的文件传输,如何让各客户在有何需要时可以方便的与网络管理人员进行联系等一系列的问题也便随之出现。本软件便是针对这一系列的问题而在windows2000操作平台是设计的。通过本软件的服务器便可以查看各客户端计算机上所起的服务,某时所运行的程序,机子的启动项目,共享资源,以及通过查看事件查看器了解计算机出现的各种情况。并且各客户端通过本软件快速的下载服务器上提供的文件。从而使企业网络的管理得到进一步的完善。-
ChatRoom010(winsock)
- 编译其中的.dsw文件,在Debug目录下会生成对应的exe文件,双击该文件即可。 ******* 程序既可以作为客户端又可作为服务器端-the compiler. Dsw documents in the Debug directory will generate the corresponding exe file, Double-click on the file. ******* Procedures can be as a client will serve as a term
Soft20060210102824653
- qq最新示例源码 包括: VC++项目源文件(客户端、服务器端)已编译的可执行文件(客户端、服务器端) 供学习C++网络编程参考。-qq latest example source code include : VC projects source document (client, server side) has compiled executable file (client, server side) for learning C network programming referenc
FileTransferClient
- 利用vc实现的局域网文件传输,共分为客户端和服务器端两部分,该部分是文件传输的客户端,采用了TCP/UDP协议,可扩展到net网络传输!-use vc achieve LAN file transfer, is divided into client and server-side two, The file transfer is part of the client, using the TCP / UDP protocol, which can be expanded to net net
BlueObex
- 利用蓝牙的OBEX协议进行文件传输,这个是客户端。-Using Bluetooth OBEX file transfer protocol, this is the client.
Socket
- 控制台socket文件传输程序,使用C++编写. 打开server端后,只要在client端输入server端IP即可使用。 程序具有上传、下载、查看目录文件、更改目录等功能-Console socket file transfer program, using C++ prepared to open the server side, client side input server-side IP can be used. Program upload, download
socket1
- 本人写的一个windows下socket通信协议,分为客户端和服务器两个部分,能把客服端指定文件地址的文件传输到指定ip下的服务器的指定文件地址上-I write a windows socket communication protocol is divided into two parts, of the client and server can customer service end of the specified address for file transfer to the s
TCP_communication
- 基于TCP协议的多线程通讯源码,包括服务器和客户端,工程文件基于VS9.0的Win32控制台程序,实现了通讯链路异常中断的检测和重新连接等,包含可执行文件。-Multithreaded communication based on TCP protocol source code, including server and client, the project file is based on VS9.0 Win32 console program abort communication li
PYRemoteCtl
- PY远程控制软件源代码 完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。可以取得被控机器上的硬件信息,文件信息,注册表以及进行屏幕控制-PY remote control software source code for the full realization of the registry processing, document processing. Services using mul
TCPFILETRANS
- 本例是基于TCP协议的,实现客户端与服务器之间文件的传输-In this case is based on the TCP protocol, and implementation between the client and server file transmission
udp
- 这是用VB.net实现的一个简单的P2P示例。利用了UDP打洞技术,分服务器端跟客户端,服务器端负责登陆记录用户的IP和端口及转发打洞消息。原理到处都有,这里就没有贴出来。这里贴出了VB.net的代码,供初学者交流,也欢迎高手点评…… 服务器端在启动成功后,输入help可以查看到服务器相关命令。 客户端在登陆成功后,输入help可以查看客户端相关命令(登陆时用户名随便)。-This is achieved using VB.net a simple example of P2P. Hol
PictureServer090826
- 一个图形(象)发送及管理服务器软件,接收嵌入式或客户端的请求,下发图形文件数据-A graphic (like) to send and manage server software, receiving an embedded or client' s request, issued a graphics file data
RealtimeCommunicationSystem
- 一个聊天系统的服务器端, 建立侦听套字,建立连接套接字,动态隐藏与显示控件使用列表框控件等。高级按钮控件的定制,高级列表框的定制,连接套接字的建立以及与服务器的连接等。 该服务器是以本地IP的8000端口建立服务;而且本程序没有提供相应的设置接口,如需修改则可以程序中修改代码,再重新编译生成应用程序。 客户端的配置文件为Debug目录下server.info文件;可以直接在server.info文件中进行修改,也可以利用客户端提供的设置接口进行修改。-A chat system,
winsock
- this is a dll file required for simple server client in windows
msnsample
- msn sample : MSN Client, Documen VC++ Sourse Code (with project file)
WinSocket_wenjianchuanshu
- WinSocket编程实现客户端与服务器之间文件传输/适合vc初学者使用/在vc6.0上成功编译通过-WinSocket/client server/file transport
File-Trojan
- 这是我写的一个文件*,包括Client 和 Server 能够操作别人电脑上的文件。-This is a document I wrote Trojans, including Client and Server can operate the files on someone else' s computer.
OPC Client
- exe文件,测试opc连接,exe程序 30K(opc client test exe file)