真是一个奇葩问题,对我来说是的,完全不知道是什么意思,但是他就是出现了。 找到了一个相关问题http://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20libx264 If you get a message like this:(...
分类:
其他好文 时间:
2014-11-30 06:42:55
阅读次数:
163
Don't just accumulate knowledge, apply it.You will never really know or understand something until you use it. Make little demo programs that use the ...
分类:
其他好文 时间:
2014-11-29 17:14:37
阅读次数:
141
AngularJS animations and TweenLite make it really easy to create cool 3d effects in your application. Hello Greensock! ...
分类:
Web程序 时间:
2014-11-27 18:15:33
阅读次数:
362
An Intuitive Guide To Exponential Functions & eehas always bothered me — not the letter, but themathematical constant. What does it really mean?Math b...
分类:
其他好文 时间:
2014-11-20 13:39:46
阅读次数:
301
OOP polymorphism In OOP languages, a base-class object pointer can do function call according to the actual type of the object.Let's see an example i....
分类:
编程语言 时间:
2014-11-20 11:47:07
阅读次数:
231
参考自http://stackoverflow.com/questions/19478244/how-does-a-case-anonymous-function-really-work-in-scalahttp://www.scala-lang.org/files/archive/nightly/...
分类:
其他好文 时间:
2014-11-19 15:32:55
阅读次数:
244
10519 - !! Really Strange !!(数论+高精度)
题目链接
题目大意:给你n个圆,每两个圆都有相交的部分,并且相交的两个点都唯一的,不能再和别的圆交于这点。问这样在一个矩形里的相交的n个圆可以产生多少个新的封闭图形。看图会明白的。
解题思路:规律:f(n) = f(n - 1) + 2
?(n
- 1) 最后推的 f(n) = n
?
(n...
分类:
其他好文 时间:
2014-11-19 11:29:01
阅读次数:
164
10519 - !! Really Strange !!(数论+高精度)
题目链接
题目大意:给你n个圆,每两个圆都有相交的部分,并且相交的两个点都唯一的,不能再和别的圆交于这点。问这样在一个矩形里的相交的n个圆可以产生多少个新的封闭图形。看图会明白的。
解题思路:规律:f(n) = f(n - 1) + 2
?(n
- 1) 最后推的 f(n) = n
?
(n...
分类:
其他好文 时间:
2014-11-19 01:30:55
阅读次数:
179
I really like the new PopupMenu we got in 3.0, but I just can't display any icons next to the menu items in it. I'm inflating the menu from the .xml b...
分类:
其他好文 时间:
2014-11-17 12:10:47
阅读次数:
407
最近ms 更新对WPF支持,http://blogs.msdn.com/b/dotnet/archive/2014/11/12/the-roadmap-for-wpf.aspxWork on improving WPF has never really stopped, and bel...