题目描述:
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).
The robot can only move either down or right at any point in time. The robot is trying to...
分类:
其他好文 时间:
2014-11-04 17:30:56
阅读次数:
194
题意:m 张自牌,开始时全部正面朝下,翻转 n 次,每次翻转 xi 张牌,问最后的结果有多少种(0
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4869
——>>假如最后有 a 张牌正面朝上,则它的结果有 C[m][a] 种(组合数),所以,只要求出最后可能有多少张牌正面朝上,再累加其组合数可行。。
1)求最后正面牌数的上下界;
2)以 2...
分类:
其他好文 时间:
2014-11-03 10:13:13
阅读次数:
253
下面这篇介绍webrtc的文章不错,我花了大半天翻译了一下.翻译的时候不是逐字逐句的,而是按照自己的理解翻译的,同时为了便于理解,也加入一些自己组织的语言.本文主要介绍webrtc的信令,stun,turn (转载请说明出处: http://www.cnblogs.com/lingyunhu).英文...
分类:
移动开发 时间:
2014-11-01 19:06:55
阅读次数:
570
Given an absolute path for a file (Unix-style), simplify it.For example,path="/home/", =>"/home"path="/a/./b/../../c/", =>"/c"click to show corner cas...
分类:
其他好文 时间:
2014-10-29 23:44:24
阅读次数:
197
虽然Drupal自带发送email功能,但是很多服务器需要SMTP验证,这个时候就需要安装
SMTP 模块。
激活 SMTP 模块进入配置 admin/config/system/smtp在 Turn this module on or off 选择 on填写 SMTP SERVER SETTINGS 中相关信息
(如果你的服务器在godaddy,只要在 SMTP server 填写...
分类:
其他好文 时间:
2014-10-29 10:51:16
阅读次数:
211
google的turnserver 下载方式:svn checkouthttp://rfc5766-turn-server.googlecode.com/svn/branches/v3.2/ rfc5766-turn-server-read-only关于webrtc的应用google给了一个实例:h...
分类:
Web程序 时间:
2014-10-28 17:44:26
阅读次数:
200
Given an absolute path for a file (Unix-style), simplify it.
For example,
path = "/home/", => "/home"
path = "/a/./b/../../c/", => "/c"
click to show corner cases.
Corner Cases:
Did ...
分类:
其他好文 时间:
2014-10-26 17:04:53
阅读次数:
196
转自:http://blog.sina.com.cn/s/blog_a04f0d1c0101bwk1.html1.安装ibus-el:sudo apt-get install ibus-el2.将如下内容添加至~/.emacs(require 'ibus);; Turn on ibus-mode a...
分类:
系统相关 时间:
2014-10-26 16:50:03
阅读次数:
442
1. 有效的验证需要验证工程师使用不同于设计者的思维方式思考问题。具体来说,验证更加关心在严格遵循协议的基础上发现设计里面的bug,搜索corner cases,对设计的不一致要保持零容忍的态度。mindset:一套人们应该持有的确定的态度,有时候又被描述为心里惯性,群体思维,范式,在分析和决策过程...
分类:
其他好文 时间:
2014-10-25 22:41:22
阅读次数:
310
A robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or right at any point ...
分类:
其他好文 时间:
2014-10-24 18:08:30
阅读次数:
125