首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

TCP/IP网络编程,MFC多功能聊天室

网络技术 8.7MB 24 需要积分: 1
立即下载

资源介绍:

运用TCP/IP网络通信套接字开发的一款MFC聊天室,具有群聊、私聊、显示在线用户列表等基本功能,同时服务器端也可以向整个聊天室喊话,编译环境为vc++,难易适中,对刚学习网络通信套接字的同学非常友好,注释齐全便于理解。
======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : ChatRoomServer ======================================================================== AppWizard has created this ChatRoomServer application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your ChatRoomServer application. ChatRoomServer.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. ChatRoomServer.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CChatRoomServerApp application class. ChatRoomServer.cpp This is the main application source file that contains the application class CChatRoomServerApp. ChatRoomServer.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. ChatRoomServer.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\ChatRoomServer.ico This is an icon file, which is used as the application's icon. This icon is included by the main resource file ChatRoomServer.rc. res\ChatRoomServer.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. ///////////////////////////////////////////////////////////////////////////// AppWizard creates one dialog class: ChatRoomServerDlg.h, ChatRoomServerDlg.cpp - the dialog These files contain your CChatRoomServerDlg class. This class defines the behavior of your application's main dialog. The dialog's template is in ChatRoomServer.rc, which can be edited in Microsoft Visual C++. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named ChatRoomServer.pch and a precompiled types file named StdAfx.obj. Resource.h This is the standard header file, which defines new resource IDs. Microsoft Visual C++ reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system's current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don't do this, some of the UI elements of your application will remain in the language of the operating system. /////////////////////////////////////////////////////////////////////////////

资源文件列表:

聊天室.zip 大约有90个文件
  1. 聊天室/聊天室/
  2. 聊天室/聊天室/Client.exe 48KB
  3. 聊天室/聊天室/Server.exe 48KB
  4. 聊天室/聊天室/程序说明.txt 556B
  5. 聊天室/聊天室/服务器端/
  6. 聊天室/聊天室/服务器端/ChatRoomServer.aps 44.77KB
  7. 聊天室/聊天室/服务器端/ChatRoomServer.clw 1.74KB
  8. 聊天室/聊天室/服务器端/ChatRoomServer.cpp 2.22KB
  9. 聊天室/聊天室/服务器端/ChatRoomServer.dsp 4.61KB
  10. 聊天室/聊天室/服务器端/ChatRoomServer.dsw 536B
  11. 聊天室/聊天室/服务器端/ChatRoomServer.h 1.38KB
  12. 聊天室/聊天室/服务器端/ChatRoomServer.ncb 129KB
  13. 聊天室/聊天室/服务器端/ChatRoomServer.opt 49.5KB
  14. 聊天室/聊天室/服务器端/ChatRoomServer.plg 2.44KB
  15. 聊天室/聊天室/服务器端/ChatRoomServer.rc 5.8KB
  16. 聊天室/聊天室/服务器端/ChatRoomServerDlg.cpp 6.03KB
  17. 聊天室/聊天室/服务器端/ChatRoomServerDlg.h 1.67KB
  18. 聊天室/聊天室/服务器端/ClientSocket.cpp 3.6KB
  19. 聊天室/聊天室/服务器端/ClientSocket.h 1.5KB
  20. 聊天室/聊天室/服务器端/ClientSocketList.cpp 1.69KB
  21. 聊天室/聊天室/服务器端/ClientSocketList.h 891B
  22. 聊天室/聊天室/服务器端/Debug/
  23. 聊天室/聊天室/服务器端/Debug/ChatRoomServer.bsc 3.02MB
  24. 聊天室/聊天室/服务器端/Debug/ChatRoomServer.exe 144.07KB
  25. 聊天室/聊天室/服务器端/Debug/ChatRoomServer.ilk 244.39KB
  26. 聊天室/聊天室/服务器端/Debug/ChatRoomServer.obj 15.39KB
  27. 聊天室/聊天室/服务器端/Debug/ChatRoomServer.pch 6.63MB
  28. 聊天室/聊天室/服务器端/Debug/ChatRoomServer.pdb 297KB
  29. 聊天室/聊天室/服务器端/Debug/ChatRoomServer.res 26.6KB
  30. 聊天室/聊天室/服务器端/Debug/ChatRoomServer.sbr
  31. 聊天室/聊天室/服务器端/Debug/ChatRoomServerDlg.obj 34.29KB
  32. 聊天室/聊天室/服务器端/Debug/ChatRoomServerDlg.sbr
  33. 聊天室/聊天室/服务器端/Debug/ClientSocket.obj 13.88KB
  34. 聊天室/聊天室/服务器端/Debug/ClientSocket.sbr
  35. 聊天室/聊天室/服务器端/Debug/ClientSocketList.obj 7.16KB
  36. 聊天室/聊天室/服务器端/Debug/ClientSocketList.sbr
  37. 聊天室/聊天室/服务器端/Debug/ListenSocket.obj 9.13KB
  38. 聊天室/聊天室/服务器端/Debug/ListenSocket.sbr
  39. 聊天室/聊天室/服务器端/Debug/StdAfx.obj 104KB
  40. 聊天室/聊天室/服务器端/Debug/StdAfx.sbr 1.32MB
  41. 聊天室/聊天室/服务器端/Debug/vc60.idb 201KB
  42. 聊天室/聊天室/服务器端/Debug/vc60.pdb 356KB
  43. 聊天室/聊天室/服务器端/ListenSocket.cpp 1007B
  44. 聊天室/聊天室/服务器端/ListenSocket.h 1.24KB
  45. 聊天室/聊天室/服务器端/ReadMe.txt 3.64KB
  46. 聊天室/聊天室/服务器端/res/
  47. 聊天室/聊天室/服务器端/res/ChatRoomServer.ico 24.62KB
  48. 聊天室/聊天室/服务器端/res/ChatRoomServer.rc2 406B
  49. 聊天室/聊天室/服务器端/Resource.h 967B
  50. 聊天室/聊天室/服务器端/StdAfx.cpp 216B
  51. 聊天室/聊天室/服务器端/StdAfx.h 1.08KB
  52. 聊天室/聊天室/客户端/
  53. 聊天室/聊天室/客户端/ChatRoom.aps 44.93KB
  54. 聊天室/聊天室/客户端/ChatRoom.clw 1.71KB
  55. 聊天室/聊天室/客户端/ChatRoom.cpp 2.24KB
  56. 聊天室/聊天室/客户端/ChatRoom.dsp 4.23KB
  57. 聊天室/聊天室/客户端/ChatRoom.dsw 524B
  58. 聊天室/聊天室/客户端/ChatRoom.h 1.31KB
  59. 聊天室/聊天室/客户端/ChatRoom.ncb 97KB
  60. 聊天室/聊天室/客户端/ChatRoom.opt 48.5KB
  61. 聊天室/聊天室/客户端/ChatRoom.plg 2.07KB
  62. 聊天室/聊天室/客户端/ChatRoom.rc 6.05KB
  63. 聊天室/聊天室/客户端/ChatRoomDlg.cpp 7.97KB
  64. 聊天室/聊天室/客户端/ChatRoomDlg.h 1.65KB
  65. 聊天室/聊天室/客户端/ClientSocket.cpp 1015B
  66. 聊天室/聊天室/客户端/ClientSocket.h 1.31KB
  67. 聊天室/聊天室/客户端/Debug/
  68. 聊天室/聊天室/客户端/Debug/ChatRoom.bsc 3.02MB
  69. 聊天室/聊天室/客户端/Debug/ChatRoom.exe 140.07KB
  70. 聊天室/聊天室/客户端/Debug/ChatRoom.ilk 237.54KB
  71. 聊天室/聊天室/客户端/Debug/ChatRoom.obj 17.03KB
  72. 聊天室/聊天室/客户端/Debug/ChatRoom.pch 6.63MB
  73. 聊天室/聊天室/客户端/Debug/ChatRoom.pdb 297KB
  74. 聊天室/聊天室/客户端/Debug/ChatRoom.res 26.7KB
  75. 聊天室/聊天室/客户端/Debug/ChatRoom.sbr
  76. 聊天室/聊天室/客户端/Debug/ChatRoomDlg.obj 41.04KB
  77. 聊天室/聊天室/客户端/Debug/ChatRoomDlg.sbr
  78. 聊天室/聊天室/客户端/Debug/ClientSocket.obj 8.7KB
  79. 聊天室/聊天室/客户端/Debug/ClientSocket.sbr
  80. 聊天室/聊天室/客户端/Debug/StdAfx.obj 103.98KB
  81. 聊天室/聊天室/客户端/Debug/StdAfx.sbr 1.32MB
  82. 聊天室/聊天室/客户端/Debug/vc60.idb 193KB
  83. 聊天室/聊天室/客户端/Debug/vc60.pdb 356KB
  84. 聊天室/聊天室/客户端/ReadMe.txt 3.53KB
  85. 聊天室/聊天室/客户端/res/
  86. 聊天室/聊天室/客户端/res/ChatRoom.ico 24.62KB
  87. 聊天室/聊天室/客户端/res/ChatRoom.rc2 400B
  88. 聊天室/聊天室/客户端/Resource.h 1.07KB
  89. 聊天室/聊天室/客户端/StdAfx.cpp 210B
  90. 聊天室/聊天室/客户端/StdAfx.h 1.08KB
0评论
提交 加载更多评论
其他资源 基于go微服务架构的直播平台服务.zip
基于go微服务架构的直播平台服务.zip
合宙air001硬件spi驱动7针oled屏幕
此为官方例程包
纯CSS实现的很酷的光圈沿着按钮轮廓旋绕的按钮.zip
资源介绍:这段代码通过css伪类::before 和 after 实现了一个光条环绕按钮边框旋转的效果,非常的酷炫。纯css实现的按钮动态效果,代码逻辑清晰。 资源特点:代码短小、代码容易阅读、重点注释、方便扩展、样式美观、不使用js,不使用JQ框架。 适用人群:前端从业职,新手小白,有网站开发能力对美工有所欠缺的后端工程师。 提示:------------------------------------------------------------------------------------------------------------ 文件夹里包含预览图,源码有注释。没有任何广告和病毒,可放心下载,学习,使用。
EasyExcel工具包
最近,我创建了一个实用的EasyExcel工具类,旨在简化和优化Excel文件的读写操作。这个工具类通过封装常用功能,提供了简单易用的接口,能够帮助开发者更加高效地处理Excel数据。以下是该工具类的一些主要特点和功能介绍。 首先,该工具类设计简洁,使用便捷。用户只需通过简单的API调用即可完成Excel文件的读写操作,无需繁琐的配置。同时,工具类提供了详尽的文档和使用示例,即便是初学者也能快速上手,极大地降低了学习成本。 其次,工具类基于阿里巴巴的EasyExcel库进行封装,具备高性能和低内存消耗的优点,特别适用于处理大数据量的Excel文件。无论是读取百万级别的Excel数据,还是批量写入大量数据,这个工具类都能应对自如,显著提升了数据处理的效率。 该工具类还具备很强的灵活性和可扩展性。用户可以根据自身需求,自定义读取和写入策略。例如,用户可以自定义Excel文件的解析规则,或者根据业务需求,调整数据的写入格式和样式设置。此外,工具类支持多种数据格式和样式的设置,能够满足各种复杂业务场景的需求。 在错误处理方面,工具类内置了完善的机制,能够捕获和处理读写过程中可能出现问题
班迪录屏1.9.zip
班迪录屏1.9.zip
旅游网站:旅游景点介绍,包括旅游景点、网站首页、特产美食、旅游攻略等
1.旅游景点介绍,包括旅游景点、网站首页、特产美食、民风民俗、旅游攻略以及登录和注册。 2.采用最新的网页编程语言HTML5+CSS3+JS程序语言完成网站的功能设计。并确保网站代码兼容目前市面上所有的主流浏览器,已达到打开后就能即时看到网站的效果。 3.网站系统文件种类包含:html网页、css网页样式文件、js网页特效文件、网页图片文件picture和food;
旅游网站:旅游景点介绍,包括旅游景点、网站首页、特产美食、旅游攻略等 旅游网站:旅游景点介绍,包括旅游景点、网站首页、特产美食、旅游攻略等 旅游网站:旅游景点介绍,包括旅游景点、网站首页、特产美食、旅游攻略等
新建压缩(zipped)文件夹.zip
新建压缩(zipped)文件夹.zip
新建压缩(zipped)文件夹.zip 新建压缩(zipped)文件夹.zip
23510106048 刘元香 移动互联231.zip
23510106048 刘元香 移动互联231.zip