09 2022 档案

摘要:.bashrc # ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for exampl 阅读全文
posted @ 2022-09-29 17:25 泥烟 阅读(144) 评论(0) 推荐(0)
摘要:第一章: 概率论的基本概念 古典概型 $P(A) = \frac{30!}{365^{30}}$ $P(B) = 1-\frac{C_{365}^{30}30!}{365^{30}}$ $P(C) = \frac{C_{30}^{3}3! {362}^{27}}{{365}^{30}}$ $P(1) 阅读全文
posted @ 2022-09-29 10:20 泥烟 阅读(465) 评论(0) 推荐(0)
摘要:安装 wsl, g++, eigen, cmake 略 配置opencv [root@DESKTOP-31LJ6LM ~/g101/h1/build] $ cmake .. -- OpenCV ARCH: -- OpenCV RUNTIME: -- OpenCV STATIC: OFF CMake 阅读全文
posted @ 2022-09-28 17:03 泥烟 阅读(443) 评论(0) 推荐(0)
摘要:环境准备 Anaconda Prompt (anaconda) 新建虚拟环境 conda create -n django(环境名) python=3.9 激活 conda activate django 安装 pip install Django 查看版本 python -m django --v 阅读全文
posted @ 2022-09-14 18:41 泥烟 阅读(23) 评论(0) 推荐(0)
摘要:原文:https://miketuritzin.com/post/how-to-learn-computer-graphics-techniques-and-programming/ 饮水思源:学习计算机图形技术和编程 计算机图形学作为一个领域是广泛、深入、复杂和令人生畏的。半个多世纪以来,在学术研 阅读全文
posted @ 2022-09-08 12:32 泥烟 阅读(148) 评论(0) 推荐(0)