-
一个关于AVR单片机的AD转换的程序。很好用的。
一个关于AVR单片机的AD转换的程序。很好用的。-a program of ad transform based on avr
- 2022-04-08 17:53:42下载
- 积分:1
-
One sample program, which showed how use API in you programer. for beginner ref.
运动的球,一个api小程序,适合初学者学习。-One sample program, which showed how use API in you programer. for beginner ref.
- 2022-03-10 21:24:25下载
- 积分: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
-
简单的酒店菜谱
Simple Hotel recipes
- 2023-01-28 01:55:03下载
- 积分:1
-
学生综合评定系统~有查询~报表~添加资料等等功能~小而且很实用~有需要的可以下载...
学生综合评定系统~有查询~报表~添加资料等等功能~小而且很实用~有需要的可以下载-This a comprehensive evaluate system of student. You can perform the following action:
inquire, add, list, etc. It s a mini but good system. try it!
- 2022-05-09 07:47:34下载
- 积分:1
-
Inline combinational language in VC.
Can build the merit of combinational langu...
VC中的内联组合语言。
- 2022-04-20 03:30:29下载
- 积分:1
-
this is an book shop system
this is an book shop system-this is an book shop system
- 2022-06-16 12:16:50下载
- 积分:1
-
多文本软件
文字软件,用于多功能自动翻译,目前支持6种语言的自动翻译-Text software for multi-functional automatic translation, currently supports 6 languages, automatic translation
- 2023-04-16 20:40:03下载
- 积分:1
-
NiceC —— 一个 C/C++ 的 Source Formatter!
NiceC —— 一个 C/C++ 的 Source Formatter!
只有 3 个文件:
NiceC.exe 主程序
NiceC.txt 说明文件
NiceC.cfg 配置文件,也是模板文件;可以通过 NiceC.exe -l 得到。
我试用了一下,NiceC.cfg 作为模板,真是一个聪明的办法!
我根据我个人的爱好,主要调整了如下内容:
1 // 前加了个 Tab
2 跨
- 2022-03-28 13:25:03下载
- 积分:1
-
银行活期储蓄账户管理
本套程序,是关于银行账户活期储蓄管理的一套系统,基于C++实现,封装性好,能实现银行用户的增删改查,汇总账户金额等基础功能,特别适合大学生编程开发,以及适合初学者学习关于项目架构的良好材料。程序分为:可视层,数据访问层,数据存储层。上传文件包括两部分,一部分是项目源码,一部分是项目报告,项目报告能让初学者更好的理解程序。远不是那些比较简单的管理系统。项目程序结构较为复杂。
- 2022-07-10 03:46:05下载
- 积分:1