在本文中,您学习了如何使用e4x以twentyQuestions游戏的形式实现冒泡排序例程。
In this article, you learned how to use E4X to implement a bubble sorting routine in the form of a game of Twenty Questions.
现在,大多数Rexx安装都内置了自己的排序扩展,因此可以方便地为缺少快速排序或冒泡排序的安装定义实现这些排序方法的子例程。
Most modern Rexx installations build in their own sorting extension, and it's easy to define a subroutine that implements quicksort or bubblesort for those which lack it.
这个排序算法实现起来只是略微比冒泡排序复杂一些。
This sorting algorithm is only marginally more difficult than bubble sort to implement.
介绍了两种较为成熟的排序方法冒泡法和选择排序法,指出这两种排序方法都可在原来基础上实现双向排序。
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.
介绍了两种较为成熟的排序方法冒泡法和选择排序法,指出这两种排序方法都可在原来基础上实现双向排序。
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.
应用推荐