期刊文献+
共找到337篇文章
< 1 2 17 >
每页显示 20 50 100
ON THE OPTIMALITY IN GENERAL SENSE FOR ODD-BLOCK SEARCH
1
作者 陈木法 黄丹华 《Acta Mathematicae Applicatae Sinica》 SCIE CSCD 1995年第4期389-404,共16页
In his classical article[3], J. Kiefer introduced the Fibonacci search as a direct optimal method. The optimality was proved under the restriction: the total number of tests is given in advance and fixed. To avoid thi... In his classical article[3], J. Kiefer introduced the Fibonacci search as a direct optimal method. The optimality was proved under the restriction: the total number of tests is given in advance and fixed. To avoid this restriction, some different concepts of optimality were proposed and some corresponding optimal methods were obtained in [1], [2], [5] and [6]. In particular, the even-block search was treated in [1]. This paper deals with the odd-block search. The main result is Theorem 1.15. 展开更多
关键词 Fibonacci search golden section search odd-block search optimality in general
原文传递
A fast block-matching algorithm based on variable shape search 被引量:1
2
作者 刘浩 张文军 蔡骏 《Journal of Zhejiang University-Science A(Applied Physics & Engineering)》 SCIE EI CAS CSCD 2006年第2期194-198,共5页
Block-matching motion estimation plays an important role in video coding. The simple and efficient fast block-matching algorithm using Variable Shape Search (VSS) proposed in this paper is based on diamond search and ... Block-matching motion estimation plays an important role in video coding. The simple and efficient fast block-matching algorithm using Variable Shape Search (VSS) proposed in this paper is based on diamond search and hexagon search. The initial big diamond search is designed to fit the directional centre-biased characteristics of the real-world video se- quence, and the directional hexagon search is designed to identify a small region where the best motion vector is expected to locate. Finally, the small diamond search is used to select the best motion vector in the located small region. Experimental results showed that the proposed VSS algorithm can significantly reduce the computational complexity, and provide competitive computational speedup with similar distortion performance as compared with the popular Diamond-based Search (DS) algorithm in the MPEG-4 Simple Profile. 展开更多
关键词 运动估计 块匹配算法 可变形状搜索 MPEG-4 单一侧断面
下载PDF
RANDOM BLOCK SEARCH ALGORITHM
3
作者 周建钦 赵志远 《Chinese Science Bulletin》 SCIE EI CAS 1991年第19期1661-1662,共2页
Searching is frequently used in computer software design. The research of searching algorithms is always in an important position and many algorithms have been advanced. It is realized that the searching algorithm bas... Searching is frequently used in computer software design. The research of searching algorithms is always in an important position and many algorithms have been advanced. It is realized that the searching algorithm based on data comparison has the expected complexity of at least O(N log N ) (The complexity means the running time to search N data in a file of N data, the following complexity has the same meaning). Famous computer scientist D. E. Knuth made analysis and comparison for searching algorithms, and came to the conclusion that the binary search has the least complexity of O(N log N). Data processed in comput- 展开更多
关键词 BINARY search bucketing search RANDOM block search.
原文传递
New Diamond Block Based Gradient Descent Search Algorithm for Motion Estimation in the MPEG- 4 Encoder
4
作者 王振洲 李桂苓 《Transactions of Tianjin University》 EI CAS 2003年第3期202-205,共4页
Motion estimation is an important part of the MPEG- 4 encoder, due to its significant impact on the bit rate and the output quality of the encoder sequence. Unfortunately this feature takes a significant part of the e... Motion estimation is an important part of the MPEG- 4 encoder, due to its significant impact on the bit rate and the output quality of the encoder sequence. Unfortunately this feature takes a significant part of the encoding time especially when the straightforward full search(FS) algorithm is used. In this paper, a new algorithm named diamond block based gradient descent search (DBBGDS) algorithm, which is significantly faster than FS and gives similar quality of the output sequence, is proposed. At the same time, some other algorithms, such as three step search (TSS), improved three step search (ITSS), new three step search (NTSS), four step search (4SS), cellular search (CS) , diamond search (DS) and block based gradient descent search (BBGDS), are adopted and compared with DBBGDS. As the experimental results show, DBBGDS has its own advantages. Although DS has been adopted by the MPEG- 4 VM, its output sequence quality is worse than that of the proposed algorithm while its complexity is similar to the proposed one. Compared with BBGDS, the proposed algorithm can achieve a better output quality. 展开更多
关键词 图像编码 MPEG-4 编码器 运动估计 全局搜索 菱形搜索 成组梯度下降搜索算法 视频信号
下载PDF
Video Image Block-matching Motion Estimation Algorithm Based on Two-step Search
5
作者 金伟其 陈艳 +4 位作者 王岭雪 刘斌 刘崇亮 沈亚中 张桂清 《Journal of Measurement Science and Instrumentation》 CAS 2010年第3期228-232,共5页
Aiming at the shortcoming that certain existing blocking-matching algorithms,such as full search,three-step search,and diamond search algorithms,usually can not keep a good balance between high accuracy and low comput... Aiming at the shortcoming that certain existing blocking-matching algorithms,such as full search,three-step search,and diamond search algorithms,usually can not keep a good balance between high accuracy and low computational complexity,a block-matching motion estimation algorithm based on two-step search is proposed in this paper.According to the fact that the gray values of adjacent pixels will not vary fast,the algorithm employs an interlaced search pattern in the search window to estimate the motion vector of the object-block.Simulation and actual experiments demonstrate that the proposed algorithm greatly outperforms the well-known three-step search and diamond search algorithms,no matter the motion vector is large or small.Compared with the full search algorithm,the proposed one achieves similar performance but requires much less computation,therefore,the algorithm is well qualified for real-time video image processing. 展开更多
关键词 运动估计算法 全搜索算法 视频图像处理 块匹配 三步搜索 运动矢量 计算复杂性 相邻像素
下载PDF
Novel block-matching algorithms by subsampling both search candidates and pixels
6
作者 蒋文斌 周曼丽 +1 位作者 彭复员 许毅平 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2005年第3期533-537,共5页
A new faster block-matching algorithm (BMA) by using both search candidate and pixd sulzsamplings is proposed. Firstly a pixd-subsampling approach used in adjustable partial distortion search (APDS) is adjusted to... A new faster block-matching algorithm (BMA) by using both search candidate and pixd sulzsamplings is proposed. Firstly a pixd-subsampling approach used in adjustable partial distortion search (APDS) is adjusted to visit about half points of all search candidates by subsampling them, using a spiral-scanning path with one skip. Two sdected candidates that have minimal and second minimal block distortion measures are obtained. Then a fine-tune step is taken around them to find the best one. Some analyses are given to approve the rationality of the approach of this paper. Experimental results show that, as compared to APDS, the proposed algorithm can enhance the block-matching speed by about 30% while maintaining its MSE performance very close to that of it. And it performs much better than many other BMAs such as TSS, NTSS, UCDBS and NPDS. 展开更多
关键词 block motion estimation video compression adjustable partial distortion search subsampling.
下载PDF
25轮T-TWINE-128的中间相遇攻击
7
作者 刘亚 刘采玥 +1 位作者 颜勇 曲博 《小型微型计算机系统》 CSCD 北大核心 2024年第5期1228-1234,共7页
T-TWINE-128是基于广义Feistel结构的轻量级可调分组密码,密钥长度为128比特,加密的数据块大小为64比特.由于轻量级分组密码在设计时为了追求更高的软硬件实现效率,往往会牺牲部分安全性,因此必须评估其安全强度.本文通过计算机编程得到... T-TWINE-128是基于广义Feistel结构的轻量级可调分组密码,密钥长度为128比特,加密的数据块大小为64比特.由于轻量级分组密码在设计时为了追求更高的软硬件实现效率,往往会牺牲部分安全性,因此必须评估其安全强度.本文通过计算机编程得到了T-TWINE-128的轮密钥的一些线性关系,再结合调柄值生成算法的特性,利用区分器自动搜索算法,搜索出11轮T-TWINE-128的中间相遇攻击区分器,在此区分器前面接5轮,后面接9轮,形成25轮T-TWINE-128的中间相遇攻击路径,整个攻击过程共耗时652.39ms,攻击需要数据、时间和存储复杂度分别为256个选择明文、2126.41次加密、265个64比特块;最后搜索密钥编排算法的冗余性发现T-TWINE-128很难进行更高轮中间相遇攻击. 展开更多
关键词 T-TWINE 中间相遇攻击 轻量可调分组密码 自动搜索算法
下载PDF
面向准时化生产的船体分段排产分析
8
作者 王冲 彭江 《船舶工程》 CSCD 北大核心 2024年第3期117-123,共7页
针对国内某典型船厂存在的智能化程度低、作业方案可控性差和库存成本高等问题,以减少船体分段的库存时间、满足分段的开工时间限制和保证胎位负荷均衡为目标建立数学模型,并引入遗传算法解决此类NP-Hard问题。在算法运行过程中采用混... 针对国内某典型船厂存在的智能化程度低、作业方案可控性差和库存成本高等问题,以减少船体分段的库存时间、满足分段的开工时间限制和保证胎位负荷均衡为目标建立数学模型,并引入遗传算法解决此类NP-Hard问题。在算法运行过程中采用混沌映射、精英保留策略和自适应交叉变异算子增强算法的全局寻优性和收敛性。对某船厂的实际生产数据进行计算和对比分析,结果表明,采用改进算法所得结果比船厂排产计划库存时间更少,资源利用率更高,该算法有效。 展开更多
关键词 分段排产 遗传算法 精益造船 准时化 混沌搜索
下载PDF
一类基于FSP问题Block性质的快速TS算法 被引量:6
9
作者 金锋 宋士吉 吴澄 《控制与决策》 EI CSCD 北大核心 2007年第3期247-251,257,共6页
为解决现有算法在求解大规模流水线调度问题(FSP)时计算时间过长的问题,从缩小邻域的角度出发,提出一种基于FSP问题Block性质的快速禁忌搜索(TS)算法.利用Block性质,算法在保证不丢失最优解的基础上,将邻域中大部分劣解排除,将搜索重点... 为解决现有算法在求解大规模流水线调度问题(FSP)时计算时间过长的问题,从缩小邻域的角度出发,提出一种基于FSP问题Block性质的快速禁忌搜索(TS)算法.利用Block性质,算法在保证不丢失最优解的基础上,将邻域中大部分劣解排除,将搜索重点集中在邻域中“最优希望”的区域,以缩小邻域和减少计算时间.数值仿真实验表明,该算法能在较短时间内获得大规模FSP问题的满意解. 展开更多
关键词 流水线调度问题 禁忌搜索 block性质
下载PDF
ArchIndex:基于多源数据的城市街区检索引擎
10
作者 莫怡晨 卢德格尔·霍夫施塔特 +1 位作者 李飚 唐芃 《新建筑》 2024年第1期15-21,共7页
城市街区检索引擎是一种城市认知智能,通过整合和呈现多源城市数据,建立城市空间检索模型,从而简化城市设计前期的认知和调研。文章通过动态网页提供城市街区检索引擎ArchIndex,在可定期更新的空间关系数据库的基础上,采集街区实例数据... 城市街区检索引擎是一种城市认知智能,通过整合和呈现多源城市数据,建立城市空间检索模型,从而简化城市设计前期的认知和调研。文章通过动态网页提供城市街区检索引擎ArchIndex,在可定期更新的空间关系数据库的基础上,采集街区实例数据,建立形态、功能、活力三个方面的向量化指标,用于城市街区的检索与可视化。最终方案实现了分布式运行部署,可对任意城市建立索引,用云端计算与网页应用,为城市形态学研究提供了易用的工具和新的方法。 展开更多
关键词 城市街区 检索引擎 空间数据库 形态量化分析 网络应用
下载PDF
Meta Search系统中的数据缓冲机制
11
作者 解冲锋 李星 党梅梅 《计算机工程》 EI CAS CSCD 北大核心 1999年第10期52-53,82,共3页
针对信息查询系统的要求,分析了常规MetaSearch系统的不足,提出一种基于队列的缓冲机制。分析影响缓冲系统性能的因素。
关键词 信息查询系统 数据缓冲 WEB 服务器
下载PDF
双区型仓库订单分批与拣选协同优化研究
12
作者 张艳菊 李群 +1 位作者 张彭涵 李蕊 《计算机应用研究》 CSCD 北大核心 2024年第3期746-755,共10页
针对订单分拣效率低下导致商品出库缓慢的问题,提出一种基于双区型仓库订单分批与拣选的协同优化模型,设计求解模型的CWDP-BSA(clarke-wright and dynamic programming&backtracking search algorithm)协同优化算法。在节约算法中... 针对订单分拣效率低下导致商品出库缓慢的问题,提出一种基于双区型仓库订单分批与拣选的协同优化模型,设计求解模型的CWDP-BSA(clarke-wright and dynamic programming&backtracking search algorithm)协同优化算法。在节约算法中引入快速排序法对订单组合的距离节约值排序,考虑AGV承载量,运用多阶段决策过程最优策略得出状态转移方程求解订单分批模型,确定初始分批方案;并采取多因子选择的回溯搜索算法求解拣选路径模型,以此确定初始拣选方案。再以以上两方案为基础,建立新的基于订单时间窗的订单分批和拣选协同优化模型并求解,进一步优化订单分批和拣选方案。最后通过对比实验得出,平均每批次订单的拣选距离减少了约24.56%,优化后的拣选时间比优化前缩短了约11.4%,在求解不同规模算例时,CWDP-BSA算法的求解结果优于CPLEX软件和其他算法,验证了模型与算法的稳定性和有效性。实验表明,协同优化后的订单分批与物品拣选策略能够有效提升订单出库效率。 展开更多
关键词 双区型仓库 订单分批拣选 协同优化 节约算法 回溯搜索优化算法 CWDP-BSA算法
下载PDF
改进的Shark-search算法在网络采集中的应用 被引量:1
13
作者 张玲 祁玉娟 姜华 《计算机技术与发展》 2017年第8期192-194,199,共4页
Shark-search是一种依据链接价值的高低进行优先采集的算法,用于主题信息采集系统时由于只考虑了网页文本和链接锚文本与主题的相关性而忽略了网页的组织结构特性,在抓取有较多噪音链接的网页时效果欠佳。基于网页组织结构特性的分析研... Shark-search是一种依据链接价值的高低进行优先采集的算法,用于主题信息采集系统时由于只考虑了网页文本和链接锚文本与主题的相关性而忽略了网页的组织结构特性,在抓取有较多噪音链接的网页时效果欠佳。基于网页组织结构特性的分析研究,提出了一种基于网页主题分块的Shark-search算法。该算法在经典Shark-search算法的基础上依据网页组织结构根据网页布局标签对页面内容进行分块,从网页,块和链接三个层面与主题的相关性得到链接的综合价值,因而具有自学习功能,能统计学习与主题相关性较大的块特征,并在发生主题漂移的时候具有自调整功能,给予主题相关性较大的父页面上的链接更多被抓取的机会。采集实验结果表明,所提出的算法在经典Shark-search的基础上能较好地改进主题信息采集的查准率,能够更灵活地针对实际的Web资源状况进行自调整。 展开更多
关键词 Shark-search算法 网页分块 Web信息搜集 链接价值 主题漂移
下载PDF
求解能耗成本平衡的分布式阻塞流水线调度群体迭代贪婪算法
14
作者 韩雪 王玉亭 +1 位作者 韩玉艳 李俊青 《控制理论与应用》 EI CAS CSCD 北大核心 2024年第6期1147-1155,共9页
在经典分布式流水车间调度问题基础上,本文构建了具有序列相关准备时间的分布式阻塞流水线调度问题(DBFSP SDST)的混合线性整数规划模型(MILP),以均衡各工厂能耗成本为优化目标,提出了基于群体优化的迭代贪婪算法(PEIG).该算法针对零缓... 在经典分布式流水车间调度问题基础上,本文构建了具有序列相关准备时间的分布式阻塞流水线调度问题(DBFSP SDST)的混合线性整数规划模型(MILP),以均衡各工厂能耗成本为优化目标,提出了基于群体优化的迭代贪婪算法(PEIG).该算法针对零缓冲区和多工厂生产模式,设计了问题特性的启发式方法;针对迭代贪婪算法(IGA)的优势和不足,提出了基于群体的局部搜索策略、多邻域搜索结构和增强的跨工厂破坏重构方法,以进一步平衡所提算法的全局探索和局部搜索能力.通过270个测试算例的数值仿真,以及与最新4种代表算法的统计比较,本文验证了所提PEIG算法的优越性,能为中大规模的DBFSP SDST提供更优的调度方案. 展开更多
关键词 分布式 阻塞流水调度 能耗成本 群体局部搜索策略 迭代贪婪算法
下载PDF
长沙太平老街历史文化街区建筑色彩研究
15
作者 陈湘粤 《城市建筑空间》 2024年第1期59-62,共4页
建筑色彩在历史文化街区中扮演着至关重要的角色。以长沙太平老街历史文化街区为研究对象,对其建筑色彩进行调研,归纳特征,总结现状问题,提出优化策略,以期使街区建筑色彩体现文化特色,保持历史风貌,延续传统文化内涵。
关键词 历史文化街区 建筑色彩 色彩研究
下载PDF
A Fast Depth-Map Generation Algorithm based on Motion Search from 2D Video Contents 被引量:1
16
作者 Weiwei Wang Yuesheng Zhu 《Journal of Software Engineering and Applications》 2012年第12期144-148,共5页
Generation of a depth-map from 2D video is the kernel of DIBR (Depth Image Based Rendering) in 2D-3D video conversion systems. However it occupies over most of the system resource where the motion search module takes ... Generation of a depth-map from 2D video is the kernel of DIBR (Depth Image Based Rendering) in 2D-3D video conversion systems. However it occupies over most of the system resource where the motion search module takes up 90% time-consuming in typical motion estimation-based depth-map generation algorithms. In order to reduce the computational complexity, in this paper a new fast depth-map generation algorithm based on motion search is developed, in which a fast diamond search algorithm is adopted to decide whether a 16x16 or 4x4 block size is used based on Sobel operator in the motion search module to obtain a sub-depth-map. Then the sub-depth-map will be fused with the sub-depth-maps gotten from depth from color component Cr and depth from linear perspective modules to compensate and refine detail of the depth-map, finally obtain a better depth-map. The simulation results demonstrate that the new approach can greatly reduce over 50% computational complexity compared to other existing methods. 展开更多
关键词 block-MATCHING depth-map MOTION search DIBR
下载PDF
基于分治策略的SAT差分自动化搜索算法及其应用
17
作者 胡斌 谈潇 王森鹏 《通信学报》 EI CSCD 北大核心 2023年第4期137-144,共8页
为了提高自动化搜索效率,结合分治策略提出了一种基于SAT模型的最优差分特征搜索算法。利用任意部分连续轮的Matsui边界条件提供的信息,将搜索空间划分为互不相交的子集。通过分析SAT差分模型间的可满足性关系,提出一种降序分支搜索链... 为了提高自动化搜索效率,结合分治策略提出了一种基于SAT模型的最优差分特征搜索算法。利用任意部分连续轮的Matsui边界条件提供的信息,将搜索空间划分为互不相交的子集。通过分析SAT差分模型间的可满足性关系,提出一种降序分支搜索链模型。进一步地,在模型优化层面,减少了需搜索划分子集数量的方法;在算法实现层面,结合并行技术实现对模型搜索空间的约减。将加速算法应用于ARX类密码算法族SPECK,获得了20轮、14轮、11轮SPECK-48、SPECK-96、SPECK-128的最优差分特征,较现有最好结果分别提高了1轮、4轮、2轮。 展开更多
关键词 差分特征 分组密码 自动化搜索 分治策略
下载PDF
基于点云分块的平均密度阈值点云滤波方法 被引量:1
18
作者 叶凯 董建民 +1 位作者 张丽君 王颖涵 《佳木斯大学学报(自然科学版)》 CAS 2023年第1期21-24,59,共5页
针对传统点云滤波算法在滤除噪声点、离群点的同时会破坏点云的结构,提出一种基于点云分块的平均密度阈值点云滤波方法。该算法首先通过构建八叉树数据结构对点云数据进行体素化,然后以体素分辨率为单位分割点云;之后,对分块后的各块点... 针对传统点云滤波算法在滤除噪声点、离群点的同时会破坏点云的结构,提出一种基于点云分块的平均密度阈值点云滤波方法。该算法首先通过构建八叉树数据结构对点云数据进行体素化,然后以体素分辨率为单位分割点云;之后,对分块后的各块点云数据构建KD-Tree(K-Dimensional tree)进行K近邻搜索,使用欧几里得距离公式计算查询点与近邻点的欧式距离,取最近距离估算点云的平均密度,通过叠加各点云块的平均密度再除以点云块数计算出整个点云数据的平均密度;最后,以整个点云的平均密度作为阈值,若该点的平均密度大于整个点云的平均密度,则滤除该点,反之则保存该点。实验结果表明,相较于统计滤波算法、半径滤波算法,提出的算法在滤波效果上可以有效的去除点云数据中的噪声点和离群点,同时较好的保存点云的细节信息。 展开更多
关键词 点云分块 八叉树 K近邻搜索 平均密度 点云滤波
下载PDF
基于条件判据改进的提前终止运动估计算法
19
作者 朱鑫磊 汪伟 《软件工程》 2023年第4期33-37,共5页
针对运动估计标准算法复杂度高、耗时长等问题,提出一种基于条件判据改进的提前终止运动估计算法。首先利用改进的高级运动向量预测(Advanced Motion Vector Predictor,AMVP)技术选取最佳匹配点,其次依据条件判据选取合适的路径进行初... 针对运动估计标准算法复杂度高、耗时长等问题,提出一种基于条件判据改进的提前终止运动估计算法。首先利用改进的高级运动向量预测(Advanced Motion Vector Predictor,AMVP)技术选取最佳匹配点,其次依据条件判据选取合适的路径进行初始搜索,再次在不满足条件时采取改进的块匹配提前终止网格搜索,最后采取八边形-“十”字栅格搜索和精细搜索完成算法改进。由实验结果可知,该方法与标准算法相比,平均降低了42%以上的编码时间损耗且基本不影响视频质量。 展开更多
关键词 运动估计 块匹配提前终止 八边形-“十”字栅格搜索 精细搜索
下载PDF
基于子块差特征的分形图像压缩编码技术
20
作者 邢赛楠 丁孟超 +1 位作者 曾张帆 叶天祺 《科技创新与应用》 2023年第1期17-20,25,共5页
分形图像压缩编码一直以高压缩比而著称,由于其编码时间较长而饱受诟病,因此改进采用子块差特征的分形图像编码算法。分割后的图像块依照图像显著度分为重要区域块与非重要区域块,并将各类图像块以子块特征排序。设定显著度阈值,当小于... 分形图像压缩编码一直以高压缩比而著称,由于其编码时间较长而饱受诟病,因此改进采用子块差特征的分形图像编码算法。分割后的图像块依照图像显著度分为重要区域块与非重要区域块,并将各类图像块以子块特征排序。设定显著度阈值,当小于设定的阈值,则认为是非重要区域,否则为重要区域;匹配搜索过程中,在同类别的值域块库中进行匹配搜索,搜索满足设定的误差阈值范围码本块。 展开更多
关键词 压缩编码 编码算法 匹配搜索 子块差特征 分形图像
下载PDF
上一页 1 2 17 下一页 到第
使用帮助 返回顶部