代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6243061
1e l4.1e
#print
How many lines total are there in the two files called
"chema" and "chemb" in this directory? Use "wc".
Type "answer N", where N is the total number of lines.
#create chema
The baker said,
www.eeworm.com/read/101082/6243063
2b l5.2b
#once #create message
.ND
.EQ
delim $$
.EN
.LP
Try another example with braces, for practice.
Make the file "Example" produce output that looks
like this line, then type "ready".
(The character $rho$
www.eeworm.com/read/101082/6243064
1c l10.1c
#print
There are several warnings in order about mark and lineup.
First, remember that you must use ".EQ I" or ".EQ L".
Second, there can only be one mark or one lineup in any given
equation.
Finally,
www.eeworm.com/read/101082/6243066
1d l6.1d
#print
Do the inputs
Let $x sub i$ and $y sub i$ be $>= z sub i$.
and
Let $x sub i$ and $y sub i$ be $>=$ $z sub i$.
produce the same output?
Answer yes or no.
#copyin
#user
#uncopyin
#match no
#l
www.eeworm.com/read/101082/6243067
1c l5.1c
#once #create message
.ND
.EQ
delim $$
.EN
.LP
Braces are an exceedingly useful construction.
Wherever you have a place where you could have used
a single thing like the letter "x", you can plug in
an
www.eeworm.com/read/101082/6243070
1f l5.1f
#print
Is the construction
a {sup pi +1}
legal in neqn? Answer yes or no.
#copyin
#user
#uncopyin
#match no
#log
#next
5.1g 10
www.eeworm.com/read/101082/6243072
1b l11.1b
#once #create message
.ND
.tr %$
.EQ
delim $$
.EN
.LP
The quoting mechanism can also be used to turn off the special meaning
of things like the dollar sign and braces.
Modify "Example" so it prints th
www.eeworm.com/read/101082/6243073
1b l6.1b
#print
There is one other thing you have to do before
you can use a character as a delimiter - you
have to tell neqn that you are going to.
To do this, as the very first thing in your
input you must p
www.eeworm.com/read/101082/6243075
2c l4.2c
#print
Does the neqn input
.EQ
~a
over
b~
.EN
produce the same output as the input
.EQ
a~ over ~b
.EN
Answer yes or no.
#copyin
#user
#uncopyin
#match no
#log
#next
4.1d 10
www.eeworm.com/read/101082/6243076
1c l7.1c
#once #create message
.ND
.tr %$
.EQ
delim $$
.EN
.LP
It is also quite permissible to leave out
either the "from" part or the "to" part
of a from-to construction. For example,
modify "Example" so its