298 Matching Annotations
  1. Jan 2022
    1. 域名立即解析为 IP

      可能会多此一举 比如域名已经是国外了 还多做一步

  2. Nov 2021
  3. Oct 2021
    1. The short line BC in the diagram above is perpendicular to SB

      主要是 因为 dt 的无穷小

      所以有 这个性质

    2. the origin at one focus

      ? what origin

    1. emplate cos ⁡ ( 2 π f x ) . {\displaystyle \cos(2\pi fx).} Its peak value is a relative measure of the presence of frequency f {\displaystyle f} in function s . {\displaystyle s.} The analysis process determines, for certain key frequencies, the maximum correlation and the corresponding phase offset, ( τ f ) . {\displaystyle (\tau f).} The synthesis process (the actual Fourier series), in terms of parameters to be determined by analysis, is:

      confused about these paragraphs

    1. The benefit of making it costly to validate transactions is that validation can no longer be influenced by the number of network identities someone controls, but only by the total computational power they can bring to bear on validation

      ?

    1. when combined they result in a different calculation on each side, with results that are equal.

      ?

    1. any circle drawn on the surface of the earth remains a circle after this projection

      ?

    2. infinite real estate

      ?

    1. baab = a2b2

    2. a · b = cos θ and a ∧ b = i sin θ

      这个 应该就是 二维向量中

      点积和叉积的 定义 直接拿过来用了

    3. σ2 = σ1

      同上 左乘一个 $$\sigma_{1}$$

      就证出来了

    1. corresponds to a = 1, b = 2):
      1. 此处 \({1 \over 2 a + 1} + \cdots + {1 \over 4 a - 1} - {1 \over 2b + 2} - \cdots\)

      只是为了 表示一个无穷项罢了 实际排列是 还是

      1. if a=1,b=2 we can have the permutation

    2. odd terms satisfies

      证明 $$proof\ {1} + {1 \over 3} + {1 \over 5} + \cdots + {1 \over 2 p - 1} = {1 \over 2} \, \gamma + {1 \over 2} \ln p + \ln 2 + o(1).\quad (1)\ 1 + {1 \over 2} + {1 \over 3} + \cdots + {1 \over 2p-1} = \gamma + \ln (2p-1) + o(1),\quad (2)\

      {1 \over 2} + {1 \over 4} + {1 \over 6} + \cdots + {1 \over 2(p-1)} = {1 \over 2} \, \gamma + {1 \over 2} \ln (p-1)+ o(1),\quad (3)\ \

      \ now \quad proof \quad (2)-(3) \to (1)\\ first \quad proof \ \lim{p \to \infty } {\ln (2p-1) - \ln \sqrt{p-1} }=\lim{p \to \infty }\ln {2 \sqrt{p} }\ \lim{p \to \infty } {\ln (2p-1) -{\ln 2\sqrt{(p-1)p}} }= \lim{p \to \infty }\ln {2p-1 \over 2\sqrt{(p-1)p}}\ = \ln{2 \over 2} =0$$

    1. e have

      第5行 为什么要多减 一个 \((\vec{u}\cdot \vec{v})\vec{u} \)

    2. show that
      1. 这里 其实就是 四元数 相乘

      因为 实数 虚数都包含在 四元数 里

      1. po应该是 从左往右乘 , 就类似与 数字相乘

      2. 运算时 可以先把 \(sin(\frac{\alpha }{2})\);\(cos(\frac{\alpha }{2})\) 提出来 计算

    3. the quaternion multiplication rule:

      $$(r_{1},\ {\vec {v}}_{1})(r_{2},\ {\vec {v}}_{2})=(r_{1}r_{2}-{\vec {v}}_{1}\cdot {\vec {v}}_{2},\\\ r_{1}{\vec {v}}_{2}+r_{2}{\vec {v}}_{1}+{\vec {v}}_{1}\times {\vec {v}}_{2}),$$

      https://en.wikipedia.org/wiki/Quaternion

      这个 代入 \(r_{1}=r{2}=0\) 就可以了

    4. the addition of two quaternions

      可以

      用同类型的 数据类型 进行 加法运算

      就好解释多了

  4. Sep 2021
    1. SSR−1

      为什么 要乘两次

    2. The eigenvectors are unit vectors representing the direction of the largest variance of the data, while the eigenvalues represent the magnitude of this variance in the corresponding directions.

      就是3b1b视频

    3. calculating S=C‾‾√S=CS = \sqrt{C}

      此时 方差为1 所以可以这么计算

    1. e shown that:

      二项式定理 可以证明 前面的 $$p \choose m$$ 是从 p个 因式里 选择m个 当作x 后面的同理

      $$(-{\bar {x}})^{{(p-m)}}$$

      则是 从 p个 因式里 选择p-m个 当作 $$-{\bar {x}}$$

    2. Centroid:

      根据 定义来理解 中心 的含义

    1. s the process of adapting software for the purpose of achieving some form of execution in a computing environment that is different from the one that a given program (meant for such execution) was originally designed for (e.g., different CPU, operating system, or third party library).

      可以 看做端口转发 即 修改代码功能 其实就是 可移植

    1. represented as follows:

      看 Wikipedia 此时 x为没有畸变的坐标 使用 the division model 参数更少

    1. All of these frames are in motion relative to one another.

      举个简单例子 人在地球上是 相对于地球这个坐标系(rest frame)不动 但是 地球肯定是绕着 太阳转的 所以人 在太阳坐标系里 是动的 (上述 坐标系表述 只是为了方便理解 并不严谨)

    1. ~65

      什么意思

    2. location of the imager itself.

      什么意思

    3. The distance, in meters, corresponding to one integer increment in depth values

      即 Depth 增加 1 (int) 对应 实际距离增加

    4. the other

      指的 就是color 和 depth

    1. (like __builtin_saveregs) is provided by the compiler, but does not correspond to a function in the standard library.

      即 你 查找源码 应该是找不到的

    1. no dynamic memory allocation ever takes place.

      无动态内存 分配

    2. optional

      即 可以有值 也可以没有

    1. the interface that will be used to perform the work.

      即 IOC里的 framework

    2. It can be implemented in different ways, for example, FastStack and GenericStack

      接口 的形象例子

    3. a dummy implementation may be used

      可以看做是一个接口

    1. commonly only concerned with the handling of events,

      说白了 这里的反转 不是颠倒 而是 把许多工作 交给一个 framework 自己只做一个初步处理

    2. which

      后者

    1. Mock objects differ in that they themselves contain test assertions that can make the test fail,

      即 两个相辅相成的

    1. functions with no calls are not necessarily “leaf functions”.

      有可能 他可以调用其他函数 只是暂时没有调用而已

    1. as all points along a ray through the camera's pinhole are projected to the same image point,

      对上一句话 解释

    2. An intuitive understanding of this property is that under a projective transformation, all multiples of PhP_h are mapped to the same point.

      可以理解为 降维 直观的就是 一个直线 降到一维 必然是同一个点 其余同理

    3. intrinsic and extrinsic parameters.

      内参用来 转换到像素坐标系 外参用来转换世界坐标系 到相机坐标系

    4. bijective

      一一对应

    5. Zc≠0Z_c \ne 0,

      满足 除法要求

    6. a projective transformation and a homogeneous transformation.

      什么意思? 投影变换 说白了就是改变基向量 此处 投影到二维

    7. represented in normalized camera coordinates

      转化为 二维点

    8. scaled by a factor

      即 s 其实就是深度

    9. close to the image center:

      https://zhuanlan.zhihu.com/p/144307108 的左上角 貌似有点冲突

    1. implementation inheritance

      po 即不改变 原有的 public性质 只做完全的继承

    1. he value of v is unchanged.

      其实 这个特性 就是字面意思 将一个值 进行拷贝 不改变原有特性

    1. value of rv is unspecified

      其实 这个特性 就是字面意思 移动之后 原来的消失了

    2. the value of t is equivalent to the value of rv before the assignment.

      为什么 没赋值 之前也是相等的?

    1. Past-the-end iterator for the new range of values

      指向 原末尾迭代器的下一个迭代器 是要被删除的元素的迭代器首

    1. comparison function object (i.e. an object that satisfies the requirements of Compare) which returns ​true

      最后 要全部满足 这个comp条件

    2. signature

      特征

    1. s of MoveInsertable and EmplaceConstructible.

      即 他是右值 左值 都可以

    2. emplace_back

      应该 就是给构造函数 添加参数 的作用

    3. ...

      此处 代替class 名称

    1. rv)

      由于 赋值的双方 类型一样 所以叫 move...

    2. (m, p, v)

      左值 赋值给 右值 不会出现问题 即满足 这个特性

    1. either lvalues or as rvalues, depending on T

      即 实现转发 左值 右值 类型不变

    1. visibility

      个人 感觉 就是吧所有的代码 都整合到一块了 互相 可视 从而 省略许多不必要的东西

    1. 的秩亦为 r

      是根据 向量所能张成的最高纬度 决定的

      具体 为什么都是r 暂时不知道

    1. 或者lynx都没太大压力吧。不过要来干嘛呢?大部分用vim的人相信厨房客厅卧室各有各的功能,不会象emacs那样喜欢吃喝拉撒睡全在一个地方吧。

      打算

    2. 扩展动态库来模拟实现异步任务。而7.4.1700后官方新增了timer和jobs,channel的支持后相信不久就会出现一个可用性较高的内嵌shell了,有了内

      dsa