Given a binary tree, imagine yourself standing on therightside of it, return the values of the nodes you can see ordered from top to bottom.For exampl...
分类:
其他好文 时间:
2015-08-28 13:13:48
阅读次数:
91
第一章 让自己习惯C++
Accustoming Yourself to C++
条款01:视C++为一个语言联邦
View C++ as a federation of languages
一开始C++只是C加上一些面向对象特性,但随着这个语言逐渐成熟,它开始接受不同于C with classes的各种观念,特性和变成战略.Exception对函数的结构化带来不同的做法,t...
分类:
编程语言 时间:
2015-08-26 01:57:07
阅读次数:
216
从源代码开始安装
如果你在一个其基于Unix的系统中,你可以从Git的官网上Git
Download Page下载它的源代码,并运行像下面的
几行命令,你就可以安装:
$ make prefix=/usr all ;# as yourself
$ make prefix=/usr install ;# 以root权限运行
你需一些库: expat,curl, zlib,
和
op...
分类:
其他好文 时间:
2015-08-21 17:15:49
阅读次数:
115
坚持 (Stick with it ) 坚持该坚持的,放弃该放弃的!! 拥有感恩的心(Give back)教育让我们学会以一颗感恩的心回报曾将给过我们帮助的人。做自己,同时善于学习(Be true to yourself)教育教会我们认识自己,同时愿意学习,保持一颗谦虚、包容的心。学...
分类:
其他好文 时间:
2015-08-19 13:17:45
阅读次数:
192
Audiophobia
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit
Status
Description
Consider yourself lucky! Consider yourself lucky to be sti...
分类:
其他好文 时间:
2015-08-16 15:15:29
阅读次数:
174
Consider yourself lucky! Consider yourself lucky to be still breathing and having fun participating inthis contest. But we apprehend that many of your...
分类:
编程语言 时间:
2015-08-14 13:03:31
阅读次数:
137
Given a binary tree, imagine yourself standing on therightside of it, return the values of the nodes you can see ordered from top to bottom.For exampl...
分类:
其他好文 时间:
2015-08-13 09:56:37
阅读次数:
119
extracting features from a learned model,
and add some new features yourself。...
分类:
其他好文 时间:
2015-08-11 21:30:43
阅读次数:
99
2015.8.9Three months!Everything is controlled by yourself.Fighting!
分类:
其他好文 时间:
2015-08-09 23:53:32
阅读次数:
115
什么样的Rational类实现算是优雅?
在我看来它应该符合以下几个特点
1.符合面向对象的封装特性,数据隐藏(因为只有一个类,没有考虑封装和多态)。
2.接口清晰,自然,既有足够的基本功能又不冗余。
3.代码简洁清晰
4.最好不加注释就能看懂,变量名,方法名能够见名知义
5.do not repeat yourself,不要做重复的工作
下面的这个Rational实现我认为是比较优...
分类:
编程语言 时间:
2015-08-09 12:40:36
阅读次数:
343