随笔分类 -  (f) Math

摘要:Numerical Routines: SciPy and NumPy https://physics.nyu.edu/pine/pymanual/html/chap9/chap9_scipy.html linear and nonlinear equations https://izziswift 阅读全文
posted @ 2021-12-06 13:44 dong1 阅读(80) 评论(0) 推荐(0) 编辑
摘要:SciPy Cookbook https://scipy-cookbook.readthedocs.io/index.html 阅读全文
posted @ 2021-12-01 10:21 dong1 阅读(28) 评论(0) 推荐(0) 编辑
摘要:How can SciPy be used to calculate the permutations and combination values in Python? https://www.tutorialspoint.com/how-can-scipy-be-used-to-calculat 阅读全文
posted @ 2021-11-22 15:01 dong1 阅读(25) 评论(0) 推荐(0) 编辑
摘要:Permutations and Combinations using Python https://www.askpython.com/python/permutations-and-combinations-using-python # A Python program to print all 阅读全文
posted @ 2021-11-22 11:49 dong1 阅读(35) 评论(0) 推荐(0) 编辑
摘要:Example Live Demo class Solution: def solve(self, matrix): R = len(matrix) C = len(matrix[0]) res = [[0] * C for _ in range(R)] for col in range(C): v 阅读全文
posted @ 2021-11-22 09:03 dong1 阅读(268) 评论(0) 推荐(0) 编辑
摘要:https://www.thechalkface.net/resources/Investigating_Matrix_Transformations.pdf 阅读全文
posted @ 2021-11-21 15:13 dong1 阅读(19) 评论(0) 推荐(0) 编辑
摘要:Use the distform function for calculating the Euclidean distance transform of matrix M, considering pixels with value fg to be foreground pixels. For 阅读全文
posted @ 2021-11-14 14:08 dong1 阅读(55) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示