- 博客(7)
- 收藏
- 关注
原创 Excel教程——VLOOKUP函数
跨表查找:VLOOKUP(F4,表名!A2:B11,2,0)固定搭配:IF({1,0},B1:B11,A1:A11)精确匹配 FALSE(0、空格或不填(但是要有','占位))/近似匹配 TRUE(1或不填(无逗号占位))返回数据在查找区域的第几列数。正整数(首个序列号为1)数值、引用或文本字符串。
2024-05-30 18:50:51
456
原创 2021-10-19 资源收藏
综合导航- 阿虚同学http://axutongxue.com/- 好网站不私藏https://www.207788.xyz/爱达杂货铺https://adzhp.cn/- 书签地球https://www.bookmarkearth.com/不死鸟https://iao.su/- iMySharehttps://imyshare.com/专项导航- 书享家http://shuxiangjia.cn/- 搜图导航https://www.91sotu.com/- SCI_HUB
2021-10-19 16:10:13
4332
原创 Win10安装anaconda3
1、下载官网下载:https://www.anaconda.com/products/individual国内镜像源下载:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/这个会比在官网下载的滞后一个版本2、安装双击.exe文件,按提示操作3、配置环境变量加入下面四个路径(前面的路径换成自己的)...
2021-07-23 14:55:40
161
原创 Deep learning
Some useful website:1. Numpy and Scipyhttps://docs.scipy.org/doc/ https://docs.scipy.org/doc/numpy-1.10.1/reference/generated/2.Implementing a Neural Network from Scratch in Python – An ...
2020-10-16 16:42:22
181
原创 python对文件进行操作
1.切分PDF文件提取任意页面from PyPDF2 import PdfFileReader, PdfFileWriterdef split_pdf(fileName, result, start=0, end=None): #打开原始pdf文件 pdf_src = PdfFileReader(fileName) if end is None: #获取页数 end = pdf_src.getNumPages() with open(
2020-10-16 16:29:22
721
1
原创 TensorFlow
A simple code exampleimportnumpyasnpimporttensorflowastf## Convert to version 1.0#importtensorflow.compat.v1astf#tf.disable_v2_behavior()coefficients=np.array([[1],[-16],[...
2020-04-21 11:27:16
197
原创 Git branch
1. git branch 查看本地分支* master2. git branch -r 查看远程分支origin/HEAD -> origin/masterorigin/back_testorigin/masterorigin/revert-fb0bc9c8origin/test23. git branch -a 查看所有分支* masterremotes...
2019-12-20 14:25:33
502
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人