代码搜索:printf

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

代码结果 10,000
www.eeworm.com/read/303151/13820792

h printf.h

/**************标准C语言库函数的实现**********************、 /* * Printf.h * Copyright (c) 2008 ,WuRen * Date:2008-04-25 * V1.00 */ #ifndef _INC_PRINTF #define _INC_PRINTF #ifndef _INC_STDIO #i
www.eeworm.com/read/303151/13820793

c printf.c

/**************标准C语言库函数的实现**********************、 /* * Printf.c * Copyright (c) 2008 ,WuRen * Date:2008-04-25 * V1.00 */ #include "Printf.h" #include "stdlib.h" #include "stdio.h" #inclu
www.eeworm.com/read/302784/13827537

test-printf

www.eeworm.com/read/302784/13827544

test-printf

www.eeworm.com/read/302784/13827615

test-printf

www.eeworm.com/read/300969/13874810

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(con
www.eeworm.com/read/300917/13880434

txt printf.txt

#include void main() { double a=4.5678; double c=45679; double d=-4.56; int b=25; //指数和小数形式 printf("double类型的小数形式a=%lf\n",a); printf("double类型的指数形式a=%le\n",a); //不输出无意义的0
www.eeworm.com/read/152661/5671916

c printf.c

//========================================================================== // // printf.c // // Stand-alone minimal printf support for RedBoot // //========================================
www.eeworm.com/read/151104/5686031

c printf.c

/* * Carsten Langgaard, carstenl@mips.com * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. * * ######################################################################## * *
www.eeworm.com/read/151104/5686207

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