上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: # CSAPP Notes ML Programming > - I have abbreviation: Computer System - Notes: Machine Level Programming; > - status: 正在更新; > - other info:随手写的,不能保证准确 阅读全文
posted @ 2023-08-23 18:47 miyasaka 阅读(40) 评论(0) 推荐(0)
摘要: # CSAPP Notes,类型 > - status:正在更新; > - other info:随手写的,可能会有错误(); ## 类型 | 数据类型 | 大小 | | | | | `char` | 1 | | `bool` | 1 | | `short int (short)` | 2 | | 阅读全文
posted @ 2023-08-22 22:29 miyasaka 阅读(21) 评论(0) 推荐(0)
摘要: VSCode:搭建一个简易的 C++ 环境 status: update if needed; description: 比如刷刷 LeetCode,就不需要特别多的配置,简单的环境就够了; 0x00 首先新建一个 Profile: 比如这里明命名为 C++: 0x01 安装这些插件: vim 看个 阅读全文
posted @ 2023-08-22 17:32 miyasaka 阅读(59) 评论(0) 推荐(0)
摘要: # 导数放缩 > 施工中. ## 放缩之前: 是否对指数对数的性质熟悉? 对于每一个指数对数和 $x$ 组合出来的函数, 按顺序考虑如下问题: - 定义域? - 有最大最小值吗? (存在性) - (唯一性: 全都是唯一的, 不考虑: 实际上大部分高中的问题都不用考虑唯一性) - 最大/最小值是多少? 阅读全文
posted @ 2023-06-20 22:17 miyasaka 阅读(156) 评论(0) 推荐(0)
摘要: title: Binomial theorem categories: maths Binomial Theorem Let \(n\) be a nonnegative integer. Then \[\sum_{k=0}^n 2^k\left(\begin{array}{l} n \\ k \e 阅读全文
posted @ 2023-06-20 22:13 miyasaka 阅读(65) 评论(0) 推荐(0)
摘要: # Fast Inverse Square Root 同时包含 Approximation theory and method ch11. > https://www.youtube.com/watch?v=p8u_k2LIZyo > > Fast Inverse Square Root(快速倒数平 阅读全文
posted @ 2023-05-26 17:39 miyasaka 阅读(182) 评论(0) 推荐(0)
摘要: # Approximation Theory and Method ch7 ... as the sign of $p(x)$. It follows that $p^{*}$ is a best minimax approximation from $\mathscr{A}$ to $f$ if 阅读全文
posted @ 2023-04-21 15:40 miyasaka 阅读(90) 评论(3) 推荐(0)
摘要: # Approximation Theory and Method part 3 ### Basic properties of divided differences Let $\left\{x_i ; i=0,1, \ldots, n\right\}$ be any $(n+1)$ distin 阅读全文
posted @ 2023-04-21 14:36 miyasaka 阅读(53) 评论(0) 推荐(0)
摘要: # Counting | Type | Repetition Allowed? | Formula | | : | : : | : : | | r-permutations | No | $P_n^k =r! { n \choose k } $ | | r-combinations | No | $ 阅读全文
posted @ 2023-04-21 13:53 miyasaka 阅读(36) 评论(0) 推荐(0)
摘要: Marble Clock https://www.instructables.com/Marble-Clock/ https://www.bilibili.com/video/BV17g4y1H7R7/ Thu 13 Apr 按照第一个链接里的步骤做就行 要注意一些小零件需要打印不止一个 待续 阅读全文
posted @ 2023-04-13 17:40 miyasaka 阅读(60) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 9 下一页