上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页
摘要: https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html 阅读全文
posted @ 2023-06-10 10:44 ChrainY 阅读(1) 评论(0) 推荐(0) 编辑
摘要: https://www.techiedelight.com/zh/merge-sort/ https://www.runoob.com/w3cnote/merge-sort.html 阅读全文
posted @ 2023-06-10 10:43 ChrainY 阅读(0) 评论(0) 推荐(0) 编辑
摘要: py implementation: https://gist.github.com/joe-jordan/6548029 ref: https://cs.stackexchange.com/questions/7216/find-the-simple-cycles-in-a-directed-gr 阅读全文
posted @ 2023-06-08 14:17 ChrainY 阅读(4) 评论(0) 推荐(0) 编辑
摘要: The Use of the Cayley-Hamilton Theorem to Reduce the Order of a Polynomial in A The Use of Cayley-Hamilton to Determine Analytic Functions of a Matrix 阅读全文
posted @ 2023-05-18 10:55 ChrainY 阅读(6) 评论(0) 推荐(0) 编辑
摘要: https://www.cs.cmu.edu/~cliu6/teaching.html 阅读全文
posted @ 2023-05-17 15:56 ChrainY 阅读(29) 评论(0) 推荐(0) 编辑
摘要: https://blog.univ-reunion.fr/alessioguarino/doing-physics-with-matlab/ Noted. 阅读全文
posted @ 2023-05-17 11:15 ChrainY 阅读(8) 评论(0) 推荐(0) 编辑
摘要: %% noncentral chi-squared dist. rng(1); N = 100000; muv = [1 2]; k = numel(muv); lambda = sum(muv.^2); Z1 = randn(1, N) + muv(1); Z2 = randn(1, N) + m 阅读全文
posted @ 2023-05-06 09:57 ChrainY 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 一些关系: Sum of eigvalues of A equals the trace of (A); Show that f(Xn×n) = trace (X) is a linear function. from matrix_analysis.pdf For matrices Am×n an 阅读全文
posted @ 2023-04-24 10:19 ChrainY 阅读(11) 评论(0) 推荐(0) 编辑
摘要: https://www.vedantu.com/question-answer/find-the-sum-of-the-series-1n-+-2n-1-+-3n-2-+-+-class-11-maths-cbse-5f34d4da5597f32583a5adca use mahoney's wor 阅读全文
posted @ 2023-04-20 15:07 ChrainY 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 下载并安装 ghostview 和 ghostscript(见附件):https://files.cnblogs.com/files/uceec00/gsview_gsscript_32bit.zip?t=1681814697 在windows 10下需要32bit安装。64bit安装没成功。 针对 阅读全文
posted @ 2023-04-18 16:30 ChrainY 阅读(642) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页