# HUST-Homeworks **Repository Path**: zyk2lyw/HUST-Homeworks ## Basic Information - **Project Name**: HUST-Homeworks - **Description**: HUST Homeworks(Course design / Reports / Labs / etc. ) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-17 - **Last Updated**: 2021-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ABOUT 华中科技大学的一些报告/实验/课设(子文件夹下有些是报告,有些是实验,有些是课设,有些几个都有)。 每个子文件夹都是一个项目。项目的`.git/`文件夹都已被移除。也就是说没有历史版本。 标记(x)的项目是我认为过于无意义的项目。 基于CC BY-NC发布(若子文件夹下有LICENSE文件则按子文件夹下的LICENSE发布,否则CC BY-NC发布)。 | 子文件夹 | 描述 | |:------------------------------|:-----------------------------------------| | [CExperiment/][1] | C8次实验及报告 | | [NDDIMS/][2] | C课设,自然灾害信息管理系统(x) | | [Assembler-and-Simulator/][3] | C课设,汇编器和解释器 | | [HTMLAnalyser/][4] | 数据结构课设,HTML解析器 | | [ComputerSystem/][5] | 计算机系统基础实验 | | [DigitalCircuits/][6] | 数字电路实验 | | [SoftwareEngineering/][7] | 软件工程课设 | | [X86assembly/][8] | x86汇编实验 | | [LowRC/][9] | 计算机网络实验,丑陋的聊天工具 | | [NetProtocolAnalyse/][10] | 计算机网络实验,协议分析 | | [NetStructureDesign/][11] | 计算机网络实验,组网 | | [RaftSim/][17] | 计算机网络实验,Raft协议vote部分模拟 | | [NetReport/][16] | 计算机网络实验报告 | | [CppCheckPlusPlus/][12] | C++课设检查系统(x) | | [CppExperiment/][13] | C++实验及报告(x) | | [OperatingSystem/][14] | 操作系统实验及报告 | | [JOS/][20] | 操作系统课设及报告(MIT-JOS 2017 lab1~4) | | [ComputerOrganization/][18] | 计算机组成原理4次实验及报告 | | [Algorithms/][19] | 算法8次实验及报告 | | [CPU/][21] | 计算机组成原理: MPIS CPU实验及报告 | | [CacheLab/][22] | 计算机系统结构实验及报告(CSAPP CacheLab) | | [JavaExperiment/][23] | Java两次实验及报告(x) | | [Database/][24] | 数据库2次实验、课设及报告 | | [Embedded/][25] | 嵌入式5次实验及报告 | | [CompilerPrinciples/][26] | 编译原理课设及报告 | | [MachineLearning/][27] | 机器学习实验及报告 | | [DataMining/][28] | 数据挖掘实验及报告 | | [ParallelProgramming/][29] | 并行编程实验及报告 | 番外篇: | 子文件夹 | 描述 | |:------------------------------|:------------------------------------------| | [CRLSAnswer/][15] | 算法导论答案 (Credit: [Andrew Lohr][101]) | # NOTE 你可以使用[GitZip][102]来下载单个子文件夹。 # NOTE 2 本人已经毕业,本仓库将不会再更新。由于种种原因,本人的毕业设计将不会开源,如有需要请单独联系。 # LICENSE 知识共享许可协议
本作品采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可。 [1]:https://github.com/husixu1/HUST-Homeworks/tree/master/CExperiment [2]:https://github.com/husixu1/HUST-Homeworks/tree/master/NDDIMS [3]:https://github.com/husixu1/HUST-Homeworks/tree/master/Assembler-and-Simulator [4]:https://github.com/husixu1/HUST-Homeworks/tree/master/HTMLAnalyser [5]:https://github.com/husixu1/HUST-Homeworks/tree/master/ComputerSystem [6]:https://github.com/husixu1/HUST-Homeworks/tree/master/DigitalCircuits [7]:https://github.com/husixu1/HUST-Homeworks/tree/master/SoftwareEngineering [8]:https://github.com/husixu1/HUST-Homeworks/tree/master/X86assembly [9]:https://github.com/husixu1/HUST-Homeworks/tree/master/LowRC [10]:https://github.com/husixu1/HUST-Homeworks/tree/master/NetProtocolAnalyse [11]:https://github.com/husixu1/HUST-Homeworks/tree/master/NetStructureDesign [12]:https://github.com/husixu1/HUST-Homeworks/tree/master/CppCheckPlusPlus [13]:https://github.com/husixu1/HUST-Homeworks/tree/master/CppExperiment [14]:https://github.com/husixu1/HUST-Homeworks/tree/master/OperatingSystem [15]:https://github.com/husixu1/HUST-Homeworks/tree/master/CRLSAnswer [16]:https://github.com/husixu1/HUST-Homeworks/tree/master/NetReport [17]:https://github.com/husixu1/HUST-Homeworks/tree/master/RaftSim [18]:https://github.com/husixu1/HUST-Homeworks/tree/master/ComputerOrganization [19]:https://github.com/husixu1/HUST-Homeworks/tree/master/Algorithms [20]:https://github.com/husixu1/HUST-Homeworks/tree/master/JOS [21]:https://github.com/husixu1/HUST-Homeworks/tree/master/CPU [22]:https://github.com/husixu1/HUST-Homeworks/tree/master/CacheLab [23]:https://github.com/husixu1/HUST-Homeworks/tree/master/JavaExperiment [24]:https://github.com/husixu1/HUST-Homeworks/tree/master/Database [25]:https://github.com/husixu1/HUST-Homeworks/tree/master/Embedded [26]:https://github.com/husixu1/HUST-Homeworks/tree/master/CompilerPrinciples [27]:https://github.com/husixu1/HUST-Homeworks/tree/master/MachineLearning [28]:https://github.com/husixu1/HUST-Homeworks/tree/master/DataMining [29]:https://github.com/husixu1/HUST-Homeworks/tree/master/ParallelProgramming [101]:http://sites.math.rutgers.edu/~ajl213/ [102]:http://kinolien.github.io/gitzip/