搜索资源列表
ICDBaseSource.zip
- (转载)This is a contact manager, built with the DAO data control and an Access database. It is designed specifically to save internet gaming information such as favorite game, gaming handle, clan name, clan rank, etc. Also includes a task scheduler. In
vc.zip
- win32下简单的“协作式”调度器。 多任务调度,任务一直运行直到主动放弃。可以帮助理解os运行。 ,a simple " collaborative" scheduler under win32. with Multi-task scheduling, the task is running until it abandons by itself. help to understand the os shedule.
ICDBaseSource
- (转载)This is a contact manager, built with the DAO data control and an Access database. It is designed specifically to save internet gaming information such as favorite game, gaming handle, clan name, clan rank, etc. Also includes a task scheduler. In
Least-Slack-Time.tar
- It is written in C programming language. Problem: Building and simulating a Least-Slack-Time scheduler using linked list and stack data structures Descr iption: In time shared systems, tasks submitted to the system are assigned to a limited num
TaskScheduler
- 获取特定计划任务的下次执行时间.根据计划任务的名字获取其下次执行时间.-Task-specific plans for the next execution time. According to the plan name for its next task execution time.
Processordispatching-simulation
- 操作系统课程设计处理机调度的模拟程序。在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。要求用C语言编写和调试一个简单的进程调度程序设计一个模拟处理机调度算法。-Operating System Course Design processor scheduling simulation program. Procedures in a multi-channel
meetnotes
- 一个会议提醒小工具,配合windows的任务计划可以很方便的做到信息提醒功能-A meeting reminder gadget, with the windows task scheduler can easily be information alerts
AjaxSearch
- 任务计划程序如果能够自定义一个事件,比如说系统时间到达8:00,让系统将这个事件交给我的应用程序,我的应用程序写触发方法.这样的解决方案比较完美. -If Task Scheduler is able to customize an event, such as system time reaches 8:00, the system will give this event my application, my application to write the trigger method T
tsd
- Python 语言编写的任务调度器,子任务作为动态度调用,实现多任务并发。-Task scheduler written in Python, called subtasks as a dynamic degree, concurrent multi-task.
scheduler
- 操作系统任务调度问题。操作系统任务分为系统任务和用户任务两种。-Operating system task scheduling problem. Operating system task is divided into two kinds of system tasks and user tasks.
TailorCalendarSchemeDuty
- 使用C#制作日历计划任务程序源码,也就是日程表,将每天某个时间需要干的事情用日历的方式记录下来,到时候可以一清二楚,具有提醒的功能,本程序可以新建日程任务、查看任务列表、修改任务和取消任务等功能,已经具备一个日程管理软件最基本的功能了-Making a calendar using C# Task Scheduler source, that is, the schedule will need some time every day to do things the way with a ca
TaskMaster
- VB仿Windows任务计划管理工具,有需要的就下载吧。-VB imitation of the Windows Task Scheduler management tool, there is a need to download it.
mySystem
- 自动任务计划,c#/+sql2008写的-Automatic Task Scheduler
win-2000-xp-task-scheduler-exploit
- win 2000 xp task scheduler exploit, win 2000 xp task scheduler exploit-win 2000 xp task scheduler exploit
TaskScheduler-Library
- Task Scheduler is the Windows service that schedules and automatically starts programs. Windows Explorer presents a user interface to the service when you browse the WINDIR \TASKS folder, typically from the shortcut in the control panel. From the com
scheduler
- 操作系统任务调度问题。操作系统任务分为系统任务和用户任务两种。其中,系统任务的优先级 < 50,用户任务的优先级 >= 50且 <= 255。优先级大于255的为非法任务,应予以剔除。现有一任务队列task[],长度为n,task中的元素值表示任务的优先级,数值越小,优先级越高。函数scheduler实现如下功能,将task[] 中的任务按照系统任务、用户任务依次存放到 system_task[] 数组和 user_task[] 数组中(数组中元素的值是任务在task[] 数组
任务调度器
- 基于定时器的小型任务调度器,占用很少的RAM(A small task scheduler based on a timer that takes up a small amount of RAM)