-
bluetooth c语言实现的协议栈
c语言实现的蓝牙协议栈,集成usb,uart,spi适配器接口类型,协议栈支持server及client模式,使用csr4.0蓝牙dongle测试通过
- 2023-01-11 20:35:04下载
- 积分: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
-
在网页上实现Tabe Panel等类似的机能
在网页上实现Tabe Panel等类似的机能-Tabe Panel on the page, etc. to achieve a similar function
- 2022-02-22 07:09:17下载
- 积分:1
-
帕斯卡尔 · 迷你编译器 LEX 和 YACC
莱克斯-l Lexfile.l
yacc-Parser.y d
g + + lex.yy.c y.tab.c
./a.out < input.txt > output.txt
程序集编译:
nasm-f 小精灵 input.asm
ld-o 输出 input.o
./ 输出
- 2022-03-09 18:42:57下载
- 积分:1
-
VisualC++应用技巧与常见问题你问我答
为初学者提供,希望对大家有帮助!
分三部分传...
VisualC++应用技巧与常见问题你问我答
为初学者提供,希望对大家有帮助!
分三部分传-VisualC++ Application techniques and frequently asked questions you ask me to provide A for beginners, and they hope to have everyone help! Communication is divided into three parts
- 2022-07-28 10:51:18下载
- 积分:1
-
库存系统
库存管理系统是所有计算排序的详细信息和产品详细信息、 销售详细信息的过程,在此系统中保存的股票的详情。
- 2022-05-30 06:12:49下载
- 积分:1
-
用于队列的 操作系统内诃
用于队列的 操作系统内诃-queue for the operating system to send
- 2022-07-15 09:33:25下载
- 积分:1
-
因为在学校没有自己的电脑,常常有喜欢的网址不能很好的保存,也尝试一个个记下来,但终究不方便,于是写了这个小程序.
因为在学校没有自己的电脑,常常有喜欢的网址不能很好的保存,也尝试一个个记下来,但终究不方便,于是写了这个小程序.-because the school did not have their own computers, often have not liked the website very good preservation, but also try to take down a 000, but eventually inconvenient, so was this small program.
- 2022-05-30 09:24:13下载
- 积分:1
-
这是《Windows核心编程》所对应的程序源码,希望对有需要的朋友有所帮助...
这是《Windows核心编程》所对应的程序源码,希望对有需要的朋友有所帮助-This is the "core Windows programming" by the corresponding procedures source, and I hope to have a friend in need of some help
- 2022-12-25 11:30:03下载
- 积分:1
-
一个远程关机功能和分布式小程序,开发的…
一个实现远程关机和发消息等功能的小程序,开发环境VC-a remote shutdown functions and distributed small procedures, the development of environmental VC
- 2023-03-21 07:05:03下载
- 积分:1