import javautilArrays;
public class T {
public static void main(String[] args) {
Systemoutprintln(Tsort(21, 13, 2));
}
public static int sort(int n1,int n2,int n3){
int arr[] = {n1,n2,n3};
// 数组工具类,sort()方法是自动升序排序
Arrayssort(arr);
return arr[2];
}
}
// 控制台
21
我以前给j2me写的一个类,你看下:
用的时候这么用 private BDS bds=BDStrans("-x+1");
Systemoutprintln(bdseval(10));
这样的
另外这里面的Hstxpow和Hstxln可以用数学库里的函数替代,因为j2me里没有的
public class BDS{
public int errn=0;
public int len=0;
public int type[]=new int[100];
public double dd[]=new double[100];
public char dc[]=new char[100];
public static BDS trans(String ts){
BDS tr=new BDS();
char s[]=tstoCharArray(),stk[]=new char[100];
int l=tslength(),p=0,sl=0;
if(s[0]=='-')s[0]='~';
for(int i=1;i<l;i++)
if(s[i]=='-'&&(s[i-1]<'0'||s[i-1]>'9')&&s[i-1]!='x')s[i]='~';
for(int i=0;i<l;i++){
if(s[i]>='0'&&s[i]<='9'){
double td=s[i]-'0',mt=10;
int hp=0;
i++;
while(i<l&&((s[i]>='0'&&s[i]<='9')||s[i]=='')){
if(s[i]==''){
if(hp==1){
trerrn=1;
return tr;
}
hp=1;
}else{
if(hp==1){
mt/=100;
td+=(s[i]-'0')mt;
}else td=td100+(s[i]-'0');
}
i++;
}
i--;
if(hp==1&&mt==10){
trerrn=1;
return tr;
}
trtype[p]=1;
trdd[p]=td;
p++;
continue;
}
if(s[i]=='x'){
trtype[p]=3;
p++;
continue;
}
if(s[i]=='a'){
if(i+3>=l||s[i+1]!='b'||s[i+2]!='s'||s[i+3]!='('){
trerrn=1;
return tr;
}
stk[sl++]='a';
i+=2;
continue;
}
if(s[i]=='i'){
if(i+3>=l||s[i+1]!='n'||s[i+2]!='t'||s[i+3]!='('){
trerrn=1;
return tr;
}
stk[sl++]='i';
i+=2;
continue;
}
if(s[i]=='l'){
if(i+2>=l||s[i+1]!='n'||s[i+2]!='('){
trerrn=1;
return tr;
}
stk[sl++]='l';
i++;
continue;
}
if(s[i]=='s'){
if(i+3>=l||s[i+1]!='i'||s[i+2]!='n'||s[i+3]!='('){
if(i+4>=l||s[i+1]!='q'||s[i+2]!='r'||s[i+3]!='t'||s[i+4]!='('){
trerrn=1;
return tr;
}
stk[sl++]='q';
i+=3;
continue;
}
stk[sl++]='s';
i+=2;
continue;
}
if(s[i]=='c'){
if(i+3>=l||s[i+1]!='o'||s[i+2]!='s'||s[i+3]!='('){
trerrn=1;
return tr;
}
stk[sl++]='c';
i+=2;
continue;
}
if(s[i]=='t'){
if(i+3>=l||s[i+1]!='a'||s[i+2]!='n'||s[i+3]!='('){
trerrn=1;
return tr;
}
stk[sl++]='t';
i+=2;
continue;
}
if(s[i]=='~'||s[i]=='('){
stk[sl++]=s[i];
continue;
}
if(s[i]=='+'||s[i]=='-'){
while(sl>0&&stk[sl-1]!='('){
trtype[p]=2;
trdc[p]=stk[--sl];
p++;
}
stk[sl++]=s[i];
continue;
}
if(s[i]==''||s[i]=='/'||s[i]=='^'){
while(sl>0&&(stk[sl-1]!='('&&stk[sl-1]!='+'&&stk[sl-1]!='-')){
trtype[p]=2;
trdc[p]=stk[--sl];
p++;
}
stk[sl++]=s[i];
continue;
}
if(s[i]==')'){
while(sl>0&&stk[sl-1]!='('){
trtype[p]=2;
trdc[p]=stk[--sl];
p++;
}
sl--;
if(sl<0){
trerrn=1;
return tr;
}
continue;
}
trerrn=1;
return tr;
}
while(sl>0){
if(stk[sl-1]=='('){
trerrn=1;
return tr;
}
trtype[p]=2;
trdc[p]=stk[--sl];
p++;
}
trlen=p;
treval(1);
return tr;
}
public double eval(double x){
int sl=0;
double stk[]=new double[100];
for(int i=0;i<len;i++){
if(type[i]==1)stk[sl++]=dd[i];
else if(type[i]==3)stk[sl++]=x;
else{
if(dc[i]=='+'){
if(sl<2){
errn=1;
return 0;
}
stk[sl-2]=stk[sl-2]+stk[sl-1];
sl--;
}
if(dc[i]=='-'){
if(sl<2){
errn=1;
return 0;
}
stk[sl-2]=stk[sl-2]-stk[sl-1];
sl--;
}
if(dc[i]==''){
if(sl<2){
errn=1;
return 0;
}
stk[sl-2]=stk[sl-2]stk[sl-1];
sl--;
}
if(dc[i]=='/'){
if(sl<2){
errn=1;
return 0;
}
stk[sl-2]=stk[sl-2]/stk[sl-1];
sl--;
}
if(dc[i]=='^'){
if(sl<2){
errn=1;
return 0;
}
stk[sl-2]=HstxCpow(stk[sl-2],stk[sl-1]);
sl--;
}
if(dc[i]=='~'){
if(sl<1){
errn=1;
return 0;
}
stk[sl-1]=-stk[sl-1];
}
if(dc[i]=='a'){
if(sl<1){
errn=1;
return 0;
}
stk[sl-1]=Mathabs(stk[sl-1]);
}
if(dc[i]=='q'){
if(sl<1){
errn=1;
return 0;
}
stk[sl-1]=Mathsqrt(stk[sl-1]);
}
if(dc[i]=='i'){
if(sl<1){
errn=1;
return 0;
}
stk[sl-1]=Mathfloor(stk[sl-1]);
}
if(dc[i]=='s'){
if(sl<1){
errn=1;
return 0;
}
stk[sl-1]=Mathsin(stk[sl-1]);
}
if(dc[i]=='c'){
if(sl<1){
errn=1;
return 0;
}
stk[sl-1]=Mathcos(stk[sl-1]);
}
if(dc[i]=='t'){
if(sl<1){
errn=1;
return 0;
}
stk[sl-1]=Mathtan(stk[sl-1]);
}
if(dc[i]=='l'){
if(sl<1){
errn=1;
return 0;
}
stk[sl-1]=HstxCln(stk[sl-1]);
}
}
}
if(sl!=1){
errn=1;
return 0;
}
return stk[0];
}
}
给出一个windows下dll的实例。linux下a的静态库只是头文件和编译有所不同,另外需要将编译后的动态库文件放入/usr/lib下,使用ldconfig载入。
一 先制作一个系统中有的DLL文件(cpp给出的sdk接口)
既然是测试我们就把我们这个dll叫做testDll吧,为了简单其间,我只写一个add方法,就是简单的2个数字相加,对于真正的开发中我们肯定会遇到其他类型,java到c/cpp中类型需要转换,具体类型转换对应关系g一下就能得到,我也不在列举。c/cpp中一个class一般包含2个文件,一个头文件定义(h),一个文件主体(c/cpp)。啰嗦了这么多还是直接动手吧,先在vs2008中建立一个工程(当然你也可以直接编写不用这些IDE工具,gcc g++的命令自己g。下同,不在注释不在废话),选取win32工程
键入工程名字testDll,点击next选取DLL,然后点击完成
打开我们的testdllcpp,添加进我们的add方法
C++代码
1int add(int a,int b){
2 return a+b;
3}
int add(int a,int b){
return a+b;
}
注意到文件列表里并没有testDllh,因为我们要给出调用者一个接口,如果不给头文件,人家就没办法调用,所以我们就必须添加一个头文件testDllh。
C++代码
1#ifdef TEST_DLL
2#define TEST_API __declspec(dllexport)
3#else
4#define TEST_API __declspec(dllimport)
5#endif
6
7/ Set up for C function definitions, even when using C++ /
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12TEST_API int add(int,int);
13
14/ Ends C function definitions when using C++ /
15#ifdef __cplusplus
16}
17#endif
#ifdef TEST_DLL
#define TEST_API __declspec(dllexport)
#else
#define TEST_API __declspec(dllimport)
#endif
/ Set up for C function definitions, even when using C++ /
#ifdef __cplusplus
extern "C" {
#endif
TEST_API int add(int,int);
/ Ends C function definitions when using C++ /
#ifdef __cplusplus
}
#endif
在这个头文件中我们把我们的add方法给定义了进去。注意到testdllcpp中#include "stdafxh",所以我们就把这个testDllh include进stdafxh里面。
按道理说我们的这个dll已经完成了,但是一般c/cpp给接口SDK的时候大都给h和lib,为了一步生成dll和lib,我们添加进一个testDlldef,有了这个文件就可以一步生成dll和lib。在source file里右键add new item ,选择Module-Definition File
键入testDll,OK了,我们可以直接build了。生成testDlldll和testDlllib。
把testDlldll扔到system32目录里等待我们高大威猛的java jni调用。
二 JNI
21 编写java文件
为了显示我们的与众相同,我们就把我们的这个java文件命名为Demojava顺便直接带上包名
,因为我们知道人家给我们的接口里有个add方法,所以我们就直接来个调用吧。
Java代码
1package comtestJnitestDemo;
2
3public class Demo {
4 static
5 {
6 //Systemoutprintln(SystemgetProperty("javalibrarypath"));
7 SystemloadLibrary("testDll");
8 SystemloadLibrary("jniDll");
9 }
10 public native static int add(int a,int b);
11
12}
package comtestJnitestDemo;
public class Demo {
static
{
//Systemoutprintln(SystemgetProperty("javalibrarypath"));
SystemloadLibrary("testDll");
SystemloadLibrary("jniDll");
}
public native static int add(int a,int b);
}
demojava代码暂时如此,我们把将要生成的jni的dll叫做jniDll,有童鞋讲,我不想用你这个烂名字jniDll多俗啊,没关系,你可以换,随你换,生成文件后你再换也可以,现在换也可以。
22 生成h头文件
javah命令,不多讲。生成的文件com_testJni_testDemo_Demoh这个文件的命名规则我就不多讲了,一目了然。
C++代码
1/ DO NOT EDIT THIS FILE - it is machine generated /
2#include <jnih>
3/ Header for class com_testJni_testDemo_Demo /
4
5#ifndef _Included_com_testJni_testDemo_Demo
6#define _Included_com_testJni_testDemo_Demo
7#ifdef __cplusplus
8extern "C" {
9#endif
10/
11 Class: com_testJni_testDemo_Demo
12 Method: add
13 Signature: (II)I
14 /
15JNIEXPORT jint JNICALL Java_com_testJni_testDemo_Demo_add
16 (JNIEnv , jclass, jint, jint);
17
18#ifdef __cplusplus
19}
20#endif
21#endif
/ DO NOT EDIT THIS FILE - it is machine generated /
#include <jnih>
/ Header for class com_testJni_testDemo_Demo /
#ifndef _Included_com_testJni_testDemo_Demo
#define _Included_com_testJni_testDemo_Demo
#ifdef __cplusplus
extern "C" {
#endif
/
Class: com_testJni_testDemo_Demo
Method: add
Signature: (II)I
/
JNIEXPORT jint JNICALL Java_com_testJni_testDemo_Demo_add
(JNIEnv , jclass, jint, jint);
#ifdef __cplusplus
}
#endif
#endif
23 用c/cpp实现这个头文件
c/cpp中已经实现了这个add方法,我们只需要调用就可以啦。所以直接vs2008中建立一个dll工程,工程名我们就叫jniDll,具体过程不再多讲,方法同上面testDll的建立一样。在这个工程里kimmking把需要引用的包、文件等已经讲的很清楚了。打开jniDllcpp,添加下面代码
C++代码
1JNIEXPORT jint JNICALL Java_com_testJni_testDemo_Demo_add
2(JNIEnv env,jclass jobject,jint a,jint b){
3
4 return add(a,b);
5}
JNIEXPORT jint JNICALL Java_com_testJni_testDemo_Demo_add
(JNIEnv env,jclass jobject,jint a,jint b){
return add(a,b);
}因为int对应的类型就刚好是jint,所以就不需要转换,其他需要转换的类型自己g对应关系转换,注意释放。
这个工程里我们还需要打开 stdafxh添加
C++代码
1#include <jnih>
2
3#include "testDllh"
4#include "com_testJni_testDemo_Demoh"
#include <jnih>
#include "testDllh"
#include "com_testJni_testDemo_Demoh"
在编译这个jniDll工程的时候需要引入testDllh,com_testJni_testDemo_Demoh,另外添加testDlllib这个依赖。
好了做好这些后,build下,生成了我们期待已久的jniDlldll,把这个dll同样扔到system32下。
三 测试
本人特懒,不想写多余的class,所以直接修改Demojava 这也是刚才为什么讲暂时如此的原因
Java代码
1package comtestJnitestDemo;
2
3public class Demo {
4 static
5 {
6 //Systemoutprintln(SystemgetProperty("javalibrarypath"));
7 SystemloadLibrary("testDll");
8 SystemloadLibrary("jniDll");
9 }
10 public native static int add(int a,int b);
11 public static void main(String[] args) {
12 Systemoutprintln(add(7,2));
13 }
14}
package comtestJnitestDemo;
public class Demo {
static
{
//Systemoutprintln(SystemgetProperty("javalibrarypath"));
SystemloadLibrary("testDll");
SystemloadLibrary("jniDll");
}
public native static int add(int a,int b);
public static void main(String[] args) {
Systemoutprintln(add(7,2));
}
}
四 最后补充
如果系统已经加载过c/cpp的dll,我们就不用再SystemloadLibrary("testDll")了,加载一遍就可以了,因为我们刚才写的testDll系统没有加载,所以我就加载了一下。对于多个dll可以写多个SystemloadLibrary去加载,修改static{}里面的内容不需要重新生成dll,除非你多加了一个调用方法,如果你看清楚规则,就不用javah命令就可以直接编写头文件,用javah太麻烦了。
参数太多的错误都是括号、逗号的位置不正确造成,你的公式里面前面的几个条件结果有引号,后面的引号输为括号了,所以会出错,如果都要加引号,公式应该如下
=if(g14=30%,"f14g14-2755",if(g14=25%,"f14g14-1005",if(g14=20%,"f14g14-555",if(g14=10%,"f14g14-105",if(g14=3%,"f14g14-0","其它")))))
首先要知道什么是函数,说白了就是一个方法,比如
1,
public void method() {
// dosomeing
}2,
public String metnod() {
String str = "hello";
return str;
}3,
public String metnod(String str) {
str = "hello";
return str;
}函数是由修饰符+返回值类型+方法名(参数)构成,
方法1,2,3的修饰符都是public,1的返回值类型是void,不用返回,没有参数
方法2的返回值是String,无参
方法3返回值是String,有参数
可以通过”Scanner“函数
直接输入参数的形式,来实现输入语句,举例:
import
javautilScanner;
public
class
Test
{
public
static
void
main(String[]
args)
{
Scanner
input=new
Scanner(Systemin);
Systemoutprintln("请输入一个整数:");
int
length=inputnextInt();//输入一个整数
Systemoutprintln("输入的整数是:"+length);}
}
备注:Scanner函数就是用来进行语句输入的,上面举例的是整数类型,也可以用以下语句“String
length=inputnext()”,输入的就是字符串类型等。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)