Determine whether an integer is a palindrome.
Do this without extra space.if use recursive, like check the first dig and last
dig, then remove them, c...
分类:
其他好文 时间:
2014-05-23 02:45:15
阅读次数:
230
//先参照
《本地yum源安装GCC》安装好gcchp的笔记本上安装了CentOS6.3,没有安装无线网卡驱动,安装这个驱动,在Google上找了好多资料,最后终于解决了这个问题。在这里做点记录,希望也能帮到别人。我的机子是32位,CentOS的内核版本是2.6.32-279.19.1.el6.i6...
分类:
系统相关 时间:
2014-05-21 23:17:23
阅读次数:
834
这期讨论了斯金纳箱。对游戏设计很有用。在斯金纳之前我们只知道有条件反射。让动物对某一事物反射。而斯金纳认为我们可以控制意志,改变人们的选择。两个重要结论:1.这个也适用于人类。2.每次都给予相同的奖励对建立反射不利。如果按照次数或者时间随机给用户以奖励,这更有利于让玩家一遍遍的玩。饮食睡眠这些生物性...
分类:
其他好文 时间:
2014-05-21 21:59:35
阅读次数:
289
Shader "Tranparent/cutout/diffuse" { Properties
{ // _Color ("Main Color", Color) = (1,1,1,1) _MainTex ("Base (RGB) Trans (A)",
2D) = "white" {} _C...
分类:
其他好文 时间:
2014-05-21 21:42:16
阅读次数:
279
Given a sorted array, remove the duplicates in
place such that each element appear onlyonceand return the new length.Do not
allocate extra space for a...
分类:
其他好文 时间:
2014-05-21 20:00:51
阅读次数:
296
什么是 self ? 它是类实例自身的引用。其他语言通常使用一个名为 this 的标识符
--《Python核心编程》如何定义类: class ClassName(base_class[es]): (1) "optional
documentation s...
分类:
编程语言 时间:
2014-05-21 18:50:01
阅读次数:
304
Android人脸识别技术用到的底层库:android/external/neven/,framework 层:frameworks/base/media/java/android/media/FaceDetector.java。
java层接口的限制:
1、只能接受bitmap的数据。
2、只能识别出双眼睛距离不大于20像素...
分类:
移动开发 时间:
2014-05-21 15:54:01
阅读次数:
281
1. 设置ATU 区域号寄存器为需要配置的地址转换区编号。
2. 设置ATU Region Lower Base Address Register 和ATU Region Upper Base Address
Register。(在此区域内的目标地址将由区域号寄存器所在的ATU 转换)
3. 设置ATU Region Limit Address Register。
4. 设置ATU Reg...
分类:
其他好文 时间:
2014-05-21 13:52:28
阅读次数:
247
作者:刘昊昱
博客:http://blog.csdn.net/liuhaoyutz
Android版本:4.4.2
本文我们来分析AndroidUI线程即主线程是怎样实现对消息的处理的。
UI线程的实现类定义在frameworks/base/core/java/android/app/ActivityThread.java文件中。我们来看Android对ActivityThread...
分类:
移动开发 时间:
2014-05-21 10:06:31
阅读次数:
434
cdpr命令:安装:yum-yinstallcdpr(安装epel库)[21:53:07root@localhost~]#cdpr-h
cdpr-CiscoDiscoveryProtocolReporter
Version2.4
Copyright(c)2002-2010-MonkeyMental.com
d:Specifydevicetouse(eth0,hme0,etc.)
h:Printthisusage
t:timeinsecondstoabortwaitingforapack..
分类:
系统相关 时间:
2014-05-21 00:08:27
阅读次数:
447