代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/276084/4169159
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/273759/4193348
c printf.c
/* GLIB - Library of useful routines for C programming
* Copyright (C) 2003 Matthias Clasen
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU
www.eeworm.com/read/273759/4193353
h printf.h
/* GLIB - Library of useful routines for C programming
* Copyright (C) 2003 Matthias Clasen
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GN
www.eeworm.com/read/273740/4193772
c printf.c
/*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
*
* ########################################################################
*
*
www.eeworm.com/read/273740/4194614
c printf.c
/* $Id: printf.c,v 1.3 1997/03/18 18:00:00 jj Exp $
* printf.c: Internal prom library printf facility.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
* Copyright (C) 1997 Jakub J
www.eeworm.com/read/273740/4194740
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/273740/4195303
c printf.c
/* $Id: printf.c,v 1.7 2000/02/08 20:24:23 davem Exp $
* printf.c: Internal prom library printf facility.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
/* This routine is in
www.eeworm.com/read/273740/4195486
c printf.c
/*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
*
* ########################################################################
*
* Thi
www.eeworm.com/read/272963/4213704
c printf.c
#include "printf.h"
#include "windows.h"
#include
/////////////////////////////////////////////////////////////////////////////////////
//
//
void put_char ( char ch )
{
PWINDO
www.eeworm.com/read/272963/4213720
h printf.h
#ifndef __PRINT_H__
#define __PRINT_H__
//////////////////////////////////////////////////////////////////////////
//
//
void print ( const char * fmt, ... );
void put_char ( char c