CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - task scheduling

搜索资源列表

  1. Chaos.Client.App.Advertisement

    0下载:
  2. 卡奥斯科技广告管理系统源代码 版位设计管理 广告设计任务管理 广告预定管理 客户反馈管理 杂志排期管理-chaos technology ad management system source code Version of the digital design task management design management advertising advertising magazine scheduled to manage customer feedback ma
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:114633
    • 提供者:ebdiy
  1. aqq2

    0下载:
  2. 动态任务分配虚拟企业生产调度研究.Dynamic task allocation of virtual enterprise production scheduling research.-Dynamic task allocation of virtual enterprise production scheduling research.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:297760
    • 提供者:ff
  1. NUC140_CAN_Master_CoOS

    0下载:
  2. 设备: Nuvoton NUC140VE3AN 评估板: Nu-LB_002 Rev2.0 编译器: CoIDE V1.1.0 任务: task_init 初始化目标板的资源,并创建其它任务,然后自我删除并退出调度。 get_datab 根据从子机接收到的ID数据,获得该ID的数据库信息。 update_db 等待输入消费金额,然后通过CAN发送消费金额到主机。 uart_print 打印余额。 描述: 本例子模拟了一个打卡
  3. 所属分类:SCM

    • 发布日期:2017-10-31
    • 文件大小:197469
    • 提供者:peter
  1. Mindows5.7

    2下载:
  2. Wanlix是一个内核非常小的嵌入式操作系统,只有几百个字节,但功能少,只提供任务切换功能,非常适合资源特别少但又需要任务切换的小项目。 Mindows可提供多种操作系统功能,是实时抢占式操作系统,任务支持多种优先级抢占调度,将实时性高的任务设置为高优先级就可以保证软件系统的实时性,用户也可根据自身需求选取需要的部分,也可在此基础上编写代码增加自己需要的功能,具有可裁剪性。 我将Wanlix和Mindows的开发过程记录下来,就形成了这本“底层工作者手册之嵌入式操作系统
  3. 所属分类:OS Develop

    • 发布日期:2017-11-19
    • 文件大小:8756435
    • 提供者:ifreecoding
  1. wanlix

    3下载:
  2. Wanlix是一个内核非常小的嵌入式操作系统,只有几百个字节,但功能少,只提供任务切换功能,非常适合资源特别少但又需要任务切换的小项目。 Mindows可提供多种操作系统功能,是实时抢占式操作系统,任务支持多种优先级抢占调度,将实时性高的任务设置为高优先级就可以保证软件系统的实时性,用户也可根据自身需求选取需要的部分,也可在此基础上编写代码增加自己需要的功能,具有可裁剪性。 我将Wanlix和Mindows的开发过程记录下来,就形成了这本“底层工作者手册之嵌入式操作系统
  3. 所属分类:OS Develop

    • 发布日期:2017-11-03
    • 文件大小:8537680
    • 提供者:ifreecoding
  1. OS-Test

    0下载:
  2. STM8S下的迷你操作系统,在IAR FOR STM8下编译。可以实现任务的创建,优先级调度。代码短小,是学习参考的好资料。-The STM8S mini operating system, IAR FOR STM8 compiler. You can achieve the creation of the task, priority scheduling. The short code is a good learning reference information.
  3. 所属分类:SCM

    • 发布日期:2017-11-04
    • 文件大小:28551
    • 提供者:zhang
  1. emsoft10-yao

    0下载:
  2. 1. INTRODUCTION In a real-time kernel, it is well known that different scheduling policies lead to different system performance and different memory usage. For example, executing all the tasks in non-preemptive fashion can significantly reduc
  3. 所属分类:IT Hero

    • 发布日期:2017-11-23
    • 文件大小:659435
    • 提供者:Jen
  1. Cycle-time-slice-rotary-algorithm

    0下载:
  2. 实验任务 设计一个程序,根据不同的调度算法模拟操作系统对进程的调度。 调度算法: 时间片循环法 1、 设计进程控制块PBC表结构,适用循环时间片轮转算法。 2、 PBC结构通常包括以下信息:进程名、进程优先数、轮转时间片、进程的CPU时间,进程状态等。根据调度算法不同,PCB结构可作适当的调整。 3、 建立进程队列。对不同的算法编制不同的入链程序。 程序要求达到的运行效果:在设置好进程数量、调度算法后,系统能按设定的参数运行,并在屏幕上交替显示就绪队列和完成队列的进程名等
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-11
    • 文件大小:10942
    • 提供者:后双
  1. liushuizuoyediaodu

    0下载:
  2. 两台计算机上安装了分别两个相同的处理器 P1 和 P2 . 现有N个任务( jobs) J1, ... , JN 要在这两台台计算机上处理。每个任务 Ji 都被分成2个子任务 ji1 和 ji2 .这个问题相当于流水作业调度问题(这里的N个问题被分为了2N个问题,因此在流水作业调度问题中输入的任务数应为偶数,但考虑到能执行奇数个应用比较广发,则没有特殊规范要求),用动态规划算法解决: n个作业{1,2,…,n}要在由2台机器M1和M2组成的流水线上完成加工。每个作业加工的顺序都是先在M1上加
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:2013
    • 提供者:
  1. WSAN_SAT

    0下载:
  2. WSAN,激励节点调度:基于重叠区域的单任务分配算法。(西南交通大学,ZHJSWJTU)-WSAN, incentives node scheduling: single-task allocation algorithm based on the overlapping area.
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:2629
    • 提供者:张红江
  1. Desktop

    0下载:
  2. 假设有n个任务由k个可并行工作的机器来完成,完成任务i需要的时间为ti,试设计一个算法找出完成这n个任务的最佳调度,式的完成全部任务的时间最早-Suppose there are n tasks done by the k-th machine can work in parallel, needed to complete the task i time Ti, try to design an algorithm to find the complete optimal scheduling
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-06
    • 文件大小:1504
    • 提供者:hoticebeg
  1. 034

    0下载:
  2. 若任务的运行方式为非抢占式的,即任务开始后不可中断,需要连续运行pi时间,请给出一个调度算法,尽量使所有任务的平均结束时间最小。-The task of running a non-preemptive, after the start of the task can not be interrupted, continuous operation pi time, please give a scheduling algorithm, as far as possible so that th
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:1630
    • 提供者:李强
  1. 6

    0下载:
  2. 为了提高硬实时系统的容错能力,同时减少任务间的抢占次数,基于软件容错模型提出了抢占阈值容错调度算法(FT-FPPT). -Software-based fault-tolerant model in order to improve the fault tolerance of the hard real-time systems, while reducing the number of task preemption, preemption threshold tolerant schedu
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:1050722
    • 提供者:JIANGLILY
  1. code

    0下载:
  2. 此为温湿度采集终端程序的完整实现,调试成功。实现了modbus协议03号命令的数据采集,采用STCSTC15F2K60S2单片机,使用了简单的具有优先级的任务调度系统,温湿度传感器型号为AM2302,,温度和湿度通过74HC595静态显示驱动的四位数码管轮流显示,2个按键单击1次可分别查看温湿度的最大值和最小值,uart1作为调试端口,数据通过uart2经过max485实现485通信。-This is the temperature and humidity acquisition termin
  3. 所属分类:SCM

    • 发布日期:2017-11-03
    • 文件大小:121922
    • 提供者:zuoxuqi
  1. 188754treeviewdg

    0下载:
  2. 时间管理开发控件,日程,任务管理,适用delphi7,主要用于数据库编程 -Time management development control, scheduling, task management, applicable delphi7, mainly for database programming
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-24
    • 文件大小:276024
    • 提供者:CHEN CHARLES
  1. ONLINE

    0下载:
  2. 对于第一个学校教务管理系统,虽然贴近学生日常生活,但应对不同类 型的系统用户需做出不同的子用户界面和子用户功能集,且每种类型 用户涉及的功能数量较多。小组成员觉得在后期代码编写的过程中, 可能会因时间的限制而很难完成任务。 包裹追踪仿真,考虑到会涉及较多图论的知识,小组成员觉得有一定 难度,所以放弃。 地铁调度仿真,由于不太理解“用符号示意各个地铁的状态即可”的 实现要求,且不太了解运行过程中可能会
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:5476
    • 提供者:段月欣
  1. MYRTOS

    0下载:
  2. 一个简易的任务调度器,参考uCOS-II的调度算法,在STM32平台上测试成功……可以用来参考学习操作系统原理-A simple task scheduler, scheduling algorithm in reference uCOS-II, STM32 platform test successful...... Can be used for reference to learn the operating system......
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-08
    • 文件大小:1988570
    • 提供者:王祖翔
  1. MockExecutor

    0下载:
  2. A simple executor that maintains a queue and executes one task synchronously every time {@link #runNext()} is called. This gives us predictable scheduling for the tests to avoid timeouts waiting for threads to finish.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:610
    • 提供者:coufonbeng
  1. schedule-by-statemechine

    0下载:
  2. 以状态机方式实现了一个简单的任务调度模块,其中包括了对数据库,函数指针,调度linux shell的应用,超详细-The state machine approach to achieve a simple task scheduler module, including the application of the database, the function pointer, scheduling linux shell, ultra-detailed
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:11474
    • 提供者:jade
  1. cda3722b147a5472fbf4fb7edeb274ad

    0下载:
  2. This paper focuses on an essential task of the enhanced NodeB e lement in LTE architecture, the Radio Resource Manager RRM, which aims to accept or reject requests for connection to the network based on some constraints and ensuring optimal distr
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:187252
    • 提供者:samia
« 1 2 ... 11 12 13 14 15 1617 18 »
搜珍网 www.dssz.com