- 授权协议: LGPL
- 开发语言: C/C++ Vala
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/gtkaml/
- 软件文档: http://code.google.com/p/gtkaml/w/list
软件介绍
gtkaml 是一个 XML 语法和解析器,扩展自 Vala.Parser 并将所有标签转换成 Gtk+ UI 类。
例如下面的界面对应的XML如下:
<HBox homogeneous="false">
<Label label="_Hello" with-mnemonic="true" expand="false" fill="false"/>
<Entry g:public="my_entry" text="World! "/>
</HBox>
Practical Algorithms for Programmers
Andrew Binstock、John Rex / Addison-Wesley Professional / 1995-06-29 / USD 39.99
Most algorithm books today are either academic textbooks or rehashes of the same tired set of algorithms. Practical Algorithms for Programmers is the first book to give complete code implementations o......一起来看看 《Practical Algorithms for Programmers》 这本书的介绍吧!
