在UML 2.0的13种图形中,类图是使用频率最高的UML图之一。Martin Fowler在其著作《UML Distilled: A Brief Guide to the Standard Object Modeling Language, Third Edition》(《UML精粹:标准对象建模 ...
分类:
其他好文 时间:
2017-11-11 15:23:14
阅读次数:
151
下面的程序可以从0....n-1中随机等概率的输出m个不重复的数。这里我们假设n远大于m 1 2 3 4 5 6 7 8 9 10 knuth(int n, int m) { srand((unsigned int)time(0)); for (int i = 0; i < n; i++) { if ...
分类:
其他好文 时间:
2017-10-12 19:22:15
阅读次数:
163
在linux家族中,vim编辑器是系统自带的文本编辑器,其功能强大自不必说了。 偶有小白,刚接触linux,要修改某个文本文件,不可能像WINDOWS那样操作,更有甚者,进入VI编辑器后,无法退出以致强抽关机,确是不得以呀。 其实,这个VIM(VI)也是很简单的,只要你看到此文! 注意:linux命 ...
分类:
系统相关 时间:
2017-10-11 10:39:31
阅读次数:
180
在UML 2.0的13种图形中,类图是使用频率最高的UML图之一。Martin Fowler在其著作《UML Distilled: A Brief Guide to the Standard Object Modeling Language, Third Edition》(《UML精粹:标准对象建模 ...
分类:
其他好文 时间:
2017-10-10 18:59:06
阅读次数:
169
folly/ For a high level overview see the README Components Below is a list of (some) Folly components in alphabetical order, along with a brief descri ...
分类:
其他好文 时间:
2017-10-05 21:22:39
阅读次数:
279
1.简介(Brief Introduction) 在学习卡尔曼滤波器之前,首先看看为什么叫“卡尔曼”。跟其他著名的理论(例如傅立叶变换,泰勒级数等等)一样,卡尔曼也是一个人的名字,而跟他们不同的是,他是个现代人! 卡尔曼全名Rudolf Emil Kalman,匈牙利数学家,1930年出生于匈牙利首 ...
分类:
其他好文 时间:
2017-10-03 12:39:29
阅读次数:
225
1.简介(Brief Introduction) 在学习卡尔曼滤波器之前,首先看看为什么叫“卡尔曼”。跟其他著名的理论(例如傅立叶变换,泰勒级数等等)一样,卡尔曼也是一个人的名字,而跟他们不同的是,他是个现代人! 卡尔曼全名Rudolf Emil Kalman,匈牙利数学家,1930年出生于匈牙利首 ...
分类:
其他好文 时间:
2017-10-02 13:04:19
阅读次数:
209
Intrinsic Functions (DirectX HLSL) The following table lists the intrinsic functions available in HLSL. Each function has a brief description, and a l ...
分类:
编程语言 时间:
2017-09-26 17:49:27
阅读次数:
339
Look to this day! For it is life,the vary life of life. In its brief course. Lie all the verities realities of your existence: The bliss of growth The ...
分类:
其他好文 时间:
2017-09-10 23:50:11
阅读次数:
184
今天启动Apache的时候老是提示失败,很简单,使用 netstat -ano 发现80端口被占用。 今天启动Apache的时候老是提示失败,很简单,使用 netstat -ano 发现80端口被占用。 今天启动Apache的时候老是提示失败,很简单,使用 netstat -ano 发现80端口被占 ...
分类:
其他好文 时间:
2017-09-10 23:42:08
阅读次数:
176