

【专业·学习】
29 Articles
-
Windows 安装 Apex (CUDA)
| 常见报错
Apex 在 Win10安装情况下,会出现以下报错:
Error checking compiler version for cl.exe
RuntimeError: Error compiling objects for extension Error in atexit._run_exitfuncs: Traceback (most recent call last): File "e:\miniconda3\lib\site-packages\colorama\ansitowin32.py", line 59, in closed return stream.closed ValueError: underlying buffer has been detached Running setup.py install for apex ... error
-
【背包问题】01背包问题
| | 简介
有N件物品、1个容量为W的背包,第1件物品的重量是weight[i], 价值为value[i]。每个物品只能用一次,求解哪些物品装入背包里物品的价值总和最大?
-
【算法1】基础+贪心
| | Big-O
算法复杂度。用来度量算法。
数据结构
Vector & Array
查找很快,但增删很难。
List & Linked List
增删很简单,但查找不方便。
-
【Imperial】Intro of ML
| | K Nearest Neighbous and Decision Tree
In this part, we will talk about the KNN and Decision Tree. What’s more, we need some knowledge about Python and numpy, when we use those tools, I will show you how to use them.
-
【Django系列】开始你的第一个应用
| 本文来自于官方文档
Django系列将持续更新,并将用自己的实际项目系统来作为例子。Django版本:3.0。
-
【建站教程】Docker for caddy
| | caddy 使用 docker 来部署
-
【Linux I2C】设备驱动(ADS1110)
| -
【Linux驱动】Linux下I2C驱动架构全面分析
| | -
优课在线辅助工具
| | 好好学习,天天向上哦。
-
【体系结构】记分牌
| | 记分牌算法的每一步