leetcode2sumc cprog datastruc 我对“C编程和数据结构”课程的解决方案
leetcode 2和c #原始问题###1。 tempconvert.c编写一个将Celsius temperature转换为Fahrenheit Celsius temperature的程序。 ###2。 max_of_three.c编写一个程序,返回您输入的三个中的最大数字。 ###3。 str_To_int.c将数字字符串转换为整数。允许负数。 ###4。 wordcounter.c计算多行英文句子中的单词、字符(不包括、 comma 、 dot和space )和行(使用)。获得字符#时计数结束。 ###5。 apprx_sol.c使用牛顿法和二分法得到非线性方程的近似解。 ###6。 integer_convert.c使用递归将整数转换为字符串。 ###7。 matrix_sum.c使用pointer计算3*3矩阵中所有元素的总和。 ###8。 bubble_sort.c冒泡排序算法的实现。 ###9。 gpa_calc.c编写一个程序,按照GPA的降序存储10个学生的id、姓名和分数。 ###10。 reverse_int
下载地址
用户评论