代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/15150/433812
o usart_printf.o
www.eeworm.com/read/15150/433823
d usart_printf.d
.\Obj\usart_printf.o: Source\App\usart_printf.c
.\Obj\usart_printf.o: .\Source\CMSIS\Core\CM3\stm32f10x.h
.\Obj\usart_printf.o: .\Source\CMSIS\Core\CM3\core_cm3.h
.\Obj\usart_printf.o: C:\Keil\ARM\
www.eeworm.com/read/16793/691153
sub printf2.sub
export LANG=en_US.UTF-8
case $(printf %d\\n \'À) in
192) exit 0;;
*) echo "printf2.sub: multibyte character conversion failed" >&2 ; exit 2 ;;
esac
www.eeworm.com/read/16793/691375
sub printf1.sub
LC_ALL=C
LC_NUMERIC=C
unset vv
# this should expand escape sequences in the format string, nothing else
printf -v vv "\tone\n"
printf "%s" "$vv"
# this should not cut off output after the \c
print
www.eeworm.com/read/16793/691416
sub printf3.sub
LC_ALL=C
LANG=C
SHELLSTART=$(date +%s)
SECS=1275250155
export TZ=EST5EDT
printf "%()T\n" $SECS
printf "%(abde)Z\n" -1
printf "%(%e-%b-%Y %T)T\n" $SECS
printf -v v1 "%(%e-%b-%Y %T)T\n" $(date +%s)
www.eeworm.com/read/16994/706299
h usart_printf.h
/****************************************************************************
* Copyright (C), 2009-2010, www.armfly.com
*
* 文件名: usart_printf.h
* 内容简述: 头文件
*
* 文件历史:
* 版本号 日期 作者 说明
www.eeworm.com/read/16994/706301
c usart_printf.c
/****************************************************************************
* Copyright (C), 2010 安富莱电子 www.armfly.com
*
* 文件名: usart_printf.c
* 内容简述: 本模块实现printf和scanf函数重定向到串口1
* 实现重定向,只需要添加2个
www.eeworm.com/read/17098/715934
c bsp_printf.c
/*
*********************************************************************************************************
*
* 模块名称 : printf模块
* 文件名称 : bsp_printf.c
* 版
www.eeworm.com/read/17583/740242
c xil_printf.c
/*---------------------------------------------------*/
/* Modified from : */
/* Public Domain version of printf */
/* Rud Merriam, Compsult, Inc. H
www.eeworm.com/read/34883/892059
h usart_printf.h
/****************************************************************************
* Copyright (C), 2009-2010, www.armfly.com
*
* 文件名: usart_printf.h
* 内容简述: 头文件
*
* 文件历史:
* 版本号 日期 作者 说明