代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/378057/9252743
h printf_p.h
#ifndef _PRINTF_P_H_
#define _PRINTF_P_H_
extern void _printf_P (char const *fmt0, ...);
#define printf(format, args...) _printf_P(format , ## args)
#endif
www.eeworm.com/read/378057/9252748
c printf_p.c
/*
Copyright (C) 1993 Free Software Foundation
This file is part of the GNU IO Library. This library is free
software; you can redistribute it and/or modify it under the
terms of the GNU Gener
www.eeworm.com/read/377590/9270319
m e_printf.m
function e_printf(N,B,w,string)
n=[0:(N-1)];
hd=exp4_ideal(w,N);
h=hd.*(B)';
[H,m]=freqz(h,[1],1024,'whole');
mag=abs(H);
db=20*log10((mag+eps)/max(mag));
pha=angle(H);
subplot(2,3,2);
n=0:N-
www.eeworm.com/read/377589/9270346
m e_printf.m
function e_printf(N,B,w,string)
n=[0:(N-1)];
hd=exp4_ideal(w,N);
h=hd.*(B)';
[H,m]=freqz(h,[1],1024,'whole');
mag=abs(H);
db=20*log10((mag+eps)/max(mag));
pha=angle(H);
subplot(2,3,2);
n=0:N-
www.eeworm.com/read/377588/9270366
m e_printf.m
function e_printf(N,B,w,string)
n=[0:(N-1)];
hd=exp4_ideal(w,N);
h=hd.*(B)';
[H,m]=freqz(h,[1],1024,'whole');
mag=abs(H);
db=20*log10((mag+eps)/max(mag));
pha=angle(H);
subplot(2,3,2);
n=0:N-
www.eeworm.com/read/179197/9366231
bak printf_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/179197/9366246
uv2 printf.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Flash), 0x0005 // Tools: ''
Target (Simulation), 0x0005 // Tools: ''
Group (C source code)
Group (Assembler startup code)
www.eeworm.com/read/374737/9387192
c printf-stdarg.c
/*
Copyright 2001, 2002 Georges Menie (www.menie.org)
stdarg version contributed by Christian Ettinger
This program is free software; you can redistribute it and/or modify
it under the term
www.eeworm.com/read/177251/9463928
c,v printf.c,v
head 1.3;
access;
symbols;
locks
root:1.3; strict;
comment @ * @;
1.3
date 2004.06.01.02.59.13; author root; state Exp;
branches;
next 1.2;
1.2
date 2004.05.24.13.29.03; author root; state Exp;
br
www.eeworm.com/read/174554/9582373
java printf1.java
/**
* @version 1.10 1997-07-01
* @author Cay Horstmann
*/
class Printf1
{ public static native int print(int width, int
precision, double x);
static
{ System.loadLibrary("Pr