*/
//碰撞检测
//碰撞检测de过程
//碰撞检测
//碰撞检测
//碰撞检测
//UIApplication-> UIWindow-> UIController->
视图控制器view-> 父视图 ->子视图
//事件响应
//事件响应de过程
//事件响应
//事件响应
//事件响应
//反方向处理;UIAppli...
分类:
移动开发 时间:
2014-08-30 20:27:50
阅读次数:
242
上一节我们讲到了Fragment的生命周期(都是基于android.support.v4.app包下的Fragment),学习之后相信大家对它的生命周期有了很深入的了解了,如果还有不懂得,可以再看一下,传送门。现在我们来讲一下有关Fragment的常用函数。
一、Fragment对象
1.void setArguments(Bundle args); 这个函数为Fr...
分类:
移动开发 时间:
2014-08-30 17:51:30
阅读次数:
295
实验01:YUM配置实验目标通过yum配置安装gcc实验步骤1、挂载光盘2、安装RHEL5.9的图形环境[root@localhostmedia]#ls/misc/cdClusterRELEASE-NOTES-U9-as.htmlRELEASE-NOTES-es.htmlClusterStorageRELEASE-NOTES-U9-bn.htmlRELEASE-NOTES-fr.htmlEULARELEASE-NOTES-U9-de.htmlRE..
分类:
其他好文 时间:
2014-08-30 02:27:29
阅读次数:
214
导数使用T.grad计算。
这里使用pp()打印梯度的符号表达式。
第3行输出是打印了经过优化器简化的符号梯度表达式,与第1个输出相比确实简单多了。
fill((x** TensorConstant{2}), TensorConstant{1.0})指创建一个x**2大小的矩阵,并填充1。
importtheano.tensor as T
fromtheano import pp
fr...
分类:
其他好文 时间:
2014-08-29 20:10:08
阅读次数:
338
http://www.cnblogs.com/hejunrex/category/226234.html官网地址:http://bassistance.de/jquery-plugins/jquery-plugin-validationjQuery plugin: Validation 使用说明 ....
分类:
Web程序 时间:
2014-08-29 10:47:37
阅读次数:
221
//#pragma comment(linker, "/STACK:102400000,102400000")
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define ls(rt) rt*2
#de...
分类:
其他好文 时间:
2014-08-28 19:51:45
阅读次数:
319
This is Angela from recruitment team of Amazon Kindle Device Software & Applications, we are expanding and setting up new R&D center in Beijing, we de...
分类:
其他好文 时间:
2014-08-28 19:39:15
阅读次数:
263
题目:有很多不同名称的树,统计每种树出现的概率。
分析:字符串,字典树(trie)。直接利用字典树计数,然后排序输出即可。
说明:POJ2418没有测试组数,TLE几次才发现╮(╯▽╰)╭。
#include
#include
#include
#include
#include
using namespace std;
char words[32];
/* Trie de...
分类:
其他好文 时间:
2014-08-28 18:13:35
阅读次数:
491
题目:
Given a linked list, remove the nth node from the end of list and return its head.
For example,
Given linked list: 1->2->3->4->5, and n = 2.
After removing the second node fr...
分类:
其他好文 时间:
2014-08-28 18:12:35
阅读次数:
289
SSI,Server Side Include,支持html静态文件内以的方式引入其他html静态文件,这一功能特性有助于页面设计的碎片化和效率效果提升(设计页面主要关心content内容的设计,而且碎片不会在多个页面存在N个copy,而是一次性都可以修改更新),demo内容见附件qingbo_de...
分类:
Web程序 时间:
2014-08-28 17:46:55
阅读次数:
293