上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: import os # 训练测试文件夹 def train_test_file(root,dir): file_txt = open(dir+'.txt','w') path = os.path.join(root,dir) for roots,directories,files in os.wal 阅读全文
posted @ 2023-10-14 10:57 Crown-V 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-10-13 10:15 Crown-V 阅读(13) 评论(0) 推荐(0) 编辑
摘要: http://i7q.cn/6gsPPs 阅读全文
posted @ 2023-10-06 19:54 Crown-V 阅读(4) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-10-05 17:10 Crown-V 阅读(1) 评论(0) 推荐(0) 编辑
摘要: class Solution: def insertion_sort(self,lst): for i in range(1, len(lst)): for j in range(i, 0, -1): if lst[j] < lst[j - 1]: lst[j], lst[j - 1] = lst[ 阅读全文
posted @ 2023-10-01 21:39 Crown-V 阅读(7) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-09-30 21:12 Crown-V 阅读(0) 评论(0) 推荐(0) 编辑
摘要: http://blog.luckly-mjw.cn/tool-show/m3u8-downloader/index.html 阅读全文
posted @ 2023-04-02 15:07 Crown-V 阅读(23) 评论(0) 推荐(0) 编辑
摘要: https://download.pytorch.org/whl/cu80/torch_stable.html 阅读全文
posted @ 2023-04-01 09:46 Crown-V 阅读(7) 评论(0) 推荐(0) 编辑
摘要: wget https://dl.todesk.com/linux/todesk_4.1.0_amd64.deb sudo apt-get install ./todesk_4.1.0_amd64.deb todesk 阅读全文
posted @ 2023-03-26 11:16 Crown-V 阅读(348) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-03-20 09:42 Crown-V 阅读(0) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页