our methods are illustrated by a proof of a bubble sort algorithm.
本文最后以证明冒泡分类算法例示了本文方法的使用情况。
this is a demonstration of bubble sort procedures.
这是一个演示冒泡排序的程序。
bubble sort recall is a comparison sort.
冒泡排序就是一种比较排序。
through a comparison and an evaluation of the three sorting algorithms of the selection sort, the bubble sort and the insertion sort, we can see which is the best.
and so you have to go back to the drawing board and realize bubble sort or whatever it is you「re using just isn」t enough to snuff, i need to come up with something more clever.
因此,你必须重新开始,而且会意识到冒泡排序,或你正在使用的方法并不理想,我需要提出一种更好的方法。
directly into the sort simple selection sort bubble sort quick sort heap sort.
简单选择排序;冒泡排序;快速排序;堆排序。
this paper introduces two mature sorting methods: bubble sort and selection sort, and points out that these sorting methods could be used to realize the two-direction sort.
介绍了两种较为成熟的排序方法冒泡法和选择排序法,指出这两种排序方法都可在原来基础上实现双向排序。
how to get rid of flickering in this bubble sort program?
如何摆脱闪烁在这个冒泡排序程序吗?。
the sample implements a simple bubble sort algorithm.
示例将实现一个简单的冒泡排序算法。
sorting is a classical subject in programming language, bubble sort is one of methods used in c language.
排序是程序设计中非常重要的内容,其方法有很多,常用的有三种:冒泡排序、选择排序和插入排序。
the most glaring example of this is the bubble sort algorithm.
这方面有一个非常着名的例子,就是使用冒泡算法排序。
the traditional bubble sort is a simple and applicable information processing method, but is not effective in operating the file, in which some records have been sorted beforehand.
传统起泡排序是一种简单实用的信息处理方法 ,但它对事先已基本有序的文件进行操作时却不是高效的。
i-- i think-- -- that「s not a-- i-- i think the bubble sort would be the wrong way to go.
,我觉得-,那不是-,我觉得冒泡排序应该不是正确的方法。
because of the low efficiency of the bubble sort algorithm, there were two methods to improve its efficiency.
冒泡排序算法优化针对其效率不高的缺点,采用两种方法提高排序算法的执行效率。
ok. the next largest element has to end up in the second last spot. et cetera. all right, so it」s called bubble sort because it does this bubbling up until it gets there.