Eastsheng's Wiki

C&C++笔记-01

C&C++ C&C++初级
[toc] 推荐书籍Visual Studio 2021运行C++,返回值被忽略:“scanf” 方法1:把scanf改成scanf_s,如果又报其他错误的话,使用方法2; 方法2:右键项目文件 —— 属性 —— 配置属性 ——C/C++——常规——SDL检查改为否即可 参考https:// ...
Read more

FLUENT 笔记-01

FLUENT
[toc] FLUENT 入门 学习Fluent 几何建模(Design Modeler、SolidWorks、) 前处理:绘制网格(Gamit、ICEM、ANSYS MESH) 仿真计算:仿真计算(Fluent) 后处理:处理结果(Fluent、Tecplot、CFDpost) ...
Read more

LAMMPS 小技巧

Lammps LAMMPS 小技巧
PyLAT用法 PyLAT 1python /home/chends/softwares/PyLAT/PyLAT.py -g -d --mol Saturate --mol Aromatic --mol Resin --mol Asphaltene --mol water --nummol ...
Read more

Python Anaconda

Python Anaconda
[toc] CondaLinux Anconda安装 Anaconda官网下载或使用wget下显 1234mkdir /Anaconda;cd /Anaconda;wget https://repo.continuum.io/archive/Anaconda3-5.3.1-Linux-x8 ...
Read more

C&C++初级

C&C++ C&C++初级
[toc] 推荐书籍C 《C程序设计语言(第二版.新版)》 《明解C语言》柴田望洋编著 《C程序设计》(第三版)谭浩强 C++ 《C++语言程序设计教程习题解答与实验指导》杨进才 《Accelerated C++中文版》Andrew Koenig ,中国电力出版社 《C++Primer ( ...
Read more

Git—Command

Git—Command
[toc] Git Command提交123456git add filepath #添加某个文件到暂存区git add . #添加所有文件到暂存区git checkout -- filename #撤销工作区改动git reset HEAD filename #清空暂存区git commi ...
Read more

Linux—Command

Linux学习 Linux—Command
[toc] 空间 查看空间大小:df -h; 查看该目录下文件大小:du -sh * 查看该目录大小:du -hs 目录名 查看内存使用情况:free -m 删除残余的配置文件: 12sudo apt-get remove <package-name> #删除软件包sudo a ...
Read more

Linux—error

Linux学习 Linux error
[toc] 1. CUDA driver version is insufficient for CUDA runtime version NVIDIA GPU的驱动程序版本查看命令:nvidia-smi CUDA runtime version(运行时版本)是在python中安装的cuda ...
Read more

Windows10—Linux—子系统

Linux学习 Windows10 Linux 子系统
[toc] Windows10子系统–Linux步骤 1 - 启用适用于 Linux 的 Windows 子系统 需要先启用“适用于 Linux 的 Windows 子系统”可选功能,然后才能在 Windows 上安装 Linux 分发。 以管理员身份打开 PowerShell(“开始”菜 ...
Read more

WIN10蓝屏,终止代码:VIDEO_MEMORY_MANAGEMENT_INTERNAL

Windows Windows 蓝屏 VIDEO_MEMORY_MANAGEMENT_INTERNAL
WIN10蓝屏 终止代码:VIDEO_MEMORY_MANAGEMENT_INTERNAL 只要在谷歌浏览器打开视频,WIN10就蓝屏; 所以应该是谷歌的问题。 解决办法: 谷歌设置>高级>系统>关闭使用硬件加速模式
Read more
Prev Next