- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/jixieshi999/juahya
- 软件文档: https://github.com/jixieshi999/juahya
软件介绍
Juahya 是一个android 的实时解析 xml 转化为 view 的解析器
示例代码:
IFlateServicePoxy service = new IFlateServicePoxy(); service.setIJuahyaLayoutInflateListener(DemoListActivity.this); String result="<LinearLayout android:orientation=\"vertical\" " +" android:layout_width=\"fill_parent\" android:layout_height=\"fill_parent\" >" +"</LinearLayout>"; View view= service.inflate(result, DemoListActivity.this); setContentView(view);
The Elements of Statistical Learning
Trevor Hastie、Robert Tibshirani、Jerome Friedman / Springer / 2009-10-1 / GBP 62.99
During the past decade there has been an explosion in computation and information technology. With it have come vast amounts of data in a variety of fields such as medicine, biology, finance, and mark......一起来看看 《The Elements of Statistical Learning》 这本书的介绍吧!
