-
USB转I2C接口源码,能够发送命令
应用背景使用USB转I2C接口,能够发送命令使用USB转I2C接口,能够发送命令使用USB转I2C接口,能够发送命令使用USB转I2C接口,能够发送命令使用USB转I2C接口,能够发送命令使用USB转I2C接口,能够发送命令使用USB转I2C接口,能够发送命令关键技术使用USB转I2C接口,能够发送命令转I2C转I2C转I2C转I2C转I2C转I2C转I2C转I2C转I2C转I2C转I2C转I2C转I2C转I2C
- 2022-12-06 08:25:03下载
- 积分:1
-
一个可以美化滚动条的代码
一个可以美化滚动条的代码-a beauty of the rolling code
- 2023-03-11 18:50:04下载
- 积分:1
-
CHANGEOWNER.zip
资源描述这个程序中的按钮可以重一个窗体移动到另一个窗体上,这就是变换可视组件所有者的方法。
- 2022-07-20 05:02:29下载
- 积分:1
-
采用ic编写的handyboard机器人的中学组3号房间的程序,(2005年浙江省的规则)...
采用ic编写的handyboard机器人的中学组3号房间的程序,(2005年浙江省的规则)-used ic handyboard prepared by the robot on the 3rd secondary room procedures, (2005 Zhejiang Rules)
- 2022-12-11 03:55:03下载
- 积分:1
-
Very simple and clear examples to understand the process of OPC server!
非常简单明了的例子
明白OPC连接服务器的流程!-Very simple and clear examples to understand the process of OPC server!
- 2023-07-23 16:50:04下载
- 积分:1
-
Undelete the record, compress the database of DBase and Foxpro, written by Delph...
因为时常编写程序总是会遇到意外删除之后无法找回的情况,现利用Delphi实现了反删除操作-Undelete the record, compress the database of DBase and Foxpro, written by Delphi.
- 2022-03-18 17:24:49下载
- 积分: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
-
关机重启注销程序
压缩包有整个工程文件,在visual studio 2012 + windows 8 64bit环境下编译通过。程序主要实现关机注销重启的功能,窗口简单,通过选择即可。
- 2022-07-12 10:29:01下载
- 积分:1
-
VC6.0的一些实例原代码,都是一些实际运用,需要有一定基础
VC6.0的一些实例原代码,都是一些实际运用,需要有一定基础-Many sample source code of VC++6.0
- 2022-07-03 11:12:30下载
- 积分:1
-
Browser Helper Object example.
Self explanatory.
Browser Helper Object example.
Self explanatory.-Browser Helper Object example.
Self explanatory.
- 2022-02-14 00:39:24下载
- 积分:1