代码搜索:Labeled
找到约 414 项符合「Labeled」的源代码
代码结果 414
www.eeworm.com/read/272848/10941249
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
www.eeworm.com/read/332978/7141728
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/462598/7200056
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/459616/7270459
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.IsEmpty()
www.eeworm.com/read/299106/7888274
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/243587/12932042
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/325023/13230718
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/136812/5862041
seq-hard
1,1,2,1,2,2,3,1,2,2,3,2,3,3,4:1{(1's in binary nos)}:number of 1's in binary numbers
1,1,2,2,4,2,6,4,6,4,10:4{(phi(n))}:Euler's [totient|phi]{ function}|phi(n)
1,2,2,4,2,4,2,4,6,2:6{(diff of primes)}:
www.eeworm.com/read/131315/5946896
seq-hard
1,1,2,1,2,2,3,1,2,2,3,2,3,3,4:1{(1's in binary nos)}:number of 1's in binary numbers
1,1,2,2,4,2,6,4,6,4,10:4{(phi(n))}:Euler's [totient|phi]{ function}|phi(n)
1,2,2,4,2,4,2,4,6,2:6{(diff of primes)}:
www.eeworm.com/read/101082/6251823
seq-hard
1,1,2,1,2,2,3,1,2,2,3,2,3,3,4:1{(1's in binary nos)}:number of 1's in binary numbers
1,1,2,2,4,2,6,4,6,4,10:4{(phi(n))}:Euler's [totient|phi]{ function}|phi(n)
1,2,2,4,2,4,2,4,6,2:6{(diff of primes)}: