we need toDerive the followingexpressions:P=(1+1/(1-L)^2)/21 y=1/x2 y=1/x^2;3 移动x的对称轴备注: 这两项数值相等: (1-x)^2 --- (x-1)^24 y=1+1/(1-x)^2 -->将y轴向上提升15 y=(1...
分类:
其他好文 时间:
2014-10-06 20:38:30
阅读次数:
196
最近经常有朋友提问,同时收到几家公司的offer,应该如何选择,或者找工作的时候,找怎样的公司,我在这里阐述一下我的观点。但愿对朋友们有所帮助。 还是那句老话,选择什么样的公司,关键是你想要过什么样的生活。 以下类型公司应选择拒绝。 1,纯外包公司。 这类公司特点是:待遇为4k-6k,刚毕业...
分类:
其他好文 时间:
2014-10-06 15:28:30
阅读次数:
168
StringsAnother useful data type is thestring. Astringcan contain letters, numbers, and symbols.Strings need to be within quotes.Escaping charactersbac...
分类:
其他好文 时间:
2014-10-06 12:58:10
阅读次数:
171
Given a binary tree, find its maximum depth.
The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node.
点击打开原题链接
这个题剑指offer里也有,简单的递归即可,代码很清晰:...
分类:
其他好文 时间:
2014-10-05 22:56:09
阅读次数:
185
Thread相关内容1.http://stackoverflow.com/questions/1091135/whats-the-purpose-of-thread-spinwait-method(Jon Skeet说的那句话 "if you need to ask, you don't need ...
分类:
Web程序 时间:
2014-10-03 23:19:05
阅读次数:
220
http://stackoverflow.com/questions/14870596/android-annotation-cannot-be-resolvedAs Artem suggested, you may need to include the annotations.jar file ...
分类:
移动开发 时间:
2014-10-03 21:39:25
阅读次数:
232
1. 表示不连接,即板子上不焊接该器件DNI = don't need install或NC或NM或DNP
分类:
其他好文 时间:
2014-10-03 21:03:55
阅读次数:
197
In order to print Card objects in a way that people can easily read, we need a mapping from the integer codes to the corresponding ranks and suits. A ...
分类:
其他好文 时间:
2014-10-03 16:16:04
阅读次数:
206
Every September now, means pain for the iOS developers. Because you need not only to update to the latest iOS system, but also to support old iOS vers...
分类:
移动开发 时间:
2014-10-03 09:04:54
阅读次数:
168
类似于字符串的匹配,我们总是找到第一个匹配的字符,在继续比較以后的字符是否所有同样,假设匹配串的第一个字符与模式串的第一个不同样,我们就去查看匹配串的下一个字符是否与模式串的第一个同样,相应到这里,就是我们要遍历root1,找到与root2同样的第一个结点,若root1的根不同样,那么我们查找其左子...
分类:
其他好文 时间:
2014-10-02 16:11:53
阅读次数:
166