代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/131967/14118153
txt printf.txt
enter_item m to buf[1]
enter_item m to buf[2]
enter_item m to buf[3]
enter_item m to buf[4]
enter_item m to buf[5]
enter_item m to buf[6]
enter_item m to buf[7]
enter_item m to buf[8]
enter_it
www.eeworm.com/read/131933/14119703
txt printf.txt
C:\tmp>os2
取得空闲PCB块的i=pfree: i=0
Enter the process's NAME(一个唯一正整数作为进程编号): 1
Enter the process's STATUS(0表示就绪,1表示运行,2表示结束)
因为是进程创建时是就绪状态,这里统一输入0): 0
取得空闲PCB块的i=pfree: i=1
Enter the process'
www.eeworm.com/read/233242/14161814
uart_printf
www.eeworm.com/read/233235/14162650
c printf.c
/**************************************************************************
**
** Revision History
**
** when what who why
**
** 2002-03-15 1.0 Jesper initial release
** 2003
www.eeworm.com/read/129726/14231121
c printf.c
#include
#include
#define I 555
#define R 5.5
int main(void)
{
int i,j,k,l;
char buf[7];
char *prefix = buf;
char tp[20];
printf("prefix 6d 6o 8x 1
www.eeworm.com/read/230611/14280725
c printf.c
#include "vsprintf.h"
#include "string.h"
#include "printf.h"
extern void putc(unsigned char c);
extern unsigned char getc(void);
#define OUTBUFSIZE 1024
#define INBUFSIZE 1024
static unsigned c
www.eeworm.com/read/230611/14280734
d printf.d
printf.o printf.d : printf.c vsprintf.h \
/work/friendly-arm_backup/friendly-arm/ARM_Projects/stdio/include/types.h \
string.h printf.h
www.eeworm.com/read/230611/14280744
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/229523/14332783
c printf.c
/* Formatted output to strings, using POSIX/XSI format strings with positions.
Copyright (C) 2003 Free Software Foundation, Inc.
Written by Bruno Haible , 2003.
This program
www.eeworm.com/read/126402/14425225