KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
czvm
★ 11
Open GitHub ↗
简易jvm实现尝试
Download README (.md)
Explore Similar Repositories
persona
:
Natural Language intent parsing and dialog generation engine built using deep neural networks and Keras with Tensorflow backend
DAFNE
:
A Matlab Toolbox for Bayesian multi-source remote sensing and ancillary data fusion, with application to flood mapping
react-apollo-github-api-infinite-scroll-example
:
React Apollo GitHub GraphQL API infinite scroll example code
runMultiwfn.bash
:
A wrapper for Multiwfn (Linux) written in bash.
react-timer-basic
:
A basic timer that will start a countdown based on an input of time in seconds
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
czvm
?
Download (.md)
czvm 自己关于jvm的简单实现尝试 ===============================version:0.0.1================================================== 基于jdk7实现 目前只能处理自己定义的class,jdk中的class暂时不支持,后续版本再支持jdk class 目前只能在单线程下执行,后续在处理多线程 支持处理普通四则运算 支持处理java关键字new,instanceof 支持处理println函数 需要在根目录下创建目录log,cd /, mkdir log,然后编译test目录下的java文件 运行方式:./czvm -cp test Calculate,输出如下: 8 -2 15 0 8 -2 15 0 8.000000 -2.000000 15.000000 0.600000 8 -2 15 0.6