$$ \left\{\begin{aligned}{\beta _1} &= {\alpha _1}\\{\beta _2} &= {\alpha _2} - \frac{{\left( {{\alpha _2},{\beta _1}} \right)}}{{\left( {{\beta _1},{...
分类:
其他好文 时间:
2015-01-03 22:19:58
阅读次数:
149
2. \[\begin{aligned} \int_0^{2 \pi} | \sin x-\cos x | dx = \int_0^{\pi/4} (\cos x -\sin x) dx + \int_{\pi/4}^{5\pi/4} (\sin x -\cos x) dx +\int_{...
分类:
其他好文 时间:
2014-12-30 00:30:33
阅读次数:
156
(1)\[\begin{aligned} \int \frac{x}{x^2+2x-3}dx= \int \frac{x-1+1}{(x+3)(x-1)}dx= \int \frac{1}{x+3} + \frac14 \frac{4}{(x+3)(x-1)} dx\\=\in...
分类:
其他好文 时间:
2014-12-28 16:46:06
阅读次数:
121
2.(1) 化为函数极限,再利用数列极限与函数极限的关系。\[\begin{aligned} \lim_{x\to +\infty} (x \tan \frac 1x)^{x^2}&= \lim_{t\to 0} \exp \frac{ \ln \frac{\tan t}{t} }{t^2}\\ &...
分类:
其他好文 时间:
2014-12-15 23:20:57
阅读次数:
204
操作系统的sdb和sdc需要以lvm的方式给原来的分区扩容,由于是3T的磁盘,fdisk已经不能用了,只能用parted做成gpt格式。parted/dev/sdbmklabelgpt用mkpart指令的时候,有个报警:Theresultingpartitionisnotproperlyalignedforbestperformancegoogle了一下,找到解决方法,mark..
分类:
其他好文 时间:
2014-12-15 21:56:56
阅读次数:
1575
这几天在看文章的时候,看到这么一段话:“First, we normalize thegrayscale intensity in the eye region for each of the aligned facialimages to zero mean and unit variance.”...
分类:
其他好文 时间:
2014-12-05 12:09:19
阅读次数:
549
Consider N coins aligned in a row. Each coin is showing either heads or tails. The adjacency of these coins is the number of adjacent pairs of coins with the same side facing up.
It must return the...
分类:
其他好文 时间:
2014-11-05 10:57:41
阅读次数:
2365
Problem Description
A histogram is a polygon composed of a sequence of rectangles aligned at a common base line. The rectangles have equal widths but may have different heights. For example, the figu...
分类:
其他好文 时间:
2014-10-17 23:26:46
阅读次数:
426
编译一个游戏库时,遇到个奇怪的问题。一个模板函数,形参是按值传入的。编译时实参是内存对齐过的,无法通过,引发类似下面的错误:error C2719: '_Val': formal parameter with __declspec(align('16')) won't be aligned经查,vs...
分类:
其他好文 时间:
2014-10-07 03:26:02
阅读次数:
292
Word Aligned Hybrid (WAH) bitmap compression下面是:Concise: Compressed ’n’ Composable Integer SetFigure 2 shows an example of CONCISE-compressed bitmapma...
分类:
其他好文 时间:
2014-10-07 00:38:40
阅读次数:
139