变分 Monte Carlo 方法 变分 Monte Carlo 方法是一种强大的量子多体系统求解工具,利用随机抽样和变分原理来逼近基态能量和波函数。 2025-09-02 Physics #量子物理 #计算物理
Tanenbaum 现代操作系统 4e 习题及解答 Tanenbaum 的 Modern Operating Systems 4e 一书的部分习题及解答 2024-09-12 Computer Science #读书 #操作系统
Tanenbaum 计算机网络 5e 习题及解答 Tanenbaum 的 Computer Networks 5e 一书的部分习题及解答 2023-09-20 Computer Science #读书 #计算机网络
快速检验素数:Miller-Rabin 素性检验 本文介绍了 Miller-Rabin 素性检验,检验一个数是否为素数。 2023-07-08 Computer Science > Algorithm #数论 #素数
数学物理方法(1)基础、Fourier 与 Laplace 变换 Prof. Dr. 顾樵一书第 1-4 章:基础理论知识、Fourier 级数、Fourier 变换、Laplace 变换 2023-04-20 Mathematics #数学物理方法 #读书
线性代数杂记 线性代数杂记,部分内容来自 [MIT 18.06 Linear Algebra, Spring 2005, Gilbert Strang]... 2023-03-19 Mathematics #线性代数
C++ 字符(串)处理方法 本文介绍了 C++ 字符(串)的处理方法,用到的库如 cctype、string... 2023-02-01 Computer Science > Programming #C++
C++ sprintf 函数介绍 本文介绍了 C++ 中 sprintf 函数和 strftime 函数的使用技巧... 2022-09-10 Computer Science > Programming #C++