My computer is rather strange, as long as it is turned off, the graphics card driver will fail and must be reinstalled. I wrote a blog to record the reinstallation process. 1 , disable nouveau After installing the dependency package, you need to disable nouveau. Only after disabling nouveau can you successfully install the NVIDIA […]
Tag: graph
Install nvidia graphics card driver/CUDA/cuDNN on ubuntu20.04
Install nvidia graphics driver/CUDA/cuDNN on ubuntu20.04 1 Install the graphics card driver 1.1 Disable secure boot 1.2 Install closed source driver 1.3 Restart to view the driver 2 Install CUDA 2.1 download 2.2 Install CUDA 2.3 Configuration environment 2.4 View CUDA 3 Install cuDNN 3.1 download 3.2 Install cuDNN 3.3 View cuDNN 4 Install gpu […]
Question answering system based on medical knowledge graph
1. Project source Since I used Rasa to build a dialogue system before, I have always wanted to break away from the open source framework of Rasa and build a dialogue system that can achieve similar functions from the bottom. After all, no matter how slippery the framework is, it is better to do it […]
Computer Graphics | Interesting Testing and Merging – Fragment Operations
Computer Graphics | Interesting Testing and Merging – Fragment Operation Computer Graphics | Interesting Testing and Merging – Fragment Operations 10.1 Look at the fragment operation again Fragment operations several important buffers 10.2 Who covered me? The concept of blanking face culling depth test Depth buffer algorithm (Z-buffer algorithm) depth sorting method Culling in OpenGL […]
Surface layer check graph self-intersection method C#
Method 1: processing based on arcgis engine, because AE-based topology inspection rules only have line self-intersection inspection, so the processing logic here is to traverse the surface elements, and then channel the inner and outer rings of each surface element, and then independently construct line elements, using To check the topology, the code is as […]
[Computer Vision 1]–Graphics preprocessing (color space conversion)
Article directory image preprocessing color space conversion RGB to HSV conversion HSV to RGB conversion RGB to CMYK conversion Image preprocessing Computer vision image preprocessing refers to a series of processing and conversion of images before image processing, so as to better perform subsequent image processing and analysis. Its main purpose is to enable images […]
javafx adds a graphical interface to the java terminal program without a graphical interface
This approach may be a general method for adding a graphical interface to headless programs. First of all, two threads must be opened, one to run the ui, and the other to run the java program to be transformed. The static class variables of the main program are used to exchange data between the ui […]
c# chart control graph
c# chart control graph SeriesChartType.Line polyline SeriesChartType.Spline curve using System; using System.Collections.Generic; using System. ComponentModel; using System.Data; using System. Drawing; using System. Linq; using System. Text; using System. Threading. Tasks; using System. Windows. Forms; using System.Windows.Forms.DataVisualization.Charting; namespace WindowsApp {<!– –> public partial class FormMain : Form {<!– –> public FormMain() {<!– –> InitializeComponent(); } /// […]
Snake game in C language based on Ncurse graphics library under Linux environment
ncurse ncurse can provide powerful key response. If you use scanf or getchar to obtain key input, you have to press Enter every time the input is completed. The speed will be very slow, so you must use ncurse. At the same time, it should be noted that ncurse is being abandoned. Even the C++ […]
neo4j graph database
Table of Contents 1. Introduction to neo4j 1.1 What is a graph database 1.2 What is neo4j 1.3 Features of neo4j 1.4 Advantages of neo4j 1.5 The construction elements of neo4j 2. Installation and deployment 2.1 Environmental Description 2.2 Download the installation package 2.3 Unzip the installation package 2.4 Configure and install jdk environment 2.5 […]