# Coding-Program **Repository Path**: mossdream/Coding-Program ## Basic Information - **Project Name**: Coding-Program - **Description**: 这个仓库会收录一些我认为比较有趣的小程序~~ - **Primary Language**: C - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-15 - **Last Updated**: 2023-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Coding-Program 这个仓库会收录我个人编写的一些规模较大的代码项目✨ ## Program 1 ### 基本介绍👓 * 该项目的具体要求在**statement** PDF文件中,实质是**对Simhash算法比较网页相似度的模拟** * 由于不同测试数据对性能的要求,我将不断优化项目代码,因此衍生出不同的Version,每个版本的文件夹中会有**Overview** Markdown文件详细说明该版本的信息。 ### 信息索引🚩 **[Simhash算法的简单模拟](https://github.com/MossDream/Coding-Program/tree/main/Program1)** * **[Version 1 原版](https://github.com/MossDream/Coding-Program/tree/main/Program1/Version1)** * **[Version 2 优化](https://github.com/MossDream/Coding-Program/tree/main/Program1/Version2)** * **[Version 3 优化](https://github.com/MossDream/Coding-Program/tree/main/Program1/Version3)** * **[Version 4 优化](https://github.com/MossDream/Coding-Program/tree/main/Program1/Version4)**