上一页 1 2 3 4 5 6 7 ··· 74 下一页
摘要: 经纬度只能保留8位高度4位,所以精度保留太高也没有用。 阅读全文
posted @ 2023-11-17 09:42 祥瑞哈哈哈 阅读(49) 评论(0) 推荐(0)
摘要: import piexif from PIL import Image # Read Image fname = 'Wide.JPG' img = Image.open(fname) exif_dict = {"GPS":{}} exif_dict['GPS'][piexif.GPSIFD.GPSL 阅读全文
posted @ 2023-11-16 20:31 祥瑞哈哈哈 阅读(377) 评论(0) 推荐(0)
摘要: 缺点是图片必须带有经纬度信息否者就会报错,仅限于在含有gps信息的jpg上修改图片。 import piexif from PIL import Image # Read Image fname = 'Wide.JPG' img = Image.open(fname) exif_dict = pie 阅读全文
posted @ 2023-11-16 20:24 祥瑞哈哈哈 阅读(183) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-11-15 16:24 祥瑞哈哈哈 阅读(15) 评论(0) 推荐(0)
摘要: zip -r archive.zip 1024black/ 把文件弄成压缩包然后下载 阅读全文
posted @ 2023-11-14 13:32 祥瑞哈哈哈 阅读(19) 评论(0) 推荐(0)
摘要: 查看cpu个数 cat /proc/cpuinfo| grep "physical id"| sort| uniq| wc -l 查看cpu信息cat /proc/cpuinfo 因为从0开始编号所以有24个核心。 Intel(R) Xeon(R) Gold 6128 CPU @ 3.40GHz单看 阅读全文
posted @ 2023-11-13 09:47 祥瑞哈哈哈 阅读(13) 评论(0) 推荐(0)
摘要: // // Copyright © 2019 Intel Corporation//// SPDX-License-Identifier: MIT// #include <chrono>#include <cmath>#include <iostream>#include <sycl/sycl.hp 阅读全文
posted @ 2023-10-31 08:09 祥瑞哈哈哈 阅读(28) 评论(0) 推荐(0)
摘要: #include <math.h>#include <iostream>#include <string>#include <optional>#include "dpc_common.hpp"using namespace sycl;using namespace std;#define DEBU 阅读全文
posted @ 2023-10-30 11:18 祥瑞哈哈哈 阅读(16) 评论(0) 推荐(0)
摘要: sycl-ls 阅读全文
posted @ 2023-10-26 22:17 祥瑞哈哈哈 阅读(32) 评论(0) 推荐(0)
摘要: load('shimi/bujiangweiduan')load('shimi/bujiangweiduan1') load('shimi/bujiangweishimi')load('shimi/bujiangweishimi1')load('allpositive')xishu=positive 阅读全文
posted @ 2023-10-19 16:32 祥瑞哈哈哈 阅读(14) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 74 下一页