代码搜索:printf

找到约 10,000 项符合「printf」的源代码

代码结果 10,000
www.eeworm.com/read/339448/3300541

h printf.h

#ifndef _PRINTF_H #define _PRINTF_H int printf(const char *fmt, ...); int scanf(const char * fmt, ...); #endif /* _PRINTF_H */
www.eeworm.com/read/337546/3328891

c printf.c

/* * Carsten Langgaard, carstenl@mips.com * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. * * This program is free software; you can distribute it and/or modify it * und
www.eeworm.com/read/337546/3331181

c printf.c

/* * printf.c: Internal prom library printf facility. * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) * Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz) * Copyright (c)
www.eeworm.com/read/337546/3331322

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/337546/3332210

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/335724/3356451

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/333376/3387495

c printf.c

/* * printf.c - printf like debug print function */ /* * Copyright (c) 2000,2002 Japan Network Information Center. * All rights reserved. * * By using this file, you agree to the terms and co
www.eeworm.com/read/330176/3426872

c printf.c

/* * NK Kernel printf code * * Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved. * * Module Name: * * printf.c * * Abstract:
www.eeworm.com/read/329083/3433900

c printf.c

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ printf.c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/324920/3487840

c printf.c

/* * Carsten Langgaard, carstenl@mips.com * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. * * This program is free software; you can distribute it and/or modify it * und