代码搜索:Line
找到约 10,000 项符合「Line」的源代码
代码结果 10,000
www.eeworm.com/read/438832/7725866
sh avoid-subshell.sh
#!/bin/bash
# avoid-subshell.sh
# 由Matthew Walker所提出的建议.
Lines=0
echo
cat myfile.txt | while read line; # (译者注: 管道会产生子shell)
do {
echo $line
www.eeworm.com/read/436696/7765698
bsf adder4b.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/436250/7774225
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/435547/7790715
m rcs_frequency_gui.m
function fig = rcs_frequency_driver()
% This is the machine-generated representation of a Handle Graphics object
% and its children. Note that handle values may change when these objects
% are re-
www.eeworm.com/read/299459/7850222
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/299153/7884595
java drawing.java
package com.javapatterns.command.drawapplet;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
import java.util.*;
public class Drawing extends Canvas
implements MouseLi
www.eeworm.com/read/299153/7884601
java drawing.java
/* Generated by Together */
package com.javapatterns.command.drawlines;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
import java.util.*;
public class Drawing extends C
www.eeworm.com/read/298428/7962027
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/197875/7965097
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/297946/7984681
m rcs_frequency_driver.m
function fig = rcs_frequency_driver()
% This is the machine-generated representation of a Handle Graphics object
% and its children. Note that handle values may change when these objects
% are re-