码迷,mamicode.com
首页 >  
搜索关键字:aligned    ( 201个结果
**JLink Warning: Mis-aligned memory write: Address: 0x20000000, NumBytes: 2, Alignment: 2 (Halfword-aligned)
网上也有同学遇到这个问题,http://www.openedv.com/thread-113049-1-3.html 根据他的经验我也重新安装了Jlink驱动; 顺便注意Dialog DLL:TARMSTM.DLL Parameter:-pSTM32F103VE 问题解决,不确定是哪一步起作用。 L ...
分类:其他好文   时间:2017-10-18 14:55:55    阅读次数:2735
ST 4.3motor库中一些配置说明
用于产生三角波的计数器计数模式配置为中心Center-aligned mode 1,这个模式下Output compare interrupt flags of channels configured in output (CCxS=00 in TIMx_CCMRx register) are se ...
分类:其他好文   时间:2017-10-18 14:51:47    阅读次数:145
杜教筛
快速求 $S(n) = \sum_{i = 1} ^ n f(i)$ . 设 $g$ 为另外一个函数. $\begin{aligned} \sum_{i = 1} ^ n (f * g)(i) & = \sum_{i = 1} ^ n \sum_{d | i} f(d) g(\frac{i}{d}) ...
分类:其他好文   时间:2017-10-03 23:20:27    阅读次数:334
POJ 2559 Largest Rectangle in a Histogram (栈的运用)
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 h ...
分类:其他好文   时间:2017-09-15 20:59:45    阅读次数:203
[POJ 1430] Binary Stirling Number
题意 $\left\{ \begin{aligned} n \\ k \end{aligned} \right\} \mod 2$ . n, k <= 10 ^ 9 . 分析 $\left\{ \begin{aligned} 0 \\ 0 \end{aligned} \right\} = 1$ . ...
分类:其他好文   时间:2017-08-20 21:18:04    阅读次数:142
g2o的一般过程
1.自己定义顶点类、边类或者用已经有的。1.1定义顶点例子class CurveFittingVertex: public g2o::BaseVertex<3, Eigen::Vector3d>{public: EIGEN_MAKE_ALIGNED_OPERATOR_NEW virtual void ...
分类:其他好文   时间:2017-08-17 21:25:31    阅读次数:351
Largest Rectangle in a Histogram
Largest Rectangle in a Histogram HDU - 1506 Largest Rectangle in a Histogram A histogram is a polygon composed of a sequence of rectangles aligned at ...
分类:其他好文   时间:2017-08-15 11:18:53    阅读次数:153
比记号 与 拓展比记号
比记号 比记号 $[n]$ , 读作 "比n" . $[n] = \left\{ \begin{aligned} & 1 & , n > 0 \\ & 0 & , n = 0 \\ & -1 & , n < 0 \end{aligned} \right.$ . 直观地刻画了 $n$ 的正负性. 定理 ...
分类:其他好文   时间:2017-08-11 21:17:03    阅读次数:130
[HDU 5072] Coprime 莫比乌斯反演
题意 ? 给定一个长度为 $n$ 的序列 $A = \left\{ a_1, a_2, ..., a_n \right\}$ . ? 问有多少个三元组 $(i, j, k)(i \ne j, i \ne k, j \ne k)$ , 满足 $\left\{ \begin{aligned} & a_i ...
分类:其他好文   时间:2017-07-29 16:27:32    阅读次数:216
[poj 1836] Alignment dp
Description In the army, a platoon is composed by n soldiers. During the morning inspection, the soldiers are aligned in a straight line in front of t ...
分类:其他好文   时间:2017-07-27 10:36:50    阅读次数:134
201条   上一页 1 ... 10 11 12 13 14 ... 21 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!