发布于 2024-04-27
PyTorch Tensor的基本操作
import torch import numpy as np torch.__version__ ‘2.2.1+cu121’ C
发布于 2024-03-24
碳纤维相关术语 Carbon Fiber Terminology
转载自: Carbon Fiber Terminology – Toray Composite Materials America ̷
发布于 2024-03-19
[C++] The difference between Structure and Class
Code with explanation // Structure and class difference #include …
发布于 2024-03-19
[C++] Function and Class template
1. Function template 1.1 Example 1 template <class retType, cl …
发布于 2024-03-18
[C++] Example scripts on variables, constants, operators and conditions
Example scripts on: variables (line 7), constants (line 26), oper …