Fork me on GitHub
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 41 下一页
摘要: The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着。我注意到她的眼睛是很色的--炭黑色的。 Mr. Banner signed my slip and hande 阅读全文
posted @ 2016-10-02 22:38 LinkinStar 阅读(135) 评论(0) 推荐(0) 编辑
摘要: Given an integer (signed 32 bits), write a function to check whether it is a power of 4. Example: Given num = 16, return true. Given num = 5, return f 阅读全文
posted @ 2016-10-01 20:28 LinkinStar 阅读(268) 评论(0) 推荐(0) 编辑
摘要: I was anxious not to be late for class on my first day. 在我第一天上学的时候我非常焦虑我会上课迟到。 One of my new acquaintances, who considerately reminded me that her nam 阅读全文
posted @ 2016-10-01 20:20 LinkinStar 阅读(187) 评论(0) 推荐(0) 编辑
摘要: "Which one is the boy with the reddish brown hair?" 那个红褐色头发的男孩是谁? I asked. I peeked at him from the corner of my eye, and he was still staring at me, 阅读全文
posted @ 2016-09-30 23:07 LinkinStar 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 换电脑的还有一个目的就是我准备采用新的IDE了 之前一直用的是myeclipse,但是现在准备尝试idea 这边做个记录,idea的破解参考下面这个网址:http://blog.csdn.net/u013126379/article/details/52423474 idea一些简单的快捷键参考:h 阅读全文
posted @ 2016-09-29 17:57 LinkinStar 阅读(2749) 评论(2) 推荐(0) 编辑
摘要: 这一次完成了一些复杂的脚本,会了一些简单的鼠标事件,这样就能使用鼠标进行简单的交互了。 其实右边栏目上面一些奇怪的属性看的我是眼花缭乱。 也不知道干啥用的,还有就是真的很佩服里面的物理引擎确实简单易上手,马上就能见到很好的效果。 对于碰撞也有了一些简单的了解。 之后会慢慢熟悉起来的。 阅读全文
posted @ 2016-09-29 17:55 LinkinStar 阅读(187) 评论(0) 推荐(0) 编辑
摘要: Find the sum of all left leaves in a given binary tree. Example: 题目给出的意思很简单。就只是单纯的树的遍历而已。意思是计算出所有左叶子节点的值的和。 我采用递归的方式表示我的遍历顺序,其实主要的是要理解题目的意思,这里的叶子是最后的叶 阅读全文
posted @ 2016-09-29 17:55 LinkinStar 阅读(575) 评论(0) 推荐(0) 编辑
摘要: You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you cl 阅读全文
posted @ 2016-09-28 14:04 LinkinStar 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Throughout all this conversation, my eyes flickered again and again to the table where the strange family sat. 从对话的自始自终我的眼睛都一遍又一遍的闪烁在那个奇怪家庭的位置上。 They 阅读全文
posted @ 2016-09-28 11:36 LinkinStar 阅读(152) 评论(0) 推荐(0) 编辑
摘要: "Which ones are the Cullens?" I asked. "They don't look related…" 哪一个是卡伦,我问道,他们都看起来不是。。。 "Oh, they're not. Dr. Cullen is really young, in his twenties 阅读全文
posted @ 2016-09-27 21:49 LinkinStar 阅读(128) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 41 下一页