摘要: 中文社区已死! 阅读全文
posted @ 2021-12-31 00:39 dong1 阅读(48) 评论(0) 推荐(0) 编辑
摘要: ROShttps://www.ros.org/ ROS Installationhttp://wiki.ros.org/melodic/Installation ROS 百科http://wiki.ros.org/cn ROS入门http://wiki.ros.org/cn/ROS/StartGui 阅读全文
posted @ 2021-12-09 11:36 dong1 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(75) 评论(0) 推荐(0) 编辑
摘要: SciPy Cookbook https://scipy-cookbook.readthedocs.io/index.html 阅读全文
posted @ 2021-12-01 10:21 dong1 阅读(26) 评论(0) 推荐(0) 编辑
摘要: Abstract The indoor location-based control system estimates the indoor position of a user to provide the service he/she requires. The major elements i 阅读全文
posted @ 2021-11-29 08:29 dong1 阅读(61) 评论(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 阅读(29) 评论(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 阅读(175) 评论(0) 推荐(0) 编辑
摘要: https://www.thechalkface.net/resources/Investigating_Matrix_Transformations.pdf 阅读全文
posted @ 2021-11-21 15:13 dong1 阅读(17) 评论(0) 推荐(0) 编辑
摘要: Python Programming And Numerical Methods: A Guide For Engineers And Scientists https://pythonnumericalmethods.berkeley.edu/notebooks/Index.html SciPy 阅读全文
posted @ 2021-11-19 14:23 dong1 阅读(29) 评论(0) 推荐(0) 编辑