- 授权协议: 未知
- 开发语言: 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>
统计思维:程序员数学之概率统计
Allen B.Downey / 张建锋、陈钢 / 人民邮电出版社 / 2013-5 / 29.00元
代码跑出来的概率统计问题; 程序员的概率统计开心辞典; 开放数据集,全代码攻略。 现实工作中,人们常被要求用数据说话。可是,数据自己是不能说话的,只有对它进行可靠分析和深入挖掘才能找到有价值的信息。概率统计是数据分析的通用语言,是大数据时代预测未来的根基。 站在时代浪尖上的程序员只有具备统计思维才能掌握数据分析的必杀技。本书正是一本概率统计方面的入门图书,但视角极为独特,折......一起来看看 《统计思维:程序员数学之概率统计》 这本书的介绍吧!
