搜索资源列表
autorunshutdown
- 一、可以自动运行选中的程序和自动关机,设定时间按秒为单位。运用到WIN2K关机需要权限获取,和一些简单的文件查找代码! 升级版增加了自动运行个数 可以最多运行10个任务,可以删除任务,开机自动运行,全局快捷键。 运用到SETTIMER HOOK REG等相关知识。比如 SetWindowsHookEx RegOpenKey RegQueryValueEx GetWindowLong 等函数。 二、关键代码请
ComputerSleep
- [ 原创文档 本文适合初级读者 已阅读6065次 ] 文档 代码 工具 系统定时休眠 作者:jans 下载示例源代码 单位最近加强安全检查,除了部分服务器,下班不关机器的同事,都被罚了款。为此,我试着下载了几个自动关机的程序,但是都不好使。都是最后显示“你可以安全地关闭计算机了!”。到网上问了半天说是高级电源管理设置的问题。我折腾了半天,还是不行,为什么Windows自己的关机就可以关掉电源,而我们
basedon_SN8P1706_induction_cooker
- 功能有:功能模式选择,功率调节,定时,LED指示灯,无锅具检测,小物件检测,超温保护,干烧保护,过流过压检测,2小时自动关机功能,故障报警检测及保护代码-function : Function mode selection, power conditioning, regular, LED indicator light, no pans detection, detection of small objects. Over-tempe
autoshutdowncomputer
- 我自己写的定时自动关机的程序,当然核心代码参考了别人的。虽然界面简单但能适应2000和98系统-I wrote it myself regularly automatic shutdown procedures, of course, the core code reference to the others. Although the interface simple but can adapt to 2,000 and 98
AutoShut
- 自动关机代码,可以实现自动关机功能,可以设定关机时间,非常方便
网络监控cxu
- 对远程计算机进行监控,关机或重起等资源名利用Delphi实现网络监控系统 摘要 本文详细阐述了如何用DELPHI开发网络实时监控系统,该系统可使网络管理员随时监控到网络中任何一台计算机的操作状态,若该机有违规行为,可通过本系统采取措施禁止其操作,还实现了程序的隐藏、托盘图标、加入注册表自动启动项等技术。到被控机的当前屏幕,看操作员在干什么。远程关机:可以关闭被控的计算机。远程重启:可以重新启动被控的计算机。锁定机器:封锁被控机的操作,键
autorunshutdown
- 一、可以自动运行选中的程序和自动关机,设定时间按秒为单位。运用到WIN2K关机需要权限获取,和一些简单的文件查找代码! 升级版增加了自动运行个数 可以最多运行10个任务,可以删除任务,开机自动运行,全局快捷键。 运用到SETTIMER HOOK REG等相关知识。比如 SetWindowsHookEx RegOpenKey RegQueryValueEx GetWindowLong 等函数。 二、关键代码请
ComputerSleep
- [ 原创文档 本文适合初级读者 已阅读6065次 ] 文档 代码 工具 系统定时休眠 作者:jans 下载示例源代码 单位最近加强安全检查,除了部分服务器,下班不关机器的同事,都被罚了款。为此,我试着下载了几个自动关机的程序,但是都不好使。都是最后显示“你可以安全地关闭计算机了!”。到网上问了半天说是高级电源管理设置的问题。我折腾了半天,还是不行,为什么Windows自己的关机就可以关掉电源,而我们
basedon_SN8P1706_induction_cooker
- 功能有:功能模式选择,功率调节,定时,LED指示灯,无锅具检测,小物件检测,超温保护,干烧保护,过流过压检测,2小时自动关机功能,故障报警检测及保护代码-function : Function mode selection, power conditioning, regular, LED indicator light, no pans detection, detection of small objects. Over-tempe
autoshutdowncomputer
- 我自己写的定时自动关机的程序,当然核心代码参考了别人的。虽然界面简单但能适应2000和98系统-I wrote it myself regularly automatic shutdown procedures, of course, the core code reference to the others. Although the interface simple but can adapt to 2,000 and 98
vc6.0chengxi
- 一个自动关机的程序代码,主要是应用了vc++6.0的知识,调用了mfc类库,希望对喜欢c++的朋友有所帮助!-An automatic shutdown of the program code is mainly applied knowledge vc++6.0, call the mfc library, hope to c++ like to help a friend!
autorun_src
- 可以自动运行选中的程序和自动关机,设定时间按秒为单位。运用到WIN2K关机需要权限获取,和一些简单的文件查找代码! 升级版增加了自动运行个数 可以最多运行10个任务,可以删除任务,开机自动运行,全局快捷键。 -Can automatically run the selected program and automatic shutdown, set the time by seconds. WIN2K needs to shut
Close
- 自动关机的C语言代码~自动关机的C语言代码-Automatic shutdown of the C language code ~ automatic shutdown of the C language code
closewindow_intime
- 为了防止老弟玩电脑太晚,于是编写用mfc编写了一个定时关机程序,只要到那个时候就自动关机,而且可以设置多长时间自动关机。代码简单但很实用-In order to prevent late brother play on the computer, so the preparation time with mfc prepared a shutdown process, so long as that time it shut off,
VCShutdown
- VC++ 定时关机,一个比较新的源代码,网上一位热心网友编写的,完成自动关机功能,设定好时间,点击“关机”按钮,时间到就自动关机了,代码写的挺不错的,大家有想学习的,下载研究一下吧。-VC++ time off, a relatively new source code, online an enthusiastic friends prepared to complete the auto-off function, set a go
Shutdown
- 完成自动关机功能,设定好时间,点击“关机”按钮,时间到就自动关机了,代码写的挺不错的,大家有想学习的,下载研究一下吧-Complete automatic shutdown, set a good time, click on the " off" button, the time to automatically shut down, the code written in very good, we may hav
Automatic-shutdown
- 自己编写的一个自动关机代码,很简单的,但是适合初学者学习-I have written an automatic shutdown code, very simple, but for beginners to learn
shut-down-
- 完成自动关机的C++程序代码,十分好用de-Simple design,hope to help you
Standby automatic shutdown configuration
- 针对8670开发中遇到自动关机的一些示例代码(In 8670 the development encountered in the automatic shutdown of some sample code)
VB AutoShutdown
- VB实现定时关机程序,VB自动关机程序。(VB implementation of timing shutdown, automatic shutdown program)