搜索资源列表
CORE_V1
- 多任务调度核心 根据严恭敏老师代码改编 在TC4.0上编译通过-multi-task scheduling based on the core code Yan Gong Min adapted the teachers compiled by TC4.0
Desktop
- 调度问题的回溯算法,算法中的经典问题。问题描述:假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-Scheduling problem backtracking algorithm is the classic problem. Problem Descr iption: Suppose there are n-task by the k-parallel machine can be complete
LOCK
- 一个可以锁屏幕的小程序,类似网吧的挂机锁。 1.本系统界面友好,容易操作。 2.本系统用于挂机,可以用于网吧游戏挂机锁住屏幕。 3.本系统能显示开始挂机时间和挂机所用时间。 4.本系统最大的特点是可以用屏幕键盘输入密码和隐藏窗口(类似QQ)。 5.本系统是通过修改注册表来禁止任务管理器的,不过系统退出会还原注册表。 下一版本改为远程注入来禁止任务管理器。 6.本系统还禁止了系统热键,任务条,开始键等。 7.本系统使用了不少技巧,其中参考了不少人的代码,这里不一一
controlTaskManager
- 控制任务管理器的占用率固定在50 ,内排序,找出字符串中第一个不重复的字符等等。-Control Task Manager fixed at 50 percent occupancy rate, internal sorting, to identify the first one will not repeat the string of characters and so on.
lostgame
- 实现了让其自动走出迷宫的任务,记录走出的步骤-Allowed to achieve the task automatically out of the maze to record the steps out
cpu
- 编程之美上的代码,控制cpu利用率,使得任务管理器中cpu曲线为正弦曲线。-The beauty of the programming code to control cpu utilization, so the task manager cpu curve sine curve.
Week4.cpp
- Array s in 4 Tasks in one file. 1 task have a random array and need to sort array, 2 task - minimal and maximal element, 3 task - just need to elements and their numbers 4 task - it s the same - find to maximal and minimal but with alternative method
manage
- 控制计算机的task 控制计算机的task 控制计算机的task-manage your task of computer manage your task of computer manage your task of computer manage your task of computer manage your task of computer manage your task of computer
bianweici
- 如果两个单词的组成字母完全相同,只是字母的排列顺序不一样,则它们就是变位词,两个单词相同也被认为是变位词。如tea 与eat , nic 与cin, ddc与dcd, abc与abc 等。你的任务就是判断它们是否是变位词。 -If the composition of letters of two words is identical, just not the same as the order of the letters, if they is an anagram, the same
irisfisher
- IrisFisher task Opencv
SnakesAndLadders-Task
- snake and laders game
RobotGhostGL
- Phantom Desktop设备实例代码,用于人机交互设计-example code for Phantom Desktop, used for human machine interaction task
RobotWorkspace
- Phantom Desktop设备实例代码,用于人机交互设计-code for sensable Phantom Desktop, useful for HMI task
tina
- C# task so that this is solved in the between and after code.
scheduler
- 操作系统任务调度问题。操作系统任务分为系统任务和用户任务两种。-Operating system task scheduling problem. Operating system task is divided into two kinds of system tasks and user tasks.
UCOS_API
- 任务管理OS_TASK.C(API) 时钟管理OS_TIME.C(API) 信号量 OS_SEM.C(API)-The task management OS_TASK.C (API) the clock management OS_TIME.C (API) the semaphore OS_SEM.C (API)
5
- vc6.0和mfc库函数应用程序,任务管理器-vc6.0 mfc library functions and applications, task manager
TaskDistribution
- 算法设计与分析中的任务分配问题。 用回溯法解该问题时,用完全n叉树表示解空间。可行性条件select 剪去不满足行、列约束的子树。递归方法 backtrack(1)实现对整个解空间的回溯搜索;backtrack(i)搜索解空间中的第i层子树,sum记录当前已找到的可行方案 数。在算法backtrack中,当i>n时,算法搜索至叶子结点,当前已找到的可行方案数sum加1;当i<=n时,当前扩展结点 Z是解空间中的内部结点。该结点有x[i]=1,2,...,n共n个
os_jodManage
- 模拟操作系统任务调度的程序,比如:短作业优先、FCFS、高响应比优先等-Simulation operating system task scheduling program, such as: short operating priority, FCFS, and other high-priority response ratio
windows
- 模拟windows任务管理器 通过NtQuerySystemInfomation Native API 实现-Simulate the Windows task manager, through NtQuerySystemInfomation Native API implementation