12 2024 档案

摘要:https://www.youtube.com/watch?v=3iki8KWJaYk&ab_channel=PhyonTechnologyServices 阅读全文
posted @ 2024-12-31 19:10 ChrainY 阅读(2) 评论(0) 推荐(0) 编辑
摘要:Liao, Stan; Tjiang, Steve; Gupta, Rajesh, An Efficient Implementation of Reactivity for Modeling Hardware in the ScenicDesign Environment 阅读全文
posted @ 2024-12-31 08:28 ChrainY 阅读(2) 评论(0) 推荐(0) 编辑
摘要:https://webcods.com/how-to-install-free-ssl-certificate/ 阅读全文
posted @ 2024-12-27 12:42 ChrainY 阅读(6) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <vector> using namespace std; struct Node { int v, w; Node(int _v, int _w) : v(_v), w(_w) {} }; int main() { const int N 阅读全文
posted @ 2024-12-26 10:39 ChrainY 阅读(2) 评论(0) 推荐(0) 编辑
摘要:https://trellis3d.github.io/ 阅读全文
posted @ 2024-12-25 10:18 ChrainY 阅读(5) 评论(0) 推荐(0) 编辑
摘要:https://www.youtube.com/watch?v=a4NVQC_2S2U&ab_channel=NaseemShah https://github.com/naseemshah/OpenGLlabs https://www.youtube.com/watch?v=LCK1qdp_HhQ 阅读全文
posted @ 2024-12-24 13:25 ChrainY 阅读(4) 评论(0) 推荐(0) 编辑
摘要:When using CVXPY, the specific algorithm used for solving the optimization problem depends on the solver you choose. Each solver implements a specific 阅读全文
posted @ 2024-12-24 12:52 ChrainY 阅读(27) 评论(0) 推荐(0) 编辑
摘要:https://bionicape.com/use-vcpkg-for-third-party-libraries-in-unreal-engine/ https://aws.amazon.com/cn/blogs/gametech/how-to-integrate-the-aws-c-sdk-wi 阅读全文
posted @ 2024-12-20 14:25 ChrainY 阅读(11) 评论(0) 推荐(0) 编辑
摘要:2024-12-18 15:52 Failed installed RockyOS 8.10 on VMware: https://mirrors.ustc.edu.cn/rocky/8.10/isos/x86_64/Rocky-8-latest-x86_64-dvd.iso and install 阅读全文
posted @ 2024-12-18 15:53 ChrainY 阅读(18) 评论(0) 推荐(0) 编辑
摘要:[root@localhost yum.repos.d]# cat /etc/redhat-release CentOS Linux release 8.0.1905 (Core) 阅读全文
posted @ 2024-12-18 15:10 ChrainY 阅读(4) 评论(0) 推荐(0) 编辑
摘要:To exit a Python virtual environment (venv) on Ubuntu, simply type the following command in your terminal: deactivate 阅读全文
posted @ 2024-12-17 13:11 ChrainY 阅读(4) 评论(0) 推荐(0) 编辑
摘要:https://www.youtube.com/watch?v=UONLB7wBVSc&ab_channel=CppCon https://github.com/lynnboy/CppCoreGuidelines-zh-CN/blob/master/CppCoreGuidelines-zh-CN.m 阅读全文
posted @ 2024-12-13 10:49 ChrainY 阅读(3) 评论(0) 推荐(0) 编辑
摘要:based on https://sqlpey.com/python/solved-how-to-check-python-version/ from platform import python_version print("You are using Python version:", pyth 阅读全文
posted @ 2024-12-10 09:23 ChrainY 阅读(4) 评论(0) 推荐(0) 编辑
摘要:You want vars() mixed with pprint(): from pprint import pprint pprint(vars(your_object)) 阅读全文
posted @ 2024-12-09 08:43 ChrainY 阅读(3) 评论(0) 推荐(0) 编辑
摘要:https://root.cern/install/ 阅读全文
posted @ 2024-12-02 19:32 ChrainY 阅读(3) 评论(0) 推荐(0) 编辑
摘要:https://www.youtube.com/watch?v=ClTWPoDHY_s&ab_channel=Abstractprogrammer it's working 阅读全文
posted @ 2024-12-02 18:39 ChrainY 阅读(4) 评论(0) 推荐(0) 编辑
摘要:https://linuxstans.com/how-to-install-python-centos/ wget https://www.python.org/ftp/python/3.11.10/Python-3.11.10.tgz the rest is the same as the tut 阅读全文
posted @ 2024-12-02 13:42 ChrainY 阅读(10) 评论(0) 推荐(0) 编辑
摘要:https://www.youtube.com/watch?v=8vuvHAlgJZ0 it's working. 阅读全文
posted @ 2024-12-02 12:49 ChrainY 阅读(4) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示