期刊文献+
共找到10篇文章
< 1 >
每页显示 20 50 100
Optimal online algorithms for scheduling on two identical machines under a grade of service 被引量:9
1
作者 蒋义伟 何勇 唐春梅 《Journal of Zhejiang University-Science A(Applied Physics & Engineering)》 SCIE EI CAS CSCD 2006年第3期309-314,共6页
This work is aimed at investigating the online scheduling problem on two parallel and identical machines with a new feature that service requests from various customers are entitled to many different grade of service ... This work is aimed at investigating the online scheduling problem on two parallel and identical machines with a new feature that service requests from various customers are entitled to many different grade of service (GoS) levels, so each job and machine are labelled with the GoS levels, and each job can be processed by a particular machine only when its GoS level is no less than that of the machine. The goal is to minimize the makespan. For non-preemptive version, we propose an optimal online al-gorithm with competitive ratio 5/3. For preemptive version, we propose an optimal online algorithm with competitive ratio 3/2. 展开更多
关键词 Online algorithm Competitive analysis Parallel machine scheduling Grade of service (GoS)
下载PDF
ON-LINE SCHEDULING WITH REJECTION ON IDENTICAL PARALLEL MACHINES 被引量:4
2
作者 Cuixia MIAO Yuzhong ZHANG 《Journal of Systems Science & Complexity》 SCIE EI CSCD 2006年第3期431-435,共5页
In this paper, we consider the on-line scheduling of unit time jobs with rejection on rn identical parallel machines. The objective is to minimize the total completion time of the accepted jobs plus the total penalty ... In this paper, we consider the on-line scheduling of unit time jobs with rejection on rn identical parallel machines. The objective is to minimize the total completion time of the accepted jobs plus the total penalty of the rejected jobs. We give an on-line algorithm for the problem with competitive ratio 1/2 (2 +√3) ≈ 1.86602. 展开更多
关键词 Competitive ratio identical parallel machines on-line algorithm rejection penalty.
原文传递
联机Fermat场址问题及一些相关问题的求解算法
3
作者 王钲旋 庞云阶 《计算机辅助设计与图形学学报》 EI CSCD 北大核心 1999年第6期481-484,共4页
Ferm at 场址问题要求在平面上寻找一点,使该点到一个给定点集中所有各点的距离之和取得最小值.联机Ferm at场址问题进一步要求可以在给出点集中任意地做点的插入或删除.利用在科学计算可视化研究中讨论的等值线抽取技... Ferm at 场址问题要求在平面上寻找一点,使该点到一个给定点集中所有各点的距离之和取得最小值.联机Ferm at场址问题进一步要求可以在给出点集中任意地做点的插入或删除.利用在科学计算可视化研究中讨论的等值线抽取技术来分析此问题,获得了一个联机求解的算法.应用获得算法的框架,还可以求解在平面内寻找某个特定点位置的一类问题及其它一些相关问题,对此给出了3个实例:联机的最大空圆问题、最小包围圆问题以及联机范围查找问题.实践表明给出的解法有广泛的应用. 展开更多
关键词 联机算法 等值线 Fermat场址 计算几何
下载PDF
求平面点集独立线段的一个联机算法
4
作者 徐寅峰 陈丽华 《工程数学学报》 CSCD 1995年第4期99-102,共4页
令S为一个有限平面点集合,线段L(p,q),p,q∈S称为S的一个独立线段当且仅当不存在两个端点在S中的线段与L(p,q)相交。本文给出了时间复杂度为O(n2logn)和修正时间复杂度为O(nlogn)的联机算法。这... 令S为一个有限平面点集合,线段L(p,q),p,q∈S称为S的一个独立线段当且仅当不存在两个端点在S中的线段与L(p,q)相交。本文给出了时间复杂度为O(n2logn)和修正时间复杂度为O(nlogn)的联机算法。这一算法与已知的脱机算法具有相同的时间复杂度。 展开更多
关键词 平面点集 独立线段 联机算法 时间复杂度
下载PDF
The Complexity and On-Line Algorithm for Automated Storage and Retrieval System with Stacker Cranes on One Rail 被引量:3
5
作者 GAO Qiang LU Xiwen 《Journal of Systems Science & Complexity》 SCIE EI CSCD 2016年第5期1302-1319,共18页
This paper considers an on-line scheduling and routing problem concerning the automated storage and retrieval system from tobacco industry. In this problem, stacker cranes run on one common rail between two racks. Mul... This paper considers an on-line scheduling and routing problem concerning the automated storage and retrieval system from tobacco industry. In this problem, stacker cranes run on one common rail between two racks. Multiple input/output-points are located at the bottom of the racks. The stacker cranes transport bins between the input/output-points and cells on the racks to complete requests generated over time. Each request should be accomplished within its response time. The objective is to minimize the time by which all the generated requests are completed. Under a given physical layout, the authors study the complexity of the problem and design on-line algorithms for both one-stacker-crane model and two-stacker-crane model. The algorithms axe validated by instances and numerical simulations. 展开更多
关键词 Automated storage and retrieval system NPohard on-line algorithm ROUTING scheduling.
原文传递
增删点后的Voronoi图生成算法 被引量:5
6
作者 张娟 杜全叶 《图学学报》 CSCD 北大核心 2013年第1期46-49,共4页
Voronoi图可广泛应用于模式识别、计算机图形学、计算机辅助设计、地理信息系统等领域。利用Voronoi图及其对偶图Delaunay三角网构建的不规则三角网TIN能充分地反映地形地貌特征,对TIN的统一管理和动态调用可较好地应用到数字高程模型... Voronoi图可广泛应用于模式识别、计算机图形学、计算机辅助设计、地理信息系统等领域。利用Voronoi图及其对偶图Delaunay三角网构建的不规则三角网TIN能充分地反映地形地貌特征,对TIN的统一管理和动态调用可较好地应用到数字高程模型的建立中。通过联机增量和减量算法来来实现增删点后的Voronoi图的生成,具有能够动态修改点集、速度快、效率高等优势。 展开更多
关键词 VORONOI图 联机增量算法 减量算法 不规则三角网 数字地面模型
下载PDF
一种联机手写汉字识别算法的设计与实现 被引量:1
7
作者 刘玉树 战守义 张惠 《北京理工大学学报》 EI CAS CSCD 1995年第5期1-5,共5页
提出了一种统计识别算法与结构算法相结合的联机手写汉字识别算法,模糊采集手写汉字与模板的结构对应关系.应用统计算法进行特征匹配识别,实现了与书写笔划顺序无关的快速、高识别率、手写字形限制小的国标两级汉字识别.
关键词 汉字识别 联机系统/算法实现
下载PDF
数据仓库联机维护算法STNL的改进
8
作者 王秀鸾 张秀娟 孙忠林 《福建电脑》 2004年第3期16-17,9,共3页
为了提高数据仓库维护与查询时的效率,关键是要实现数据仓库维护与用户操作的并行性,本文在对几种联机维护算法的基本思想和关键技术分析的基础上,对数据仓库维护算法STNL提出了改进。
关键词 数据仓库 联机维护算法 STNL算法 数据库 数据源 数据冗余 数据查询
下载PDF
从算法角度分析两类情报检索系统
9
作者 张进 陈远 《武汉大学学报(人文科学版)》 1997年第4期114-116,共3页
文章从算法角度对联机情报检索系统与脱机批处理系统进行了讨论,分析了它们在对逻辑非算子的处理、检索周期、处理最佳终止点、比较时主次方、文档结构,以及提问逻辑式机内等价形式对效率影响等方面的差异。
关键词 脱机批处理系统算法 联机检索算法 比较研究
下载PDF
对提高联机检索算法效率的讨论
10
作者 张进 牛继峰 《情报学报》 CSSCI 北大核心 1994年第6期415-420,共6页
文章提出了一种新的联机检索算法。该算法减少了传统标准联机检索算法的若干处理环节以及动态数据存贮空间。算法在对提问逻辑非算子的处理上比原算法有更大的灵活性。文章给出了必需的数据结构以及处理流程。
关键词 联机检索算法 情报检索 检索效率
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部