• 大小: 99.95MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2023-05-30
  • 语言: C/C++
  • 标签: MFC  多线程  UDP  ofstream  

资源简介

使用C++编写的基于MFC和UDP通信协议的多线程程序,接收信息的功能单独在一个线程里,避免主界面卡顿,可以在循环接收信息,将信息显示在文本框并写入txt的同时,点击按钮发送输入另一个文本框的信息

资源截图

代码片段和文件信息


// stdafx.cpp : 只包括标准包含文件的源文件
// UDP_GUI_Thread1.pch 将作为预编译头
// stdafx.obj 将包含预编译类型信息

#include “stdafx.h“



 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.     42496  2019-01-09 23:23  UDP_GUI_Thread1\UDP_GUI_Thread1\.vs\UDP_GUI_Thread1\v14\.suo

     文件   10832896  2019-01-07 02:17  UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\UDP_GUI_Thread1.exe

     文件   20902628  2019-01-07 02:17  UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\UDP_GUI_Thread1.ilk

     文件   24702976  2019-01-07 02:17  UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\UDP_GUI_Thread1.pdb

     文件  102563840  2019-01-03 22:13  UDP_GUI_Thread1\UDP_GUI_Thread1\ipch\UDP_GUI_THREAD1-5bbbb6cd\UDP_GUI_THREAD1-3991f061.ipch

     文件  102301696  2019-01-07 10:18  UDP_GUI_Thread1\UDP_GUI_Thread1\ipch\UDP_GUI_THREAD1-5bbbb6cd\UDP_GUI_THREAD1-3bd01a1b.ipch

     文件    3636736  2019-01-09 14:21  UDP_GUI_Thread1\UDP_GUI_Thread1\Release\UDP_GUI_Thread1.exe

     文件    1559348  2019-01-08 22:08  UDP_GUI_Thread1\UDP_GUI_Thread1\Release\UDP_GUI_Thread1.iobj

     文件     259904  2019-01-08 22:08  UDP_GUI_Thread1\UDP_GUI_Thread1\Release\UDP_GUI_Thread1.ipdb

     文件   25292800  2019-01-09 14:21  UDP_GUI_Thread1\UDP_GUI_Thread1\Release\UDP_GUI_Thread1.pdb

     文件     925177  2019-01-03 21:42  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\stdafx.obj

     文件       1785  2019-01-07 02:17  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\UDP_GUI_Thread1.log

     文件      65902  2019-01-07 01:34  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\UDP_GUI_Thread1.obj

     文件   58458112  2019-01-03 21:42  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\UDP_GUI_Thread1.pch

     文件    1433636  2019-01-03 21:42  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\UDP_GUI_Thread1.res

     文件       2642  2019-01-07 02:17  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\UDP_GUI_Thread1.tlog\CL.command.1.tlog

     文件      90802  2019-01-07 02:17  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\UDP_GUI_Thread1.tlog\CL.read.1.tlog

     文件       3400  2019-01-07 02:17  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\UDP_GUI_Thread1.tlog\CL.write.1.tlog

     文件       2176  2019-01-07 02:17  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\UDP_GUI_Thread1.tlog\link.command.1.tlog

     文件       7178  2019-01-07 02:17  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\UDP_GUI_Thread1.tlog\link.read.1.tlog

     文件       1374  2019-01-07 02:17  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\UDP_GUI_Thread1.tlog\link.write.1.tlog

     文件        542  2019-01-03 21:42  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\UDP_GUI_Thread1.tlog\rc.command.1.tlog

     文件     137042  2019-01-03 21:42  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\UDP_GUI_Thread1.tlog\rc.read.1.tlog

     文件        414  2019-01-03 21:42  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\UDP_GUI_Thread1.tlog\rc.write.1.tlog

     文件        229  2019-01-07 02:17  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\UDP_GUI_Thread1.tlog\UDP_GUI_Thread1.lastbuildstate

     文件     619832  2019-01-07 02:17  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\UDP_GUI_Thread1Dlg.obj

     文件    2345984  2019-01-07 02:17  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\vc140.idb

     文件    9203712  2019-01-07 02:17  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\Debug\vc140.pdb

     文件        116  2019-01-08 22:10  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\output.txt

     文件       4188  2019-01-03 10:53  UDP_GUI_Thread1\UDP_GUI_Thread1\UDP_GUI_Thread1\ReadMe.txt

............此处省略51个文件信息

评论

共有 条评论