-
即时聊天(服务器和客户端)
简单的tcp/ip 通讯协议,详尽的客户端和服务端 接受和发送信息。可以在线IM交流、建立会议室(可以设置密码),会员(密码、头像等信息)和部门实现在线管理。 Server/Client分别为服务端和客户端,设置服务端可以实现在线管理,默认端口号10000。 数据库采用的是Access
- 2022-03-18 03:00:07下载
- 积分:1
-
直接用socket实现HTTP协议(下载专用)
作者:北方工业大学2000级计算机4班 querw
从HTTP服务器上下载一个文件有很多方法,"热心"...
直接用socket实现HTTP协议(下载专用)
作者:北方工业大学2000级计算机4班 querw
从HTTP服务器上下载一个文件有很多方法,"热心"的微软提供了WinInet类,用起来也很方便.当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能.- Straight takes over the use of socket to realize the HTTP
agreement (special-purpose downloading) the author: North industrial
university 2,000 levels of computers 4 class of querw downloaded a
document from the HTTP server to have very many methods, the
"warm-hearted" Microsoft has provided the WinInet kind, used very to
be also convenient Certainly, we also may own realize these
functions, is very easy through formatted request to be able to
realize the break point to continue passes on and inspects renewal and
so on function
- 2022-11-12 19:15:03下载
- 积分:1
-
基于windows c++下,利用windows Sockets套接字select模型开发的远程文件下载程序。该程序分为服务器和客户端两个部分。
客户端实现...
基于windows c++下,利用windows Sockets套接字select模型开发的远程文件下载程序。该程序分为服务器和客户端两个部分。
客户端实现以下功能
1 浏览服务器的目录结构
2 能够从服务器下载某个文件
3设置文件保存的位置
4 使用多线程下载文件
服务器实现以下功能:
1 客户端连接数量
2客户端请求的目录
3 客户端请求下载的文件-failed to translate
- 2023-05-22 15:55:04下载
- 积分:1
-
获得本机主机名称和IP
获得本机主机名称和IP-Access to the local host name and IP
- 2022-03-17 12:21:21下载
- 积分:1
-
用MFC实现局域网内点对点的大文件传输
用MFC实现局域网内点对点的大文件传输-LAN with MFC within the point-to-point file transfer
- 2022-12-26 12:20:04下载
- 积分:1
-
TCP UDP高级编程 讲述重要理论和方法
TCP UDP高级编程 讲述重要理论和方法-TCP UDP senior programming on important theoretical and methodological
- 2022-05-28 16:58:15下载
- 积分:1
-
这是一个利用TCP协议进行通信的程序,很典型,适合初学者学习,程序分两个部分,客户端和服务器...
这是一个利用TCP协议进行通信的程序,很典型,适合初学者学习,程序分两个部分,客户端和服务器-using TCP communication procedures, typical, for beginners to learn, procedures in two parts, the client and server
- 2022-08-19 14:35:43下载
- 积分:1
-
本程序使用vc6.0开发,它实现了WINDOWS下的WEB服务器,能够解析asp脚本...
本程序使用vc6.0开发,它实现了WINDOWS下的WEB服务器,能够解析asp脚本-This procedure used vc6.0 development, it implements the WINDOWS under the WEB server that can resolve asp script
- 2022-03-10 19:37:36下载
- 积分:1
-
很好……你可以学到更多的东西…
两线程同时监控服务器的两个端口,从其中一个端口接收到得数据都会通过另一端口转发给另一客户端。-It s very good...you can learn much more...
- 2023-04-09 10:50:04下载
- 积分:1
-
thread safety examples. Description of the procedures for the security thread. T...
线程安全实例。该程序说明线程安全问题。该例子实现的功能与多线程并发服务器实例的类似,但增加了一个客户数据存储功能,即服务器将存储每个连接客户所发来的所有数据,当连接终止后,服务将显示客户的名字及相应的数据。-thread safety examples. Description of the procedures for the security thread. The examples of the functions and multi-threaded server with similar examples, but the addition of a customer data storage function, which is to store each server will connect customers come in all the data, when connected after termination of service customers will show the names and corresponding data.
- 2022-02-05 20:02:18下载
- 积分:1