上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 74 下一页
摘要: \documentclass[a4paper,10pt]{article} \begin{document} This is an example of a paragraph with in-text citations using the IEEEtran BibTeX style. Here 阅读全文
posted @ 2022-04-07 11:21 祥瑞哈哈哈 阅读(368) 评论(0) 推荐(0)
摘要: https://ieeexplore.ieee.org/Xplore/home.jsp查会议论文 https://sci-hub.se/下载论文 查论文doi:https://search.crossref.org/?q=+The+Analysis+on+Support+Degree+of+Miss 阅读全文
posted @ 2022-04-05 15:59 祥瑞哈哈哈 阅读(18) 评论(0) 推荐(0)
摘要: https://wenku.baidu.com/view/5849cbd3b81aa8114431b90d6c85ec3a86c28b2d.html 阅读全文
posted @ 2022-03-22 11:20 祥瑞哈哈哈 阅读(14) 评论(0) 推荐(0)
摘要: http://blog.sina.com.cn/s/blog_618199e60101kvbl.html 阅读全文
posted @ 2022-03-17 11:31 祥瑞哈哈哈 阅读(33) 评论(0) 推荐(0)
摘要: 首先在定义的类中写上main函数。 package hu; public class hello { public static void main(String arg[]) { System.out.print("1234"); }} 阅读全文
posted @ 2022-03-16 18:50 祥瑞哈哈哈 阅读(71) 评论(0) 推荐(0)
摘要: 首先创建项目之后在sec项目名里建立包。 阅读全文
posted @ 2022-03-16 18:42 祥瑞哈哈哈 阅读(43) 评论(0) 推荐(0)
摘要: 首先找到系统变量的PATH选项,在PATH写入你的jdk的bin绝对路径,我的绝对路径为C:\Program Files\Java\jdk-11.0.13\bin。 阅读全文
posted @ 2022-03-16 18:27 祥瑞哈哈哈 阅读(60) 评论(0) 推荐(0)
摘要: print(a_idx) print(b_idx) print(list(zip(a_idx, b_idx))) print(list(enumerate(zip(a_idx, b_idx)))) 输出: [0 2 1][0 2 1][(0, 0), (2, 2), (1, 1)][(0, (0, 阅读全文
posted @ 2022-03-15 23:26 祥瑞哈哈哈 阅读(50) 评论(0) 推荐(0)
摘要: a=[] b=[] b.append(a) print(b) 输出: [[]] 阅读全文
posted @ 2022-03-14 20:48 祥瑞哈哈哈 阅读(146) 评论(0) 推荐(0)
摘要: all_keypoints_by_type .ravel() 是把数组摊平,拉成一维数组。 阅读全文
posted @ 2022-03-14 15:28 祥瑞哈哈哈 阅读(13) 评论(0) 推荐(0)
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 74 下一页