代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/129399/5973790
java printf2.java
/**
* @version 1.10 1997-07-01
* @author Cay Horstmann
*/
class Printf2
{ public static native String sprint(String format, double x);
static
{ System.loadLibrary("Printf2");
}
www.eeworm.com/read/129399/5973791
c printf2.c
/**
* @version 1.10 1997-07-01
* @author Cay Horstmann
*/
#include "Printf2.h"
#include
#include
#include
char* find_format(const char format[])
/**
*
www.eeworm.com/read/129399/5973796
c printf4.c
/**
* @version 1.10 1997-07-01
* @author Cay Horstmann
*/
#include "Printf4.h"
#include
#include
#include
char* find_format(const char format[])
/**
*
www.eeworm.com/read/129399/5973797
java printf4.java
/**
* @version 1.10 1997-07-01
* @author Cay Horstmann
*/
import java.io.*;
class Printf4
{ public static native void fprint(PrintWriter ps,
String format, double x);
static
www.eeworm.com/read/129399/5973798
h printf4.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include
/* Header for class Printf4 */
#ifndef _Included_Printf4
#define _Included_Printf4
#pragma pack(4)
typedef struct
www.eeworm.com/read/129399/5973799
h printf3.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include
/* Header for class Printf3 */
#ifndef _Included_Printf3
#define _Included_Printf3
#ifdef __cplusplus
extern "C" {
#endi
www.eeworm.com/read/129399/5973800
java printf3.java
/**
* @version 1.10 1997-07-01
* @author Cay Horstmann
*/
import java.io.*;
class Printf3
{ public static native void fprint(PrintWriter out,
String format, double x);
static
www.eeworm.com/read/129399/5973802
c printf3.c
/**
* @version 1.10 1997-07-01
* @author Cay Horstmann
*/
#include "Printf3.h"
#include
#include
#include
char* find_format(const char format[])
/**
*
www.eeworm.com/read/127438/6005535
c mpidi_printf.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpidimpl.h"
#include
#include
www.eeworm.com/read/127438/6006011
c dbg_printf.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
#include
#include