坚持~坚持~坚持~! 视频地址:http://m.v.qq.com/page/o/k/2/o01596s8xk2.html ...
分类:
其他好文 时间:
2016-05-25 08:16:34
阅读次数:
180
If you have ever had the need to store one or more possible values in a single field, you may have used the [Flags] attribute on an enum in C# which w... ...
分类:
编程语言 时间:
2016-05-21 10:16:51
阅读次数:
275
标识(Identifiers)
有效标识由字母(letter),数字(digits)和下划线 ( _ )组成。标识的长度没有限制,但是有些编译器只取前32个字符(剩下的字符会被忽略)。
空格(spaces),标点(punctuation marks)和符号(symbols) 都不可以出现在标识中。 只有字母(letters),数字(digits) 和下划线(_)是合法的。并且变量标识必须以字母...
分类:
编程语言 时间:
2016-05-19 10:48:29
阅读次数:
384
In a Lotto I have ever played, one has to select 6 numbers from the set {1,2,...,49}. A popular strategy to play Lotto - although it doesn't increase ...
分类:
其他好文 时间:
2016-05-18 23:34:16
阅读次数:
219
在mini2440上,整个移植过程分三个步骤:(1)编译x264;(2)编译ffmpeg;(3)移植成功后,进行测试,即使用ffmpeg录像。
??(1)编译x264
官网上下了个最新的x264,地址http://www.videolan.org/developers/x264.html。我下载的文件是last_x264.tar.bz2。
120版本地址
http://pan.baidu....
分类:
其他好文 时间:
2016-05-13 00:28:36
阅读次数:
396
1、course 11:The bucket list
The present perfect with ‘ever’ and ‘never’session 3
link
2、今日科技新闻Can Viv help where Siri flounders?
link
I’ll be upfront: I’ve got a pretty low opinion of Siri, Ap...
分类:
其他好文 时间:
2016-05-12 13:03:14
阅读次数:
217
四元数介绍
旋转,应该是三种坐标变换——缩放、旋转和平移,中最复杂的一种了。大家应该都听过,有一种旋转的表示方法叫四元数。按照我们的习惯,我们更加熟悉的是另外两种旋转的表示方法——矩阵旋转和欧拉旋转。矩阵旋转使用了一个4*4大小的矩阵来表示绕任意轴旋转的变换矩阵,而欧拉选择则是按照一定的坐标轴顺序(例如先x、再y、最后z)、每个轴旋转一定角度来变换坐标或向量,它实际上是一系列坐标轴旋转的...
分类:
其他好文 时间:
2016-05-12 06:56:57
阅读次数:
242
坚持~坚持~坚持~! 视频地址:http://m.v.qq.com/page/b/r/9/b0191a3lbr9.html ...
分类:
其他好文 时间:
2016-05-03 08:10:34
阅读次数:
160