编程语言C/C++static关键字存储位置:静态存储区对全局变量和局部变量的作用和区别(作用域对函数的作用在C++对类成员和类函数的作用extern C主要作用: 为了能够正确实现C++代码调用其他C语言代码。加上extern "C"后,会指示编译器这...
阅读全文...
CV计算机机视觉基础/面试题
深度学习基础知识卷积普通卷积优点:1. 参数量少,稀疏连接。 2. 直接将图像数据作为输入,不仅无需人工对图像进行预处理和额外的特征抽取等复杂操作输入图像: W H C,卷积核大小:K K,输出图像大小:W1 H1 * C1卷积核参数量计算: C...
阅读全文...
阅读全文...
【leetcode】Word Search II
地址https://leetcode.com/problems/word-search-ii/题目Given a 2D board and a list of words from the dictionary, find all words in th...
阅读全文...
阅读全文...
【leetcode】 Maximum Gap
地址https://leetcode.com/problems/maximum-gap/题目Given an unsorted array, find the maximum difference between the successive eleme...
阅读全文...
阅读全文...
【leetcode】Binary Tree Postorder Traversal
地址https://leetcode.com/problems/binary-tree-postorder-traversal/题目Given a binary tree, return the postorder traversal of its no...
阅读全文...
阅读全文...