代码搜索:Labeled
找到约 414 项符合「Labeled」的源代码
代码结果 414
www.eeworm.com/read/365202/9875222
m extractball.m
% extracts the center (cc,cr) and radius of the largest blob
function [cc,cr,radius,flag]=extractball(Imwork,Imback,index)%,fig1,fig2,fig3,fig15,index)
cc = 0;
cr = 0;
radius = 0;
flag = 0;
www.eeworm.com/read/169058/9882908
java labeledwhile.java
//: control/LabeledWhile.java
// While loops with "labeled break" and "labeled continue."
import static net.mindview.util.Print.*;
public class LabeledWhile {
public static void main(String[]
www.eeworm.com/read/168218/9932498
h awdbfs.h
template
void AdjacencyWDigraph::BFS
(int v, int reach[], int label)
{// Breadth first search.
LinkedQueue Q;
reach[v] = label;
Q.Add(v);
while (!Q.Is
www.eeworm.com/read/168218/9933480
h awdbfs.h
template
void AdjacencyWDigraph::BFS
(int v, int reach[], int label)
{// Breadth first search.
LinkedQueue Q;
reach[v] = label;
Q.Add(v);
while (!Q.Is
www.eeworm.com/read/360848/10075305
java distinctrepresentatives.java
import java.io.*;
import java.util.*;
class Vertex {
public int idNum, capacity, edgeFlow;
public boolean forward; // direction;
public Vertex twin; // edge in opposite directio
www.eeworm.com/read/358191/10194438
h awdbfs.h
template
void AdjacencyWDigraph::BFS
(int v, int reach[], int label)
{// Breadth first search.
LinkedQueue Q;
reach[v] = label;
Q.Add(v);
while (!Q.Is
www.eeworm.com/read/161587/10394526
h awdbfs.h
template
void AdjacencyWDigraph::BFS
(int v, int reach[], int label)
{// Breadth first search.
LinkedQueue Q;
reach[v] = label;
Q.Add(v);
while (!Q.Is
www.eeworm.com/read/279380/10442851
m dcdrivers.m
%Driver file for a demo inversion of surface resistivity data;
%Copyright (c) 2007 by the Society of Exploration Geophysicists.
%For more information, go to http://software.seg.org/2007/0001 .
%You
www.eeworm.com/read/279380/10442853
m dcdriverbh.m
%Driver file for a demo inversion of borehole resistivity data;
%Copyright (c) 2007 by the Society of Exploration Geophysicists.
%For more information, go to http://software.seg.org/2007/0001 .
%Yo
www.eeworm.com/read/419693/10844847
output componentlabeling.output
Enter image size
Enter the pixel array in row-major order
The labeled image is
0 0 2 0 0 0 0
0 0 2 2 0 0 0
0 0 0 0 3 0 0
0 0 0 3 3 0 0
4 0 0 0 3 0 0
4