代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/378233/9239935
c printf.c
#include "vsprintf.h"
#include "printf.h"
#include "string.h"
extern void putc(unsigned char c);
extern unsigned char getc(void);
#define OUTBUFSIZE 1024
#define INBUFSIZE 1024
static unsigned cha
www.eeworm.com/read/378233/9239953
h printf.h
#ifndef _PRINTF_H
#define _PRINTF_H
int printf(const char *fmt, ...);
int scanf(const char * fmt, ...);
#endif /* _PRINTF_H */
www.eeworm.com/read/378224/9240530
c printf.c
#include "vsprintf.h"
#include "string.h"
#include "printf.h"
extern void putc(unsigned char c);
extern unsigned char getc(void);
#define OUTBUFSIZE 1024
#define INBUFSIZE 1024
static unsigned cha
www.eeworm.com/read/378224/9240549
h printf.h
#ifndef _PRINTF_H
#define _PRINTF_H
int printf(const char *fmt, ...);
int scanf(const char * fmt, ...);
#endif /* _PRINTF_H */
www.eeworm.com/read/377683/9265796
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/377683/9266292
test printf.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/181164/9272054
cpp a_printf.cpp
/* Copyright is licensed under GNU LGPL. by I.J.Wang 2006
Compare the difference and use in printf/sscanf fassion
Build: make a_printf
*/
#include "../src/wy_uty.h"
#include
www.eeworm.com/read/376197/9325390
c printf.c
www.eeworm.com/read/375675/9353875
m printf.m
function printf(j,k,N,b)
% j:信号原型
% k:fft后的幅值
% N:fft的长度
% b:选择的信号
subplot(2,2,1);
if(b~=8) %x8(n)是复数序列,不能画
if b==1|b==2|b==3
M=3.2; %确定图中标注的x轴坐标
n=0:7;
ste