摘要:
该资源系转载,源于github,原文链接https://github.com/benhoyt/inih 我自己用到的主要有四个文件, 1.ini.h /* inih -- simple .INI file parser SPDX-License-Identifier: BSD-3-Clause Co 阅读全文
摘要:
原博客迁移到:https://blog.csdn.net/u013171226/article/details/107680302 阅读全文
摘要:
原博客迁移到:https://blog.csdn.net/u013171226/article/details/107680301 windows中,用C++遍历文件夹下的所有文件,得到包含绝对路径的文件列表。 #include <io.h> #include <Windows.h> #includ 阅读全文
摘要:
原博客搬移到:https://blog.csdn.net/u013171226/article/details/108791511 阅读全文
摘要:
原博客搬移到:https://blog.csdn.net/u013171226/article/details/107680268 阅读全文
摘要:
原博客搬移到:https://blog.csdn.net/u013171226/article/details/107680298 一。cmake配置 1.安装cmake 首先下载CMake,官网下载地址:https://cmake.org/download/ 2.下载opemcv,opencvco 阅读全文
摘要:
原博客搬移到:https://blog.csdn.net/u013171226/article/details/107680297 /************************************************************ * Description: * 获取dir 阅读全文
摘要:
文章搬移到 https://blog.csdn.net/u013171226/article/details/107680296 阅读全文
摘要:
课时一:深度学习框架简介 Google:tenflow facebook:caffe potorch 课时二:pytorch功能演示 课时三:开发环境准备 安装完毕 课时四:简单回归问题 课时五:简单回归问题2 课时6:回归问题实战 未开始 阅读全文
摘要:
cmake_minimum_required(VERSION 3.5) project(antispoofing2D) set(CMAKE_CXX_STANDARD 11) INCLUDE_DIRECTORIES( ./ /data/caffe_beijing/caffe/include /data 阅读全文