-
这是用VC++开发的交通灯的应用程序,可以模拟交通灯
这是用VC++开发的交通灯的应用程序,可以模拟交通灯-It is developed by using VC++ application traffic lights, traffic lights can be simulated
- 2022-02-12 00:46:59下载
- 积分:1
-
Dynamic Link Library project of the practice is still new, no hand holding somet...
动态链接库的练习工程,目前还是新手,没有什么拿的出手的东西。-Dynamic Link Library project of the practice is still new, no hand holding something.
- 2022-05-07 14:21:23下载
- 积分:1
-
MFC 应用程序中的菜单提示信息
MFC 应用程序中的菜单提示信息-MFC Application Programs menu message
- 2022-02-04 21:07:12下载
- 积分:1
-
- 2022-05-18 05:47:09下载
- 积分:1
-
按15行×16列的表格形式显示ASCII码为10H
按15行×16列的表格形式显示ASCII码为10H---100H的所有字符,即以行为主的顺序及ASCII码递增的次序一次显示对应的字符。每16个字符为一行,每行中的相邻两个字符之间用空白符(ASCII为0)隔开。-Of 15 rows × 16 columns in tabular form displays ASCII code is 10H--- 100H all the characters, that is, acts of God" s order and the order of ASCII codes displayed at one time increments corresponding characters. 16 characters per line, each line with the gap between two adjacent characters in character (ASCII 0) separated.
- 2023-01-27 13:45:03下载
- 积分:1
-
directx 9 的delphi驱动程序,如果能看懂会给你带来很大的好处,学习的好资料....
directx 9 的delphi驱动程序,如果能看懂会给你带来很大的好处,学习的好资料.-The driver of directX 9 in delphi, it will bring you very big benfit if you will read it, it is very nice.
- 2022-07-14 15:00:04下载
- 积分:1
-
vc6.0+opengl 实现三维点数据读取和显示功能
基于vc6.0平台,结合opengl开源代码实现了三维点数据读取和显示功能,同时实现三维地形实时动态显示,附有注释,非常适合初学者学习
- 2022-01-28 10:30:11下载
- 积分: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
-
C++开发的算平均值,残差,标准偏差,和总不确定度
C++开发的算平均值,残差,标准偏差,和总不确定度
-C development numerical average, residuals, standard deviation, and the total uncertainty
- 2022-03-10 12:14:16下载
- 积分:1
-
LINUX下串口调试工具
LINUX下串口调试工具-LINUX serial debugging tools
- 2022-08-12 13:57:03下载
- 积分:1