代码搜索:jstring
找到约 391 项符合「jstring」的源代码
代码结果 391
www.eeworm.com/read/150634/5689820
h frontend.h
//////////////////////////////////////////////////////////////////////
// File: Frontend.h
// Author: Ying Zhang
// Decription: FE, Menu, image loading etc.
///////////////////////////////////////
www.eeworm.com/read/123117/6062817
c mytestimp1.c
#include
#include
#include
#include "MyTest.h"
JNIEXPORT jint JNICALL Java_MyTest_createString(JNIEnv *env, jobject obj, jstring string, jint alen) {
jstring jstr;
www.eeworm.com/read/410845/11267416
h test.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include
/* Header for class Test */
#ifndef _Included_Test
#define _Included_Test
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class
www.eeworm.com/read/410845/11267431
h test.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include "jni.h"
/* Header for class Test */
#ifndef _Included_Test
#define _Included_Test
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class
www.eeworm.com/read/261194/11660353
h swfbitmap.h
//
// Description:
// SWFBitmap Native Interface
//
// Authors:
// Jonathan Shore
// Based on php wrapper developed by
//
// Copyright:
// Copyrigh
www.eeworm.com/read/152811/12080159
h frontend.h
//////////////////////////////////////////////////////////////////////
// File: Frontend.h
// Author: Ying Zhang
// Decription: FE, Menu, image loading etc.
///////////////////////////////////////
www.eeworm.com/read/151729/12178995
txt jni入门介绍.txt
Java基础知识——JNI入门介绍(上)
学习了一下JNI,发表文章的时候不知道该选什么好了,不知道JNI应该属于那个范畴^_^。
1.简介
JNI是Java Native Interface的缩写,它的设计目的是:
The standard Java class library may not support the platform-dependen
www.eeworm.com/read/325952/6784709
cpp globalreflibrary.cpp
// GlobalRefLibrary.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
#include "..\GlobalRefExample.h"
JNIEXPORT void JNICALL Java_GlobalRefExample_testGlobalRef
www.eeworm.com/read/325952/6784735
cpp objectarraylibrary.cpp
// ObjectArrayLibrary.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
#include "..\ObjectArrayExample.h"
JNIEXPORT jint JNICALL Java_ObjectArrayExample_findString
www.eeworm.com/read/325952/6784752
cpp stringlibrary.cpp
// StringLibrary.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
#include "..\StringExamples.h"
JNIEXPORT jboolean JNICALL Java_StringExamples_fastSearch
(JNIE