代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/474431/6809234
s printf.s
|
| Need to print the three values x, y, and z.
|
movl z,sp@- | Push args on the
movl y,sp@- | stack in reverse
movl x,sp@- | order: format, x,
movl #format,sp@- | y, and z.
jbsr _print
www.eeworm.com/read/295676/8146486
c printf.c
#include "Config.h"
#ifdef SERIAL
#include "reg.h"
#include "Typedefs.h"
#include "main.h"
#include "printf.h"
#include
CODE BYTE Hex[] = "0123456789ABCDEF";
extern bit R
www.eeworm.com/read/295676/8146557
obj printf.obj
www.eeworm.com/read/295676/8146694
lst printf.lst
C51 COMPILER V7.06 PRINTF 02/21/2008 14:00:30 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE PRINTF
OBJECT MODULE PLACED IN
www.eeworm.com/read/295676/8146904
h printf.h
#ifndef __PRINTF__
#define __PRINTF__
#define _outchar(c) while(1) { if( !RS_Xbusy ) { SBUF = c; RS_Xbusy=1; break; } }
#define Putch(c) _outchar(c)
#ifdef SERIAL
void Printf ( const char
www.eeworm.com/read/395456/8172708
lua printf.lua
-- an implementation of printf
function printf(...)
io.write(string.format(...))
end
printf("Hello %s from %s on %s\n",os.getenv"USER" or "there",_VERSION,os.date())
www.eeworm.com/read/395360/8182046
dcu printf.dcu
www.eeworm.com/read/395360/8182052
dfm printf.dfm
inherited fmPrint: TfmPrint
Left = 191
Top = 117
Caption = 'Print'
ClientHeight = 560
ClientWidth = 710
PixelsPerInch = 96
TextHeight = 13
inherited pnlTitle: TCycPanel
Wi