上一页 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 阅读(191) 评论(0) 推荐(0)
摘要: # CSAPP Notes,类型 > - status:正在更新; > - other info:随手写的,可能会有错误(); ## 类型 | 数据类型 | 大小 | | | | | `char` | 1 | | `bool` | 1 | | `short int (short)` | 2 | | 阅读全文
posted @ 2023-08-22 22:29 miyasaka 阅读(35) 评论(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 阅读(70) 评论(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 阅读(222) 评论(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 阅读全文
posted @ 2023-04-21 15:40 miyasaka 阅读(109) 评论(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 阅读(75) 评论(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 阅读(46) 评论(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 阅读(65) 评论(0) 推荐(0)
摘要: # Lagrange interpolation and Newton's interpolation Special paper of undergraduate experiment report 拉格朗日插值,牛顿差值,MATLAB ## Experimental purpose and re 阅读全文
posted @ 2023-04-13 14:07 miyasaka 阅读(101) 评论(0) 推荐(0)
摘要: R In R, both the "<-" and "=" operators can be used for assignment. However, there are some subtle differences between them: "<-" is the traditional a 阅读全文
posted @ 2023-03-30 16:55 miyasaka 阅读(46) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 9 下一页