代码搜索:printf

找到约 10,000 项符合「printf」的源代码

代码结果 10,000
www.eeworm.com/read/287166/8714376

c printf.c

/* ----------------------------------------------------------------- */ /* PRINTF: diverts PRINTF calls to an OS/2 Named Queue */ /* Copyright (c) IBM Corporation, 1991, 1992
www.eeworm.com/read/429936/8782036

c printf.c

/*-----------------------------------------------------------------------------*/ /* */ /* Copyright (C) 1996-2003 by Te
www.eeworm.com/read/284137/8961277

c printf.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/427172/8970282

c printf.c

//######################################################################### // printf.c // // printf() based on sprintf() from gcctest9.c Volker Oth // // If you have no parameters for printf() u
www.eeworm.com/read/427172/8970307

h printf.h

//######################################################################### // PRINTF.H // //######################################################################### // Last change: 29.07.2005 /
www.eeworm.com/read/427172/8970345

c printf.c

//######################################################################### // printf.c // // printf() based on sprintf() from gcctest9.c Volker Oth // // If you have no parameters for printf() u
www.eeworm.com/read/427172/8970366

h printf.h

//######################################################################### // PRINTF.H // //######################################################################### // Last change: 29.07.2005 /
www.eeworm.com/read/382751/9003085

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/283498/9015732

asm printf.asm

StdGrp group stdlib,stddata stddata segment para public 'sldata' stddata ends ; stdlib segment para public 'slcode' assume cs:stdgrp ; extrn sl_Putc:far, sl_Puti:far, sl_ISize:far ex
www.eeworm.com/read/426487/9017643

m printf.m

function printf(j,k,N,l,m) figure(1); subplot(2,2,1) n=0:N-1; stem(n,j,'.'); hold on; xlabel('n'); ylabel('x(n)'); subplot(2,2,3); n=0:N-1; stem(n,k,'.'); xlabel('K'); ylabel('|X(k)|');