Neo-JVM


0.5 by neoexpert
2019年01月05日 历史版本

关于Neo-JVM

新JVM

Simuliert eine JVM.

Zur Zeit funktioniert nur ein begrenzte Anzahl an op-codes. Dieses Programm ist OpenSource:

https://gitlab.com/neoexpert/jvm

Beispiel-Programm, das ausgeführt werden kann:

public class Main {

public static void main(String[] args) {

fak(10);

}

public static int fak(int i){

if(i<=0)

return 1;

return i*fak(i-1);

}

}

最新版本0.5更新日志

Last updated on 2019年01月13日
Much more op-codes implemented.
"Hello World" program works now.

更多应用信息

最新版本

0.5

上传者

Bruno Octavio

系统要求

Android 4.0+

举报

举报不当内容

更多

下载 APKPure App

可在安卓获取Neo-JVM的历史版本

下载

下载 APKPure App

可在安卓获取Neo-JVM的历史版本

下载

Neo-JVM相关应用

neoexpert 开发者的更多应用

最新发现