代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/174554/9582379
h printf1.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include
/* Header for class Printf1 */
#ifndef _Included_Printf1
#define _Included_Printf1
#ifdef __cplusplus
extern "C" {
#endi
www.eeworm.com/read/174554/9582382
c printf1.c
/**
* @version 1.10 1997-07-01
* @author Cay Horstmann
*/
#include "Printf1.h"
#include
JNIEXPORT jint JNICALL Java_Printf1_print
(JNIEnv* env, jclass cl, jint width, jint pr
www.eeworm.com/read/174554/9582400
h printf2.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include
/* Header for class Printf2 */
#ifndef _Included_Printf2
#define _Included_Printf2
#ifdef __cplusplus
extern "C" {
#endi
www.eeworm.com/read/174554/9582402
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/174554/9582405
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/174554/9582419
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/174554/9582420
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/174554/9582421
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/174554/9582422
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/174554/9582423
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