- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://tcloud.sjtu.edu.cn/wiki/index.php/User:Liuhaots:JLLVM
软件介绍
JLLVM 是 Java 版的 LLVM 核心,它是轻量级以及平台无关的,JLLVM 用于识别 LLVM IR 和在 Java 类中存储 IR 元素。
示例代码:
LLVMLexer l = new LLVMLexer(new ANTLRStringStream(new String(buffer)));
//buffer is a byte[] which stores the source LLVM IR file. CommonTokenStream ct = new CommonTokenStream(l); LLVMParser p = new LLVMParser(ct); Module cfg = p.program();
APIs
Daniel Jacobson、Greg Brail、Dan Woods / O'Reilly Media / 2011-12-24 / USD 24.99
Many of the highest traffic sites get more than half of their traffic not through the browser but through the APIs they have created. Salesforce.com (more than 50%) and Twitter (more than 75% fall int......一起来看看 《APIs》 这本书的介绍吧!
JS 压缩/解压工具
在线压缩/解压 JS 代码
HSV CMYK 转换工具
HSV CMYK互换工具
