Project C - book borrowing system
Title: book borrowing system Function: the system requires the following functions: 1. Administrator mode: manage book information and customer information; 2. Customer mode: complete customer borrowing query requirements. 3. Addition, deletion, modification and query function: complete the addition, deletion, modification, query and display of ...
Posted by outsidaz on Wed, 09 Mar 2022 21:34:06 +0100
Visual Studio 2015 + PCL1.8.1 environment configuration
catalogue
1. Download resource package
2. Install PCL
3. Install openni2 two
4. Environment configuration
5. Configure pcl1 in vs2015 environment eight point one
1.6 testing
1.7 description
1.8 References:
1. Download resource package
vs2015 is installed by default
vs2015 Community Edition download address: https://my.visualstudi ...
Posted by Bisa on Tue, 08 Mar 2022 04:07:17 +0100
[Unity] the UI interface displays text when the mouse hovers, and font Correct usage of getcharacterinfo
For this hint function, I did all kinds of searches for a few hours. Maybe my posture is wrong. I shouldn't use Bing. I should learn from giant to use Google gayhub and so on. In order to save everyone's time, I put the key content in front. The content behind the blog is no use for personal complaints anyway. Demonstration effect:
using Unit ...
Posted by thumrith on Fri, 04 Mar 2022 23:02:28 +0100
VS2015+PCL1.8.1 environment configuration
Catalogue
1.1 download resource package
1.2 installation of PCL|OpenNI2
1.3 configure pcl1 in vs2015 environment eight point one
Release configuration
Configuration under Debug
1.4 testing
CMake compilation
VS2015 compilation
Series error
Problem to be solved!
Rotten
1.5 description
1.6 References:
Attachment: PCL download w ...
Posted by homerjsimpson on Fri, 04 Mar 2022 17:46:04 +0100
C + + overloaded self increasing and self decreasing operators
C + + overloaded self increasing and self decreasing operators
Self increasing operator + + and self decreasing operator – both are unary operators, and their pre and post forms can be overloaded. With the basis of operator overloading introduced earlier, we will directly explain the methods of overloading self increasing and self de ...
Posted by elite_prodigy on Sun, 20 Feb 2022 16:59:57 +0100
Qt combined with Visual Studio compilation, packaging and publishing
1,qt
Find qt dynamic link library used in the project;
The steps are as follows
① Open the windeployqt tool used by the project (qt's own tool);
② Enter the directory where the folder is located; Using the cd command
③ Use the command: windeployqt name Exe (execute the command in the directory where the target folder is located)
...
Posted by bri0987 on Thu, 17 Feb 2022 16:41:32 +0100
Shallow analysis of cyberRT source code mainboard
The mainboard module is the program entry and startup module of cyberRT. We can start it in a way similar to roslaunch. The launch of cyberRT also encapsulates the mainboard module, or we can directly use mainboard - P < process_ Group > - D... & start a module. There are five files in the minaboard module, two classes (module_argumen ...
Posted by akshay on Mon, 14 Feb 2022 13:32:21 +0100
CMake quick start
preface:
CMake is a cross platform installation and compilation tool, which can describe the installation (compilation process) of all platforms with simple statements.CMake has become the standard configuration of most C + + open source projects
CMake official documents
Cross-platform development
What you will do if you want to add new ba ...
Posted by lpxxfaintxx on Fri, 11 Feb 2022 04:31:59 +0100
UI component devaexpress WinForm Getting Started Guide - DialogService service
DevExpress Services passes commands from the ViewModel to controls in the View, which allows you to modify the UI without detaching the application layer.
Get tool download - devaexpress v21 two
DialogService
Allows you to display a dialog box.
Interface
IDialogService
Managed control
XtraFormFlyoutDialogRibbonForm
Global registration
C ...
Posted by lando on Thu, 10 Feb 2022 04:29:41 +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