-
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
-
2D 魔方源代码
新增功能:花式魔方,在菜单中FigureCube可以使魔方旋转成多种花式。共有45中花式,参考了www.Rubiker.cn中的花式魔方公式。每点击一次菜单,就会显示一种花式,45中花式循环显示。由于可能在整理时把花式公式弄错,所以可能出现并不美观的图案,这些会在可能存在的后续版本中更正。
1 > 尚未实现类似于2D版本的抄写功能。可以在2D中抄写,然后在本版本中打开。
- 2022-01-25 14:41:41下载
- 积分:1
-
bluetooth c语言实现的协议栈
c语言实现的蓝牙协议栈,集成usb,uart,spi适配器接口类型,协议栈支持server及client模式,使用csr4.0蓝牙dongle测试通过
- 2023-01-11 20:35:04下载
- 积分:1
-
折半插入排序相对来说要比冒泡插入排序效率要高,是一种思想。...
折半插入排序相对来说要比冒泡插入排序效率要高,是一种思想。-Binary insertion sort insertion sort, relatively speaking than the bubble speed, is a kind of thinking.
- 2022-04-02 02:00:34下载
- 积分:1
-
基于labwindows/cvi的串口工具
使用labwindows/cvi 2015实现串口工具功能。包括串口选择,波特率选择,数据位选择,发送内容显示与接收内容显示,发送接收可控。下载后代码可用于二次开发。
- 2022-04-12 11:55:04下载
- 积分:1
-
php函数库,是以DLL库方式存在
php函数库,是以DLL库方式存在-php functions, based on the existence of DLL libraries
- 2022-12-10 16:25:03下载
- 积分:1
-
通过结构实现多项式,C语言学者的影响。
通过链表与结构体以实现多项式相加,对于C语言学者有很大的帮助.-through the structure to achieve polynomial together, for C language scholars are of great help.
- 2022-03-20 21:22:22下载
- 积分:1
-
MP3播放器使用很少的内存
占内存很少的mp3播放器-MP3 Player who use little memory
- 2022-01-26 05:01:25下载
- 积分:1
-
关于B减树用C写的小程序
关于B减树用C写的小程序-tree on the B minus C write small programs
- 2023-05-03 00:50:03下载
- 积分:1
-
矩阵乘法
此代码文件会计算任何两个矩阵相乘。矩阵可以是任意大小。它还检查乘法有效性条件。如果两个矩阵的乘法是不可能的情况下它会造成一个错误然后将需要来自用户的另一个矩阵。
- 2022-05-14 17:41:18下载
- 积分:1