搜索资源列表
shut_down.zip
- 锁定机器和定时关机的程序
monitor_cif
- C++7.0程序,监控应用程序是否正常运行,定时器可以设置到毫秒级。-procedures, monitoring applications normal operation, the timer can be set millisecond.
定时关机、弹出光驱、系统托盘
- 定时开机、弹出光驱的程序,使用winapi进行控制,对初学者是个很好的例子-Timing button and pop-up drive, the use of winapi control, for beginners, is a very good example
10、定时器中断和驱动程序
- 上海勤研的KY44B0X有中断的BIOS源码-Shanghai Institute of KY44B0X a BIOS interrupt source
宏翔定时关机器1.2版
- 使电脑自动关机的程序-computers automatic shutdown procedures
7种定时器
- VC++开发Windows程序的7种定时器的方法-VC Windows programs for the seven timer method
Shutdown.rar
- 定时关机程序,包括后台运行的服务程序及界面设置程序,shutdown windows on setting time
win2000TimeShutDown
- VC++6.0编写的一个定时关机的小程序,简单实用-VC++6.0 a regular shutdown of small programs
DataProtect
- EFToolkit程序操作说明: 基本功能: 锁定桌面、定时关机、定时备份 适用环境:windows系列操作系统 操作方式: 1.所有的操作均需要输入密码 2.密码的计算方式为:后四位数相加乘以第一位数即为密码-Operating procedures EFToolkit Descr iption: The basic function: lock desktop, timing shutdown, regularly back up the ap
mmtimer
- C++builder下编写的多媒体定时器应用的例子,非常方便地移植到数据采样控制方面的工控程序。-multimedia timer programming with C++Builder。
shutdown2.0
- VC做得一个定时关机程序,源码,可以定时重启,注销,关机,现在我好几个同学都在用,还说挺好用的呢~ -VC has a regular shutdown procedures, source code, you can restart from time to time, write-off, shutdown, and now I have several students, and also very good use of it ~ ha ha
TaskScheduler
- 利用COM创建一个计划任务,可定时开启先要定时打开的程序。-Plans to use COM to create a task, can be opened from time to time have to open programs from time to time.
Times
- C++中的Timer组件虽然好用,却无法提供精确定时,只能精确到100毫秒左右,本程序中提供了一个定时工具,可精确到1毫秒,可用于参考执行定时循环任务-C++ in the Timer component although useful, but can not provide precise timing, can only be accurate to about 100 milliseconds, the program provides a regular tool accurate t
settimmer
- 一个多种方法的定时程序,可以满足不同场合的需要,精度可达到0.5毫秒。-More than one kind of method of regular procedures to meet the needs of different occasions, the accuracy can reach 0.5 ms.
test
- 系统服务程序 实现定时运行程序的功能。 -System services run the program to achieve the function of time.
Rtxtimer_qun
- RTX实时操作系统的一个定时程序,在vs2005下运行通过。非常实用于RTX初学者。-RTX real-time operating system of a timing program, in vs2005 run through. Very practical in RTX beginners.
wrixefor
- 这是一个定时器的程序,为编写定时程序的程序员提供参考,-This is a timer procedures, provide a reference for programmers to write timing programs,
sportview
- 程序源代码:主要功能收发串口数据,并在界面上显示;涉及到界面设计、串口检测、串口数据收发,定时器的应用等。(Program source code: the main function to send and receive serial data, and displayed on the interface, involving interface design, serial detection, serial data transceiver, timer applications.)
test_8554c
- 凌华定时卡8554 Linux开发测试程序(timing card pxi-8554 test process on Linux)
7.滴答定时器实验
- Systick就是一个定时器而已,只是它放在了NVIC中,主要的目的是为了给操作系统提供一个硬件上的中断(号称滴答中断)。滴答中断?这里来简单地解释一下。操作系统进行运转的时候,也会有“心跳”。它会根据“心跳”的节拍来工作,把整个时间段分成很多小小的时间片,每个任务每次只能运行一个“时间片”的时间长度就得退出给别的任务运行,这样可以确保任何一个任务都不会霸占整个系统不放。或者把每个定时器周期的某个时间范围赐予特定的任务等,还有操作系统提供的各种定时功能,都与这个滴答定时器有关。因此,需要一个定时