代码搜索:bubble
找到约 1,120 项符合「bubble」的源代码
代码结果 1,120
www.eeworm.com/read/493621/1165120
c bubblem.c
/******************************************************************************/
/* */
/* BUBBLE MEMORIES (C)
www.eeworm.com/read/421635/10720427
h mydlg.h
// MyDlg.h : header file
//
#if !defined(AFX_MYDLG_H__B26677B5_E165_4F35_B69F_FE4C6528F3A1__INCLUDED_)
#define AFX_MYDLG_H__B26677B5_E165_4F35_B69F_FE4C6528F3A1__INCLUDED_
#if _MSC_VER > 1000
www.eeworm.com/read/153991/6293646
h mydlg.h
// MyDlg.h : header file
//
#if !defined(AFX_MYDLG_H__B26677B5_E165_4F35_B69F_FE4C6528F3A1__INCLUDED_)
#define AFX_MYDLG_H__B26677B5_E165_4F35_B69F_FE4C6528F3A1__INCLUDED_
#if _MSC_VER > 1000
www.eeworm.com/read/435396/7792598
java group.java
/**
*
* This class represents a group of connected
* same colored bubbles. When user clicks
* on a bubble, a Group object is created containing
* that bubble and connected bubbles of the
www.eeworm.com/read/240985/13181438
cpp test12_1.cpp
//{ test12_1 }
#include"grary1.h"
const int n=15;
bb1 b;
void bubble(bb1& b)
{ GrpArr ag;
int i,j;
boolean suc;
Clear_range(1,1,getmaxx(),getmaxy());
create_grp_Arrbb
www.eeworm.com/read/136812/5857936
h scrollbar_impl.h
/* @(#)scrollbar_impl.h 1.1 92/07/30 SMI */
#ifndef scrollbar_impl_defined
#define scrollbar_impl_defined
/*************************************************************************/
/*
www.eeworm.com/read/208919/15230988
asm asm.vs.c.sort.asm.asm
; /*--------------------------------------------------------------------------
; *
; * ASSEMBLER IMPLEMENTATION OF THE BUBBLE SORT PROCEDURE
; *
; --------------------------------------------
www.eeworm.com/read/442827/7644284
m test.m
clc;
clear all;
global pop;
Fun_Select=8;
popsize=30;
D=2;
x_max=50;
x_min=-50;
x=1:popsize;
%pop(2*popsize,3*D+2)=0;
pop=inf*ones(2*popsize,3*D+2);
for j=1:D
pop(1,j)=rand;