登录
首页 » Windows开发 » 派生类实验 VC++ 价值很高 初学者参考

派生类实验 VC++ 价值很高 初学者参考

于 2022-03-16 发布 文件大小:555.91 kB
0 164
下载积分: 2 下载次数: 1

代码说明:

派生类实验 VC++ 价值很高 初学者参考-paisheng experiment VC++

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

发表评论

0 个回复

  • 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
  • 本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保...
    本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保证数据在传输的过程中不会丢失。另外程序采用多个线程来避免程序阻塞。具体设计思路及部分代码如下: 程序设计目的:首先就是完成课设任务啦(大二课设内容)其他目的: 1:练习使用套接字进行网络编程。 2:练习使用自定义消息。 3:练习多线程方面的编程思想。 4:练习使用各种控件。 -This procedure is divided into server application design and part of the client application using Socket socket network programming library. (UDP) and (TCP/IP) connection method of combining, and resolved the timeliness of data transmission but also ensures that the process of data transmission will not be lost. Other procedures to avoid the use of multiple threads blocking procedures. Specific design ideas and some code as follows: program design purposes: first mission is set up you finish class (sophomore class for the content of) other purposes: 1: Practice using the socket network programming. 2: Practice the use of custom message. 3: practice aspects of multi-threaded programming idea. 4: Practice using a variety of controls.
    2022-03-23 04:56:54下载
    积分:1
  • 该程序基于局域网的双工文字语音即时通信系统,利用Socket通信技术,以服务器端和客户端实现双方通信。...
    该程序基于局域网的双工文字语音即时通信系统,利用Socket通信技术,以服务器端和客户端实现双方通信。 -The program text duplex LAN-based real-time voice communication system, using Socket communication technologies to server-side and client communications between the two sides.
    2022-11-03 19:00:04下载
    积分:1
  • Kinect2 显示图像的程序
    这个代码基于opencv 和 kinect sdk2.0 用了C++语言写了如何导出rgb camera的color图像。环境是win8, VS特别适合用c++为kinect 2 编程的初学者 
    2022-03-16 16:54:59下载
    积分:1
  • 自己的POP3邮件处理程序简直太容易了。酷!
    开发自己的POP3邮件处理程序简直太容易了。酷!-develop their own POP3 mail handling procedures simply too easily. Cool!
    2022-12-11 21:15:03下载
    积分:1
  • A freeware MFC dialog class to select an icon. This is based on the dialog tha...
    A freeware MFC dialog class to select an icon. This is based on the dialog that appears when you choose to change the icon for a shortcut in the Windows 95 / NT 4 shell. The actual appearance of the dialog is based on the new look dialog in IE4 PP2 which uses a larger list box to display the icons. Have a look on my web site or run the supplied sample to see what it looks like. -A freeware MFC dialog class to select an icon. This is based on the dialog that appears when you choose to change the icon for a shortcut in the Windows 95/NT 4 shell. The actual appearance of the dialog is based on the new look dialog in IE4 PP2 which uses a larger list box to display the icons. Have a look on my web site or run the supplied sample to see what it looks like.
    2022-03-16 21:36:52下载
    积分:1
  • 超市扫码结账代码
    小型便利店进销存管理系统,该系统配扫码仪一起使用,进货扫码入库,销货扫码销货,制定价格种类,记账,纯客户端应用程序,如计算机出现故障,可备份数据库。
    2022-03-05 11:44:21下载
    积分:1
  • 一个行列式计算的程序.zip
    一个行列式计算的程序.zip-a determinant calculation procedures. Zip
    2023-03-24 11:20:04下载
    积分:1
  • 堆管理程序,写了好长时间的
    堆管理程序,写了好长时间的-heap management procedures, write a good time
    2023-07-16 17:55:03下载
    积分:1
  • Decomposition and reconstruction example 1
    Decomposition and reconstruction example 1
    2022-11-28 01:35:03下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载