-
the realization of a simple calculator, with amendments, float calculation funct...
简单计算器的实现,具有修改、浮点数计算功能等,用语C语言学习。-the realization of a simple calculator, with amendments, float calculation functions, terminology C language learning.
- 2022-07-14 10:13:18下载
- 积分:1
-
incumbent on the map button adding a word to complete such a comparison, such a...
在位图按钮上添加文字,该类比较完整,直接调用该类就可以了-incumbent on the map button adding a word to complete such a comparison, such a direct call on the
- 2023-04-29 12:45:03下载
- 积分:1
-
ISO 14229
Road vehicles ― Unified diagnostic
services
ISO 14229
Road vehicles ― Unified diagnostic
services
- 2022-03-05 16:54:54下载
- 积分: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
-
dynamic curve generated map applications, the preparation of vc
动态曲线生成图应用程序,vc编写-dynamic curve generated map applications, the preparation of vc
- 2022-07-01 17:42:30下载
- 积分:1
-
COmtongxun jiandande diaoyong mscommkongjiantobngxun
COM通讯,简单的调用MSCOMM控件.错误之处还请见谅。-COmtongxun jiandande diaoyong mscommkongjiantobngxun
- 2022-03-21 08:45:56下载
- 积分:1
-
一个可以测试cmd命令的软件,使用起来十分方便
一个可以测试cmd命令的软件,使用起来十分方便-a software can test cmd command
- 2022-02-28 20:43:29下载
- 积分: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
-
sitemap
sitemap - Please read your package and describe it at least 40 bytes in English.-sitemap- Please read your package and describe it at least 40 bytes in English.
- 2022-08-09 17:38:35下载
- 积分:1
-
使用VC++编写的PDFToTxt的小程序。提供大家学习。希望有所帮助...
使用VC++编写的PDFToTxt的小程序。提供大家学习。希望有所帮助-Use VC++ small program written in PDFToTxt. To provide them to learn. Hope that helps
- 2022-02-22 03:22:35下载
- 积分:1