编程客栈
-
-
opencv检测动态物体的实现
之前我在超市看到当有物体经过时,监控的屏幕边缘会出现绿框。感觉蛮有意思的。来用opencv试试能不能实现类似的效果。[详细]
2021-07-26 12:11 分类:Python C++实现LeetCode(66.加一运算)
[LeetCode] 66. Plus 编程客栈One 加一运算 Given a non-empty array of decimal digits representing a non-negative integer, increment one to the integer.[详细]
2021-07-26 12:10 分类:编程语言C++实现LeetCode(64.最小路径和)
[LeetCode] 64. Minimum Path Sum 最小路径和 Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all n[详细]
2021-07-26 11:59 分类:编程语言Python基本数据类型之字符串str
字符串的表示方式 单引号 \' \' 双引号 \" \" 多引号 \"\"\" \"\"\"\" 、 \'\'\' \'\'\'[详细]
2021-07-26 11:59 分类:Python-
vscode编写latex的方法
假设你已经装了texlive 打开cmd输入 latex --version 应该能输出 打开vscode,安装这几个插件[详细]
2021-07-26 11:58 分类:编程语言 -