CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 定时 执行

搜索资源列表

  1. shutdown

    0下载:
  2. 定时关机/重启/执行文件,功能简单,提供最小化到任务栏图标功能
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:122617
    • 提供者:纪磊
  1. 后台自动执行任务

    1下载:
  2. 这是一个利用Delphi提供的系统服务类制作的后台服务程序,演示了定时备份文件的功能。注册服务的方法,在Delphi的Run parameters对话框中输入“/install”,然后运行代码。卸载输入“/uninstall”,然后运行代码。-This is a Delphi system services provided by the class production services for the background, demonstrated a regular backup fil
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:278818
    • 提供者:yhb
  1. timer.tar

    1下载:
  2. linux下同一个进程中多个定时器实现。简单描述下定时器模块的实现,有一个manager单例类保存所有CTimer对象,开启一线程运行延迟函数,每次延迟间隔到,扫描保存CTimer的容器,对每个CTimer对象执行减少时间操作,减少到0则执行回调函数。对一次性CTimer,超时则从容器中删除,循环型的将间隔时间重置,不从容器中移除。 CTimer的start执行将对象插入到manager容器中操作;stop执行将对象从manager容器中删除的操作;reset执行先删除,重置间隔,然后再放到
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-09-30
    • 文件大小:6113
    • 提供者: 刘竞楠
  1. dsgj

    0下载:
  2. 定时自动关机VB编写,可在24小时内使用于关机、重启、登出,内含API函数和SHELL直接执行-`````````````````````````````
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:2572564
    • 提供者:秦祥文
  1. process_manager

    2下载:
  2. 支持多道程序的进程控制模块的设计与实现,要求完成以下功能: 1,进程控制:创建、撤销、阻塞、唤醒 2,进程调度:CPU调度算法 3,进程同步:信号量的定义、信号量的操作(wait、signal) 4,内存管理:实现页式内存管理、LRU页面置换 5,中断处理:中断响应、中断处理 6,时钟管理:时钟、定时器 7,用图形化方式展示多进程并发执行过程 -Support the process of multi-channel process control module of
  3. 所属分类:Windows Kernel

    • 发布日期:2016-02-16
    • 文件大小:1977223
    • 提供者:yefeng
  1. Times

    0下载:
  2. 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
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:458129
    • 提供者:limeng
  1. timer

    0下载:
  2. 这是有关于使用linux下的定时器的实验,通过下载到实验板上,可以观察到linux下统计进程执行时间。-This is under linux timer on the use of experiments to test the board by downloading, can be observed under linux statistical process execution time.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:6982
    • 提供者:suting
  1. proj3_66

    0下载:
  2. 将驻留程序proj3_19添加到注册表的自动启动项,实现登陆自动执行驻留;使用SDK提供的函数编写窗口应用程序,在消息处理函数中设置定时器,当系统时间与设定的时间相同时,删除文件test.txt,实现固定时间删除某一文件;将notepad.exe赋给lpAppName,如有参数(可执行文件名)传人,追加到lpAppName后,删除文件test.txt,然后执行lpAppName中的命令,实现双击文本文件时,自动删除某一文件-The stay-resident program proj3_19 s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:1153228
    • 提供者:李倩倩
  1. timer

    0下载:
  2. 纯api实现的时钟类,可以不必使用控件实现程序的定时执行-Net api to achieve the clock class, you can not use the control to achieve the implementation of program timing
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:2290
    • 提供者:winterball
  1. clock

    0下载:
  2. 一个时间定时器,定时关机,执行EXE,日志提醒等功能-clock
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:431594
    • 提供者:mark
  1. HideProcess

    0下载:
  2. VC++实现隐藏程序,并保证不被进程关闭,可设置隐藏的时间。程序实现的基本思路是:加载RegisterServiceProcess函数所在的链接库,得到RegisterServiceProcess函数的地址,执行RegisterServiceProcess函数,在任务列表中隐藏程序卸载链接库,设定定时器,隐藏程序的同时,隐藏窗口。 -VC++ to achieve hidden program, and to ensure that the process is not closed, ca
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:20220
    • 提供者:madud00047
  1. Linux-driver-development10

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第10章、中断与时钟。本章主要讲解Linux设备驱动编程中的中断与定时器处理。由于中断服务程序的执行并不存在于进程上下文,因此,要求中断服务程序的时间尽可能地短。因此,Linux在中断处理中引入了顶半部和底半部分离的机制。另外,内核中对时钟的处理也采用中断方式,而内核软件定时器最终依赖于时钟中断。10.1节讲解中断和定时器的概念及处理流程。10.2节讲解Linux中断处理程序的架构,顶半部、底半部之间的关系
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:474053
    • 提供者:华清远见
  1. sys_herbnate_timeout_reboot

    0下载:
  2. 实现了系统的定时休眠功能,在休眠一定时间后,主动唤醒系统并执行指定的操作。-To achieve a system of regular sleep function, after a certain time in sleep, wake up the system and take the initiative to perform the specified operation.
  3. 所属分类:Windows Kernel

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:Hogan
  1. Linux-cron-Jar

    0下载:
  2. Linux cron定时执行Jar包程序-Linux the cron timer run the Jar package program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:869873
    • 提供者:陈志永
  1. server_good

    0下载:
  2. 每天定点在ftp服务器上下载文件,执行文件。使用定时器。-A day designated in the ftp server to download the files, executable files. Use a timer.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-22
    • 文件大小:8453
    • 提供者:刘妮
  1. writeQueue2013-1-5

    0下载:
  2. 这是一个写队列,初始化时申请大量的list,并采用定时或者单个list满则立即执行队列中的操作,采用内部多线程封装,外部只有部分接口直接使用-This is a write queue, to apply for a large number of list initialization and timing or a single list is full of immediate execution queue operation using internal multithreading
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:6775
    • 提供者:chen
  1. Timer

    0下载:
  2. 定时器: 调用系统的函数,将系统时间传递给文本框变量的语句 重启和关机必须有Windows权限才能执行,因此这就牵涉到权限的申请。 -Timer: call system function, the system time is passed to the statement of the text box variables must restart and shutdown Windows privileges to run, so this involves applicati
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:6604843
    • 提供者:狄恒
  1. Close-QQ

    0下载:
  2. 这个程序执行的原理是对计算机进程进行了监控和扫描 当扫描到用户可执行程序时,对该程序进行中断操作 如我们运行着的腾讯QQ、YY语音等聊天软件。 程序通过sleep属性定时对计算机正在运行的运用程序进行扫描 扫描到之后结束进程。-This program performs the principle of computer processes for monitoring and scanning when scanning to a user execut
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-12
    • 文件大小:557
    • 提供者:likeya
  1. IBSBBStime

    0下载:
  2. KBSBBS的守护进程 每天定时执行相关的功能,功能不错-KBSBBS daemon Every time perform related functions, the function is good
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-18
    • 文件大小:5120
    • 提供者:Cynthpa
  1. NSBN

    0下载:
  2. KBSBBS的守护进程 每天定时执行相关的功能,功能不错-KBSBBS daemon Every time perform related functions, the function is good
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-11
    • 文件大小:5103
    • 提供者:Clhmect
« 12 »
搜珍网 www.dssz.com