自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 c++ 得到ms级精确度时间

//// Created by zhenyumei. Mar, 14th, 2019.//#ifndef TIME_NOW_HPP#define TIME_NOW_HPP#include <glog/logging.h>#include <stdio.h>#include <sys/timeb.h>#include <time.h&gt...

2019-04-15 15:07:52 874

原创 std::string常用操作

std::string 的一些常用操作

2019-04-10 11:48:47 827

原创 在CMakeLists中使用指定版本的opencv

CMakeList如下:find_package(OpenCV 4.0 REQUIRED PATHS "/path/2/opencv/install/path")include_directories(${OpenCV_INCLUDE_DIRS})add_executable(main main.cpp)target_link_libraries(main ${OpenCV_LIBRAR...

2019-04-08 19:13:45 2534 2

原创 concat integer with const char in C type

concat integer with const char in C type#include <string.h>//do somethingint num = 0;for (int i = 0; i < 100; i++){ num ++; char image_name[30]; strcpy(image_name, "result")...

2019-04-02 15:59:20 90

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除