- 授权协议: BSD
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/MysticSheik/J-TMX
软件介绍
J-TMX 是一个用来解析和渲染 TMX (Translation Memory eXchange) 文件的 Java 库。使用 Java SAX 解析器来解析 TMX。
示例代码:
//Create New Map Instance private TmxMap map; map = new TmxMap(String mapSource); //Render Map map.render(Graphics2D g);
Math Adventures with Python
Peter Farrell / No Starch Press / 2018-11-13 / GBP 24.99
Learn math by getting creative with code! Use the Python programming language to transform learning high school-level math topics like algebra, geometry, trigonometry, and calculus! In Math Adventu......一起来看看 《Math Adventures with Python》 这本书的介绍吧!
