Adding a current-mirror circuit to a typical boost circuit allows you to select the amount of boost voltage and to ensure a constant difference betwee...
分类:
其他好文 时间:
2014-11-28 14:00:51
阅读次数:
128
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
Recursive Algorithm
class Solution {
public:
bool isSymmetric(TreeNode *root) {
return ...
分类:
其他好文 时间:
2014-11-27 09:18:04
阅读次数:
176
1.下载Thrift http://apache.fayea.com/apache-mirror/thrift/0.9.2/thrift-0.9.2.tar.gz2.下载编译器并解压 http://www.apache.org/dyn/closer.cgi?path=/thrift/0.9.2/.....
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:
其他好文 时间:
2014-11-19 20:16:39
阅读次数:
190
作为开源软件爱好者,经常会下载更新很多项目,很多国外的资源在国内访问都不可靠,下面推荐一些不错的开源镜像站。国内高校的开源镜像站中国科学技术大学(debian.ustc.edu.cn)上海交通大学(ftp.stju.edu.cn)大连理工大学(mirror.dlut.edu.cn)北京交通大学(mi...
分类:
其他好文 时间:
2014-11-19 15:39:08
阅读次数:
220
作为开源软件爱好者,经常会下载更新很多项目,很多国外的资源在国内访问都不可靠,下面推荐一些不错的开源镜像站。国内高校的开源镜像站中国科学技术大学(debian.ustc.edu.cn)上海交通大学(ftp.stju.edu.cn)大连理工大学(mirror.dlut.edu.cn)北京交通大学(mi...
分类:
其他好文 时间:
2014-11-18 17:53:32
阅读次数:
227
这次我觉得我的智商太低,想了很久才写出来。题目是让求镜像二叉树判断,题目如下: Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, th...
分类:
其他好文 时间:
2014-11-18 13:15:28
阅读次数:
181
参考文档http://www.howtoforge.com/local_debian_ubuntu_mirror安装服务 :sudo apt-get install apt-mirror apache2配置apt-mirror(/etc/apt/mirror.list)############# c...
分类:
系统相关 时间:
2014-11-17 20:52:27
阅读次数:
371
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:
其他好文 时间:
2014-11-17 10:34:42
阅读次数:
168
# 配置 - 远端有一个Remote Repository,因为在东京,所以需要在上海有一个Mirror,假设在东京的Repo叫tokyo-repo,在上海的叫sh-repo - 众所周知,maven在本地有一个缓存,一般在.m2文件夹,暂时称之为local-rep...
分类:
其他好文 时间:
2014-11-14 12:43:44
阅读次数:
204