-
clash-for-linux-backup Public
Forked from zengpuzhang/clash-for-linux-backup基于Clash Core 制作的Clash For Linux备份仓库 A Clash For Linux Backup Warehouse Based on Clash Core
Shell GNU General Public License v3.0 UpdatedSep 20, 2024 -
-
-
-
ACMM Public
Forked from GhiXu/ACMMMulti-Scale Geometric Consistency Guided Multi-View Stereo
Cuda MIT License UpdatedMay 4, 2023 -
nerf-pytorch Public
Forked from yenchenlin/nerf-pytorchA PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.
Python MIT License UpdatedMay 4, 2023 -
SPIN Public
Forked from nkolot/SPINRepository for the paper "Learning to Reconstruct 3D Human Pose and Shape via Model-fitting in the Loop"
-
NerfingMVS Public
Forked from weiyithu/NerfingMVS[ICCV 2021 Oral] NerfingMVS: Guided Optimization of Neural Radiance Fields for Indoor Multi-view Stereo
Python MIT License UpdatedMay 9, 2022 -
ThreadPool Public
Forked from progschj/ThreadPoolA simple C++11 Thread Pool implementation
C++ zlib License UpdatedOct 5, 2021 -
Warehouse-Management-System Public
A warehouse management system, written as the database course design in HUST. Using Microsoft SqlServer as DBMS, and made the GUI on Qt.
-
-
FFXIVBOT Public
Forked from Bluefissure/OtterBotA QQ bot of FFXIV
Python GNU General Public License v3.0 UpdatedAug 6, 2020 -
colmap Public
Forked from colmap/colmapCOLMAP - Structure-from-Motion and Multi-View Stereo
C Other UpdatedNov 12, 2019 -
MIPS-CPU-24 Public
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.
Verilog UpdatedMar 7, 2019 -
-
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::th…
-
-
NaiveMIPS-HDL Public
Forked from z4yx/NaiveMIPS-HDLNaïve MIPS32 SoC implementation
Verilog UpdatedSep 28, 2018 -
minisat Public
Forked from niklasso/minisatA minimalistic and high-performance SAT solver
C++ Other UpdatedSep 14, 2018 -
HUST-OS-Course-Design Public
Forked from zxc479773533/HUST-OS-Course-DesignHUST Operating System Course Design 2018 Summer. -- File System and System Monitor. [Get 100/100]
C GNU General Public License v3.0 UpdatedSep 11, 2018 -
GSAT-Local-Search Public
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…
C++ UpdatedAug 31, 2018 -
-
-
build-your-own-2d-game-engine Public
Forked from Apress/build-your-own-2d-game-engineSource code for 'Build your own 2D Game Engine and Create Great Web Games' by Kelvin Sung, Jebediah Pavleas, Fernando Arnez, and Jason Pace
JavaScript Other UpdatedJul 11, 2018 -
Simple-Web-Server Public
Forked from eidheim/Simple-Web-ServerA 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 …
C++ MIT License UpdatedJun 12, 2018 -
TabuSearch Public
Following files in this repo uses tabu search algorithm to solve a graph-coloring problem.
-
hust-lab Public
Forked from sabertazimi/hust-labLabs for Computer Science - c, asm, data structure, csapp, hsi, matlab, digital logic, verilog, compilers, operating systems
C MIT License UpdatedMar 18, 2018 -
Qt_IM Public
Forked from ZhangShurong/Qt_IM华中科技大学计网实验
C++ GNU General Public License v3.0 UpdatedDec 27, 2017 -
kd-tree Public
Forked from gishi523/kd-treeAn implementation of k-d tree
C++ MIT License UpdatedNov 28, 2017 -
ChineseInputMethodBasedOnQt Public
开立医疗合作项目,基于Qt的中文输入法。支持用户词库与词频调整。程序和图形界面使用Qt编写,数据库为自己构建的sqlite3数据库。大一暑假所写,因为是人生第一个项目,当时毫无oop概念,所以部分实现比较丑陋。