代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/389399/8524164
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/389295/8535032
c tsk_printf.c
/*
* The Sleuth Kit
*
* Brian Carrier [carrier sleuthkit [dot] org]
* Copyright (c) 2007 Brian Carrier. All Rights reserved
*
* This software is distributed under the Common Public License
www.eeworm.com/read/426487/9017636
asv printf2.asv
function printf2(j,k,N)
subplot(2,2,1)
n=0:N-1;
stem(n,j,'.');
hold on;
xlabel('n');
ylabel('x(n)');
title('原始语音信号频谱')
subplot(2,2,3);
n=0:N-1;
stem(n,k,'.');
xlabel('K');
ylabel('|X(k)|'
www.eeworm.com/read/426487/9017644
m printf2.m
function printf2(j,k,N)
subplot(2,2,1)
n=0:N-1;
stem(n,j,'.');
hold on;
title('原始语音信号频谱')
xlabel('n');
ylabel('x(n)');
subplot(2,2,3);
n=0:N-1;
stem(n,k,'.');
title('原始语音信号FFT频谱')
xlabel(
www.eeworm.com/read/184984/9061617
c printf1.c
www.eeworm.com/read/184984/9061629
c printf2.c
www.eeworm.com/read/183892/9133273
c printf-args.c
/* Decomposed printf argument list.
Copyright (C) 1999, 2002-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of th
www.eeworm.com/read/183892/9133312
h printf-parse.h
/* Parse printf format string.
Copyright (C) 1999, 2002-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU
www.eeworm.com/read/183892/9133314
h printf-args.h
/* Decomposed printf argument list.
Copyright (C) 1999, 2002-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of th
www.eeworm.com/read/183892/9133372
c printf-parse.c
/* Formatted output to strings.
Copyright (C) 1999-2000, 2002-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of t