代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/305874/3767478
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/305303/3774507
scm printf.scm
;;;; "printf.scm" Implementation of standard C functions for Scheme
;;; Copyright (C) 1991-1993, 1996, 1999-2001 Aubrey Jaffer and Radey Shouman.
;
;Permission to copy this software, to modify it, to
www.eeworm.com/read/304849/3784383
c printf.c
//
// Visopsys
// Copyright (C) 1998-2007 J. Andrew McLaughlin
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public
www.eeworm.com/read/304222/3802197
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/303435/3810766
c printf.c
/* Copyright (c) Colorado School of Mines, 2006.*/
/* All rights reserved. */
#include "sfstdio.h"
/* Write out data to stdout using a given format.
** Written by Kiem-Phong Vo
www.eeworm.com/read/303127/3815600
c printf.c
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
printf.c
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/302839/3823207
cc printf.cc
/*
* Copyright (c) 2003, 2004, 2005
* The Regents of The University of Michigan
* All Rights Reserved
*
* This code is part of the M5 simulator.
*
* Permission is granted to use, copy, create d
www.eeworm.com/read/302839/3823208
hh printf.hh
/*
* Copyright (c) 2003, 2004, 2005
* The Regents of The University of Michigan
* All Rights Reserved
*
* This code is part of the M5 simulator.
*
* Permission is granted to use, copy, create d
www.eeworm.com/read/298657/3859629
c printf.c
/* Oki bug report [OKI006]
The following program is no work.
illegal trap: 0x12 pc=d000d954
d000d954 08000240 NOP
*/
#include
main ()
{
int i, j, k;
print ("
www.eeworm.com/read/298657/3861224
c printf.c
#include
#include
#include "c99ppe.h"
#ifdef _HAVE_STDC
#include
#else
#include
#endif
typedef struct
{
char* fmt;
unsigned int pad0[ 3 ];
va_list