代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/138743/5813926
m wt08fig08.m
%CAPTION
fprintf('\n');
disp('Figure 8.8')
disp('Window 1: Heisenberg boxes of a 2-band wavelet decomposition')
disp('of the multi-chirp signal shown in Figure 8.6.')
disp('Window 2: Decompositio
www.eeworm.com/read/138743/5813982
m wt06fig08.m
%CAPTION
fprintf('\n');
disp('Figure 6.8')
disp('The original signal is at the top. The middle signal is reconstructed')
disp('from the dyadic wavelet maxima shown in Figure 6.7.')
disp('The bott
www.eeworm.com/read/138727/5814500
cpp lzmabench.cpp
// LzmaBench.cpp
#include "StdAfx.h"
#include "LzmaBench.h"
#ifndef _WIN32
#include
#endif
#include "../../../Common/CRC.h"
#include "../LZMA/LZMADecoder.h"
#include "../LZMA/
www.eeworm.com/read/137956/5817883
assert
#include
#include
static char rcsid[] = "$Id: assert.c,v 1.1 1995/07/25 20:34:24 cwf Exp $";
int _assert(char *e, char *file, int line) {
fprintf(stderr, "assertion failed:");
www.eeworm.com/read/137956/5817884
bbexit
#include
#include
static char rcsid[] = "$Id: bbexit.c,v 1.3 1997/05/22 22:46:11 drh Exp $";
struct callsite {
char *file, *name;
union coordinate {
struct { unsigned int in
www.eeworm.com/read/137956/5817885
yynull
#include
#include
static char rcsid[] = "$Id: yynull.c,v 1.2 1997/05/22 22:46:51 drh Exp $";
void _YYnull(char *file, int line) {
fprintf(stderr, "null pointer dereferenced:");
www.eeworm.com/read/137956/5817905
gram
/* A Bison parser, made from lburg/gram.y with Bison version GNU Bison version 1.24
*/
#define YYBISON 1 /* Identify Bison output. */
#define TERMINAL 258
#define START 259
#define PPERCENT 26
www.eeworm.com/read/137696/5818292
cpp dtest.cpp
/*
* Copyright 2001,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
www.eeworm.com/read/137691/5819718
c sflisten.c
#include
#include
#include "sfsource.h"
int main(int argc, char **argv)
{
int fd;
if (argc != 3)
{
fprintf(stderr, "Usage: %s - dump packets from a
www.eeworm.com/read/137626/5823078
c fastfind.c
/* Very fast search_keyword_in_list. */
/* $Id: fastfind.c,v 1.72.4.1 2005/04/05 21:08:43 jonas Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include
#include
#incl