Loading

摘要: 位运算卷积 对于长度为\(2^n\)的数列(下标\([0,2^n-1]\))\(A,B\),定义 \(C_i=\sum_{j \bigoplus k=i}A_j\times B_k\),其中 \(\bigoplus\) 是位运算,该操作被称作位运算卷积,记作 \(C=A\bigoplus B\). 阅读全文
posted @ 2023-04-08 16:41 Larunatrecy 阅读(52) 评论(0) 推荐(0)