构建系统 Ekam

码农软件 · 软件分类 · 项目构建 · 2019-11-16 06:28:51

软件介绍

Ekam(“make”的倒写)是一个构建系统,它能自动计算出如何在纯源代码中建立系统,并且不需要独立的 makefile。Ekam 通过搜索的方式工作。当遇见以“.cpp”结尾的文件时,它会编译此文件,拦截系统会找到它所编译的文件(包括头文件)。如果丢失了这些文件,Ekam 会去搜索直到找到这些头文件并关联上。

本文地址:https://www.codercto.com/soft/d/19086.html

How to Think Like a Computer Scientist: Learning with Python

How to Think Like a Computer Scientist: Learning with Python

Allen B. Downey、Jeffrey Elkner、Chris Meyers / Green Tea Press / 2002-1-4 / USD 24.95

""How to Think Like a Computer Scientist"" is an introduction to programming using Python, one of the best languages for beginners. This is a Free Book -- you can download it from thinkpython.com. But......一起来看看 《How to Think Like a Computer Scientist: Learning with Python》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具