代码搜索:Line
找到约 10,000 项符合「Line」的源代码
代码结果 10,000
www.eeworm.com/read/171829/9736133
c linecnst.c
#include
void main(void)
{
printf("Successfully reached line %d\n", __LINE__);
// Other statements here
printf("Successfully reached line %d\n", __LINE__);
}
www.eeworm.com/read/270082/11049203
c linecnst.c
#include
void main ()
{
printf("Successfully reached line %d\n", __LINE__);
// Other statements here
printf("Successfully reached line %d\n", __LINE__);
}
www.eeworm.com/read/415628/11061053
java main.java
public class Main {
public static void main(String[] args) {
//建立实体
Point p1 = new Point(0, 0);
Point p2 = new Point(100, 0);
Line line = new Line(p1, p2);
www.eeworm.com/read/415628/11061084
java main.java
public class Main {
public static void main(String[] args) {
//建立实体
Point p1 = new Point(0, 0);
Point p2 = new Point(100, 0);
Line line = new Line(p1, p2);
www.eeworm.com/read/267858/11160185
h dbug.h
#define dabort() \
{ printf("Aborting at line %d in source file %s\n",__LINE__,__FILE__); abort(); }
www.eeworm.com/read/411674/11233668
m pline.m
function varargout=pline(arg1,arg2,arg3)
% PLINE Plots line in 2D.
%
% Synopsis:
% h=pline(W,b)
% h=pline(W,b,line_style)
% h=pline(model)
% h=pline(model,options)
%
% Description:
% h=
www.eeworm.com/read/335795/12498870
c io20_3.04.c
// #include
#include
/**
**
stanl@john:d.ch20 276 : a.out < moby_dick
Line #1 Chars read: 45
Call me Ishmael. Some years ago, never mind
Line #2 Chars read:
www.eeworm.com/read/147406/12554639
c linecnst.c
#include
void main(void)
{
printf("Successfully reached line %d\n", __LINE__);
// Other statements here
printf("Successfully reached line %d\n", __LINE__);
}
www.eeworm.com/read/247673/12633261
c io20_3.04.c
// #include
#include
/**
**
stanl@john:d.ch20 276 : a.out < moby_dick
Line #1 Chars read: 45
Call me Ishmael. Some years ago, never mind
Line #2 Chars read:
www.eeworm.com/read/135898/13888969
c io20_3.04.c
// #include
#include
/**
**
stanl@john:d.ch20 276 : a.out < moby_dick
Line #1 Chars read: 45
Call me Ishmael. Some years ago, never mind
Line #2 Chars read: