代码搜索:jstring
找到约 391 项符合「jstring」的源代码
代码结果 391
www.eeworm.com/read/237293/13969754
gmt plane.gmt
#!/bin/csh
#
# to plot values of
# 1: KHIT matrix
# 2: DWS
# 3: diag. reso element (RDE)
# 4: spread values
# in horizontal depth sections
#
# take output from 'tomo2gmt', stored in the
www.eeworm.com/read/237293/13969771
gmt profile_vpabs.gmt
#!/bin/csh
#
# to plot absolute velocities
# in vertical depth section along user defined profiles
#
# take output from 'tomo2gmt', stored in the VP directory,
# and named profileXX.gmt
#
#
# This sc
www.eeworm.com/read/366270/9821860
cpp myjni.cpp
#include "stdio.h"
#include "com_opt_jni_MyJNI.h"
#include "cstring"
jstring stoJstring( JNIEnv* env, const char* pat )
{
//定义java String类 strClass
jclass strClass = (env)->FindClass("Ljav
www.eeworm.com/read/163811/10144459
h macrobodydef_h.h
//---------------------------------------------------------------------------
//-------- MacroBodyDef_H.h -------------------------------------------------
//----------------------------------------
www.eeworm.com/read/163811/10144595
h masmber_h.h
//---------------------------------------------------------------------------
//-------- MAsmber_H.h ------------------------------------------------------
//----------------------------------------
www.eeworm.com/read/352093/10582985
cpp jniencryptor.cpp
#include "stdafx.h"
#include "JNIEncryptor.h"
#include "FileCodec.h"
//将Java的Unicode字符串转化成本地字符数组;
char* JStringToString(JNIEnv* env, jstring jstr)
{
int length = env->GetStringLength(jst
www.eeworm.com/read/350332/10749937
h macrobodydef_h.h
//---------------------------------------------------------------------------
//-------- MacroBodyDef_H.h -------------------------------------------------
//----------------------------------------
www.eeworm.com/read/350332/10750241
h masmber_h.h
//---------------------------------------------------------------------------
//-------- MAsmber_H.h ------------------------------------------------------
//----------------------------------------
www.eeworm.com/read/466084/7044262
h jpcap.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include
/* Header for class Jpcap */
#ifndef _Included_Jpcap
#define _Included_Jpcap
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class:
www.eeworm.com/read/399668/7843253
cpp expinterface.cpp
#include "stdafx.h"
#include
#include "../ocicpp/ocicpp.h"
#include "ExpInterface.h"
using std::string;
using namespace OCICPP;
jstring WindowsTojstring( JNIEnv* env, char* str );