代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/214114/6332735
h printf.h
#ifndef __PRTF_H__
#define __PRTF_H__
// write your header here
extern void Printf_Init(unsigned int Port_Number);
extern int Printf(char *format,...);
extern void Printf_End();
#endif
www.eeworm.com/read/489307/6478279
cpp printf.cpp
#include
void main()
{
int n=1000;
float f;
f=1.48922;
char name[20]="welcome hello";
//printf("%-5.2f\n",f);
// printf("%5.8s\n",name);
printf("%08d\n",n);
}
www.eeworm.com/read/484435/6576185
c printf.c
/* Fast printf routine for use with sdcc/mcs51
* Copyright (c) 2001, Paul Stoffregen, paul@pjrc.com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of
www.eeworm.com/read/484435/6576218
h printf.h
#include "stricmp.h"
extern void printfd (code char * , ...) reentrant;
extern void printf (code char * , ...) reentrant;
#pragma CALLEE-SAVES print,print_str,print_hex32,print_hex16
#pragma CALLEE-
www.eeworm.com/read/483365/6605349
o printf.o
www.eeworm.com/read/483365/6605368
h printf.h
#ifndef PRINTF_H
#define PRINTF_H
void OSPrintfInit(void);
void OSPrintf(const char *fmt,...);
#endif
www.eeworm.com/read/483365/6605369
c printf.c
//********************************************************************
//OSPrintf post message to UartQ
//TaskUart send message to Uart from UartQ
//tangxiaofeng xidian 503
//*******************
www.eeworm.com/read/481567/6643643
c printf.c
/*
** The "printf" code that follows dates from the 1980's. It is in
** the public domain. The original comments are included here for
** completeness. They are very out-of-date but might be useful
www.eeworm.com/read/480375/6673083
c printf.c
#include
#include
#include
#define IsDigital(c) ((c>='0') && (c
www.eeworm.com/read/480375/6673084
h printf.h
/***************************************************************************************************************
Copyright (c) 2005 Embedded Internet Solutions, Inc
All rights reserved. You are not