-
achieve dormancy function is very simple, as long as the implementation of the a...
实现休眠功能很简单,只要在任意想要执行的地方执行如下给出的休眠函数SetPower()就行,其实休眠很简单,只需要API:SetSystemPowerState()就行,就如关机/注销/重启一样,只需要ExitWindowEx(),但这些API可以直接用在98下,却不能用在2000/XP中,因为这里牵涉到了用户权限,没有权限是不能进行这些操作的,所以,首先要取得权限,下面给出代码:-achieve dormancy function is very simple, as long as the implementation of the arbitrary want the local implementation of the dormancy is as follows function SetPower () on the trip, dormancy is very simple, just API : SetSystemPowerState () on the trip, as shutdown/cancellation/restart, only ExitWindowEx (), but these APIs can be directly used in 98, not in 2000/XP can use, because it involves a user privileges, no authority can carry out these operations, therefore, must first obtain authority code is given below :
- 2022-03-20 18:24:22下载
- 积分:1
-
提取形状的坐标
应用背景当我需要使用STASM,从原始 改变形状;坐标的坐标。所以我创建提取形状模型的程序。它采用MUCT数据库。关键技术一个图像的特征点是改变形状模型的坐标。原来是左上角坐标的根。但形状模型坐标的根中的图像。在STASM,形状有特定格式的文件。这个程序是适合的格式。
- 2022-03-04 03:57:45下载
- 积分:1
-
目标检测
编写此代码是使用 opencv,使用三种方法来检测行人,如猪,帧差异和背景的差异。这种算法是非常 stable!
- 2022-01-21 02:37:41下载
- 积分:1
-
详细介绍了在C++中如何实现有效的数据排序
详细介绍了如何在C++中实现有效的数据排序
- 2023-05-08 23:00:02下载
- 积分:1
-
我的模式识别作业,用感知器算法对二维的点进行识别,求出判决函数...
我的模式识别作业,用感知器算法对二维的点进行识别,求出判决函数-operations of pattern recognition, perception algorithm using two-dimensional point of identification, obtained judgment function
- 2022-01-25 19:20:05下载
- 积分:1
-
windows2000系统消息队列编程。 本例子是一个DLL文件,具体使用说明在QueueDll.h文件中。
windows2000系统消息队列编程。 本例子是一个DLL文件,具体使用说明在QueueDll.h文件中。-by Windows Message Queue System Programming. This example is a DLL files, the specific use in QueueDll.h document.
- 2022-03-01 01:05:10下载
- 积分:1
-
java 操作sql数据库,可以连接数据库和进行增删减查等操作
java 操作sql数据库,可以连接数据库和进行增删减查等操作-operate sql with java,which can create, delete, update and view the data in database
- 2022-03-30 05:57:53下载
- 积分:1
-
学生信息管理系统,基本新管理使用,通过文件储存信息。
学生信息管理系统,基本新管理使用,通过文件储存信息。-Student Information Management System, the basic use of the new management, the adoption of document storage information.
- 2022-09-14 10:10:04下载
- 积分:1
-
One on the patch of the source code shows how to process large patch
一个关于补丁程序的源代码,展示了如何给程序大补丁-One on the patch of the source code shows how to process large patch
- 2023-01-30 01:35:04下载
- 积分:1
-
c++控制台简易五子棋,增加鼠标支持
- C++ 单个源文件...
- 文件名: go2.cpp
- 编译器名: TDM-GCC 4.8.1 32-bit Release
- C++ 编译器: %BinDir0%g++.exe
- 命令: g++.exe go2.cpp" -o "go2.exe" -ansi -m32 -I"%CppIncludeDir0%" -I"%CppIncludeDir1%" -L"%LibDir0%" -static-libgcc -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32 -m32
- 输出文件名: go2.exe
- 输出大小: 1.30 MB
- 编译时间: 2.06s
- 2022-02-26 23:11:13下载
- 积分:1