期刊文献+
共找到751篇文章
< 1 2 38 >
每页显示 20 50 100
A Theory for the Initial Allocating of Real Time Tasks in Distributed Systems
1
作者 鄢勇 金灿明 《Journal of Computer Science & Technology》 SCIE EI CSCD 1992年第2期185-188,共4页
Referring to a set of real time tasks with arriving time,executing time and deadline,this paperdiscusses the problem of polynomial time initial-allocating approximation algorithms in a distributedsystem and five new r... Referring to a set of real time tasks with arriving time,executing time and deadline,this paperdiscusses the problem of polynomial time initial-allocating approximation algorithms in a distributedsystem and five new results are gained which provide a theory for the designing of initial-allocating algorithmsof real time tasks. 展开更多
关键词 real time A Theory for the Initial Allocating of real time tasks in Distributed Systems OP
原文传递
Real-time Task Scheduling in Heterogeneous Multiprocessors System Using Hybrid Genetic Algorithm 被引量:1
2
作者 Myungryun Yoo 《通讯和计算机(中英文版)》 2016年第3期103-115,共13页
关键词 混合遗传算法 多处理器系统 实时任务 调度问题 异构 任务调度算法 模拟退火 延迟时间
在线阅读 下载PDF
Overload problem research on aperiodic real-time tasks
3
作者 吴悦 唐立三 杨洪斌 《Journal of Shanghai University(English Edition)》 CAS 2009年第2期136-141,共6页
In this paper, a novel scheduling mechanism is proposed to handle the real-time overload problem by maximizing the cumulative values of three types of tasks: the soft, the hard and the imprecise tasks. The simulation... In this paper, a novel scheduling mechanism is proposed to handle the real-time overload problem by maximizing the cumulative values of three types of tasks: the soft, the hard and the imprecise tasks. The simulation results show that the performance of our presented mechanism in this paper is greatly improved, much better than that of the other three mechanisms: earliest deadline first (EDF), highest value first (HVF) and highest density first (HDF), under the same conditions of all nominal loads and task type proportions. 展开更多
关键词 aperiodic real-time tasks tasks overload multi-choice knapsack problem nominal load hit value ratio
在线阅读 下载PDF
Assigning Real-Time Tasks in Environmentally Powered Distributed Systems
4
作者 Jian Lin Albert M. K. Cheng 《Circuits and Systems》 2014年第4期98-113,共16页
Harvesting energy for execution from the environment (e.g., solar, wind energy) has recently emerged as a feasible solution for low-cost and low-power distributed systems. When real-time responsiveness of a given appl... Harvesting energy for execution from the environment (e.g., solar, wind energy) has recently emerged as a feasible solution for low-cost and low-power distributed systems. When real-time responsiveness of a given application has to be guaranteed, the recharge rate of obtaining energy inevitably affects the task scheduling. This paper extends our previous works in?[1] [2] to explore the real-time task assignment problem on an energy-harvesting distributed system. The solution using Ant Colony Optimization (ACO) and several significant improvements are presented. Simulations compare the performance of the approaches, which demonstrate the solutions effectiveness and efficiency. 展开更多
关键词 Distributed Systems Energy HARVESTING real-time SCHEDULING task ASSIGNMENT
在线阅读 下载PDF
Homology Priority Task Scheduling in μC/OS-Ⅱ Real-Time Kernel
5
作者 WANG Xibo ZHOU Benhai +1 位作者 YU Gei LI Qian 《Wuhan University Journal of Natural Sciences》 CAS 2007年第5期946-950,共5页
μC/OS-Ⅱ is an open source real-time kernel adopting priority preemptive schedule strategy. Aiming at the problem of μC/OS-Ⅱ failing to support homology priority tasks scheduling, an approach for solution is propos... μC/OS-Ⅱ is an open source real-time kernel adopting priority preemptive schedule strategy. Aiming at the problem of μC/OS-Ⅱ failing to support homology priority tasks scheduling, an approach for solution is proposed. The basic idea is adding round-robin scheduling strategy in its original scheduler in order to schedule homology priority tasks through time slice roundrobin. Implementation approach is given in detail. Firstly, the Task Control Block (TCB) is extended. And then, a new priority index table is created, in which each index pointer points to a set of homology priority tasks. Eventually, on the basis of reconstructing μC/OS-Ⅱ real-time kernel, task scheduling module is rewritten. Otherwise, schedulability of homology task supported by modified kernel had been analyzed, and deadline formula of created homology tasks is given. By theoretical analysis and experiment verification, the modified kernel can support homology priority tasks scheduling, meanwhile, it also remains preemptive property of original μC/OS-Ⅱ. 展开更多
关键词 μC/OS-Ⅱ real-time kernel homology priority task round-robin
在线阅读 下载PDF
An Efficient Real-Time Fault-Tolerant Scheduling Algorithm Based on Multiprocessor Systems 被引量:6
6
作者 YANG Fumin LUO Wei PANG Liping 《Wuhan University Journal of Natural Sciences》 CAS 2007年第1期113-116,共4页
In the context of real-time fault-tolerant scheduling in multiprocessor systems, Primary-backup scheme plays an important role. A backup copy is always preferred to be executed as passive backup copy whenever possible... In the context of real-time fault-tolerant scheduling in multiprocessor systems, Primary-backup scheme plays an important role. A backup copy is always preferred to be executed as passive backup copy whenever possible because it can take the advantages of backup copy de-allocation technique and overloading technique to improve schedulability. In this paper, we propose a novel efficient fault-tolerant ratemonotonic best-fit algorithm efficient fault-tolerant rate-monotonic best-fit (ERMBF) based on multiprocessors systems to enhance the schedulability. Unlike existing scheduling algorithms that start scheduling tasks with only one processor. ERMBF pre-allocates a certain amount of processors before starting scheduling tasks, which enlarge the searching spaces for tasks. Besides, when a new processor is allocated, we reassign the task copies that have already been assigned to the existing processors in order to find a superior tasks assignment configuration. These two strategies are all aiming at making as many backup copies as possible to be executed as passive status. As a result, ERMBF can use fewer processors to schedule a set of tasks without losing real-time and fault-tolerant capabilities of the system. Simulation results reveal that ERMBF significantly improves the schedulability over existing, comparable algorithms in literature. 展开更多
关键词 real-time periodic tasks FAULT-TOLERANCE primary/backup copy multiprocessor systems
在线阅读 下载PDF
Energy-Efficient Deterministic Fault-Tolerant Scheduling for Embedded Real-Time Systems
7
作者 李国徽 胡方晓 +1 位作者 杜小坤 唐向红 《Journal of Southwest Jiaotong University(English Edition)》 2009年第4期283-291,共9页
By combining fault-tolerance with power management, this paper developed a new method for aperiodic task set for the problem of task scheduling and voltage allocation in embedded real-time systems. The scbedulability ... By combining fault-tolerance with power management, this paper developed a new method for aperiodic task set for the problem of task scheduling and voltage allocation in embedded real-time systems. The scbedulability of the system was analyzed through checkpointing and the energy saving was considered via dynamic voltage and frequency scaling. Simulation results showed that the proposed algorithm had better performance compared with the existing voltage allocation techniques. The proposed technique saves 51.5% energy over FT-Only and 19.9% over FT + EC on average. Therefore, the proposed method was more appropriate for aperiodic tasks in embedded real-time systems. 展开更多
关键词 Embedded real-time systems Aperiodic tasks Fault tolerance Power management task scheduling and voltageallocation
在线阅读 下载PDF
MODEL-BASED DEVELOPMENT OF REAL-TIME SOFTWARE SYSTEM FOR ELECTRONIC UNIT PUMP SYSTEM 被引量:1
8
作者 YU Shitao YANG Shiwei YANG Lin GONG Yuanming ZHUO Bin 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2007年第1期25-30,共6页
A real-time operating system (RTOS), also named OS, is designed based on the hardware platform of MC68376, and is implemented in the electronic control system for unit pump in diesel engine. A parallel and time-base... A real-time operating system (RTOS), also named OS, is designed based on the hardware platform of MC68376, and is implemented in the electronic control system for unit pump in diesel engine. A parallel and time-based task division method is introduced and the multi-task software architecture is built in the software system for electronic unit pump (EUP) system. The V-model software development process is used to control algorithm of each task. The simulation results of the hardware-in-the-loop simulation system (HILSS) and the engine experimental results show that the OS is an efficient real-time kernel, and can meet the real-time demands of EUP system; The built multi-task software system is real-time, determinate and reliable. V-model development is a good development process of control algorithms for EUP system, the control precision of control system can be ensured, and the development cycle and cost are also decreased. 展开更多
关键词 real-time operating system (RTOS) Multi-task V-model development Hardware-in-the-loop simulation system(HILSS) Electronic unit pump (EUP)
在线阅读 下载PDF
基于任务同步的异构多核实时系统节能调度算法
9
作者 赵小松 黄超 +1 位作者 李鉴 康玉龙 《计算机科学》 北大核心 2026年第1期241-251,共11页
目前,多核实时系统中同步任务的节能调度研究主要针对的是同构多核处理器平台,而异构多核处理器架构能够更有效地发挥系统性能。将现有的研究直接应用于异构多核系统,在保证可调度性的情况下会导致能耗变高。对此,通过使用动态电压与频... 目前,多核实时系统中同步任务的节能调度研究主要针对的是同构多核处理器平台,而异构多核处理器架构能够更有效地发挥系统性能。将现有的研究直接应用于异构多核系统,在保证可调度性的情况下会导致能耗变高。对此,通过使用动态电压与频率调节(Dynamic Voltage Frequency Scaling,DVFS)技术,研究异构多核实时系统中基于任务同步的节能调度问题,提出同步感知的最大能耗节省优先算法(Synchronization Aware-Largest Energy Saved First,SA-LESF)。该算法针对所有任务的速度配置进行迭代优化,直至所有任务均达到其最大限度节能的速度配置。此外,进一步提出基于动态松弛时间回收的同步感知最大能耗节省优先算法(Synchronization Aware-Largest Energy Saved First with Dynamic Reclamation,SA-LESF-DR)。该算法在保证实时任务可调度的同时,实施相应的回收策略,进一步降低系统能耗。实验结果表明,SA-LESF与SA-LESF-DR算法在能耗表现上具有优势,在相同任务集下,相比其他算法可节省高达30%的能耗。 展开更多
关键词 实时系统 异构多核处理器 任务同步 节能调度
在线阅读 下载PDF
基于INtime的雷达实时操控显示终端设计
10
作者 漆先虎 张军 张博君 《火控雷达技术》 2011年第4期66-69,共4页
为了解决雷达操控显示终端的强劲的图形显示能力与实时性能相结合的问题,本文提出了一种在XPE下基于INtime实时扩展的雷达实时操控显示终端设计方案。通过INtime实时进程完成雷达实时控制、数据处理等实时任务,通过Windows进程完成雷达... 为了解决雷达操控显示终端的强劲的图形显示能力与实时性能相结合的问题,本文提出了一种在XPE下基于INtime实时扩展的雷达实时操控显示终端设计方案。通过INtime实时进程完成雷达实时控制、数据处理等实时任务,通过Windows进程完成雷达目标、原始视频、状态数据等的快速显示,利用INtime的共享内存和信号量机制实现两之间通信。经过测试与仿真以及与雷达实装的现场试运行,验证了该方案的适用性。 展开更多
关键词 操控终端 INtime 实时多任务 XPE
在线阅读 下载PDF
Garbage Collection Scheduling of Aperiodic Tasks
11
作者 Ning Zhang Guang-Ze Xiong 《Journal of Electronic Science and Technology of China》 2009年第3期223-226,共4页
In the previous work of garbage collection (GC) models, scheduling analysis was given based on an assumption that there were no aperiodic mutator tasks. However, it is not true in practical real-time systems. The GC... In the previous work of garbage collection (GC) models, scheduling analysis was given based on an assumption that there were no aperiodic mutator tasks. However, it is not true in practical real-time systems. The GC algorithm which can schedule aperiodic tasks is proposed, and the variance of live memory is analyzed. In this algorithm, active tasks are deferred to be processed by GC until the states of tasks become inactive, and the saved sporadic server time can be used to schedule aperiodic tasks. Scheduling the sample task sets demonstrates that this algorithm in this paper can schedule aperiodic tasks and decrease GC work. Thus, the GC algorithm proposed is more flexible and portable. 展开更多
关键词 Aperiodic tasks garbage collector real-time SCHEDULING
在线阅读 下载PDF
基于Cortex-M4内核的RT-Thread上下文切换机制剖析
12
作者 徐丽华 王宜怀 奚圣鑫 《计算机应用与软件》 北大核心 2025年第1期213-216,302,共5页
RT-Thread是源码公开的国产嵌入式实时操作系统。基于Cortex-M4内核,对RT-Thread通过底层PendSV中断进行上下文切换的过程进行了剖析,从指令级别对上下文切换的实现机制进行了研究,为深入理解内核调度机制的实现提供了参考,也为RT-Threa... RT-Thread是源码公开的国产嵌入式实时操作系统。基于Cortex-M4内核,对RT-Thread通过底层PendSV中断进行上下文切换的过程进行了剖析,从指令级别对上下文切换的实现机制进行了研究,为深入理解内核调度机制的实现提供了参考,也为RT-Thread的应用与推广提供了技术基础。 展开更多
关键词 嵌入式实时操作系统 RT-THREAD 任务调度 上下文切换
在线阅读 下载PDF
外骨骼机器人高实时高能效控制器研究
13
作者 王泽正 包颖炜 +3 位作者 李慧莱 李驰 孙茂文 欧阳小平 《机械工程学报》 北大核心 2025年第15期209-220,共12页
外骨骼机器人在多个实验室环境中取得了成功,但实际部署中仍面临着一系列与控制器硬件相关的挑战,包括控制器体积过大,实时性不足,计算资源瓶颈等问题。为了解决这些问题,开发了一套用于外骨骼机器人的具有可扩展性的硬件电路系统,同时... 外骨骼机器人在多个实验室环境中取得了成功,但实际部署中仍面临着一系列与控制器硬件相关的挑战,包括控制器体积过大,实时性不足,计算资源瓶颈等问题。为了解决这些问题,开发了一套用于外骨骼机器人的具有可扩展性的硬件电路系统,同时兼顾了实时性和高算力特性。通过对控制器硬件信号流向进行建模,优化通信线路和流量分配,降低了系统通信延迟。根据外骨骼机器人在空间和时间上对算力需求的差异,设计了基于步态的实时任务调度算法,优化了算力分配。通过并行流水和模块折叠复用的方式来设计运算加速器,有效减少了硬件资源的消耗,提高了系统算力。开展了控制器实时性测试、算力测试和助力外骨骼机器人负重行走试验。经测试,所设计的控制器主从通信延迟小于20μs,算力功耗比15 GOPS/W,相比于主流控制器架构具有低延迟高算力特性。在平地,上下坡负重行走体现出良好的跟踪效果,为外骨骼机器人更广泛的应用打下了硬件基础。 展开更多
关键词 外骨骼机器人 控制器硬件 实时性 任务调度 算力优化
原文传递
应用于自动驾驶的多任务视觉感知网络模型
14
作者 程涛 罗濠成 +1 位作者 任斌 何春红 《东莞理工学院学报》 2025年第3期31-37,45,共8页
自动驾驶的感知系统需要同时完成交通目标检测、可行驶区域分割和车道线检测。但是,用于同时实现上述三个任务的模型难以达到实时检测的需求。因此,本文提出了一种高效快速的多任务视觉感知网络模型,同时处理三个任务并提高了推理速度... 自动驾驶的感知系统需要同时完成交通目标检测、可行驶区域分割和车道线检测。但是,用于同时实现上述三个任务的模型难以达到实时检测的需求。因此,本文提出了一种高效快速的多任务视觉感知网络模型,同时处理三个任务并提高了推理速度。该模型是基于YOLOv8的骨干网络来构建多任务视觉感知网络模型,针对分割任务提出自适应共享模块和共享分流式颈部网络来进一步实现多任务的高效推理。实验结果表明,本文的模型在BDD100k数据集上获得了较好的性能和显著的推理速度。 展开更多
关键词 自动驾驶 目标检测 实时检测 多任务模型
在线阅读 下载PDF
面向实时任务的嵌入式系统缓存划分优化方法
15
作者 王艳广 刘健雄 +1 位作者 王冲 陈秋瑞 《计算机工程与设计》 北大核心 2025年第10期3009-3015,共7页
面向系统级仿真领域嵌入式系统应用场景,为提升实时任务执行过程中的缓存性能,提出了一种多核嵌入式系统的实时任务共享缓存行为预测模型,用于对嵌入式系统实时任务执行过程中的缓存行为进行预测;基于缓存行为预测模型,建立了以进程缓... 面向系统级仿真领域嵌入式系统应用场景,为提升实时任务执行过程中的缓存性能,提出了一种多核嵌入式系统的实时任务共享缓存行为预测模型,用于对嵌入式系统实时任务执行过程中的缓存行为进行预测;基于缓存行为预测模型,建立了以进程缓存冲突率最小为目标的优化问题,并通过动态规划算法得出实时任务共享缓存的动态划分方案。实验结果表明缓存划分方法有效,系统缓存冲突率平均减少25.2%,缓存失效率降低4.1%。 展开更多
关键词 缓存行为预测 缓存划分 嵌入式系统 实时任务 共享缓存 缓存冲突率 缓存失效率
在线阅读 下载PDF
配网调度网络发令多任务实时解耦自动控制方法 被引量:1
16
作者 齐彩娟 车彬 +2 位作者 韦冬妮 杨钊 杨燕 《自动化技术与应用》 2025年第4期169-173,共5页
网络发令多任务分解的好坏直接影响任务控制质量,因此研究配网调度网络发令多任务实时解耦自动控制方法。依据配网调度网络发令架构,分析网络发令多任务过程,并依据发令任务耦合度,采用基于动态解耦的配网调度网络发令任务分解方法,实... 网络发令多任务分解的好坏直接影响任务控制质量,因此研究配网调度网络发令多任务实时解耦自动控制方法。依据配网调度网络发令架构,分析网络发令多任务过程,并依据发令任务耦合度,采用基于动态解耦的配网调度网络发令任务分解方法,实现发令多任务解耦分解,并将解耦分解后的发令多任务调度问题,转换成获取配网发令多任务调度时网络节点能量最优的网络服务曲线问题,为提高网络服务曲线的能量效率,确保网络进行发令多任务调度的均衡性,采用局部匀速调度算法,全面考虑网络节点进行发令多任务传输调度的时间间隔,在各时间间隔中都进行一次能量最佳的时间槽分类,实现发令多任务传输的协调调度。实验结果表明,该方法可对配网用户停电时间以及停电次数进行合理发令多任务控制,控制效果同实际一致,控制后网络负载均衡性以及稳定性佳。 展开更多
关键词 配网调度网络 发令多任务 实时解耦控制 节能能量 最优网络服务 时间槽
在线阅读 下载PDF
基于人工智能的无人机人机协作平台研发与优化
17
作者 朱志鹏 罗晓刚 +2 位作者 叶嘉信 田洋 高航 《计算机应用文摘》 2025年第24期81-83,共3页
围绕人工智能驱动的无人机人机协作平台展开研究,旨在解决传统无人机系统在复杂环境感知、实时决策与任务协同任务中存在的局限性。通过集成深度学习、强化学习及多模态人机交互技术,构建智能化协作框架,实现操作者与无人机在任务规划... 围绕人工智能驱动的无人机人机协作平台展开研究,旨在解决传统无人机系统在复杂环境感知、实时决策与任务协同任务中存在的局限性。通过集成深度学习、强化学习及多模态人机交互技术,构建智能化协作框架,实现操作者与无人机在任务规划、状态感知与控制执行层面的高效协同。 展开更多
关键词 人工智能 无人机 环境感知 实时决策 任务协同
在线阅读 下载PDF
End-to-End Utilization Control for Aperiodic Tasks in Distributed Real-Time Systems 被引量:2
18
作者 廖勇 陈旭东 +2 位作者 熊光泽 朱清新 桑楠 《Journal of Computer Science & Technology》 SCIE EI CSCD 2007年第1期135-146,共12页
An increasing number of DRTS (Distributed model. The key challenges of such DRTS are guaranteeing Real-Time Systems) are employing an end-to-end aperiodic task utilization on multiple processors to achieve overload ... An increasing number of DRTS (Distributed model. The key challenges of such DRTS are guaranteeing Real-Time Systems) are employing an end-to-end aperiodic task utilization on multiple processors to achieve overload protection, and meeting the end-to-end deadlines of aperiodic tasks. This paper proposes an end-to-end utilization control architecture and an IC-EAT (Integration Control for End-to-End Aperiodic Tasks) algorithm, which features a distributed feedback loop that dynamically enforces the desired utilization bound on multiple processors. IC-EAT integrates admission control with feedback control, which is able to dynamically determine the QoS (Quality of Service) of incoming tasks and guarantee the end-to-end deadlines of admitted tasks. Then an LQOCM (Linear Quadratic Optimal Control Model) is presented. Finally, experiments demonstrate that, for the end-to-end DRTS whose control matrix G falls into the stable region, the IC-EAT is convergent and stable. Moreover,it is capable of providing better QoS guarantees for end-to-end aperiodic tasks and improving the system throughput. 展开更多
关键词 real-time scheduling end-to-end distributed real-time system feedback control scheduling aperiodic task
原文传递
基于种群智能优化的无人水下航行器任务分配方法研究
19
作者 任梓萌 裴立冠 《应用科技》 2025年第1期114-121,共8页
为满足多个无人水下航行器(unmanned underwater vehicle,UUV)协同执行任务需求,提出基于种群智能优化的UUV任务分配方法。通过对多UUV执行任务情境进行分析,构建任务属性模型与任务分配优化模型,建立相应的目标函数与约束条件,根据实... 为满足多个无人水下航行器(unmanned underwater vehicle,UUV)协同执行任务需求,提出基于种群智能优化的UUV任务分配方法。通过对多UUV执行任务情境进行分析,构建任务属性模型与任务分配优化模型,建立相应的目标函数与约束条件,根据实时在线任务分配特点,提出在线任务分配原则。基于动态交换目标算法思想,构建相应的动态降维规则,确定目标函数与约束条件;融合布谷鸟搜索算法、人工蜂群算法和混沌自适应搜索策略,根据不同寻优状态,构建3种对应的搜索机制,形成新的种群自适应优化算法,适应UUV任务分配最优解求取特点。通过仿真可得,本文算法寻优较快,可有效避免陷入局部最优,同时协同任务分配模型可有效用于预前任务分配和UUV突发任务实时在线任务分配场景。 展开更多
关键词 无人水下航行器 任务分配 自适应智能优化算法 预前任务分配模型 实时在线分配模型 动态降维规则 局部最优 混沌自适应搜索策略
在线阅读 下载PDF
基于边缘计算的实时应急响应系统优化研究
20
作者 董吉利 《移动信息》 2025年第4期272-274,共3页
目前,应急响应系统对实时性和可靠性的需求日益提升。传统云计算架构在数据处理过程中容易受到延迟和带宽瓶颈的限制,难以满足应急场景的要求。边缘计算通过将计算和存储资源下沉至网络边缘,为实时应急响应系统提供了全新的解决方案。... 目前,应急响应系统对实时性和可靠性的需求日益提升。传统云计算架构在数据处理过程中容易受到延迟和带宽瓶颈的限制,难以满足应急场景的要求。边缘计算通过将计算和存储资源下沉至网络边缘,为实时应急响应系统提供了全新的解决方案。文中研究了基于边缘计算的实时应急响应系统架构,重点探讨了任务调度、数据传输延迟、能耗管理和负载均衡的优化技术,为未来的应急管理和灾害防控提供了技术支持和理论依据。 展开更多
关键词 边缘计算 实时应急响应 任务调度 能耗管理 负载均衡
在线阅读 下载PDF
上一页 1 2 38 下一页 到第
使用帮助 返回顶部