Doxygen document generation tool

Doxygen code document generation tool Doxygen According to Baidu Encyclopedia, Doxygen is an open source, cross platform document system that supports C, C + +, Java and Objective-C languages. It can generate online HTML reference manuals or offline Latex and RTF reference manuals Doxygen is a program file generation tool, which can conv ...

Posted by Mr_Mako on Wed, 16 Feb 2022 07:52:55 +0100

ROS development environment configuration of VScode combined with docker

Software installation VSCODE There are three installation methods, as follows: stay vscode official website Download the required version and install it directly.Search and install in the software center under ubuntu (the easiest installation, recommended): Install using apt: wget -q https://packages.microsoft.com/keys/microsoft.asc -O- ...

Posted by raymie on Fri, 11 Feb 2022 10:45:42 +0100

Configuring VS Code for Microsoft C + + in this tutorial, you will configure Visual Studio Code to use the Microsoft Visual C + + compiler and debugger on Windows

Configuring VS Code for Microsoft C + + In this tutorial, you will configure Visual Studio Code to use the Microsoft Visual C + + compiler and debugger on Windows. After configuring VS Code, you will compile and debug a simple Hello World program in VS Code. This tutorial does not teach you more about the Microsoft C + + toolset or the C + + ...

Posted by knox203 on Mon, 07 Feb 2022 01:48:59 +0100

Talk about vscode configuration settings JSON knows why (with a large number of configurations)

preface vscode configuration settings JSON is an old topic. As time goes by, we may change it very frequently, but we should try our best to avoid one problem: ⚠️ With a certain item, but I don't know its function ⚠️ In fact, it is a question of knowing why. Based on this topic, this paper will analyze my settings in detail JSON, hopi ...

Posted by mlpeters5403 on Sat, 05 Feb 2022 21:31:53 +0100

ESP32_ Driving TFT color screen_ Arduino

1, The library we use 1. Brief introduction to Library Library Download Link(github) TFT_eSPI TFT_eSPI supports various commonly used driver chips, such as ST7735, ST7789, ILI9341, etc., with good compatibility 2. About library installation The first way is to search for TFTs in Arduino's library manager_ ESPI, and then click Install ...

Posted by medaswho on Fri, 04 Feb 2022 07:08:54 +0100

[assembly series-1] basic program structure of assembly language and helloworld example (including the basic usage of "most simplified program" presentation process proc and macro)

When I first started to study the course of microcomputer principle, I had a feeling that I couldn't start with assembly language programming. After a semester of practice, I am familiar with the assembly language. I want to organize an article to help the assembly Xiaobai who has just started. 1, Programming environment Let's briefly mention ...

Posted by rlalande on Tue, 01 Feb 2022 17:12:07 +0100

Download and install Redis tutorial for CentOS 7

From the official English website https://redis.io/download Or Chinese official website http://redis.cn/ Download Redis installation packageAfter downloading, double-click to open VMware Workstation Pro, select the virtual machine CentOS 7 to use, click "open this virtual machine", and enter the root user and the corresponding passwor ...

Posted by jwilh on Sat, 22 Jan 2022 14:02:59 +0100

Compiling C/C with VSCode under Windows++

0. Preface VSCode (Visual Studio Code) is a lightweight and powerful editor. Users can install a variety of plug-ins to make it easier and more personalized. Although VSCode is an editor, it only needs simple configuration to enable VSCode to realize the function of compiler and program breakpoint debugging. 1. Download MinGW-w64 1.1 off ...

Posted by kat_jumper_33 on Sat, 22 Jan 2022 10:01:54 +0100

Packaging Electron program with Electron builder

preface After the development of Electron code, if you want to put it into production environment, you must go through a key step - packaging. Use it on MacOS today electron-builder Make a record of the process of packaging Electron application. Why pack My last article< Debugging Electron main process code with VSCode >This paper i ...

Posted by LikPan on Thu, 20 Jan 2022 12:56:16 +0100

Use VSCode as Notepad

Use VSCode as Notepad "Wednesday July 14 2021 10:35:06 GMT+0800 (China Standard Time)" conclusion Speak about vscode's five settings, three code templates, more than a dozen shortcuts, grammar highlighting plug-ins and formatting beautification plug-ins; This article not only talks about vscode, but also some experience. vscode is not only a ...

Posted by w1ww on Wed, 19 Jan 2022 17:54:45 +0100