代码搜索:line-oriented
找到约 19 项符合「line-oriented」的源代码
代码结果 19
www.eeworm.com/read/331560/12820693
java calculator.java
import java.util.*;
/**
Simple line-oriented calculator program. The class
can also be used to create other calculator programs.
*/
public class Calculator
{
private double result;
www.eeworm.com/read/100194/15881350
c pfdisk.c
/*
* pfdisk - Partition a Fixed DISK
* by Gordon W. Ross, Jan. 1990
*
* See the file "pfdisk.doc" for user instructions.
*
* This program uses a simple, line-oriented interpreter,
* desi
www.eeworm.com/read/406138/11449003
java calculator.java
/**线性计算器
Simple line-oriented calculator program. The class
can also be used to create other calculator programs.
*/
public class Calculator
{
private double result;
private double
www.eeworm.com/read/101082/6243572
2 l6.2
#print
Misc. Useful Features - The Outer Editor I
You may remember that we said at the outset that vi is built on top of
another, line-oriented, editor, called 'ex'. Whenever you use a colon
co
www.eeworm.com/read/221047/14759793
html module-cmd.html
5.10 cmd -- Support for line-oriented command interpreters
www.eeworm.com/read/180137/5289198
c lineout.c
/* lineout.c -
Implements line-oriented output format.
Written by James Clark (jjc@jclark.com).
*/
#include "config.h"
#include "std.h"
#include "entity.h" /* Templates for entity
www.eeworm.com/read/229403/4756527
in config.in
config BR2_PACKAGE_ED
bool "ed"
default n
help
A line-oriented text editor. Used to create, display, modify,
and otherwise manipulate text files. Often used in scripts
rather than invo
www.eeworm.com/read/374687/2748896
in config.in
config BR2_PACKAGE_ED
bool "ed"
default n
help
A line-oriented text editor. Used to create, display, modify,
and otherwise manipulate text files. Often used in scripts
rather than invo
www.eeworm.com/read/286262/8779893
c linefunc.c
/* $Header: /nw2/tony/src/stevie/src/RCS/linefunc.c,v 1.2 89/03/11 22:42:32 tony Exp $
*
* Basic line-oriented motions.
*/
#include "stevie.h"
/*
* nextline(curr)
*
* Return a pointe