登录
首页 » Windows开发 » 用MFC CAsyncSocket类实现网络通信的源代码

用MFC CAsyncSocket类实现网络通信的源代码

于 2022-02-26 发布 文件大小:25.63 kB
0 220
下载积分: 2 下载次数: 1

代码说明:

用MFC CAsyncSocket类实现网络通信的源代码-With MFC CAsyncSocket class implements the source code for network communication. . .

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MFC
    基于MFC设计了“学生管理系统”。管理员可以利用该系统对学生信息进行查看和编辑,普通用户可以利用该系统查看学生信息。-MFC-based design of the Student Management System. Administrators can use the system for students to view and edit information, general users can use the system to view student information.
    2022-07-17 17:40:59下载
    积分:1
  • VC毛玻璃
    #define GDIPVER 0x0110 //定义高版本的GDI+(1.1) #include #include #include #include #include #pragma comment(lib,"GdiPlus.lib") using namespace Gdiplus; #include #pragma comment(lib,"dwmapi.lib") //Aero效果是否已启用 BOOL IsCompositionEnabled() { BOOL bEnabled,bResult; bResult = (SUCCEEDED(DwmIsCompositionEnabled(&bEnabled)) && bEnabled); return bResult; } //对已分层的窗口启动玻璃效果 HRESULT EnableBlurBehindWindow(HWND hWnd, //窗口句柄 BOOL bEnable = TRUE, //启用或禁用 HRGN hRgn = 0, //模糊窗体中某个区域 BOOL bTransitionOnMaximized = FALSE) //最大化时是否启用 { DWM_BLURBEHIND blurBehind = { 0 }; blurBehind.dwFlags = DWM_BB_ENABLE | DWM_BB_TRANSITIONONMAXIMIZED; blurBehind.fEnable = bEnable; blurBehind.fTransitionOnMaximized = bTransitionOnMaximized; if (bEnable && hRgn != NULL) { blurBehind.dwFlags |= DWM_BB_BLURREGION; blurBehind.h
    2023-05-01 15:10:04下载
    积分:1
  • by a VC scientific calculator program, a simple function, the program is very si...
    一个由VC实现科学计算器程序,功能简单,程序也很浅显易懂,是VC初学者的好实例!-by a VC scientific calculator program, a simple function, the program is very simple words, VC is a good example of beginners!
    2022-02-11 23:43:27下载
    积分:1
  • a DLL using information obtained CPU code, very professional, not only can the C...
    一个利用DLL实现获得CPU信息的代码,十分专业,不但可以获得CPU的速度、型号等,而且可以获得CPU的缓存大小、流水线数等等30多项CPU的特性,而且,带了DLL的VC源程序-a DLL using information obtained CPU code, very professional, not only can the CPU speed, models, but the available CPU cache size, number, etc. Line 30 of the characteristics of the CPU, but with a VC source DLL
    2022-07-03 01:43:55下载
    积分:1
  • function: double buffer solve the glimpse of screen reflash problem.
    双缓冲方法解决屏幕刷新闪烁的问题,具体功能看了就知道-function: double buffer solve the glimpse of screen reflash problem.
    2022-02-26 23:53:40下载
    积分:1
  • Visual C++面向对象与可视化程序设计(第2版)课后练习源代码
    Visual C++面向对象与可视化程序设计(第2版)课后练习源代码-Visual C++ object-oriented programming and visualization (2nd Edition) source code for the exercises
    2022-03-26 09:08:34下载
    积分:1
  • 应用程序管理
    HMIS 是一个革命性的解决方案提供的端到端功能可以简化医院管理 — — 所有这些费用,提供最快的投资回报率访问正确的信息和复杂的任务和工作流的自动化是 theHMIS,能够使员工能花 mor 的关键和重点。
    2022-06-02 18:23:39下载
    积分:1
  • use of the program's ideological threads to operate a chain and the right Ch...
    该程序运用线程的思想来操作一个链表,对链表的动作有增加和删除。增加节点和删除节点分别在两个线程里,这两个线程通过事件来进行同步,每次增加10个节点、删除5个节点。-use of the program"s ideological threads to operate a chain and the right Chain movements had increased and removal. Additional nodes and delete nodes, in two separate threads, thread through these two events simultaneously, each additional 10 points, five nodes removed.
    2022-04-24 13:23:02下载
    积分:1
  • 计算器程序,可以对表达式进行计算。很有参考价值的
    计算器程序,可以对表达式进行计算。很有参考价值的-Calculator procedure, the expression can be calculated. Valuable
    2022-05-05 18:15:11下载
    积分:1
  • 实现画图功能,能够在服务器上画图,在客户机上显示画出的图形...
    实现画图功能,能够在服务器上画图,在客户机上显示画出的图形-The realization of drawing functions, be able to draw on the server, the client display graphics draw
    2022-05-20 10:43:58下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载