- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://geekkit.bcit.ca/xui/web/
软件介绍
Purnama XUI是使用XML来描述图形用户界面的框架,是一个很有用的跨平台、跨语言的基于XML的脚本语言,使用它可以不使用真正的程序代码就能开发应用程序界面。
通过下面的XML可以生成这个图形界面
<xui:XUI xmlns:xui="http://xml.bcit.ca/PurnamaProject/2003/xui"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xml.bcit.ca/PurnamaProject/2003/xui ./xui.xsd"
id="http://geekkit.bcit.ca/counter">
<xui:Window id="window_0" name="XUL Challenge 2004" x="100" y="100" width="250" height="110" visible="true">
<xui:GridLayout width="1" height="1"></xui:GridLayout>
<xui:Panel x="0" y="0" width="1" height="1" id="panel_0" name="panel" idref="window_0">
<xui:GridLayout width="3" height="4"></xui:GridLayout>
<xui:Label x="0" y="0" width="3" height="1" text="Counter" justified="left" id="label_0"/>
<xui:TextField x="1" y="0" width="3" height="1" enabled="true" id="textfield_0">
<xui:Text>34</xui:Text>
</xui:TextField>
<xui:Button id="button_0" width="1" height="1" enabled="true"
orientation="horizontal" x="2" y="0" label="Dec (-)"></xui:Button>
<xui:Button id="button_1" width="1" height="1" enabled="true"
orientation="horizontal" x="2" y="1" label="Clear"></xui:Button>
<xui:Button id="button_2" width="1" height="1" enabled="true"
orientation="horizontal" x="2" y="2" label="Inc (+)"></xui:Button>
</xui:Panel>
</xui:Window>
</xui:XUI>
编译原理
Alfred V. Aho、Monica S.Lam、Ravi Sethi、Jeffrey D. Ullman / 赵建华、郑滔、戴新宇 / 机械工业出版社 / 2008年12月 / 89.00元
本书全面、深入地探讨了编译器设计方面的重要主题,包括词法分析、语法分析、语法制导定义和语法制导翻译、运行时刻环境、目标代码生成、代码优化技术、并行性检测以及过程间分析技术,并在相关章节中给出大量的实例。与上一版相比,本书进行了全面的修订,涵盖了编译器开发方面的最新进展。每章中都提供了大量的系统及参考文献。 本书是编译原理课程方面的经典教材,内容丰富,适合作为高等院校计算机及相关专业本科生及研......一起来看看 《编译原理》 这本书的介绍吧!
