搜索资源列表
服务器客户tcpip
- VC++ 编写的基于TCP/IP协议的服务器客户端程序-VC compilation based on TCP/IP agreement server customer end procedure
我的smtp程序
- 用vc编写的EMAIL发送程序,支持smtp服务器的用户名及密码。-with vc prepared to send email procedures and support smtp server user name and password.
类似与QQ的UDP通信
- 这是一个用VC编写的网络通信程序,有两个服务器和端口,可以实现相互通信。使用时请注意修改IP地址-This is a VC prepared by the network communication procedures, and the two-port server can achieve mutual communication. When used to change IP addresses
vc524568993355
- VC编写的C/S聊天程序。由客户端与服务器端组成。-VC prepared by the C / S chat program. From the client and server components.
VC_Chat_Room
- 这是一个用VC编写的简单的聊天室系统,设有服务器端和客户端,可以群发,私聊,支持文件传送。-This is a VC with the simple preparation of the chat room system, with server and client, can be repeated, Private Chat. support file transfer.
csprogram
- 用vc编写的网络程序。包括服务器端和客户端发送接受数据的程序。供学习者参考-with vc procedures prepared by the network. Including server and the client to send data to accept the procedure. Reference for learners
SmallTrojy
- VC++6.0编写的小木马,可以控制服务器端如下动作: 1.光驱弹出关闭 2.鼠标移动 3.显示器抹黑 4.关闭显示器 5.编辑并让服务器端的机箱喇叭播放音乐 6.发送文本消息让服务器端显示在桌面. 等功能.对学习Socket编程有很大帮助 -small Trojan will be able to control the server following actions : 1. Close pop-up drive two. Mobile mou
VideoTransfer
- 用vc编写的通过UDP传输的服务器和客户端的双端视频通信,很好用阿 -vc prepared with the adoption of the UDP transmission server and client-side video communications, with good A
HttpServerusingWinSocket
- 用VC编写的一个基于WinSocket的http服务器,该程序中完成了自己的异常处理和多线程的处理。-VC prepared a WinSocket on the http server, The procedures completed his abnormal processing and multi-threaded processing.
HTTPserver
- 用VC编写的基于MFC的HTTP服务器,提供一般的请求命令(POST,GET...)
200410111016053551
- 在vc环境下编写的服务器端程序-vc environment in the preparation of the server process
FTPServer_VC++
- 用VC++编写的FTP服务器,已编译通过.
webcode
- 使用vc编写的web网站服务器的程序代码.
SynchronousCommunication
- 一个用VC++.net编写的聊天同步软件,有服务器端和客户端,实现了客户端和服务器端的时间同步,具体算法见程序
CHAT
- 客户端服务器聊天室源代码,使用VC(visual C++)编写的。使用access数据库。
QQchat
- 用vc编写的类似于QQ程序的源码,有客户端和服务器端程序,可以互相通信
VC++网络高级编程之七
- HTTPClient: 该程序完全是为了演示HTTP的客户编写的,因此运行时必须在本机有开HTTP服务才行。 HTTPSvr: 这是微软提供的HTTP服务器例程,使用时需要在建一个 C:\\webpages\\的目录。你把该目录下的webpages拷到C:就好了。 下面是原来的readme-HTTPClient : The procedure is to demonstrate the preparation of HTTP clients, and therefore must be run
RawSocketServerExample
- vc++编写的用多线程实现客户-服务器结构的一个例子,有学习价值-vc prepared by using multiple threads to achieve client-server structure of an example, learn the value
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
客户端与服务器相互问候
- 程序由vc编写,显示基础的阻塞模式下实现服务器与客户端的通信