搜索资源列表
shuffle
- 随机性发生器、冒泡分类和混洗一组12张牌的演示程序。 Demonstrates the use of a randomizer, bubble-sort and an array to \"shuffle\" a deck of 12 cards. I put it here for those of you who are trying to figure out how to shuffle with a randomizer without having the same card a
5_40
- :某大学开田径运动会,现有12名选手参加100米比赛,对应的运动员号及成绩如表所示,请按照成绩排名并输出,要求每一行输出名次、运动员号及成绩。要求用冒泡法排序。-: A university open track and field sports, the existing 12 players compete in the 100-meter race, the corresponding numbers and achievements of athletes, such as shown
100_meters_rank
- 问题的提出:某大学开田径运动会,现有12名选手参加100米比赛,对应的运动员号及成绩如表所示,请按照成绩排名并输出,要求每一行输出名次、运动员号及成绩。要求用冒泡法排序。-Of the problem: open a college track meet, the existing 12 players participated in the 100 meters race, the corresponding number of athletes and the results as show
sort
- 这个冒泡排序能很好的实现冒泡的整个过程通过实验证明了这个程序的真实性-The bubble sort can achieve a good bubbling through the whole process proved the authenticity of this procedure
selection
- 这个选择排序能很好的实现选择的整个过程通过实验证明了这个程序的真实性-The bubble sort can achieve a good bubbling through the whole process proved the authenticity of this procedure
Sort_Template
- C++模板类的实现,主要通过函数模板实现冒泡排序。C++ template class implementation, mainly through the bubble sort function templates.-C++ template class implementation, mainly through the bubble sort function templates.
Maopao
- 简单的冒泡排序算法,本人基础有限,仅供初学者参考。-Simple bubble sort algorithm, my foundation is limited, only for beginners reference.
Java-Sorting-summary
- * 排序算法的分类如下: * 1. 插入排序(直接插入排序、折半插入排序、希尔排序) * 2. 交换排序(冒泡泡排序、快速排序); * 3. 选择排序(直接选择排序、堆排序); * 4. 归并排序; * 5. 基数排序。-* sort algorithm is as follows: * 1 insertion sort (direct insertion sort, binary insertion sort, Hill sort)