代码搜索:bubble
找到约 1,120 项符合「bubble」的源代码
代码结果 1,120
www.eeworm.com/read/124793/14543573
java bubbles.java
// author: Rachel Gollub, 1995
// Bubbles!
import java.awt.*;
import java.applet.*;
public class Bubbles extends java.applet.Applet implements Runnable {
Thread artist=null;
int bubble=0
www.eeworm.com/read/205399/15316602
c main.c
/*
* 作者:antigloss
* 最后修改:05-8-31 19:30
* 蚂蚁的 C/C++ 标准编程
* cpp.ga-la.com
*/
#include
#include "header/slist.h"
#include "header/funs.h"
int main( void )
{
LinkList A,
www.eeworm.com/read/471457/6892937
cpp unit1.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
//------------------------------------------------------------
www.eeworm.com/read/293928/8262589
c 10_2b.c
/* ======================================== */
/* 程序实例: 10_2b.c */
/* 冒泡排序法 */
/* ======================================== */
#include
www.eeworm.com/read/293928/8262598
c 10_2c.c
/* ======================================== */
/* 程序实例: 10_2c.c */
/* 冒泡排序法(另一种方法) */
/* ======================================== */
#include
#d
www.eeworm.com/read/368004/9719850
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// bubble_sort.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stda
www.eeworm.com/read/236190/14029121
java bubbles.java
// author: Rachel Gollub, 1995
// Bubbles!
import java.awt.*;
import java.applet.*;
public class Bubbles extends java.applet.Applet implements Runnable {
Thread artist=null;
int bubble=0
www.eeworm.com/read/111075/15519586
cpp linearstep.cpp
#include
#include
#include
void bubble_sort(double *array,int n)
{
int count=0, flag;
for(int i=1;i=i;
www.eeworm.com/read/104916/15681613
java bubbles.java
// author: Rachel Gollub, 1995
// Bubbles!
import java.awt.*;
import java.applet.*;
public class Bubbles extends java.applet.Applet implements Runnable {
Thread artist=null;
int bubble=0
www.eeworm.com/read/103443/15732013
cpp strbubbl.cpp
//这个程序在本书所带软盘中。文件名为STRBUBBL.CPP
//这个程序利用子程序将名单按字母顺序排队。
#include
#include
#include
#include
#include
#define line 30
#define size 25