摘要:
np np.\_\_version\_\_ numpy.arange(start, stop, step, dtype),创建一维范围数组 np.ones((2, 2), dtype=bool),创建布尔数组 提取所有的奇数 所有的奇数赋值为 1 奇数赋值为 1,其他数 +1 np.concaten 阅读全文
摘要:
显示两张图片的代码: 显示结果: 显示四张图片的代码: 显示结果: 计算任意两点间的欧氏距离 [[0. 1.41421356 2.23606798] [1.41421356 0. 1. ] [2.23606798 1. 0. ]] 阅读全文
摘要:
Python实现快排 阅读全文
摘要:
Array 数组 bool 布尔 type 类型 基本运算 矩阵乘法 sum 求和 .T 转置 broadcasting 广播 阅读全文
摘要:
加减乘除 布尔 字符串 列表 切片 循环访问列表 cat dog monkey 1:cat 2:dog 3:monkey 字典 循环访问字典 A spider has 8 legs A cat has 4 legs A person has 2 legs A cat has 4 legs A per 阅读全文