代码搜索:Line
找到约 10,000 项符合「Line」的源代码
代码结果 10,000
www.eeworm.com/read/449369/7508083
pl mkcwebch.pl
#! /usr/bin/perl
# mkcwebch.pl
# Make a CWEB change file.
# The original file is the first argument name.
# The new file is the first argument name.
# Output the change file to standard output.
if
www.eeworm.com/read/442749/7645693
py var.py
# Filename : var.py
i=5
print i
i=i+1
print i
s='''This is a multi-line string.
This is the second line.'''
print s
www.eeworm.com/read/435264/7794829
py var.py
# Filename : var.py
i=5
print i
i=i+1
print i
s='''This is a multi-line string.
This is the second line.'''
print s
www.eeworm.com/read/397649/8031013
java useline.java
/**
* Java语言实验参考程序
* Company 北京师范大学计算机系
* @author 孙一林
* @version 1.0
*/
class Point { // 声明一个“点”类
private int x0; // 定义坐标原点
private int y0;
private int x;
www.eeworm.com/read/245818/12779032
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/142793/12919205
cpp stack2.cpp
//: C07:Stack2.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file 'L
www.eeworm.com/read/241790/13120361
cpp 7-0-1.cpp
#include
#include
#include
#include
using namespace std;
vector split(const string& s)
{
vector ret;
typedef string::size_type string_size;
s
www.eeworm.com/read/240985/13182848
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/137365/13326366
c lint2msg.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/319707/13445770
py var.py
# Filename : var.py
i = 5
print i
i = i + 1
print i
s = '''This is a multi-line string.
This is the second line.' '''
print s
c=5
a=b=c
print a