Pinned Repositories
-
hust c语言作业交流
A-Simple-Http-Server-with-Qt-GUI
OK this repo is a failure. There will be a lot of problems if you try to use std::thread to launch winsock in Qt(may beacause of Qt itself works on QThread, which may not be compatible with std::thread), and the GUI part of this repo just cant work due to this. Except for the GUI part, other code in this repo can totally work.
ACMM
Multi-Scale Geometric Consistency Guided Multi-View Stereo
Archer-Alpha
Archers
A 2D VideoGame
build-your-own-2d-game-engine
Source code for 'Build your own 2D Game Engine and Create Great Web Games' by Kelvin Sung, Jebediah Pavleas, Fernando Arnez, and Jason Pace
ChineseInputMethodBasedOnQt
开立医疗合作项目,基于Qt的中文输入法。支持用户词库与词频调整。程序和图形界面使用Qt编写,数据库为自己构建的sqlite3数据库。大一暑假所写,因为是人生第一个项目,当时毫无oop概念,所以部分实现比较丑陋。
colmap
COLMAP - Structure-from-Motion and Multi-View Stereo
TabuSearch
Following files in this repo uses tabu search algorithm to solve a graph-coloring problem.
Warehouse-Management-System
A warehouse management system, written as the database course design in HUST. Using Microsoft SqlServer as DBMS, and made the GUI on Qt.
XuPlusC's Repositories
XuPlusC/ChineseInputMethodBasedOnQt
开立医疗合作项目,基于Qt的中文输入法。支持用户词库与词频调整。程序和图形界面使用Qt编写,数据库为自己构建的sqlite3数据库。大一暑假所写,因为是人生第一个项目,当时毫无oop概念,所以部分实现比较丑陋。
XuPlusC/A-Simple-Http-Server-with-Qt-GUI
OK this repo is a failure. There will be a lot of problems if you try to use std::thread to launch winsock in Qt(may beacause of Qt itself works on QThread, which may not be compatible with std::thread), and the GUI part of this repo just cant work due to this. Except for the GUI part, other code in this repo can totally work.
XuPlusC/TabuSearch
Following files in this repo uses tabu search algorithm to solve a graph-coloring problem.
XuPlusC/Warehouse-Management-System
A warehouse management system, written as the database course design in HUST. Using Microsoft SqlServer as DBMS, and made the GUI on Qt.
XuPlusC/-
hust c语言作业交流
XuPlusC/ACMM
Multi-Scale Geometric Consistency Guided Multi-View Stereo
XuPlusC/Archer-Alpha
XuPlusC/Archers
A 2D VideoGame
XuPlusC/build-your-own-2d-game-engine
Source code for 'Build your own 2D Game Engine and Create Great Web Games' by Kelvin Sung, Jebediah Pavleas, Fernando Arnez, and Jason Pace
XuPlusC/colmap
COLMAP - Structure-from-Motion and Multi-View Stereo
XuPlusC/CS-Notes
:books: Computer Science Learning Notes
XuPlusC/MIPS-CPU-24
A 5-state pipeline MIPS CPU written by Verilog, able to run on Xilinx FPGA. Support much bigger instruction set than ordinary HUST CS project for computer organization course.
XuPlusC/FFXIVBOT
A QQ bot of FFXIV
XuPlusC/GSAT-Local-Search
A very fundamental SAT solver using GSAT and Local Search algorithm . This solver is of low efficiency due to no usage of advanced algorithms or optimization, it only uses bit operation to increase the speed.
XuPlusC/hos-mips
XuPlusC/HUST-Invictus
【分享】华中科技大学研究生课程资料
XuPlusC/hust-lab
Labs for Computer Science - c, asm, data structure, csapp, hsi, matlab, digital logic, verilog, compilers, operating systems
XuPlusC/HUST-OS-Course-Design
HUST Operating System Course Design 2018 Summer. -- File System and System Monitor. [Get 100/100]
XuPlusC/kd-tree
An implementation of k-d tree
XuPlusC/minisat
A minimalistic and high-performance SAT solver
XuPlusC/NaiveMIPS-HDL
Naïve MIPS32 SoC implementation
XuPlusC/nerf-pytorch
A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.
XuPlusC/NerfingMVS
[ICCV 2021 Oral] NerfingMVS: Guided Optimization of Neural Radiance Fields for Indoor Multi-view Stereo
XuPlusC/notify_sample
XuPlusC/Qt_IM
华中科技大学计网实验
XuPlusC/remeowte
XuPlusC/ServiceLogos
ロゴを可愛く作ろう 節度を持って利用してください🫠
XuPlusC/Simple-Web-Server
A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
XuPlusC/SPIN
Repository for the paper "Learning to Reconstruct 3D Human Pose and Shape via Model-fitting in the Loop"
XuPlusC/ThreadPool
A simple C++11 Thread Pool implementation