[TOC] 2018.. Test 时间:3.5h 期望得分:100+50+20 实际得分:40+45+20 "比赛链接" 总结 感觉自己是个zz A 陈太阳与取模 "题目链接" $$\begin{aligned}c\%x&\equiv (c\%A)\%x\\c\%x&\equiv (c \lflo ...
分类:
其他好文 时间:
2018-10-02 22:31:50
阅读次数:
404
On a N * N grid, we place some 1 * 1 * 1 cubes that are axis-aligned with the x, y, and z axes. Each value v = grid[i][j] represents a tower of v cube ...
分类:
编程语言 时间:
2018-09-24 13:39:58
阅读次数:
167
CRT 中国剩余定理 题意:给你n个式子$x \equiv b_i (mod\ a_i)$,求x的最小正整数解(CRT裸题) 中国剩余定理求解 考虑每一个式子i$\left\{\begin{aligned}x \equiv 0\ (mod\ a_1) \\ x \equiv 0\ (mod\ a_2 ...
分类:
其他好文 时间:
2018-09-09 19:42:39
阅读次数:
214
1 理论基础 下面该栏目列出一些可能会用到的已经证实的理论! 大多数的理论均来自1. 对于 \(\forall x,y,z \in X\), 若存在映射 \[ \begin{aligned} d:\; &X \times X \rightarrow \mathbb{R}^1\\ &( ...
分类:
其他好文 时间:
2018-08-31 01:21:42
阅读次数:
249
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 ...
分类:
其他好文 时间:
2018-08-26 11:58:11
阅读次数:
155
$k 0$ 。当 $k$为奇数时, \begin{aligned} \sum_{i = 0}^{k} \binom{n}{i} &= [\binom{n}{0} + \binom{n}{1} ] + [\binom{n}{2} + \binom{n}{3} ] + \dots + [\binom{n ...
分类:
其他好文 时间:
2018-08-02 02:06:33
阅读次数:
100
前馈网络 定义 神经网络:$<V,E,\sigma,w>, E\subseteq V\times V,w:V\times V\to R, \sigma:V\times R\to R $, 输出函数$f(v)$递归定义为$$\begin{aligned}f(v)&=x(v)&,if\,\nexists ...
分类:
其他好文 时间:
2018-07-29 14:20:12
阅读次数:
187
还是紧接着上一文章的思路继续介绍3D特征点的基本概念问题,还是这个表格: NARF (Normal Aligned Radial Feature) 这是一个局部特征点,NARF功能扩展了SIFT(Lowe)的一些概念。主要的参考文献: Object recognition from local sc ...
分类:
其他好文 时间:
2018-07-22 18:40:51
阅读次数:
410
"[Luogu2257]YY的GCD" 求$\sum_{i=1}^n\sum_{j=1}^m[(x, y)$为质数$]$ $T \le {10}^4, 1\le n, m \le {10}^7$ 假设$p$为$M$以内的质数 $$\begin{aligned}ans&=\sum_{p\in prim ...
分类:
其他好文 时间:
2018-07-14 21:32:15
阅读次数:
168
题目链接 "51nod1236" 题解 用特征方程求得斐波那契通项: $$f(n) = \frac{(\frac{1 + \sqrt{5}}{2})^{n} (\frac{1 \sqrt{5}}{2})^{n}}{\sqrt{5}}$$ 那么 $$ \begin{aligned} ans &= \s ...
分类:
其他好文 时间:
2018-07-12 20:15:28
阅读次数:
150