资源简介
bcb UDP传文件(使用TNMUDP控件)
利用重发机制实现
实现思路见我的博客

代码片段和文件信息
//---------------------------------------------------------------------------
#include
#pragma hdrstop
//---------------------------------------------------------------------------
USEFORM(“SendFile_Cpp.cpp“ SendFiles);
//---------------------------------------------------------------------------
WINAPI WinMain(HINSTANCE HINSTANCE LPSTR int)
{
try
{
Application->Initialize();
Application->CreateForm(__classid(TSendFiles) &SendFiles);
Application->Run();
}
catch (Exception &exception)
{
Application->ShowException(&exception);
}
catch (...)
{
try
{
throw Exception(““);
}
catch (Exception &exception)
{
Application->ShowException(&exception);
}
}
return 0;
}
//---------------------------------------------------------------------------
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 766 2003-04-22 15:16 udpsfile\animal06.ico
文件 9500 2008-08-03 02:35 udpsfile\SendFile.bpr
文件 558 2003-05-24 17:49 udpsfile\SendFile.cgl
文件 1088 2008-08-02 14:06 udpsfile\SendFile.cpp
文件 990720 2008-08-04 14:05 udpsfile\SendFile.exe
文件 26148 2008-08-04 14:05 udpsfile\SendFile.lib
文件 17756 2008-08-02 14:06 udpsfile\SendFile.obj
文件 876 2003-06-03 14:02 udpsfile\SendFile.res
文件 5046272 2008-08-04 14:45 udpsfile\SendFile.tds
文件 30485 2011-11-17 12:03 udpsfile\SendFile_Cpp.cpp
文件 51 2011-11-18 10:38 udpsfile\SendFile_Cpp.ddp
文件 13106 2011-11-17 12:03 udpsfile\SendFile_Cpp.dfm
文件 4727 2011-11-17 12:03 udpsfile\SendFile_Cpp.h
文件 238525 2008-08-03 10:19 udpsfile\SendFile_Cpp.obj
文件 30485 2011-11-17 12:03 udpsfile\SendFile_Cpp.~cpp
文件 51 2011-11-17 12:41 udpsfile\SendFile_Cpp.~ddp
文件 13106 2011-11-17 12:03 udpsfile\SendFile_Cpp.~dfm
文件 4727 2011-11-17 12:03 udpsfile\SendFile_Cpp.~h
目录 0 2011-11-26 19:21 udpsfile
----------- --------- ---------- ----- ----
6428947 19
相关资源
- 使用选择性重传协议实现UDP可靠通信
- 网络(UDP)转串口程序
- 用Socket写的简易FTP服务器和客户端
- socket小工具(可方便建立TCP UDP的soc
- UDP组播的发送和接收程序
- 采用WINSOCK2 编写的TCP/UDP通信程序
- 视频处理控件TVideoGrabber.v6.7.5.For.Del
- TCP_UDP对结构体加密数据传输
- 欧姆龙以太网通讯TCP/UDP及欧姆龙PLC程
- UDP协议进行P2P打洞
- 计算机网络socket编程实验
- UDP P2P打洞服务器
- AES 加密工具ECBCBCCMAC
- AES工具 V1.0.2 ,AES计算工具 hex的aes计
- 一个老外写的RUDP的源代码
- udp丢包率统计
- Socket-UDP整合消息接收,发送
- 基于qt的udp实时录音
- 真正的Delphi点对点UDP通讯
- TCPUDPDbg一个好用的tcp/udp工具
- 值得看的Delphi点对点UDP通讯.rar
- tcp udp debug
- QT开发的串口udptcp通信上位机软件
- go语言实现udp server和MongoDB数据写入
- lwip+udp项目
- UDPSender.rar
- 智能家居UDP通信
- QT下写的界面程序,可以实现串口和
- sokit TCP/UDP 数据包收发测试(调试)工
- Labwindow_cvi TCP UDP通信例程
评论
共有 条评论