基本信息
源码名称:基于MFC实现文字通信
源码大小:100.76M
文件格式:.zip
开发语言:C/C++
更新时间:2021-12-25
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
基于MFC实现文字通信
.
├── 6-4 文字聊天
│ └── LANChat
│ ├── Backup
│ │ ├── LANChat.sln
│ │ └── LANChat.v12.suo
│ ├── Debug
│ │ ├── LANChat.exe
│ │ ├── LANChat.ilk
│ │ └── LANChat.pdb
│ ├── LANChat
│ │ ├── Backup
│ │ ├── Backup1
│ │ ├── Debug
│ │ │ ├── LANChat.exe
│ │ │ ├── LANChat.ilk
│ │ │ ├── LANChat.log
│ │ │ ├── LANChat.obj
│ │ │ ├── LANChat.pch
│ │ │ ├── LANChat.pdb
│ │ │ ├── LANChat.res
│ │ │ ├── LANChat.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── LANChat.lastbuildstate
│ │ │ │ ├── cl.command.1.tlog
│ │ │ │ ├── link.command.1.tlog
│ │ │ │ ├── link.read.1.tlog
│ │ │ │ ├── link.write.1.tlog
│ │ │ │ ├── rc.command.1.tlog
│ │ │ │ ├── rc.read.1.tlog
│ │ │ │ └── rc.write.1.tlog
│ │ │ ├── LANChatDlg.obj
│ │ │ ├── SocketFrame.obj
│ │ │ ├── stdafx.obj
│ │ │ ├── vc120.idb
│ │ │ └── vc120.pdb
│ │ ├── LANChat.aps
│ │ ├── LANChat.cpp
│ │ ├── LANChat.h
│ │ ├── LANChat.rc
│ │ ├── LANChat.sdf
│ │ ├── LANChat.sln
│ │ ├── LANChat.v12.suo
│ │ ├── LANChat.vcproj
│ │ ├── LANChat.vcxproj
│ │ ├── LANChat.vcxproj.filters
│ │ ├── LANChatDlg.cpp
│ │ ├── LANChatDlg.h
│ │ ├── ReadMe.txt
│ │ ├── SocketFrame.cpp
│ │ ├── SocketFrame.h
│ │ ├── UpgradeLog.htm
│ │ ├── UpgradeLog2.htm
│ │ ├── Visual Studio 2013
│ │ │ ├── ArchitectureExplorer
│ │ │ ├── Backup Files
│ │ │ │ └── LANChat
│ │ │ ├── StartPages
│ │ │ ├── Visualizers
│ │ │ └── settings
│ │ │ └── CurrentSettings.vssettings
│ │ ├── ipch
│ │ │ ├── lanchat-24532ac6
│ │ │ │ └── lanchat-b0bf9da7.ipch
│ │ │ └── lanchat-4b082e76
│ │ │ └── lanchat-b0bf9da7.ipch
│ │ ├── res
│ │ │ ├── LANChat.ico
│ │ │ └── LANChat.rc2
│ │ ├── resource.h
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ ├── targetver.h
│ │ ├── visual studio 2013Templates
│ │ │ ├── ItemTemplates
│ │ │ └── ProjectTemplates
│ │ └── 打印稿.docx
│ ├── LANChat.ncb
│ ├── LANChat.sdf
│ ├── LANChat.sln
│ ├── LANChat.suo
│ ├── LANChat.v12.suo
│ ├── UpgradeLog.htm
│ ├── ipch
│ │ └── lanchat-24532ac6
│ │ └── lanchat-b0bf9da7.ipch
│ └── visual studio 2013
│ └── settings
│ └── CurrentSettings.vssettings
└── 基于MFC实现文字通信.zip
27 directories, 63 files
基于MFC实现文字通信
.
├── 6-4 文字聊天
│ └── LANChat
│ ├── Backup
│ │ ├── LANChat.sln
│ │ └── LANChat.v12.suo
│ ├── Debug
│ │ ├── LANChat.exe
│ │ ├── LANChat.ilk
│ │ └── LANChat.pdb
│ ├── LANChat
│ │ ├── Backup
│ │ ├── Backup1
│ │ ├── Debug
│ │ │ ├── LANChat.exe
│ │ │ ├── LANChat.ilk
│ │ │ ├── LANChat.log
│ │ │ ├── LANChat.obj
│ │ │ ├── LANChat.pch
│ │ │ ├── LANChat.pdb
│ │ │ ├── LANChat.res
│ │ │ ├── LANChat.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── LANChat.lastbuildstate
│ │ │ │ ├── cl.command.1.tlog
│ │ │ │ ├── link.command.1.tlog
│ │ │ │ ├── link.read.1.tlog
│ │ │ │ ├── link.write.1.tlog
│ │ │ │ ├── rc.command.1.tlog
│ │ │ │ ├── rc.read.1.tlog
│ │ │ │ └── rc.write.1.tlog
│ │ │ ├── LANChatDlg.obj
│ │ │ ├── SocketFrame.obj
│ │ │ ├── stdafx.obj
│ │ │ ├── vc120.idb
│ │ │ └── vc120.pdb
│ │ ├── LANChat.aps
│ │ ├── LANChat.cpp
│ │ ├── LANChat.h
│ │ ├── LANChat.rc
│ │ ├── LANChat.sdf
│ │ ├── LANChat.sln
│ │ ├── LANChat.v12.suo
│ │ ├── LANChat.vcproj
│ │ ├── LANChat.vcxproj
│ │ ├── LANChat.vcxproj.filters
│ │ ├── LANChatDlg.cpp
│ │ ├── LANChatDlg.h
│ │ ├── ReadMe.txt
│ │ ├── SocketFrame.cpp
│ │ ├── SocketFrame.h
│ │ ├── UpgradeLog.htm
│ │ ├── UpgradeLog2.htm
│ │ ├── Visual Studio 2013
│ │ │ ├── ArchitectureExplorer
│ │ │ ├── Backup Files
│ │ │ │ └── LANChat
│ │ │ ├── StartPages
│ │ │ ├── Visualizers
│ │ │ └── settings
│ │ │ └── CurrentSettings.vssettings
│ │ ├── ipch
│ │ │ ├── lanchat-24532ac6
│ │ │ │ └── lanchat-b0bf9da7.ipch
│ │ │ └── lanchat-4b082e76
│ │ │ └── lanchat-b0bf9da7.ipch
│ │ ├── res
│ │ │ ├── LANChat.ico
│ │ │ └── LANChat.rc2
│ │ ├── resource.h
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ ├── targetver.h
│ │ ├── visual studio 2013Templates
│ │ │ ├── ItemTemplates
│ │ │ └── ProjectTemplates
│ │ └── 打印稿.docx
│ ├── LANChat.ncb
│ ├── LANChat.sdf
│ ├── LANChat.sln
│ ├── LANChat.suo
│ ├── LANChat.v12.suo
│ ├── UpgradeLog.htm
│ ├── ipch
│ │ └── lanchat-24532ac6
│ │ └── lanchat-b0bf9da7.ipch
│ └── visual studio 2013
│ └── settings
│ └── CurrentSettings.vssettings
└── 基于MFC实现文字通信.zip
27 directories, 63 files