# hash **Repository Path**: mingshao_sw/hash ## Basic Information - **Project Name**: hash - **Description**: c语言实现简单的hash,能存储任意类型结构体 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-03-10 - **Last Updated**: 2023-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hash #### 介绍 c语言实现简单的hash,能存储任意类型结构体 #### 使用说明 key结构体操作必须考虑对齐,不然hash比对不成功 #### main函数demo功能 主要用IP五元组作为key值,记录其对应的MAC地址 主要包含功能:添加hash表,查找hash表中元素,删除hash表中元素再查找