上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 345 下一页
摘要: 一、strip函数原型 声明:s为字符串,rm为要删除的字符序列 s.strip(rm) 删除s字符串中开头、结尾处,位于rm删除序列的字符 s.lstrip(rm) 删除s字符串中开头处,位于 rm删除序列的字符 s.rs... 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 一、strip函数原型 声明:s为字符串,rm为要删除的字符序列 s.strip(rm) 删除s字符串中开头、结尾处,位于rm删除序列的字符 s.lstrip(rm) 删除s字符串中开头处,位于 rm删除序列的字符 s.rs... 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(35) 评论(0) 推荐(0) 编辑
摘要: http://www.lfd.uci.edu/~gohlke/pythonlibs/ 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(3) 评论(0) 推荐(0) 编辑
摘要: http://www.lfd.uci.edu/~gohlke/pythonlibs/ 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(3) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/rgvb178/p/6055213.html 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(5) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/rgvb178/p/6055213.html 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(3) 评论(0) 推荐(0) 编辑
摘要: Python中的random模块用于随机数生成,对几个random模块中的函数进行简单介绍。如下: random.random() 用于生成一个0到1的随机浮点数。如: import randomrandom.random() 输出: 0.37... 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(33) 评论(0) 推荐(0) 编辑
摘要: Python中的random模块用于随机数生成,对几个random模块中的函数进行简单介绍。如下: random.random() 用于生成一个0到1的随机浮点数。如: import randomrandom.random() 输出: 0.37... 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(64) 评论(0) 推荐(0) 编辑
摘要: np.random.rand (,) np.random.rand 表示随机数为0-1之间 np.random.rand(100) #1*100的矩阵 # 生成100个0-1之间的随机数 其每个元素为0-1的随机数 #np.random.ran... 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(162) 评论(0) 推荐(0) 编辑
摘要: np.random.rand (,) np.random.rand 表示随机数为0-1之间 np.random.rand(100) #1*100的矩阵 # 生成100个0-1之间的随机数 其每个元素为0-1的随机数 #np.random.ran... 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(31) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 345 下一页