代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6242977
c printw.c
/*
* printw and friends
*
* 1/26/81 (Berkeley) @(#)printw.c 1.1
*/
# include "curses.ext"
# include
/*
* This routine implements a printf on the standard screen.
*/
printw(fmt, va_
www.eeworm.com/read/101082/6243313
1g l44.1g
#print
Of course, you can also search for lines that
contain backslashes; again, it's simply a matter
of doubling the backslash in the search pattern.
That is,
/\\/
finds the next line with a backs
www.eeworm.com/read/101082/6243393
1c l5.1c
#print
(Section 1.5)
Write a program which reads one character from
its input; if that character is ? it prints "yes",
otherwise it prints "no".
Compile it, test it, and then type ready.
#once #create
www.eeworm.com/read/101082/6243407
1b l1.1b
#print
(Section 1.1)
Now write a C program that prints two lines,
the first of which says "hello" and the second
"goodbye". Don't forget those \n delimiters.
Compile and test it. When satisfied,
typ
www.eeworm.com/read/101082/6243415
1e l1.1e
#print
What will be printed by the following printf statement?
printf("\"#@\"");
Type "answer XXX", where XXX is the set of characters
that will be printed.
#copyin
#user
#uncopyin
#match "#@"
#log
www.eeworm.com/read/101082/6243429
1c l17.1c
#print
Print the 20 Fibonacci numbers beginning with 2
(the sequence is 2,3,5,8,... where each number
is the sum of the immediately preceding pair of numbers.
Start with the pair 1,1).
Print each numb
www.eeworm.com/read/101082/6243430
1a l14.1a
#print
Using the familar "getnum.o" routine
write a program that reads numbers one per line and determines
for each if it is prime. Print "prime"
for a prime number and "composite" for a non-prime num
www.eeworm.com/read/101082/6243443
1a l11.1a
#print
With your 'cc' command you can give the name of
an object file to be loaded with your program.
For example
cc x.c y.o
will load the previously compiled program 'y' along with
the program 'x'
www.eeworm.com/read/101082/6243764
c queue.c
#ifndef lint
static char *sccsid = "@(#)queue.c 4.1 (ULTRIX) 7/2/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1987 by
www.eeworm.com/read/101082/6243772
c stab.c
#ifndef lint
static char *sccsid = "@(#)stab.c 4.1 (ULTRIX) 7/2/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1987 by *