搜索资源列表
局域网文件发送
- 局域网发送文件,可以通过TCP/IP协议来进行文件的传送-LAN to send documents through the TCP / IP protocol for the transmission of documents
文件传送
- 局域网文件传输 为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大家可以在本机上测试,自己传文件给自己)。所以,我们在程序中需要使用两个Winsock控件,一个负责监听,一个负责发送,当发送端连接成功以后,便选择一个待发送的文件(可以是任意二进制文件),接着将文件名和文件字节长度发送给接收端,接收端收到这个消息以后,将文件名和文件长度解析出来,然后通知发送端可以开始发送文件;发送端读到这个消息之后,将文
网络文件传输原代码
- P2P(点对点)的流行产生了大批网络传输软件,这里我们要介绍的就是自己写一个简单的P2P文件传输,一方发送文件,一方接受,直到传输完整个文件-peer-to-peer (P2P) epidemic has had a large number of network transmission software, we are here is to introduce himself wrote a simple peer-to-peer file transfer, sending one doc
Socket文件传输
- 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 -receive a document server, a client sends documents. Socket two each while only link to a document transmission. 3 can also send news network
网上很难找到的---利用串口传送文件实例
- 通过串口直接发送文件的例子-sent directly through serial documents examples
网络文件传输
- P2P(点对点)的流行产生了大批网络传输软件,这里我们要介绍的就是自己写一个简单的P2P文件传输,一方发送文件,一方接受,直到传输完整个文件。-peer-to-peer (P2P) epidemic has had a large number of network transmission software, we are here is to introduce himself wrote a simple peer-to-peer file transfer, sending one do
p2p_file_src.rar
- p2p文件传输及聊天工具,同时可以接收和发送多个文件,p2p file
多线程socket文件传输
- 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息,Multi-threaded socket file transfer/support HTTP/send and receive information/point-to-multipoint mode of using blocking socket, the use o
BlueTooth
- 可以实现蓝牙设备之间的查找、连接、发送文件等功能,说明:是VS2005的工程,调试时请先安装VS2005。-Can be achieved between the Bluetooth devices to find, connect, send files, explains: It is VS2005 project, debugging install VS2005.
c
- 此控件是ActiveX形式,可供VC/Delphi/VB调用,实现通过红外和蓝牙发送文件的功能,通过调用本控件,可使您的程序实现“一键”传输功能!是目前解决红外蓝牙传输问题的完美解决方案! -This control is ActiveX forms, for VC/Delphi/VB calls to achieve send files via infrared and Bluetooth function, by calling the control, enable your progr
VB6_Winsock_SendFile
- 尝试做了一个利用WINSOCK控件的自动分包发送机制的东东(VB6.0) 我最终的测试结果如下: 使用约44M的RAR文件(陈辉机器里找的一个什么安装包,不管它...),在陈辉机器上运行客户端,在我机器上运行服务器端,并启动服务. 网络环境是100M局域网,服务器端是INTEL双核本本+2003SP2,客户端是AMD双核台机+XPSP2,使用对联线联机. 传送过程中,峰值速度约45Mb/S,稳定速度约40Mb/S 换算为MB/S就分别约为5.6MB/S与5
filetransfer
- 利用MFC编写的可点对点的发送文件的程序-MFC can be prepared by use of point-to-point procedure to send the file
kuaidiguanlixitong
- 快递管理系统 设计一个可以发送文件、接受文件的快递管理系统。-Express to design a management system can send documents, accept the courier management system.
BroadcastDebug
- 嵌入式程序调试信息udp广播发送及接收程序,本程序用3个宏来发送广播包,只要把宏定义插在你要分析的目标项目(c或cpp)的较顶级的头文件里面,就能在目标项目的任何地方使用这三个宏来输出调试信息,并广播udp包。附件中的vc6程序是用来显示这些调试信息的。-Embedded debugging information to send and receive udp broadcasting procedures, the procedures used to send three macro br
UDP_YY_1.3
- udp 穿透NAt,和文件传输,用UDP模拟tcp的机制发送文件-peer to peer programming,udp act as tcp
socket
- 本程序是用VC++开发的一个Socket程序,用户可以互相发送消息,发送文件等功能。-This procedure is used VC++ to develop a Socket procedures, users can send each other messages, send files and other functions.
ipmsg207
- 小日本写的一个局网聊天和发送文件的软件 源码还是很值得一学-Japan to write a small LAN chat and send files or source of software is worth a study
winsockFileSender
- 一个winsock发送文件的完整例子。 发送的文件可以是任何大小。-Winsock to send the file of a complete example. The paper can be any size.
bin
- 使用java socket,实现了从client到server发送文件-Using java socket, a server from the client to send files
COMSendFileDemo
- 通过串口发送文件的图形化界面。主要用于发送txt(A graphical interface to send a file through a serial port.)