摘要: 有两列内容,乱序不排,比较两列的内容是否相同(或者查询A列是否都在B列中) 使用函数,在C1格,输入如下Excel函数然后下拉,实现测试A中每个格子的内容是否在B中。如果C列中的格中是1,表示对应的A格的内容在B列。 if(iserror(match(A1,B:B,0)),1,0) (如何把相同的用 阅读全文
posted @ 2022-10-27 07:48 hzworld 阅读(722) 评论(0) 推荐(0)
摘要: R 图中标注公式 plot 函数的图 theta ← seq(-pi,pi,by=0.05) y ← sin(theta) plot(theta,y,type='l',col='red') eq ← expression(y == sin(theta)) text(x=-1, y=0.8, labe 阅读全文
posted @ 2022-03-13 15:21 hzworld 阅读(374) 评论(0) 推荐(0)
摘要: 机器学习——RNN RNN即Recurrent Neural Netwoks,翻译为循环神经网络、递归神经网络。 递归神经网络(Recursive Neural Network) 汇总1:https://www.cnblogs.com/mq0036/p/13229814.html Keras Tim 阅读全文
posted @ 2021-11-16 18:04 hzworld 阅读(200) 评论(0) 推荐(0)
摘要: LaTeX 辅助工具 编辑器 TeXStudio VS code JaxEdit:在线编辑器 Overleaf:在线编辑器 Madoko:LaTeX+Markdown。 公式 (https://www.latexlive.com):在线公式编辑器 TeXPage:类似Overleaf。须登录。 (h 阅读全文
posted @ 2021-11-09 17:20 hzworld 阅读(313) 评论(0) 推荐(0)
摘要: 很久以前使用过的浏览器,现在许多都没有印象了,留个存根。 Chrome 类 原生Chrome 奔跑中的奶酪的增强便携版Chrome 蓝奏合集:https://www.lanzoui.com/b0ufru1i Microsoft Edge 奔跑中的奶酪的增强便携版Edge 蓝奏合集:https://w 阅读全文
posted @ 2021-07-28 20:57 hzworld 阅读(2606) 评论(0) 推荐(0)
摘要: R的引用(在R中输入citation()) R Core Team (2020). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Aus 阅读全文
posted @ 2021-05-28 12:37 hzworld 阅读(2219) 评论(0) 推荐(0)
摘要: Miniconda介绍 Miniconda is a free minimal installer for conda. It is a small, bootstrap version of Anaconda that includes only conda, Python, the packag 阅读全文
posted @ 2021-04-12 21:03 hzworld 阅读(4528) 评论(1) 推荐(1)
摘要: 系统: Windows 10 LTSC 2019 (1809) Windows XP,共享打印机 安装Windows 10,并将工作组设置为与XP的相同,都是MSHOME。Windows 10 开启了网络发现和共享。Xp能看到Windows 10所在的计算机,而Windows 10 中看不到Wind 阅读全文
posted @ 2021-03-29 16:02 hzworld 阅读(1814) 评论(0) 推荐(0)
摘要: 常见的分布一般都只有一个峰(peak),称为单峰(unimode)分布。如果数据是单峰分布的,也意味着数据的众数(mode)只有一个,因为众数是数据的最大值。当数据表现为单峰分布,一般分布具有对称或偏倚的特征。 对称分布(symmetric distribution) 表现在直方图上,对称分布的左右 阅读全文
posted @ 2021-01-05 21:26 hzworld 阅读(5869) 评论(0) 推荐(0)
摘要: 一直用Windows7,直到办公室的电脑都升级成了Windows10。经常两头修改文件、使用相同的配置、相同的软件,甚至安装目录都是相同的位置,所以将家里的笔记本也升级为Windows 10 LTSC 2019 (1809)。晚上简单使用,发现比Windows7好用,首先驱动都是新的,我的T540P 阅读全文
posted @ 2020-12-28 13:31 hzworld 阅读(645) 评论(0) 推荐(0)