Eastsheng's Wiki

Python奇淫巧计-2

Python Tutorials
[toc] 修改jupyter lab默认浏览器 设置Windows chrome浏览器软链至wsl2 ubuntu 1sudo ln -sf /mnt/d/softwares/Google/Chrome/Application/chrome.exe /usr/bin/chrome 输入 ...
Read more

GROMACS 基础

GROMACS pdb2gmx
[toc] pdb2gmx12gmx pdb2gmx [-f [<.gro/.g96/...>]] [-o [<.gro/.g96/...>]] [-p [<.top>]]gmx pdb2gmx -f xxx.pdb -o xxx.gro -p xxx.t ...
Read more

编译C++程序:Makefile文件

C&C++ C&C++初级
[toc] Makefile文件写法12345678910111213141516171819CXX = g++CXXFLAGS = -Wall -Wextra -std=c++11SRCS = LidDrivenFlow.cppOBJS = $(SRCS:.cpp=.o)TARGET = ...
Read more

C&C++笔记-03

C&C++ C&C++初级
[toc] 常用内置函数用法最大值、最小值、总和和平均值12345678910111213141516171819202122232425262728293031323334/*有固定数组,编写程序,输入起始下标i和终止下标j,求下标在[i,j)之间的元素的最大值、最小值、总和和平均值。平均 ...
Read more

论文笔记2023-春

Paper Notes
Paper Notes 20232023-1月@2月@3月English phrases (Journal of Molecular Liquids 363 (2022) 119873) These trends are exactly synchronous adj. 同步的;同时的 ...
Read more

水合物笼子

Hydrate Hydrate cages
水合物笼子环:4、5、6 半笼子以4-环为底的半笼子$4^15^4$、$4^15^36^1$、$4^15^16^3$、$4^15^26^2$(6和5环之间是否相邻,可分为两种笼子) 以5-环为底的半笼子$5^6$ 以6-环为底的半笼子$6^15^6$ 待更新
Read more

解决本地可以用但是Hexo不能用的gitee图床

Hexo gitee图床
例如,kaze主题 修改head.ejs文件,路径: 1./themes/kaze/layout/_partial/head.ejs 添加meta信息: 1<meta name="referrer" content="no-referrer" ...
Read more

WORD中MathType一些问题

Windows MathType
WORD中MathType不显示 https://jingyan.baidu.com/article/eb9f7b6d69d084869264e876.html WORD中MathType(1)插入序号是灰色的 激活MathType 打开MathType,点击帮助,解锁注册MathT ...
Read more

机器学习基础-1

机器学习
[toc] Machine Learning with Python机器学习前期基础监督/无监督学习算法 从输入/ 输出对中进行学习的机器学习算法叫作监督学习算法(supervised learning algorithm); 无监督学习算法(unsupervised l ...
Read more

CP2K安装与编译

CP2K CP2K安装与编译
[toc] CP2K下载与安装12345678910sudo apt updatesudo apt upgradesudo apt install libopenblas-devmkdir cp2kcd cp2kwget https://github.com/cp2k/cp2k/archiv ...
Read more
Prev Next