{"id":15049141,"url":"https://github.com/ascendho/c-programing-language","last_synced_at":"2025-07-02T13:07:56.219Z","repository":{"id":214333671,"uuid":"736264214","full_name":"ascendho/C-Programing-Language","owner":"ascendho","description":"📗浙江大学《C语言程序设计》第四版——何钦铭 颜晖（教材源码、PTA练习题、实验、调试程序、教师用书、课件资源等），且有官方配套MOOC微视频讲解，加速学习🚀🚀","archived":false,"fork":false,"pushed_at":"2025-02-25T12:41:35.000Z","size":39084,"stargazers_count":38,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T01:50:15.073Z","etag":null,"topics":["c-programming-language"],"latest_commit_sha":null,"homepage":"https://book.douban.com/subject/35363064/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ascendho.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-27T12:32:08.000Z","updated_at":"2025-03-17T12:55:25.000Z","dependencies_parsed_at":"2025-04-10T01:51:58.560Z","dependency_job_id":null,"html_url":"https://github.com/ascendho/C-Programing-Language","commit_stats":null,"previous_names":["ascendho/c-programing-language"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ascendho/C-Programing-Language","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ascendho%2FC-Programing-Language","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ascendho%2FC-Programing-Language/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ascendho%2FC-Programing-Language/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ascendho%2FC-Programing-Language/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ascendho","download_url":"https://codeload.github.com/ascendho/C-Programing-Language/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ascendho%2FC-Programing-Language/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263145904,"owners_count":23420681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-programming-language"],"created_at":"2024-09-24T21:18:26.252Z","updated_at":"2025-07-02T13:07:56.187Z","avatar_url":"https://github.com/ascendho.png","language":"C","readme":"## 参考教材\n\n|            教材             |                            图片                             |    作者     |\n| :-------------------------: | :---------------------------------------------------------: | :---------: |\n|   C语言程序设计（第4版）    | ![image-20231227203813529](img/image-20231227203813529.png) | 何钦铭 颜晖 |\n| C语言程序设计实验与习题指导 | ![image-20231227210437299](img/image-20231227210437299.png) |  颜晖 张泳  |\n\n------\n\n\n\n## 文件说明\n\n- \u003ca href=\"Debug\"\u003eDebug\u003c/a\u003e：存放实验教材上所需的调试程序\n\n- \u003ca href=\"Lab\"\u003eLab\u003c/a\u003e：存放实验教材《C语言程序设计实验与习题指导》课程实验，已在PTA平台上测试通过\n\n\n- \u003ca href=\"Primary\"\u003ePrimary\u003c/a\u003e：存放主教材《C语言程序设计（第4版）》课后习题，已在PTA平台上测试通过\n\n\n- \u003ca href=\"Source\"\u003eSource\u003c/a\u003e：存放《C语言程序设计》（第4版）教材源码\n\n\n- \u003ca href=\"Supplement\"\u003eSupplement\u003c/a\u003e：存放PPT、**教师用书**和其他杂项(如教学方案和PTA题目集等)\n\n\n------\n\n\n\n## 关键程序\n\n- 第三章：\u003ca href=\"Source/ch03/3_07.c\"\u003e统计字符-1\u003c/a\u003e、\u003ca href=\"Source/ch03/3_10.c\"\u003e统计字符-2\u003c/a\u003e\n\n- 第四章：\u003ca href=\"Source/ch04/4_01.c\"\u003e估算PI值\u003c/a\u003e、\u003ca href=\"Source/ch04/4_03.c\"\u003e统计整数位数\u003c/a\u003e、\u003ca href=\"Source/ch04/4_04.c\"\u003e逆序输出整数\u003c/a\u003e、\u003ca href=\"Source/ch04/4_05_3.c\"\u003e素数判断\u003c/a\u003e、\u003ca href=\"Source/ch04/4_09.c\"\u003e斐波那契数列\u003c/a\u003e、\u003ca href=\"Source/ch04/4_11_2.c\"\u003e搬砖问题\u003c/a\u003e、\u003ca href=\"Source/ch04/4_12.c\"\u003e找零问题\u003c/a\u003e\n\n- 第五章：\u003ca href=\"Source/ch05/5_02.c\"\u003e五边形面积\u003c/a\u003e、\u003ca href=\"Source/ch05/5_03.c\"\u003e判断完全平方数\u003c/a\u003e、\u003ca href=\"Source/ch05/5_04.c\"\u003e最小公倍数\u003c/a\u003e、\u003ca href=\"Source/ch05/5_06.c\"\u003e数字金字塔\u003c/a\u003e、\u003ca href=\"Source/ch05/5_07.c\"\u003e复数运算\u003c/a\u003e、\u003ca href=\"Source/ch05/5_09.c\"\u003e静态变量\u003c/a\u003e\n\n- 第六章：\u003ca href=\"Source/ch06/6_01.c\"\u003e大小写字母转换\u003c/a\u003e、\u003ca href=\"Source/ch06/6_05.c\"\u003e统计单词个数\u003c/a\u003e\n\n- 第七章：\u003ca href=\"Source/ch07/7_02.c\"\u003e数组计算斐波那契数列\u003c/a\u003e、\u003ca href=\"Source/ch07/7_05.c\"\u003e选择排序\u003c/a\u003e、\u003ca href=\"Source/ch07/7_07_2.c\"\u003e二分查找\u003c/a\u003e、\u003ca href=\"Source/ch07/7_09.c\"\u003e求矩阵最值\u003c/a\u003e、\u003ca href=\"Source/ch07/7_09.c\"\u003e转置矩阵\u003c/a\u003e、\u003ca href=\"Source/ch07/7_10.c\"\u003e计算日期\u003c/a\u003e、\u003ca href=\"Source/ch07/7_11.c\"\u003e判断回文\u003c/a\u003e、\u003ca href=\"Source/ch07/7_12.c\"\u003e凯撒密码\u003c/a\u003e、\u003ca href=\"Source/ch07/7_13.c\"\u003e字符过滤\u003c/a\u003e、\u003ca href=\"Source/ch07/7_14.c\"\u003e16进制-\u003e10进制\u003c/a\u003e\n\n- 第八章：\u003ca href=\"Source/ch08/8_04.c\"\u003e日期计算\u003c/a\u003e、\u003ca href=\"Source/ch08/8_05.c\"\u003e冒泡排序\u003c/a\u003e、\u003ca href=\"Source/ch08/8_08.c\"\u003e字符串压缩\u003c/a\u003e、\u003ca href=\"Source/ch08/8_10.c\"\u003e动态内存分配\u003c/a\u003e\n\n- 第九章：\u003ca href=\"Source/ch09/9_02.c\"\u003e学生成绩排序\u003c/a\u003e\n\n- 第十章：\u003ca href=\"Source/ch10/10_01.c\"\u003e有序表的增删查操作\u003c/a\u003e、\u003ca href=\"Source/ch10/10_03.c\"\u003e递归法求最大公约数\u003c/a\u003e、\u003ca href=\"Source/ch10/10_04_3.c\"\u003e递归实现整数逆序输出\u003c/a\u003e、\u003ca href=\"Source/ch10/10_05.c\"\u003e汉诺塔\u003c/a\u003e、\u003ca href=\"Source/ch10/10_06.c\"\u003e金块问题\u003c/a\u003e\n\n- 第十一章：\u003ca href=\"Source/ch11/11_04.c\"\u003e字符串排序\u003c/a\u003e、\u003ca href=\"Source/ch11/11_05.c\"\u003e藏头诗\u003c/a\u003e、\u003ca href=\"Source/ch11/11_06.c\"\u003e随机发牌\u003c/a\u003e、\u003ca href=\"Source/ch11/11_08.c\"\u003e字符定位\u003c/a\u003e、\u003ca href=\"Source/ch11/11_09.c\"\u003e计算数值积分\u003c/a\u003e、\u003ca href=\"Source/ch11/11_10.c\"\u003e链表\u003c/a\u003e\n\n- 第十二章：\u003ca href=\"Source/ch12/12_02.c\"\u003e用户信息加密\u003c/a\u003e、\u003ca href=\"Source/ch12/12_04.c\"\u003e用户合法性校验\u003c/a\u003e\n\n------\n\n\n\n## 其他资源\n\n- \u003ca href=\"https://www.icourse163.org/course/ZJU-199001\"\u003e程序设计入门\u003c/a\u003e、\u003ca href=\"https://www.icourse163.org/course/ZJU-200001\"\u003eC语言程序设计进阶\u003c/a\u003e(中国大学慕课MOOC)\n\n- \u003ca href=\"https://pintia.cn/home\"\u003ePTA\u003c/a\u003e(配套编程练习平台)\n\n------\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fascendho%2Fc-programing-language","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fascendho%2Fc-programing-language","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fascendho%2Fc-programing-language/lists"}