代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/393286/2478573
c printf.c
/*
* printf.c: Internal prom library printf facility.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
* Copyright (c) 2002 Pete Zaitcev (zaitcev@yahoo.com)
*
* We used to warn a
www.eeworm.com/read/389922/2530993
c printf.c
/*
* printf - write on the standard output stream
*/
/* $Header: printf.c,v 1.3 89/12/18 15:03:08 eck Exp $ */
#include
#include
#include "loc_incl.h"
int
printf(const char *f
www.eeworm.com/read/389879/2532507
c printf.c
/* $Id: printf.c,v 1.5 1996/04/04 16:31:07 tridge Exp $
* printf.c: Internal prom library printf facility.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
/* This routine is i
www.eeworm.com/read/389693/2539846
java printf.java
package book.j2se5;
import java.util.Date;
/**
* 使用printf输出
*/
public class Printf {
public static void main(String[] args) {
/*** 输出字符串 ***/
// %s表示输出字符串,也就是将后面的字符串替换模式中的%s
Sy
www.eeworm.com/read/385891/2577790
c printf.c
/*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
*
* ########################################################################
*
*
www.eeworm.com/read/385891/2578659
c printf.c
/* $Id: printf.c,v 1.1.1.1 2004/02/04 12:55:52 laputa Exp $
* printf.c: Internal prom library printf facility.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
* Copyright (C) 1997
www.eeworm.com/read/385891/2578785
c printf.c
/* $Id: printf.c,v 1.1.1.1 2004/02/04 12:55:39 laputa Exp $
* printf.c: Internal prom library printf facility.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
/* This routine
www.eeworm.com/read/385891/2579348
c printf.c
/* $Id: printf.c,v 1.1.1.1 2004/02/04 12:55:50 laputa Exp $
* printf.c: Internal prom library printf facility.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
/* This routine
www.eeworm.com/read/385891/2579531
c printf.c
/*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
*
* ########################################################################
*
* Thi
www.eeworm.com/read/385462/2590729
c printf.c
/*
****************************************************************************
* (C) 2003 - Rolf Neugebauer - Intel Research Cambridge
************************************************************