摘要: Pytorch环境搭建(Anaconda+Pycharm,清华镜像源) 1. 安装anaconda 前往Anaconda官网下载个人版 2. 添加清华镜像源 由于pytorch的服务器在国外,直连下载的话很慢,所以选用清华镜像源下载 点击开始菜单,进入Anaconda Prompt命令行 2. 在命 阅读全文
posted @ 2020-06-08 23:10 下雨不刮风 阅读(9914) 评论(9) 推荐(1) 编辑
摘要: 题目 Given an array of integers, find out whether there are two distinct indices i and j in the array such that the absolute difference between and is a 阅读全文
posted @ 2020-03-30 23:41 下雨不刮风 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 题目 Given an array of integers, find if the array contains any duplicates. Your function should return true if any value appears at least twice in the 阅读全文
posted @ 2020-03-29 18:55 下雨不刮风 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 题目 Given an array of integers and an integer k , find out whether there are two distinct indices i and j in the array such that and the absolute diffe 阅读全文
posted @ 2020-03-29 18:25 下雨不刮风 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 题目 Given two numbers and in base 2 , return the result of adding them together. Each number is given in array format: as an array of 0s and 1s, from m 阅读全文
posted @ 2020-03-29 18:14 下雨不刮风 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 这关找了下网上的攻略全都不行,我自己试了几次发现要操纵任务实现勾引,并且让Patrick挨一刀才能过 默认代码 # 释放囚犯,击败守卫并夺取宝石。 # 从"Weak Door"后解救Patrick。 # 击败名为"Two"的守卫。 # 获得宝石。 线路图 附上代码 # Free the prison 阅读全文
posted @ 2020-03-27 22:59 下雨不刮风 阅读(618) 评论(0) 推荐(0) 编辑