1 2 3 4 5 ··· 19 下一页
摘要: https://blog.csdn.net/weixin_43763292/article/details/126855491 https://www.bilibili.com/video/BV1nV411y7rL 阅读全文
posted @ 2026-08-11 14:32 dewxin 阅读(2) 评论(0) 推荐(0)
摘要: 引 言杨振宁先生曾多次在演讲中,对比他在中国西南联大学到的推演法,与在美国芝加哥大学掌握的归纳法,并将自己在物理学上的成就,很大程度上归功于这两种思维方式的融合。附表 杨振宁先生获得推演法与归纳法的学习经历与影响维度推演法 (西南联大)归纳法 (芝加哥大学)思维路径从已知的普遍原理和最高深的原则出发 阅读全文
posted @ 2026-08-06 14:06 dewxin 阅读(7) 评论(0) 推荐(0)
摘要: 目录3.0 个人心得3.1 Spaces of Vectors3.2 The Nullspace of A: Solving Ax=0 and Rx=0reduced row echelon formElimination: The Big PictureWhy row rank equals co 阅读全文
posted @ 2026-07-14 00:29 dewxin 阅读(10) 评论(0) 推荐(0)
摘要: 目录2.0 个人心得2.1 向量和线性等式 Vectors and Linear Equations知识要点2.2 消元 The Idea of Elimination知识要点2.3 使用矩阵消元 Elimination Using Matrices知识要点2.4 矩阵操作相关的规则 Rules f 阅读全文
posted @ 2026-06-15 14:43 dewxin 阅读(31) 评论(0) 推荐(0)
摘要: 目录1.1 向量和线性组合知识要点1.2 长度和点乘长度和单位向量知识要点1.3 矩阵 Matrices 本文为《Introduction to Linear Algebra》的读书笔记 1.1 向量和线性组合 线性代数(linear algebra)的核心就两个操作,并且都作用于向量。 一个是向量 阅读全文
posted @ 2026-06-15 14:40 dewxin 阅读(18) 评论(0) 推荐(0)
摘要: 本文转载自 https://ivonblog.com/posts/android-x86-virgl-libhoudini/ 要在Linux電腦執行Android APP,並要轉譯ARM、支援GPU加速,我在Linux的Android模擬器有過討論。 本文要介紹設定Android-x86虛擬機的作法 阅读全文
posted @ 2026-06-01 00:53 dewxin 阅读(115) 评论(0) 推荐(0)
摘要: 两个向量的点乘积 是 向量a在向量b上的投影的长度 乘以 向量b的长度。 Another very important interpretation is: \(\mathbf{a}\cdot\mathbf{b}=|\mathbf{a}||\mathbf{b}|\cos\theta\) where: 阅读全文
posted @ 2026-05-10 04:49 dewxin 阅读(160) 评论(0) 推荐(0)
摘要: 背景 技能CD加速, 移动加速 方案 首先, 客户端连接服务端时候,需要时间校对。 客户端将自身的时间戳(t客)发送给服务端,服务端收到这个数据包时的时间戳为(t服)。 t客 = 客户端发送数据包时当前的时间戳 t服 = 服务端收到数据包时当前的时间戳 t服-t客 就是 客户端和服务端的时间差 + 阅读全文
posted @ 2026-05-05 21:56 dewxin 阅读(67) 评论(0) 推荐(0)
摘要: 安装SVN sudo apt update sudo apt install subversion 安装 VS Code SVN 插件 打开 VS Code。 进入扩展视图(Ctrl+Shift+X)。 搜索并安装 SVN (作者: JohnstonCode) 或 VSCode SVN - AI智能 阅读全文
posted @ 2026-04-30 15:53 dewxin 阅读(49) 评论(0) 推荐(0)
摘要: 定义 废话不多说,这里先直接给出 Assembly和Module的相关定义。 权威的定义 An assembly is a deployment unit, a building block of a managed application. Assemblies are reusable, all 阅读全文
posted @ 2026-04-27 16:51 dewxin 阅读(39) 评论(0) 推荐(0)
1 2 3 4 5 ··· 19 下一页