代码搜索:printf

找到约 10,000 项符合「printf」的源代码

代码结果 10,000
www.eeworm.com/read/231996/14212144

c extend_printf.c

/* * Behaves as gmp_printf with new conversion specifier %B for element_t types */ #include #include #include #include #include #include "pbc_util
www.eeworm.com/read/129864/14221845

java printf1.java

/** * @version 1.10 1997-07-01 * @author Cay Horstmann */ class Printf1 { public static native int print(int width, int precision, double x); static { System.loadLibrary("Pr
www.eeworm.com/read/129864/14221849

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/129864/14221851

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/129864/14221861

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/129864/14221862

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/129864/14221863

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/129864/14221869

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/129864/14221871

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/129864/14221872

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