代码搜索:Line
找到约 10,000 项符合「Line」的源代码
代码结果 10,000
www.eeworm.com/read/381890/9067341
sh check_whitespace.sh
#!/bin/sh
FILE="$1"
LINE=$(grep -n " $" $FILE)
if [[ $? -eq 0 ]]; then
echo -e "Trailing whitespace found in $FILE on line(s):\n$LINE"
exit 1
fi
exit 0
www.eeworm.com/read/381890/9067351
sh check_comments.sh
#!/bin/sh
FILE="$1"
LINE=$(grep -n "\*\{10\}" $FILE)
if [[ $? -eq 0 ]]; then
echo -e "Bad comment style found in $FILE on line(s):\n$LINE"
exit 1
fi
LINE=$(sed -n -e '1 =' -e '2,$ p' $FILE |
www.eeworm.com/read/363449/9950884
c grep2msg.c
/*
EXAMPLE SOURCE CODE FOR GREP FILTER
Grep2Msg.C
Copyright (c) 1990, 1991 Borland International, Inc.
All rights reserved.
Grep2Msg - Message filter from Turbo Grep to Turbo C
www.eeworm.com/read/359581/10135130
c predef.c
// predef.c -- predefined identifiers
#include
void why_me();
int main()
{
printf("The file is %s.\n", __FILE__);
printf("The date is %s.\n", __DATE__);
printf("The time
www.eeworm.com/read/356874/10219764
c predef.c
// predef.c -- predefined identifiers
#include
void why_me();
int main()
{
printf("The file is %s.\n", __FILE__);
printf("The date is %s.\n", __DATE__);
printf("The time
www.eeworm.com/read/424063/10500826
m delete_l.m
%DELETE_LINE Removes a line from a model.
% DELETE_LINE(SYSTEM, P) removes a line from the specified system.
% The line can be specified in two ways. If there are
% only two arguments, the second
www.eeworm.com/read/421785/10698441
c predef.c
// predef.c -- predefined identifiers
#include
void why_me();
int main()
{
printf("The file is %s.\n", __FILE__);
printf("The date is %s.\n", __DATE__);
printf("The time
www.eeworm.com/read/418304/10954394
m fm_b.m
function fm_b
% FM_B build admittance matrix B' and B" for fast decoupled
% power flow solution (FDPF)
%
% FM_B
%
%see also FM_Y and Settings
%
%Author: Federico Milano
%Date: 11-Nov-2002
www.eeworm.com/read/469371/6974278
cc 2817513_tle.cc
#include
#include
using namespace std;
typedef struct
{
float lenx;
float leny;
float fx;
float fy;
}Line;
Line line[25000];
int sum=0;
int n,a,b,c
www.eeworm.com/read/469371/6974284
cc 2817474_tle.cc
#include
#include
using namespace std;
typedef struct
{
int lenx;
int leny;
int fx;
int fy;
}Line;
Line line[25000];
int sum=0;
int n,a,b,c,d;
int