上一页 1 ··· 94 95 96 97 98 99 100 101 102 ··· 329 下一页
摘要: 学会了创建空数组,然后疯狂拼接的技巧 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(143) 评论(0) 推荐(0)
摘要: 以上就是我寻找的答案 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(115) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(55) 评论(0) 推荐(0)
摘要: numpy 数组反转 3*3*2变成2*3*3 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(60) 评论(0) 推荐(0)
摘要: 总结的非常好 https://www.jb51.net/article/161997.htm 这个也总结的非常好 https://blog.csdn.net/qq_39516859/article/details/80666070 我的理解: ... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(23) 评论(0) 推荐(0)
摘要: AI(Adobe Illustrator)中的选择工具和直接选择工具有什么区别? v 选中对象之后,可以对 对象进行操作 可进行缩放↑ a 直接选择工具 选择一个对象后,只能进行移动,无法进行缩放 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(795) 评论(0) 推荐(0)
摘要: c = [1,2,3,4] [c[n] for n in np.random.randint(3,size = 5)] 3代表的是index的最大值,也就是c list的最大长度; size = 5,意味着生成5个数据 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(132) 评论(0) 推荐(0)
摘要: 10^5 plot(data(3,:));ylim([-1000 1000]);xlim([3.3*10^5 3.4*10^5]); 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(27) 评论(0) 推荐(0)
摘要: char a = "a" char[3] a = "abc" char[65535] a = "abcd...rf" (共65535个) char[65535] a 等价于 text a text a = "abcd...rf"(共65535个) ... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(27) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(160) 评论(0) 推荐(0)
上一页 1 ··· 94 95 96 97 98 99 100 101 102 ··· 329 下一页