# cprogram **Repository Path**: lanquanxiang/cprogram ## Basic Information - **Project Name**: cprogram - **Description**: No description available - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-10 - **Last Updated**: 2023-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cprogram #### 介绍 C語言部分代碼 ### twoNumberSum > 寻找两个数的和等于目标值 判断+循环+数组 ### binom.cpp > 计算第n项平均二项式中位数 函数+递归 ### check.cpp > 判断用户输入的字符串是否是回文 函数+数组+指针