代码搜索:Martin

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

代码结果 10,000
www.eeworm.com/read/100888/8470886

zip martin.zip

www.eeworm.com/read/470713/1453374

java martin.java

// Test case from Martin Kahlert public class martin { public native void myNative(String s); public void myJava(String s) { s = s + ", Java"; System.out.pr
www.eeworm.com/read/470713/1453393

c martin.c

#include #include "martin.h" #include JNIEXPORT void JNICALL Java_martin_myNative(JNIEnv* env, jobject this, jstring s) { jclass cls; jfieldID fid; jobject obj; jmethodID mi
www.eeworm.com/read/470713/1453407

out martin.out

Hello, Java From C Hello, Java (from C) Goodbye, Java
www.eeworm.com/read/470693/1465264

java martin.java

// Test case from Martin Kahlert public class martin { public native void myNative(String s); public void myJava(String s) { s = s + ", Java"; System.out.pr
www.eeworm.com/read/470693/1465283

c martin.c

#include #include "martin.h" #include JNIEXPORT void JNICALL Java_martin_myNative(JNIEnv* env, jobject this, jstring s) { jclass cls; jfieldID fid; jobject obj; jmethodID mi
www.eeworm.com/read/470693/1465297

out martin.out

Hello, Java From C Hello, Java (from C) Goodbye, Java
www.eeworm.com/read/233448/4687725

java martin.java

// Test case from Martin Kahlert public class martin { public native void myNative(String s); public void myJava(String s) { s = s + ", Java"; System.out.pr
www.eeworm.com/read/233448/4687757

c martin.c

#include #include "martin.h" #include JNIEXPORT void JNICALL Java_martin_myNative(JNIEnv* env, jobject this, jstring s) { jclass cls; jfieldID fid; jobject obj; jmethodID mi
www.eeworm.com/read/233448/4687776

out martin.out

Hello, Java From C Hello, Java (from C) Goodbye, Java