-
Molex
- Wuhan, Hubei, China
- https://blog.csdn.net/u25th_engineer
-
DSiS_KCXG Public
个人资料,合肥工业大学2020年-2021年第一学期(大四上学期),与物联网工程专业的课程有关资料,含课件、实验报告、课设报告等。
-
-
String-Pattern-Match-Qt6 Public
C++实现了4个经典的字符串模式匹配算法:BF、RK、KMP和BM,并用Qt6完成了GUI。(合肥工业大学《程序设计与算法训练》(即《数据结构》课程设计)的题目“字符串模式匹配算法比较”可以参考本项目。)Four classical string pattern matching algorithms: BF, RK, KMP and BM are implemented using C++…
C++ MIT License UpdatedJul 31, 2022 -
hex2bin_bin2hex Public
GUI for Conversion between .bin and .hex Files
Python MIT License UpdatedJul 31, 2022 -
英语单词注音、释义与例句SQL与TSV文件(共144790个单词)
-
-
HFUT_2020_OS_Design_WH Public
合肥工业大学2020年《操作系统》课程设计。题目:段页式虚拟存储管理系统:建立一个段页虚拟存储管理系统的模型。Course Design of Operating System of Hefei University of Technology in 2020. Topic: Segment Page Virtual Storage Management System: To establi…
-
DMAD Public
Forked from SJLeo/DMAD【个人修改版,使之可以训练自己的数据集】Learning Efficient GANs using Differentiable Masks and Co-Attention Distillation
-
GomokuGame Public
五子棋/四子棋,可以切换模式,Win32 SDK开发;可存档-Gobang/four chess that can switch mode. Win32 SDK development and the game can be archived
-
modified_SSD_pytorch Public
个人复现SSD算法所用,修改自https://github.com/amdegroot/ssd.pytorch
-
DSS_KCXG Public
个人资料,合肥工业大学2019年-2020年第一学期(大三上学期),与物联网工程专业的课程有关资料,含课件、实验报告、课设报告等
-
-
合肥工业大学2020-2021学年《数据挖掘》实验报告(Python实现)
-
HFUT_2020_MIPS_CPU Public
合肥工业大学2020年《系统硬件综合设计》(《计算机组成原理》课程设计,CPU)的代码与报告;使用Verilog实现全冒险处理机制的MIPS五段流水CPU,支持MIPS-C3的50条指令。
-
HFUT_2020_Compiler_Design_WH Public archive
合肥工业大学宣城校区2020年《编译原理》课程设计
-
合肥工业大学《计算机体系结构》实验报告、实验环境与实验数据。The experimental report, developing environment and data of Computer Architecture of Hefei University of Technology.
-
jnode Public
Forked from jnode/jnodeCode for the JNode operating system
-
english-words Public
Forked from dwyl/english-words📝 A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion / autosuggestion
Python The Unlicense UpdatedApr 10, 2020 -
-
book_assembly_8086 Public
Forked from gurugio/book_assembly_8086Learn 16bit x86 Assembly with emulator
GNU General Public License v3.0 UpdatedNov 19, 2019 -
Compile_Experiment_LR_1 Public
Hefei University of Technology Principle of Compiler experiment: LR (1) grammar analysis. The core code implemented by Scala and the GUI by Java. -- 合肥工业大学《编译原理》实验:LR(1)文法分析。核心代码是Scala;Java实现GUI。
Scala UpdatedNov 1, 2019 -
Compile_Experiment_LL_1 Public
合肥工业大学编译原理实验LL(1)文法分析,核心代码是Scala,消除了形式上的左递归,但存在bug,不能直接用,过实验指导书的样例没问题;Java实现GUI。
-
合肥工业大学数据结构实验——Data structure experiments of Hefei University of Technology
-
Apollo-11 Public
Forked from chrislgarry/Apollo-11Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
Assembly UpdatedJul 22, 2019 -
personal_homepage Public
参考了几位前辈的作品,稍作修改而成的个人主页-I refered to the works of several predecessors and made slightly modified into a personal homepage
HTML UpdatedJul 5, 2019 -
The Data Structure Course Design: The Practice of Binary Image Digital Watermarking Technology. 合肥工业大学数据结构课程设计(数据结构与算法):二值图像数字水印技术的实现
-
CompletedComputer-experiment-reports-of-program-design-foundation-course-in-Xuancheng-Campus-of-HFUT Public
合肥工业大学程序设计基础实验报告(已完成)-Computer experiment reports of program design foundation course of Hefei University of Technology (completed)
C++ UpdatedApr 13, 2019 -
BP神经网络的实现:合肥工业大学(合工大)“程序设计与算法训练”(数据结构)课程设计。The implementation of BP neural network: the course design of "program design and algorithm training"(Data Structure) in HFUT
-
-
Data-structure-course-design-The-Implementations-and-Applications-of-The-Bloom-Filter-in-HFUT Public
合肥工业大学数据结构课程设计:布隆过滤器的实现和应用——Data structure course design:The implementations and applications of the bloom filter