代码搜索:jstring
找到约 391 项符合「jstring」的源代码
代码结果 391
www.eeworm.com/read/152811/12079976
h data.h
//////////////////////////////////////////////////////////////////////
//FILE: Data.h
//Contains all the data used for this game
////////////////////////////////////////////////////////////////////
www.eeworm.com/read/162614/5537107
c final_method.c
#include
JNIEXPORT jstring JNICALL
Java_final_1method_meth (JNIEnv *env, jobject thisv)
{
return (*env)->NewStringUTF (env, "zardoz has spoken");
}
www.eeworm.com/read/162519/5546639
c final_method.c
#include
JNIEXPORT jstring JNICALL
Java_final_1method_meth (JNIEnv *env, jobject thisv)
{
return (*env)->NewStringUTF (env, "zardoz has spoken");
}
www.eeworm.com/read/229812/4744449
c jstrtok.c
#include
#include
#include
void main()
{
JSTRING p;
JSTRING buffer;
JSTRING delims = { " .," };
buffer = strdup( "Find words, all of them
www.eeworm.com/read/191824/8420793
txt jni.jishu.txt
VC编写简单DLL
这个DLL实现一个简单的字符串传递,然后弹出一个消息框,显示所传递的字符串,同时将所传递的字符串变成小写,返回给JAVA程序。即JAVA程序和VC编写的DLL实现字符串互传。
打开VC集成开发环境,选择file->new->Projects,选择MFC AppWizard(dll),然后输入工程名,在这里我们输入的是V<mark>JString</mark>。单击下一步,其余取默认选项。
...
www.eeworm.com/read/162614/5533250
h java_net_vminetaddress.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#ifndef __java_net_VMInetAddress__
#define __java_net_VMInetAddress__
#include
#ifdef __cplusplus
extern "C"
{
#endif
JNIEXPORT jstrin
www.eeworm.com/read/162519/5542782
h java_net_vminetaddress.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#ifndef __java_net_VMInetAddress__
#define __java_net_VMInetAddress__
#include
#ifdef __cplusplus
extern "C"
{
#endif
JNIEXPORT jstrin
www.eeworm.com/read/229812/4750860
gml jstrupr.gml
.func jstrupr _fjstrupr
#include
JSTRING jstrupr( JCHAR *s1 );
.ixfunc2 '&Jstring' &func
.if &farfnc eq 1 .do begin
FJSTRING __far _fjstrupr( JCHAR __far *s1 );
.ixfunc2 '&Jstring' &
www.eeworm.com/read/229812/4751250
gml jstrlwr.gml
.func jstrlwr _fjstrlwr
#include
JSTRING jstrlwr( JCHAR *s1 );
.ixfunc2 '&Jstring' &func
.if &farfnc eq 1 .do begin
FJSTRING __far _fjstrlwr( JCHAR __far *s1 );
.ixfunc2 '&Jstring' &
www.eeworm.com/read/229812/4751355
gml jstrrev.gml
.func jstrrev _fjstrrev
#include
JSTRING jstrrev( JCHAR *s1 );
.ixfunc2 '&Jstring' &func
.if &farfnc eq 1 .do begin
FJSTRING __far _fjstrrev( JCHAR __far *s1 );
.ixfunc2 '&Jstring' &