期刊文献+
共找到622篇文章
< 1 2 32 >
每页显示 20 50 100
Improvement of Counting Sorting Algorithm
1
作者 Chenglong Song Haiming Li 《Journal of Computer and Communications》 2023年第10期12-22,共11页
By analyzing the internal features of counting sorting algorithm. Two improvements of counting sorting algorithms are proposed, which have a wide range of applications and better efficiency than the original counting ... By analyzing the internal features of counting sorting algorithm. Two improvements of counting sorting algorithms are proposed, which have a wide range of applications and better efficiency than the original counting sort while maintaining the original stability. Compared with the original counting sort, it has a wider scope of application and better time and space efficiency. In addition, the accuracy of the above conclusions can be proved by a large amount of experimental data. 展开更多
关键词 Sort algorithm Counting sorting algorithms complexity Internal Features
在线阅读 下载PDF
An NC Algorithm for Sorting Real Numbers in <em>O</em>(nlogn/√<span style="font-size: 14px;font-weight: bold;margin-left:-2px;margin-right:2px;border-top:2px solid black;">loglogn</span>) Operations
2
作者 Yijie Han Sneha Mishra Md Usman Gani Syed 《Open Journal of Applied Sciences》 2019年第5期403-408,共6页
We apply the recent important result of serial sorting of n real numbers in time to the design of a parallel algorithm for sorting real numbers in time and operations. This is the first NC algorithm known to take oper... We apply the recent important result of serial sorting of n real numbers in time to the design of a parallel algorithm for sorting real numbers in time and operations. This is the first NC algorithm known to take operations for sorting real numbers. 展开更多
关键词 Parallel algorithms sorting Sort Real Numbers complexity
在线阅读 下载PDF
A Unified O(log N) and Optimal Sorting Vector Algorithm 被引量:1
3
作者 高庆狮 《Journal of Computer Science & Technology》 SCIE EI CSCD 1995年第5期470-475,共6页
A unilied vector sorting algorithm (VSA) is proposed, which sorts N arbitrary num-bers with clog. N-bits on an SIMD multi-processor system (SMMP) with processors and a composite interconnected network in time, where c... A unilied vector sorting algorithm (VSA) is proposed, which sorts N arbitrary num-bers with clog. N-bits on an SIMD multi-processor system (SMMP) with processors and a composite interconnected network in time, where c is an arbitrary positive constant. When is an arbitrary small posi-tive constant and u = log2 N, it is an O(logN) algorithm and when it is an optimal algorithm,pT = O(N log N)); where u = 1, c = 1 and e = 0.5 (a constant). 展开更多
关键词 Parallel processing sorting time complexity optimal algorithm multi-processor system
原文传递
Smart Bubble Sort:A Novel and Dynamic Variant of Bubble Sort Algorithm
4
作者 Mohammad Khalid Imam Rahmani 《Computers, Materials & Continua》 SCIE EI 2022年第6期4895-4913,共19页
In the present era,a very huge volume of data is being stored in online and offline databases.Enterprise houses,research,medical as well as healthcare organizations,and academic institutions store data in databases an... In the present era,a very huge volume of data is being stored in online and offline databases.Enterprise houses,research,medical as well as healthcare organizations,and academic institutions store data in databases and their subsequent retrievals are performed for further processing.Finding the required data from a given database within the minimum possible time is one of the key factors in achieving the best possible performance of any computer-based application.If the data is already sorted,finding or searching is comparatively faster.In real-life scenarios,the data collected from different sources may not be in sorted order.Sorting algorithms are required to arrange the data in some order in the least possible time.In this paper,I propose an intelligent approach towards designing a smart variant of the bubble sort algorithm.I call it Smart Bubble sort that exhibits dynamic footprint:The capability of adapting itself from the average-case to the best-case scenario.It is an in-place sorting algorithm and its best-case time complexity isΩ(n).It is linear and better than bubble sort,selection sort,and merge sort.In averagecase and worst-case analyses,the complexity estimates are based on its static footprint analyses.Its complexity in worst-case is O(n2)and in average-case isΘ(n^(2)).Smart Bubble sort is capable of adapting itself to the best-case scenario from the average-case scenario at any subsequent stages due to its dynamic and intelligent nature.The Smart Bubble sort outperforms bubble sort,selection sort,and merge sort in the best-case scenario whereas it outperforms bubble sort in the average-case scenario. 展开更多
关键词 sorting algorithms smart bubble sort FOOTPRINT dynamic footprint time complexity asymptotic analysis
在线阅读 下载PDF
A FAST TREE SOREING ALGORITHM
5
作者 黄竞伟 戴大为 《Acta Mathematica Scientia》 SCIE CSCD 1998年第4期421-426,共6页
This paper presents a new tree sorting algorithm whose average time complexity is much better than the sorting methods using AVL-Tree or other balanced trees. The experiment shows that our algorithm is much faster tha... This paper presents a new tree sorting algorithm whose average time complexity is much better than the sorting methods using AVL-Tree or other balanced trees. The experiment shows that our algorithm is much faster than the sorting methods using AVL-Thee or other balanced trees. 展开更多
关键词 sorting algorithm time complexity.
在线阅读 下载PDF
Design for a Novel Framework of Hyper-Heuristic Algorithm 被引量:1
6
作者 郭为安 汪镭 +2 位作者 陈明 刘晋飞 吴启迪 《Journal of Donghua University(English Edition)》 EI CAS 2014年第2期109-112,共4页
A novel framework of hyper-heuristic algorithm was proposed to improve the adaption of evolutionary algorithms( EAs)in optimization. The algorithm could be changed during the evolutionary progress according to their p... A novel framework of hyper-heuristic algorithm was proposed to improve the adaption of evolutionary algorithms( EAs)in optimization. The algorithm could be changed during the evolutionary progress according to their performances. In addition,a large number of elite individuals were employed in the algorithm and the elite individuals helped algorithm achieve a better performance,while such number of elite individuals stagnated the global convergence in conventional single algorithm. The time complexity was analyzed to demonstrate the novel framework did not increase the time complexity. The simulation results indicate that the proposed framework outperforms any single algorithm that composes the framework. 展开更多
关键词 hyper-heuristic algorithm ADAPTION ELITE individuals EVOLUTIONARY algorithm time complexity
在线阅读 下载PDF
Parallel Minimax Searching Algorithm for Extremum of Unimodal Unbounded Function
7
作者 Boris S. Verkhovsky 《International Journal of Communications, Network and System Sciences》 2011年第9期549-561,共13页
In this paper we consider a parallel algorithm that detects the maximizer of unimodal function f(x) computable at every point on unbounded interval (0, ∞). The algorithm consists of two modes: scanning and detecting.... In this paper we consider a parallel algorithm that detects the maximizer of unimodal function f(x) computable at every point on unbounded interval (0, ∞). The algorithm consists of two modes: scanning and detecting. Search diagrams are introduced as a way to describe parallel searching algorithms on unbounded intervals. Dynamic programming equations, combined with a series of liner programming problems, describe relations between results for every pair of successive evaluations of function f in parallel. Properties of optimal search strategies are derived from these equations. The worst-case complexity analysis shows that, if the maximizer is located on a priori unknown interval (n-1], then it can be detected after cp(n)=「2log「p/2」+1(n+1)」-1 parallel evaluations of f(x), where p is the number of processors. 展开更多
关键词 Adversarial MINIMAX Analysis DESIGN Parameters Dynamic Programming FUNCTION Evaluation Optimal algorithm PARALLEL algorithm System DESIGN Statistical Experiments time complexity Unbounded Search UNIMODAL FUNCTION
在线阅读 下载PDF
Research and Improvement of Kruskal Algorithm
8
作者 Haiming Li Qiyang Xia Yong Wang 《Journal of Computer and Communications》 2017年第12期63-69,共7页
It’s a very popular issue regarding the minimum cost spanning tree which is of great practical and economical significance to solve it in a concise and accelerated way. In this paper, the basic ideas of Kruskal algor... It’s a very popular issue regarding the minimum cost spanning tree which is of great practical and economical significance to solve it in a concise and accelerated way. In this paper, the basic ideas of Kruskal algorithm were discussed and then presented a new improved algorithm—two branch Kruskal algorithm, which is improved to choose a middle value. Finally, because the time complexity is reduced, and the process is more convenient, it is concluded that the improved Kruskal algorithm is more effective in most cases compared with the Kruskal algorithm. 展开更多
关键词 Minimum SPANNING TREE CLASSICAL Kruskal algorithm Two Branch Kruskal algorithm time complexity
在线阅读 下载PDF
A State of Art Analysis of Telecommunication Data by k-Means and k-Medoids Clustering Algorithms
9
作者 T. Velmurugan 《Journal of Computer and Communications》 2018年第1期190-202,共13页
Cluster analysis is one of the major data analysis methods widely used for many practical applications in emerging areas of data mining. A good clustering method will produce high quality clusters with high intra-clus... Cluster analysis is one of the major data analysis methods widely used for many practical applications in emerging areas of data mining. A good clustering method will produce high quality clusters with high intra-cluster similarity and low inter-cluster similarity. Clustering techniques are applied in different domains to predict future trends of available data and its uses for the real world. This research work is carried out to find the performance of two of the most delegated, partition based clustering algorithms namely k-Means and k-Medoids. A state of art analysis of these two algorithms is implemented and performance is analyzed based on their clustering result quality by means of its execution time and other components. Telecommunication data is the source data for this analysis. The connection oriented broadband data is given as input to find the clustering quality of the algorithms. Distance between the server locations and their connection is considered for clustering. Execution time for each algorithm is analyzed and the results are compared with one another. Results found in comparison study are satisfactory for the chosen application. 展开更多
关键词 K-MEANS algorithm k-Medoids algorithm DATA CLUSTERING time complexity TELECOMMUNICATION DATA
在线阅读 下载PDF
A Novel Decoder Based on Parallel Genetic Algorithms for Linear Block Codes
10
作者 Abdeslam Ahmadi Faissal El Bouanani +1 位作者 Hussain Ben-Azza Youssef Benghabrit 《International Journal of Communications, Network and System Sciences》 2013年第1期66-76,共11页
Genetic algorithms offer very good performances for solving large optimization problems, especially in the domain of error-correcting codes. However, they have a major drawback related to the time complexity and memor... Genetic algorithms offer very good performances for solving large optimization problems, especially in the domain of error-correcting codes. However, they have a major drawback related to the time complexity and memory occupation when running on a uniprocessor computer. This paper proposes a parallel decoder for linear block codes, using parallel genetic algorithms (PGA). The good performance and time complexity are confirmed by theoretical study and by simulations on BCH(63,30,14) codes over both AWGN and flat Rayleigh fading channels. The simulation results show that the coding gain between parallel and single genetic algorithm is about 0.7 dB at BER = 10﹣5 with only 4 processors. 展开更多
关键词 CHANNEL Coding Linear Block Codes META-HEURISTICS PARALLEL Genetic algorithmS PARALLEL Decoding algorithmS time complexity Flat FADING CHANNEL AWGN
在线阅读 下载PDF
Time Complexity Analysis of an Evolutionary Algorithm for Finding Nearly Maximum Cardinality Matching 被引量:1
11
作者 JunHe XinYao 《Journal of Computer Science & Technology》 SCIE EI CSCD 2004年第4期450-458,共9页
Most of works on the time complexity analysis of evolutionary algorithms havealways focused on some artificial binary problems. The time complexity of the algorithms forcombinatorial optimisation has not been well und... Most of works on the time complexity analysis of evolutionary algorithms havealways focused on some artificial binary problems. The time complexity of the algorithms forcombinatorial optimisation has not been well understood. This paper considers the time complexity ofan evolutionary algorithm for a classical combinatorial optimisation problem, to find the maximumcardinality matching in a graph. It is shown that the evolutionary algorithm can produce a matchingwith nearly maximum cardinality in average polynomial time. 展开更多
关键词 evolutionary algorithm (EA) combinatorial optimisation time complexity maximum matching
原文传递
Polynomial-time algorithm for the legal firing sequences problem of a type of synchronous composition Petri nets 被引量:3
12
作者 蒋昌俊 《Science in China(Series F)》 2001年第3期226-233,共8页
As far as we know, the testing problem of legal firing sequence is NP-complete for gener-al Petri net, the related results of this problem on the polynomial-time solvability are limited only to some special net classe... As far as we know, the testing problem of legal firing sequence is NP-complete for gener-al Petri net, the related results of this problem on the polynomial-time solvability are limited only to some special net classes, such as persistent Petri nets, conflict-free Petri nets and state machine Petri nets. In this paper, the language properties of synchronous composition net are discussed. Based on these results, the testing algorithm polynomial-time complexity for legal firing sequence is proposed. Therefore, net classification of polynomial-time solvability for testing legal firing sequence is extended. 展开更多
关键词 Petri net synchronous composition legal firing sequence testing algorithm NP-complete problem polynomial-time complex.
原文传递
Average-Case Analysis of Algorithms UsingKolmogorov Complexity
13
作者 姜涛 李明 《Journal of Computer Science & Technology》 SCIE EI CSCD 2000年第5期402-408,共7页
Analyzing the average-case complexity of algorithms is a very practical but very difficult problem in computer science. In the past few years I we have demonstrated that Kolmogorov complexity is an important tool for... Analyzing the average-case complexity of algorithms is a very practical but very difficult problem in computer science. In the past few years I we have demonstrated that Kolmogorov complexity is an important tool for analyzing the average-case complexity of algorithms. We have developed the incompressibility method. In this paper, several simple examples are used to further demonstrate the power and simplicity of such method. We prove bounds on the average-case number of stacks (queues) required for sorting sequential or parallel Queuesort or Stacksort. 展开更多
关键词 Kolmogorov complexity algorithm average-case analysis sorting
原文传递
Social Choice Meets Graph Drawing: How to Get Subexponential Time Algorithms for Ranking and Drawing Problems
14
作者 Henning Fernau Fedor V.Fomin +3 位作者 Daniel Lokshtanov Matthias Mnich Geevarghese Philip Saket Saurabh 《Tsinghua Science and Technology》 SCIE EI CAS 2014年第4期374-386,共13页
We analyze a common feature of p-Kemeny AGGregation(p-KAGG) and p-One-Sided Crossing Minimization(p-OSCM) to provide new insights and findings of interest to both the graph drawing community and the social choice ... We analyze a common feature of p-Kemeny AGGregation(p-KAGG) and p-One-Sided Crossing Minimization(p-OSCM) to provide new insights and findings of interest to both the graph drawing community and the social choice community. We obtain parameterized subexponential-time algorithms for p-KAGG—a problem in social choice theory—and for p-OSCM—a problem in graph drawing. These algorithms run in time O*(2O(√k log k)),where k is the parameter, and significantly improve the previous best algorithms with running times O.1.403k/and O.1.4656k/, respectively. We also study natural "above-guarantee" versions of these problems and show them to be fixed parameter tractable. In fact, we show that the above-guarantee versions of these problems are equivalent to a weighted variant of p-directed feedback arc set. Our results for the above-guarantee version of p-KAGG reveal an interesting contrast. We show that when the number of "votes" in the input to p-KAGG is odd the above guarantee version can still be solved in time O*(2O(√k log k)), while if it is even then the problem cannot have a subexponential time algorithm unless the exponential time hypothesis fails(equivalently, unless FPT D M[1]). 展开更多
关键词 Kemeny aggregation one-sided crossing minimization parameterized complexity subexponential-time algorithms social choice theory graph drawing directed feedback arc set
原文传递
Graph isomorphism—Characterization and efficient algorithms
15
作者 Jian Ren Tongtong Li 《High-Confidence Computing》 2024年第4期48-55,共8页
The Graph isomorphism problem involves determining whether two graphs are isomorphic and the computational complexity required for this determination.In general,the problem is not known to be solvable in polynomial ti... The Graph isomorphism problem involves determining whether two graphs are isomorphic and the computational complexity required for this determination.In general,the problem is not known to be solvable in polynomial time,nor to be NP-complete.In this paper,by analyzing the algebraic properties of the adjacency matrices of the undirected graph,we first established the connection between graph isomorphism and matrix row and column interchanging operations.Then,we prove that for undirected graphs,the complexity in determining whether two graphs are isomorphic is at most O(n^(3)). 展开更多
关键词 Undirected graph CHARACTERIZATION ISOMORPHISM algorithm Polynomial time complexity
原文传递
Sloping-and-shaking——Multiway merging and sorting 被引量:1
16
作者 高庆狮 刘志勇 《Science China(Technological Sciences)》 SCIE EI CAS 1997年第3期225-234,共10页
Most traditional merging and merging-based sorting algorithms are based on 2 sorters or 2 comparators A new merging technique is developed, namely sloping-and-shaking multiway merging, and a corresponding mul-tiway so... Most traditional merging and merging-based sorting algorithms are based on 2 sorters or 2 comparators A new merging technique is developed, namely sloping-and-shaking multiway merging, and a corresponding mul-tiway sorting method based only on k-sorters is proposed The sloping-and-shaking merging algorithm merges k sorted lists into one, where k can be any prime number The merging process is not a series of recursive applications of 2-way morging It sorts the keys on the m × k plane in vertical and horizontal directions, then along sloping lines with various slope rates step by step Only k-sorters are needed in the merging or sorting process. The time needed to merge ksorted lists, with m of each, is ( k + [log2( m / k) ]) tk, and the time for sorting N keys is (1 + (p - 1) k + 1/2( p -1) (p - 2)[ log2k])tk, where p - logkN, and tk is the time to sort k keys. The proposed algorithms can be implemented either by hardwared sorting networks, or on general purpose parallel and vector machines The traditional odd-even merging can be viewed as a special case of the multiway merging proposed (when k is 2) While theoretically the proposed algorithms provide a new understanding of parallel merging and sorting processes, they may be used in prac-tice to construct sorting circuits fasler than 2-sorter based sorting methods. 展开更多
关键词 PARALLEL processing MERGING sorting algorithmS time complexity.
原文传递
基于时间局部性的网络拓扑结构发现算法
17
作者 黎燕 刘成江 +1 位作者 张千千 殷攀程 《沈阳工业大学学报》 北大核心 2025年第1期92-97,共6页
【目的】随着社交网络技术的快速发展,大规模复杂网络的拓扑结构获取成为电子、网络、生物和医学等多个学科领域亟待解决的问题。大规模复杂网络由参与节点和虚拟连接组成,其中节点代表个体、家庭与社会等角色,而连接则刻画了这些角色... 【目的】随着社交网络技术的快速发展,大规模复杂网络的拓扑结构获取成为电子、网络、生物和医学等多个学科领域亟待解决的问题。大规模复杂网络由参与节点和虚拟连接组成,其中节点代表个体、家庭与社会等角色,而连接则刻画了这些角色间的复杂关系。一般而言,复杂网络中存在严重的同源性现象,即存在大量的重复或相似组成架构,这极大地增加网络动态结构发现的难度。【方法】在时间局部性原理基础上,提出一种启发式网络社区发现算法,旨在进一步优化拓扑结构发现的精确度和运行耗时。通过修改相邻时间范围内节点的计算规则,利用余弦相似性判定准则与拓扑结构发现算法深入描述网络中多个参与节点之间复杂关系的可预测性。算法结合经典Louvain算法,通过计算增量模块度和余弦相似性优化社区检测的精确度和耗时。此外,算法使用模块度概念,对网络拓扑结构进行准确衡量,同时引入增量模块度指标计算表达式,以实时掌握拓扑结构发现算法指标的变化情况。【结果】为验证所提算法的有效性,利用智能电网实际通信数据集进行仿真,数据集包含115个用电单位的616条通信连接数据。仿真结果表明,与经典Louvain算法相比,所提算法在检测效率和运行耗时上均有显著优势。归一化互信息量指标的对比分析显示,所提算法在参与节点数量较多时,具有更高的归一化互信息量和更低的平均运行耗时。算法在大规模网络中具有优势,尽管在小规模网络中表现稍逊。通过实际数据集仿真可知,基于时间局部性的拓扑结构发现算法在大规模智能配电网络的精准发现方面具有明显优势,性能表现突出,为智能电网领域提供优化网络拓扑结构发现的策略。【结论】综上所述,基于时间局部性拓扑结构发现算法的创新性在于将时间局部性原理应用于网络社区发现,为复杂网络社区发现算法的研究提供了新的视角和方法,对相关领域的研究具有参考意义。未来将考虑该算法在小规模网络中的应用问题,并进一步分析算法的鲁棒性。 展开更多
关键词 复杂网络 拓扑结构 Louvain算法 社区发现算法 判定准则 时间局部性 运行耗时 模块度
在线阅读 下载PDF
The Distribution Search:An O(n) Expected Time Search
18
《Wuhan University Journal of Natural Sciences》 CAS 1996年第2期167-170,共4页
Provided an algorithm for the distribution search and proves the time complexity of the algorithm. This algorithm uses a mathematical formula to search n elements in the sequence of n elements in O(n)expected time,and... Provided an algorithm for the distribution search and proves the time complexity of the algorithm. This algorithm uses a mathematical formula to search n elements in the sequence of n elements in O(n)expected time,and experimental reesult proves that distribution search is superior to binary search. 展开更多
关键词 the distribution search the algorithm design a mathematical formula analysis of the complexity O(n)expected time
在线阅读 下载PDF
低照度下的自适应图像增强算法
19
作者 汪伟 韩松涛 +1 位作者 张裴裴 马玲官 《计算机应用文摘》 2025年第4期99-102,共4页
针对低照度复杂环境下获取的图像存在局部欠曝、过曝、色彩偏差、噪声较大以及细节丢失等问题,提出了一种高效的图像增强算法。该算法根据图像的亮度分布建立自适应映射函数,在压缩图像动态范围的同时提高局部暗点像素值;对图像进行自... 针对低照度复杂环境下获取的图像存在局部欠曝、过曝、色彩偏差、噪声较大以及细节丢失等问题,提出了一种高效的图像增强算法。该算法根据图像的亮度分布建立自适应映射函数,在压缩图像动态范围的同时提高局部暗点像素值;对图像进行自适应对比度增强,提升整体对比度。实验结果表明,该算法在不均匀光照条件下能够有效改善图像的亮度、对比度和清晰度,同时保持较小的颜色失真,具有更好的视觉效果。 展开更多
关键词 图像增强算法 复杂环境成像 实时处理 深度学习
在线阅读 下载PDF
基于启发式回溯算法的平面移动式立体车库RGV调度策略
20
作者 李建国 赵剑英 薛千树 《重庆邮电大学学报(自然科学版)》 CSCD 北大核心 2024年第3期582-590,共9页
为了提高立体车库路径规划阶段的兑现率,对有轨引导小车(rail guided vehicle,RGV)运行过程及行程时间进行分析,给出了符合并行调度模式的路径重叠率计算方法,针对立体车库作业特征提出了一种值排序启发式(value ordering heuristics,V... 为了提高立体车库路径规划阶段的兑现率,对有轨引导小车(rail guided vehicle,RGV)运行过程及行程时间进行分析,给出了符合并行调度模式的路径重叠率计算方法,针对立体车库作业特征提出了一种值排序启发式(value ordering heuristics,VOH)回溯算法,构建路径节点滑动时间窗,以单位时间窗内任务请求数作为约束函数,通过评估函数对扩展结点性能进行估值并排序,并利用VOH-预剪枝策略对部分结点进行剪枝,以此提高算法求解速度。在非齐次泊松到达过程下进行仿真,实验结果表明,值排序启发式回溯算法可有效降低RGV并行运行过程中时间、空间的路径重叠率,在该实验规模的立体车库模型中发挥稳定,表现为在RGV平均利用率基本不变的前提下具有更小的平均服务时间,当顾客到达率为40、25、10、5 veh/h时,RGV平均服务时间分别减少18.07%、13.29%、12.46%、4.27%,为提升立体车库运行效率提供参考。 展开更多
关键词 平面移动式立体车库 值排序启发式回溯算法 滑动时间窗 非齐次泊松过程 运行效率
在线阅读 下载PDF
上一页 1 2 32 下一页 到第
使用帮助 返回顶部