搜索资源列表
SendFile
- WINSOCK傳檔,速度很快,但是這裡的範例是局網傳輸,可加入P2P代碼就會變的更強大
SendFile
- 一个用SOCKET 在局域网内客户端与客户端之间传送文件,还可以聊天。有TCP,UDP两种方式
Web QQ系统
- 开发环境:win2000professionSP4 + vc6MFC 1、运行注册登录服务器和聊天服务器,由注册登录服务器控制聊天通信服务器的运行和停止,聊天服务器可以单独运行,但单独运行后窗口隐藏,不好关闭,最好由注册登录服务器来控制其运行和关闭。 2、运行客户端。 3、若客户端点注册向导则显示注册向导,分三步:基本信息、详细资料和网络设置,然后发送注册消息(用户名、年龄、性别、密码、真名、城市、电邮、头像ID、电话),保存网络设置到data目录下的netset.cfg文件,
sendfile.rar
- 一个很简单的文件传输程序,采用select模型进行的文件传输,可以连续传输文件,一个很简单的文件传输程序,采用select模型进行的文件传输,可以连续传输文件
SendFile(CS)
- 简单的局域网内文件发送程序的源码。-LAN simple procedure source file.
SendFile
- applet实现基于http的客户端上传源代码-applet-based http client upload source code
SendFile
- This is an file transfer program. Made withe TSocket. This program is easy to use.
SendFile
- SendFile 实现server client的文件发送-SendFile to achieve server client to send the file
SendFile
- 采用IPMSG的方式快速传输文件,TCP端口为-Way by IPMSG quickly transfer files, TCP port 5050
sendfile-
- 网路传输文件工具,初学者可以下载看看,代码很明显, 实现一定的功能。-Network file transfer tool for beginners can be downloaded to see, the code is very clear that to achieve a certain function.
SendFile
- vc SendFile用socket发送文件的程序源码,希望对大家有所帮助-vc SendFile socket to send the file with the program source code, we hope to help
sendFile
- VB6點對點發送、接收文件源代碼實例-VB6 point to send, receive files source code examples
sendfile
- 串口通信,能发送文件,在c++builder中运用了suipack皮肤-Serial communication, can send files, the use of suipack in c++builder skin
sendfile
- 用于小型单位网上发送通知、传送文件之用,可以按部门发送,也可以按职务发送-Send notifications for small units online, transfer files only and can be sent by sector, can also be sent by post
webserver-master
- webserver 简易的http服务器 1.服务器的架构为epoll + 多线程 + sendfile 2.暂时只支持GET和HEAD方法,支持的首部不多大概七八个吧,支持伪长连接 3.可配置的,现阶段只支持domain和docroot配置项,domain就是你部署的网站域名,docroot想必学过网页的都知道是什么意思吧~ 4.编译方式: cd webserver && mk build && cd build && cmake .. && make [debug|rel
Sendfile
- 通过tcp协议进行thread打包文件进行互传,由此例程可熟悉传送文件的打包/解包和传送等知识。(Thread package file transfer through the TCP protocol, which can be familiar with the file transfer routines pack / unpack and transfer of knowledge.)