-
数据库查询示例程序
数据库查询示例程序-example database query procedures
- 2022-02-04 15:28:38下载
- 积分:1
-
adsfeq
★采用独特的 8 行 52 列 L 印点阵显示屏作为显示单元,其显示亮度高、自发光、无视角,制作者可以随意选择屏幕大小和发光颜色。 ★日期、时间、星期、温度全信息交替显示,所需信息一目了然。 ★采用专业时钟芯片 DS1302 和备用电池,时钟掉电依然走时,用户设置闹钟时间永久保存。 ★远离机身的温度传感器设计, 0 ~ 60 ℃ 环境温度显示更精确。 ★全功能菜单操作, 4 个按键操作,可加减调时,操作方便。 ★ 8 路独立闹钟功能,可以设置独立闹钟时间和模式,大闹生活每一天。 ★多种整点报时时间范围设置,保证休息时间不打扰。 ★多种操作提示音,高音量闹钟音,耳目一新。-adsfeq
- 2023-01-25 20:10:03下载
- 积分:1
-
我的实验室实验,使我了解视觉基本
my lab experiment that make me understand Visual Basic
- 2022-05-06 11:21:32下载
- 积分:1
-
STL示例程序,对于STL初学者很有用.
斑竹,居然找不到相应的分类,STL可是十分重要的东西....
STL示例程序,对于STL初学者很有用.
斑竹,居然找不到相应的分类,STL可是十分重要的东西.-STL sample procedures, useful for beginners STL. Chiloscyllium, was unable to find the corresponding classification, STL but very important things.
- 2022-07-15 00:48:23下载
- 积分:1
-
VB屏幕取色程序,API调用,初学者可参考学习
VB屏幕取色程序,API调用,初学者可参考学习-VB color screen check procedures, API calls, beginners can make reference to learning
- 2022-09-19 19:55:03下载
- 积分:1
-
工作门户系统
我想要开发工作门户系统项目还有一些代码,如如何向他们的电子邮件发送消息,如何将截止日期设置为邮政 project.assume ,这是最后一年工程项目必须进行标准化这样请帮我邮寄工作门户的完整代码。
- 2022-10-09 20:15:03下载
- 积分:1
-
在Pocket PC上实现用GPS模块读取信息
在Pocket PC上实现用GPS模块读取信息-Achieved in the Pocket PC with GPS module to read information
- 2022-10-09 10:10:03下载
- 积分: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 + + 源代码
这个代码是加密算法示例代码。在网络中,进行编码、 解码、 现场直播、 生活视频源的代码。
- 2023-08-08 23:55:03下载
- 积分:1
-
AIC in accordance with the statutory order of procedure order recursive algorith...
AIC法定阶的依阶次递推算法程序,计算残差方差的估计值的结果计算AIC:-AIC in accordance with the statutory order of procedure order recursive algorithm for calculating the estimated value of residual variance of the results of calculating the AIC:
- 2022-04-19 18:13:18下载
- 积分:1