交换排序
- 网络Exchange sort;interchange sort
-
介绍了奇偶交换排序,给出了用C语言实现奇偶交换排序的并行算法,从而找到了一种基于并行处理系统的有效排序方法。
This paper explains and analyzes odd-even exchange sort , it also provides a parallel algorithm by language C , and finds an efficient sorting method for parallel-processing system .
-
在此仿真环境中,进行了LSSIMD计算机的奇偶比较交换排序算法的研究。
With this IDE , a sorting algorithm with the method of Even-Odd transpositions based on the structure of LS SIMD Computer is researched .
-
基于LS-SIMD的奇偶比较交换排序算法
A Sorting Algorithm by Even-odd Transpositions Based on LS-SIMD
-
奇偶交换排序算法性能的研究
Study on performance of odd-even swap sort algorithm
-
分析、讨论和比较了排序的三种通用算法,即交换排序法、选择排序法和插入排序法,同时也提供了一种改进的排序算法&快速排序法。
In the paper we discuss and compare the three sorts of general algorithm of data sorting , that is to say , exchanging sorting , selective sorting and insertive sorting . an improved and fast method of algorithm is also provided .
-
为与之作比较,还提出了一种与偏振相关的4×4光开关,该光开关利用对信号光偏振态的控制进行路由选择,以实现所需的交换和排序。
Simultaneously , a kind of polarization-dependent 4 × 4 optical switch is also investigated for comparison , the exchange sort of the polarization-dependent 4 × 4 optical switch is achieved by control of polarization state of signal beam for routing .
-
该集成模块可以实现自由空间的光交换和全光排序,在光纤通信和光信息处理具有一定的应用。
The conclusion of this thesis will possess important application in the field of optical fibre communications and optical information operation .
-
具备表头拖拽、交换列、排序、添加、修改、删除、选择等等功能的。
NET GRID-Has table to tow entrains , exchange row , arrangement , increase , revision , deletion , choice and so on function .
-
并进一步研究了Agent之间的任务分解、信息交换、选择与排序、分配过程。
This paper analyses Multi-Agent-based intelligence reconnaissance simulation system 's architecture and its essential cells , Agents ' architectures , and studies the task decomposition , information exchange , task choice , order sorting and task distribution .
-
在冒泡排序中,一般要做多少次交换,对比选择排序呢?
How many swaps do I do in general in bubble sort , compared to selection source ?