搜索资源列表
bubble GOU
- 泡泡效果 两只可爱小狗在阳光下嬉戏,透明的泡泡在草地上升起 -bubble effect two cute puppies playing in the sun, transparent bubble rise up in the grass
Bubble
- Bubble排序程序,c++语言,程序比较简单,对算法的研究
DataSort.rar
- FPGA内,通过Verilog语言,实现冒泡法数据排序。仅供参考!,FPGA, through the Verilog language, implementation data bubble sort method. For reference purposes only!
bubble
- 计算空化泡的半径并做出相应的图形,实现了空化泡的半径的可视化-Calculate the radius of cavitation bubbles and make the appropriate graphics to achieve a radius of cavitation bubble visualization
Bubble-sort
- 给出8个有符号数,并且比较大小!从小到大排序运用冒泡排序的方法!-Given the number of 8 to compare!!!!! Using the method of bubble sort!!!!!
bubblesort1024ram
- 快速冒泡排序基于FPGA实现,有测试文件以及设计图,实现1024*32位数序的多数排序,突破传统是的REG类型少数排序,利用RAM,针对RAM中的无序数的地址调换,达到排序目的,仅供学习交流-Rapid bubble sort based on FPGA, there are test documents and design drawings to achieve 1024* 32-digit sequence of the majority of sorting, breaking trad
C++programs-bubble
- bubble sort in c++ for data vector sorting
bubble
- 汇编实现的二位数带有显示输出的冒泡排序法,完全自己编写-Assembly with a display output to achieve bubble sort method
Bubble
- 可视化编程 用VC++2005写的打泡泡游戏,泡泡随机产生,移动方向也随机产生,泡泡上有字母,按相应的键盘上的按键或者鼠标点击泡泡均可使泡泡消失-Visual programming written with VC++2005 play bubble games, bubble randomly generated, the direction of movement is also randomly generated, there is bubble letters, press the c
mpi_bubble
- 冒泡算法,在mpi平台下编写,适合初学者学习的。-Bubble Sort algorithm, written in the mpi platform, suitable for beginners to learn.
System-tray-bubble-tips
- 系统托盘气泡提示 可以在系统的托盘上以气泡的形式提示用户,比较容易通知-System tray bubble tips
bubble_sort
- 冒泡排序的串行算法和并行算法的比较,对于运行时间的显示-Bubble Sort Algorithm serial and parallel algorithm for the run-time display
pointer-bubble-sort
- 冒泡排序,运用指针方法实现了冒泡排序Bubble sort using the method of realization of the pointer bubble sort -Bubble sort using the method of realization of the pointer bubble sort
Bubble
- 火拼泡泡龙 服务器 和客户端,仅限交流,不得用于商业用途-Rush Bubble server and client is limited to communicate, and not for commercial use
bubble
- this file to sort the input numbers using bubble sort algorithm.-this is file to sort the input numbers using bubble sort algorithm.
bubble
- 程序实现冒泡算法,效率较高。程序是从两边往中间走的,直到中间子表为空为止。本程序比C语言上的效率高很多。-Program to achieve bubble algorithm is efficient. Program is from the middle of both sides to go until the middle of the child table is empty. This procedure than the C language in efficiency is mu
bubble-sort
- 基于for循环的冒泡排序法,第一次上传还要这么麻烦,到二十个字了没-For loop based on bubble sort method, first upload should be so troublesome to twenty words yet
bubble sort template
- bubble sort code which can be used by students and other users.. depending upon the requirement.
one bubble free field
- one bubble free field 单气泡自由场计算(one bubble free field)
Bubble sort
- 冒泡排序(Bubble Sort,台湾译为:泡沫排序或气泡排序)是一种简单的排序算法。它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。(Bubble Sort is a simple sorting algorithm. It repeatedly visits the sequence of items to be sorted, compares two elements at a t