• 全部
  • nginx
  • Chrono2
  • STL Concurrency
  • Algorithm5
  • STL6
  • Animation1
  • stc511
  • boost2
  • Concurrency2
  • STM321
  • Qt6
  • c++8
  • UE
  • 思路1
  • Embedded
  • Unix1
  • ue51
  • cmake5
  • cmake c++

    cmake opevCV

    获取opencv mingw 编译后文件,网上很多教程 cmakelist.txt配置 cmake_minimum_required(VERSION 3.10) project(Rasterizer) set(OpenCV_DIR E:\\platform\\opencv4.10.0build\\

  • c++

    windows下wsl2 gcc工具链+clion开发环境配置

    安装wsl: Microsoft wsl2 文档 wsl --install 默认安装Ubuntu:latest如果想选择安装版本,先查看可安装列表: wsl -l -v 然后指定安装: wsl --install -d <Distribution Name> 将 <Distr

  • STL c++

    [STL]Regular expressions library

    Main Classes basic_regex 正则表达式的模板类,使用正则表达式初始化,需搭配其他helper class使用 // Matches one or more digits const std::string text1="hello 114514hell999o"

  • c++ STL

    [STL]std::partical_sum

    from<numeric> https://en.cppreference.com/w/cpp/algorithm/partial_sum 计算前缀和很方便的函数 code: std::vector<long long > v(10, 2); // v = {2, 2, 2, 2, 2, 2

  • STL c++

    [STL]std::istream_iterator vs std::istreambuf_iterator

    IOstreams use streambufs to as their source / target of input / output. Effectively, the streambuf-family does all the work regarding IO and the IOstr

  • c++

    winsocket-server

    前置只是参考winsocket-cli 创建 WSADATA wsaData; int iResult; //initialize Winsock iResult= WSAStartup(MAKEWORD(2,2),&wsaData); if(iResult!

  • c++

    windows socket-client

    microsoft Documents 初始环境:cmake stl23 环境配置: add_library(WS2 SHARED IMPORTED) set_target_properties(WS2 PROPERTIES IMPORTED_IMPLIB "C:\\Windows\

  • c++

    前置class声明

    简述: 在A类要使用B类对象时,一般会在A.h中添加B.h的头文件,当一个项目中东西太多时,会减慢编译速度,我们还有另一种实现方法,就是在A类头文件中声明b类,再在A.cpp中包含B.h 实现: A.h中: class B; B *b; 在A.cpp: #include "B.h" 总结: 避免了相

  • 1
avatar

单调有界必有极限

  • 37

    文章

  • 18

    分类

  • 1085

    访问量

  • 2024-05-29

    建站天数

avatar

单调有界必有极限

  • 37

    文章

  • 18

    分类

  • 1085

    访问量

  • 首页
  • boost
  • Qt
  • c++
  • Concurrency
  • About
请您轻一点,我是很昂贵的机器人哦! O.O