-
人脸检测
此代码是对人脸检测,给定了一人脸头像进行检测,如果是renl人脸则画框。
- 2022-10-29 19:20:04下载
- 积分:1
-
used to write the crc check code for small programs for beginners reference
用delphi写的求crc校验码小程序,供初学者参考-used to write the crc check code for small programs for beginners reference
- 2022-08-12 00:09:23下载
- 积分:1
-
获取USB设备的信息,包括生产商ID,产品ID等
获取USB设备的信息,包括生产商ID,产品ID等-get infoformation of USB device
- 2023-07-17 19:05:04下载
- 积分:1
-
执行bat文件,并打印执行结果,类似cmd
执行bat文件,并打印执行结果,类似cmd-Executive bat file, and print the results, similar to cmd
- 2023-04-11 03:10:03下载
- 积分:1
-
s3c2440 drivers in c for wince5.0
s3c2440 drivers in c for wince5.0
- 2022-10-14 06:00:03下载
- 积分:1
-
里面可以显示html的对话框
里面可以显示html的对话框-show html inside the box
- 2022-07-21 13:42:50下载
- 积分: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
-
一个模仿Windows7桌面平台的源代码~写得好的画可以替代windows的桌面。集成了背景切换,右键换背景 目前只能换1次 (偷懒了点没写循环更换)。双击关闭...
一个模仿Windows7桌面平台的源代码~写得好的画可以替代windows的桌面。集成了背景切换,右键换背景 目前只能换1次 (偷懒了点没写循环更换)。双击关闭。支持图标透明,其中里面有个真正的透明通道控件――存在于Arone中。Arone中每个Item都是一个单独的控件。背景是在Form中,控件跟背景是透明融合。作者vIstaswx本来打算再写写去参赛的,结果先放给了本站,呵呵,再次感谢这个对GDI+技术高超的孩子。-An imitation of the source code for desktop platform Windows7 ~ write a good painting can replace the windows desktop. Integration of the background to switch, right-for the background is currently only available for a time (a point I did not write cycles lazy replacement). Double-click Close. Support icons transparent, inside of which there is a genuine and transparent access control- exist in Arone in. Arone Each Item is a separate control. Background is in the Form, the control integration with the background is transparent. By vIstaswx originally intend to write to the competition, the results of the first release to the site, Oh, once again thank the pairs of GDI+ highly skilled children.
- 2023-08-03 13:50:05下载
- 积分:1
-
呵呵,又一个编码互换程序
呵呵,又一个编码互换程序-Oh, a swap coding procedures. .
- 2022-02-26 21:01:00下载
- 积分:1
-
EVC环境下用SDK开发WINCE的应用程序,
基于SDK,完全实现窗口的事件处理。
对于学习WINCE应用开发的学习者来说,
是个很好的学习例子!...
EVC环境下用SDK开发WINCE的应用程序,
基于SDK,完全实现窗口的事件处理。
对于学习WINCE应用开发的学习者来说,
是个很好的学习例子!-EVC environment WINCE using SDK to develop applications, based on the SDK, the full realization of the events of the window treatment. WINCE application development for the learning of the learners, it is a good example to learn!
- 2023-07-13 07:35:03下载
- 积分:1