-
Motor
电机驱动监控系统电机驱动监控系统电机驱动监控系统电机驱动监控系统
- 2022-03-17 10:38:36下载
- 积分:1
-
classic sequencing procedures. All Northern
经典排序程序。北航所有-classic sequencing procedures. All Northern
- 2022-04-24 19:44:29下载
- 积分:1
-
Make their own curriculum design, mobile phone tariff management system, billing...
自己做的课程设计,手机资费管理系统,计费,账单查询,通话记录查询,模拟发短信,打电话等功能都实现了。-Make their own curriculum design, mobile phone tariff management system, billing, billing inquiries, call history query, analog send text messages, phone calls and other functions are realized.
- 2022-08-24 10:41:32下载
- 积分:1
-
将字母转换
此代码生成.bin 从文件的内容与 unicode 字符。然后,您可以使用此.bin 到你想要的任何东西。
- 2022-10-16 06:20:03下载
- 积分:1
-
Create a Virtual Drive in VB6. VB6 code to create virtual drive.
Create a Virtual Drive in VB6. VB6 code to create virtual drive.
- 2022-06-29 13:12:12下载
- 积分:1
-
串口小工具代码
VC编写的上位机串口通讯小工具,通过API CreateFile打开串口并通讯,对初学者有很大的帮助。
- 2023-03-23 23:20:04下载
- 积分:1
-
一个用VB开发的数据库管理系统。数据库使用ACCESS 2000。具有完整的开发设计文档和数据库设计文档。是做毕业设计的最佳参考。代码风格规范。完整的实现VB对...
一个用VB开发的数据库管理系统。数据库使用ACCESS 2000。具有完整的开发设计文档和数据库设计文档。是做毕业设计的最佳参考。代码风格规范。完整的实现VB对MDB数据库的增加,删除,查询,打印,报表等功能。所有源码免费开放.很难得的一套管理系统的源码啦--Using VB to develop a database management system. Database using ACCESS 2000. With a complete development of design documents and database design documents. Graduation project is to do the best reference. Code style norms. VB to realize a complete MDB database to add, delete, query, print, statements and other functions. All source code is free. Hard to come by a set of source code management system啦--
- 2022-02-14 01:41:33下载
- 积分: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
-
Aplikasi Penjadwalan Belajar SMK Menggunakan 模糊的盲目搜索 VB6
Aplikasi Penjadwalan Belajar Untuk Jadwal Belajar Siswa SMK Metode 模糊的盲目搜索Menggunakan VB6
- 2022-06-26 11:43:53下载
- 积分:1
-
Proven completely available to wince under the ini configuration file to read an...
经验证完全可用的wince下的ini配置文件读写源码-Proven completely available to wince under the ini configuration file to read and write source code
- 2022-02-20 21:06:54下载
- 积分:1