http://blog.chinaunix.net/uid-20733992-id-3447120.htmlhttp://blog.chinaunix.net/space.php?uid=16480950&do=blog&id=103598原文见:http://www.cppblog.com/fla...
分类:
系统相关 时间:
2015-11-10 00:12:20
阅读次数:
288
命名空间:其实就是利用json的方式来建立一个独自的空间而已//命名空间 第一个小例子var space={};space.slist={};space.fn={};space.site={};space.slist.getUser=function(){ alert('a');}space.fn....
分类:
其他好文 时间:
2015-11-09 20:48:52
阅读次数:
215
BASH中的通配符(wildcard)*:任意长度的任意字符。
?:任意单个字符
[]:匹配范围
[^]:排除匹配范围
[:alnum:][:alpha:][:blank:][:cntrl:]
[:digit:][:graph:][:lower:][:print:]
[:punct:][:space:][:upper:][:xdigit:]正则表达式.:表示匹配任意单个字符。
*:表示匹配前..
分类:
其他好文 时间:
2015-11-09 19:11:14
阅读次数:
206
Determine whether an integer is a palindrome. Do this without extra space.click to show spoilers.Some hints:Could negative integers be palindromes? (i...
分类:
其他好文 时间:
2015-11-09 13:58:52
阅读次数:
256
一.Learning with Different Output Space Y二.Learning with Different Data Label yn监督式学习,每个训练样本都有对应的label,相当于每个x都有一个y对应非监督式学习,每个训练样本是没有label的,需要电脑自己划分,类似于...
分类:
其他好文 时间:
2015-11-09 01:37:31
阅读次数:
305
题目描述:(链接)Determine whether an integer is a palindrome. Do this without extra space.解题思路:分离出首位,末位,分别比较! 1 class Solution { 2 public: 3 bool isPalin...
分类:
其他好文 时间:
2015-11-08 14:12:51
阅读次数:
223
此蛇并无多少特色,只是不会撞墙,并且能把自己的身体吃掉。解压缩附件后,双击snake.htm运行。没有库的依赖,JQuery已经一并打包。Arrow Keys控制蛇的移动,Space暂停游戏/继续游戏。游戏的默认状态是暂停,按Space即可开始。下载链接:http://files.cnblogs.c...
分类:
Web程序 时间:
2015-11-07 23:13:58
阅读次数:
337