1 2 3 4 5 ··· 19 下一页
摘要: 目录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 阅读(12) 评论(0) 推荐(0)
摘要: 目录1.1 向量和线性组合知识要点1.2 长度和点乘长度和单位向量知识要点1.3 矩阵 Matrices 本文为《Introduction to Linear Algebra》的读书笔记 1.1 向量和线性组合 线性代数(linear algebra)的核心就两个操作,并且都作用于向量。 一个是向量 阅读全文
posted @ 2026-06-15 14:40 dewxin 阅读(6) 评论(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 阅读(55) 评论(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 阅读(38) 评论(0) 推荐(0)
摘要: 背景 技能CD加速, 移动加速 方案 首先, 客户端连接服务端时候,需要时间校对。 客户端将自身的时间戳(t客)发送给服务端,服务端收到这个数据包时的时间戳为(t服)。 t客 = 客户端发送数据包时当前的时间戳 t服 = 服务端收到数据包时当前的时间戳 t服-t客 就是 客户端和服务端的时间差 + 阅读全文
posted @ 2026-05-05 21:56 dewxin 阅读(40) 评论(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 阅读(32) 评论(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 阅读(25) 评论(0) 推荐(0)
摘要: 按 Ctrl+Shift+P 搜 user settings 出来 Setttings界面后, 再搜 vim.handleKeys "vim.handleKeys": { "<C-a>": false, "<C-c>": false, "<C-v>": false, "<C-x>": false, 阅读全文
posted @ 2026-04-14 19:20 dewxin 阅读(17) 评论(0) 推荐(0)
摘要: 本文由ChatGPT生成 You don’t actually need GLAD specifically—but you do need *something like it when using modern OpenGL. Here’s why. The core problem: Open 阅读全文
posted @ 2026-04-14 15:40 dewxin 阅读(10) 评论(0) 推荐(0)
摘要: 本文由 ChatGPT 生成 Here’s a clean, practical way to set up C/C++ debugging in VS Code on Windows (since you’re using cl.exe and MSVC). 🧰 1. Install requi 阅读全文
posted @ 2026-04-13 01:43 dewxin 阅读(32) 评论(0) 推荐(0)
1 2 3 4 5 ··· 19 下一页