├── CNAME
├── License
└── README.md
/CNAME:
--------------------------------------------------------------------------------
1 | workhard.eu.org
--------------------------------------------------------------------------------
/License:
--------------------------------------------------------------------------------
1 | Apache License
2 | Version 2.0, January 2004
3 | http://www.apache.org/licenses/
4 |
5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6 |
7 | 1. Definitions.
8 |
9 | "License" shall mean the terms and conditions for use, reproduction,
10 | and distribution as defined by Sections 1 through 9 of this document.
11 |
12 | "Licensor" shall mean the copyright owner or entity authorized by
13 | the copyright owner that is granting the License.
14 |
15 | "Legal Entity" shall mean the union of the acting entity and all
16 | other entities that control, are controlled by, or are under common
17 | control with that entity. For the purposes of this definition,
18 | "control" means (i) the power, direct or indirect, to cause the
19 | direction or management of such entity, whether by contract or
20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the
21 | outstanding shares, or (iii) beneficial ownership of such entity.
22 |
23 | "You" (or "Your") shall mean an individual or Legal Entity
24 | exercising permissions granted by this License.
25 |
26 | "Source" form shall mean the preferred form for making modifications,
27 | including but not limited to software source code, documentation
28 | source, and configuration files.
29 |
30 | "Object" form shall mean any form resulting from mechanical
31 | transformation or translation of a Source form, including but
32 | not limited to compiled object code, generated documentation,
33 | and conversions to other media types.
34 |
35 | "Work" shall mean the work of authorship, whether in Source or
36 | Object form, made available under the License, as indicated by a
37 | copyright notice that is included in or attached to the work
38 | (an example is provided in the Appendix below).
39 |
40 | "Derivative Works" shall mean any work, whether in Source or Object
41 | form, that is based on (or derived from) the Work and for which the
42 | editorial revisions, annotations, elaborations, or other modifications
43 | represent, as a whole, an original work of authorship. For the purposes
44 | of this License, Derivative Works shall not include works that remain
45 | separable from, or merely link (or bind by name) to the interfaces of,
46 | the Work and Derivative Works thereof.
47 |
48 | "Contribution" shall mean any work of authorship, including
49 | the original version of the Work and any modifications or additions
50 | to that Work or Derivative Works thereof, that is intentionally
51 | submitted to Licensor for inclusion in the Work by the copyright owner
52 | or by an individual or Legal Entity authorized to submit on behalf of
53 | the copyright owner. For the purposes of this definition, "submitted"
54 | means any form of electronic, verbal, or written communication sent
55 | to the Licensor or its representatives, including but not limited to
56 | communication on electronic mailing lists, source code control systems,
57 | and issue tracking systems that are managed by, or on behalf of, the
58 | Licensor for the purpose of discussing and improving the Work, but
59 | excluding communication that is conspicuously marked or otherwise
60 | designated in writing by the copyright owner as "Not a Contribution."
61 |
62 | "Contributor" shall mean Licensor and any individual or Legal Entity
63 | on behalf of whom a Contribution has been received by Licensor and
64 | subsequently incorporated within the Work.
65 |
66 | 2. Grant of Copyright License. Subject to the terms and conditions of
67 | this License, each Contributor hereby grants to You a perpetual,
68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69 | copyright license to reproduce, prepare Derivative Works of,
70 | publicly display, publicly perform, sublicense, and distribute the
71 | Work and such Derivative Works in Source or Object form.
72 |
73 | 3. Grant of Patent License. Subject to the terms and conditions of
74 | this License, each Contributor hereby grants to You a perpetual,
75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76 | (except as stated in this section) patent license to make, have made,
77 | use, offer to sell, sell, import, and otherwise transfer the Work,
78 | where such license applies only to those patent claims licensable
79 | by such Contributor that are necessarily infringed by their
80 | Contribution(s) alone or by combination of their Contribution(s)
81 | with the Work to which such Contribution(s) was submitted. If You
82 | institute patent litigation against any entity (including a
83 | cross-claim or counterclaim in a lawsuit) alleging that the Work
84 | or a Contribution incorporated within the Work constitutes direct
85 | or contributory patent infringement, then any patent licenses
86 | granted to You under this License for that Work shall terminate
87 | as of the date such litigation is filed.
88 |
89 | 4. Redistribution. You may reproduce and distribute copies of the
90 | Work or Derivative Works thereof in any medium, with or without
91 | modifications, and in Source or Object form, provided that You
92 | meet the following conditions:
93 |
94 | (a) You must give any other recipients of the Work or
95 | Derivative Works a copy of this License; and
96 |
97 | (b) You must cause any modified files to carry prominent notices
98 | stating that You changed the files; and
99 |
100 | (c) You must retain, in the Source form of any Derivative Works
101 | that You distribute, all copyright, patent, trademark, and
102 | attribution notices from the Source form of the Work,
103 | excluding those notices that do not pertain to any part of
104 | the Derivative Works; and
105 |
106 | (d) If the Work includes a "NOTICE" text file as part of its
107 | distribution, then any Derivative Works that You distribute must
108 | include a readable copy of the attribution notices contained
109 | within such NOTICE file, excluding those notices that do not
110 | pertain to any part of the Derivative Works, in at least one
111 | of the following places: within a NOTICE text file distributed
112 | as part of the Derivative Works; within the Source form or
113 | documentation, if provided along with the Derivative Works; or,
114 | within a display generated by the Derivative Works, if and
115 | wherever such third-party notices normally appear. The contents
116 | of the NOTICE file are for informational purposes only and
117 | do not modify the License. You may add Your own attribution
118 | notices within Derivative Works that You distribute, alongside
119 | or as an addendum to the NOTICE text from the Work, provided
120 | that such additional attribution notices cannot be construed
121 | as modifying the License.
122 |
123 | You may add Your own copyright statement to Your modifications and
124 | may provide additional or different license terms and conditions
125 | for use, reproduction, or distribution of Your modifications, or
126 | for any such Derivative Works as a whole, provided Your use,
127 | reproduction, and distribution of the Work otherwise complies with
128 | the conditions stated in this License.
129 |
130 | 5. Submission of Contributions. Unless You explicitly state otherwise,
131 | any Contribution intentionally submitted for inclusion in the Work
132 | by You to the Licensor shall be under the terms and conditions of
133 | this License, without any additional terms or conditions.
134 | Notwithstanding the above, nothing herein shall supersede or modify
135 | the terms of any separate license agreement you may have executed
136 | with Licensor regarding such Contributions.
137 |
138 | 6. Trademarks. This License does not grant permission to use the trade
139 | names, trademarks, service marks, or product names of the Licensor,
140 | except as required for reasonable and customary use in describing the
141 | origin of the Work and reproducing the content of the NOTICE file.
142 |
143 | 7. Disclaimer of Warranty. Unless required by applicable law or
144 | agreed to in writing, Licensor provides the Work (and each
145 | Contributor provides its Contributions) on an "AS IS" BASIS,
146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147 | implied, including, without limitation, any warranties or conditions
148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149 | PARTICULAR PURPOSE. You are solely responsible for determining the
150 | appropriateness of using or redistributing the Work and assume any
151 | risks associated with Your exercise of permissions under this License.
152 |
153 | 8. Limitation of Liability. In no event and under no legal theory,
154 | whether in tort (including negligence), contract, or otherwise,
155 | unless required by applicable law (such as deliberate and grossly
156 | negligent acts) or agreed to in writing, shall any Contributor be
157 | liable to You for damages, including any direct, indirect, special,
158 | incidental, or consequential damages of any character arising as a
159 | result of this License or out of the use or inability to use the
160 | Work (including but not limited to damages for loss of goodwill,
161 | work stoppage, computer failure or malfunction, or any and all
162 | other commercial damages or losses), even if such Contributor
163 | has been advised of the possibility of such damages.
164 |
165 | 9. Accepting Warranty or Additional Liability. While redistributing
166 | the Work or Derivative Works thereof, You may choose to offer,
167 | and charge a fee for, acceptance of support, warranty, indemnity,
168 | or other liability obligations and/or rights consistent with this
169 | License. However, in accepting such obligations, You may act only
170 | on Your own behalf and on Your sole responsibility, not on behalf
171 | of any other Contributor, and only if You agree to indemnify,
172 | defend, and hold each Contributor harmless for any liability
173 | incurred by, or claims asserted against, such Contributor by reason
174 | of your accepting any such warranty or additional liability.
175 |
176 | END OF TERMS AND CONDITIONS
177 |
178 | APPENDIX: How to apply the Apache License to your work.
179 |
180 | To apply the Apache License to your work, attach the following
181 | boilerplate notice, with the fields enclosed by brackets "[]"
182 | replaced with your own identifying information. (Don't include
183 | the brackets!) The text should be enclosed in the appropriate
184 | comment syntax for the file format. We also recommend that a
185 | file or class name and description of purpose be included on the
186 | same "printed page" as the copyright notice for easier
187 | identification within third-party archives.
188 |
189 | Copyright [yyyy] [name of copyright owner]
190 |
191 | Licensed under the Apache License, Version 2.0 (the "License");
192 | you may not use this file except in compliance with the License.
193 | You may obtain a copy of the License at
194 |
195 | http://www.apache.org/licenses/LICENSE-2.0
196 |
197 | Unless required by applicable law or agreed to in writing, software
198 | distributed under the License is distributed on an "AS IS" BASIS,
199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200 | See the License for the specific language governing permissions and
201 | limitations under the License.
202 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # 📚各大高校课程资源汇总,在Github上大学 💡加入组织
2 |
3 | ## 😎欢迎大家补充分享更多高校的课程资源链接 🔨Pull Requests
4 | #### 😆取之有度,用之有道;知识共享,文化互鉴;帮助他人,提升自己。 ⭐Give me a star!
5 | 🎓各大高校保研、留学、考研、就业经验分享 🦄免费课件资源📦
6 |
7 |
8 | | 序号 | 学校名称 | 学校类型 | 课程资源链接 |
9 | | :---: | :---: | :---: | --- |
10 | | 1 | 清华大学 | Top | 计算机系课程攻略
https://github.com/Salensoft/thu-cst-cracker
https://github.com/PKUanonym/REKCARC-TSC-UHT
https://rekcarc-tsc-uht.readthedocs.io/en/latest/
计算机系考研攻略
https://github.com/stellarkey/912_project |
11 | | 2 | 北京大学 | Top | 课程资源
https://github.com/lib-pku/libpku
https://lib-pku.github.io/
https://github.com/KBDY/beijing
计算机课程大作业
https://github.com/tongtzeho/PKUCourse
ics课程资料
https://github.com/lihy11/pku-ics
程序设计实习公开课 (C++版)
https://github.com/lishuwei0424/ProgrammingAndAlgorithm
裘宗燕(退休) 2000年以来讲授过的课程
https://www.math.pku.edu.cn/teachers/qiuzy/courses.htm
计算机组织与体系结构课程资料
https://github.com/lihy11/pku-computer-architectures |
12 | | 3 | 中国科学技术大学 | 世界一流大学A类
985、211 | USTC学习资料
http://home.ustc.edu.cn/~yx3x/USTCdata.html
课程资源
https://github.com/USTC-Resource/USTC-Course
https://ustc-resource.github.io/USTC-Course/
https://github.com/WangJianing-BGH/USTC-Course_Copy
https://gitee.com/buwang1/USTC-Course
计算机学院课程资源
https://github.com/15172658790/Blog
https://github.com/ustcwpz/USTC-CS-Courses-Resource
2019-2020课程(秋季,春季,夏季)
https://github.com/HuangCongQing/UCAS_Course_2019
计算机学院课程资源2022
https://github.com/windwangustc/USTC-CS-Coureses
https://github.com/WYGNG?tab=repositories
软件学院研究生部分课程
https://github.com/outman123/USTC-SSE-Courses
中国科大网络资源一览
https://github.com/zzh1996/USTC-Network-Resources
信息学院本科生生存手册(信息安全系列)
https://github.com/SiSongRu/USTC_SIST_Survival_Handbook
量子光学(PHYS6251P)期末考试
https://github.com/Chen-Jialin/Quantum-Optics-Exams
高等线性代数(PHYS6653P)期末考试
https://github.com/Chen-Jialin/Advanced-Linear-Algebra-Exam |
13 | | 4 | 浙江大学 | 世界一流大学A类
985、211 | 课程攻略共享计划
https://github.com/QSCTech/zju-icicles
https://github.com/KBDY/zhejiang
https://gitee.com/xiao_feng_yang993/zju-icicles/tree/revert-61-master/
https://qsctech.github.io/zju-icicles/
https://github.com/zhanghai/archexp
软件工程专业本科部分课程复习笔记
https://github.com/toooooodo/ZJU-SE-Notes
本科生的计算机、地理信息科学知识库
https://github.com/yunwei37/ZJU-CS-GIS-ClassNotes
电子科学与技术专业部分课程
https://github.com/hhubibi/zju-isee
信电学院2022信号与系统课程资料
https://github.com/VipaiLab/Signals-and-Systems-course
光电信息科学与工程学院-光电信息科学与工程(OPT)课程共享计划
https://github.com/yinze00/ZJU-OPT
https://gitee.com/zheng-ray/ZJU-OPT
PAT纯C语言题解
https://github.com/oliverlew/PAT
https://github.com/liuchuo/PAT
多媒体安全课程内容资料
https://github.com/2020pyfcrawl/secutiry-related-to-multimedia
控制学院控制工程课程资料
https://github.com/LeoDuhz/Control_engineering
信电学院EE大三上学期部分课程资料
https://github.com/jerry-chandler/Jerry_ZJU_EE_junior1
混合班CS的一些课程的资料整理
https://github.com/2811668688/ZJU-CS
2020-2021秋冬计算机视觉课程6次实验+复习资料+OpenCV学习资料
https://github.com/Ryan-yang125/Computer-Vision
计算机课程资料整理
https://github.com/RyanFcr/ZJU_Course
软件工程专业课程资料
https://github.com/Boyu-Mi/ZJUSECourseMaterial |
14 | | 5 | 上海交通大学 | 世界一流大学A类
985、211 | 课程分享
https://github.com/c-hj/SJTU-Courses
软件学院课程计算机系统工程(SE124)笔记
https://github.com/Kami-code/SE124-CSE-2021-Notes
更新2008年版本的《上海交通大学生存手册》
https://github.com/SurviveSJTU/SurviveSJTUManual
https://survivesjtu.gitbook.io/survivesjtumanual/
安泰经济与管理学院 机器学习 课程资料
https://github.com/ZedRover/AM218-ML
https://github.com/kxxwz/SJTU-Courses
机器学习 的期末考试
https://github.com/shenhliu/Fuck-SJTU-ML-Exam |
15 | | 6 | 东南大学 | 世界一流大学A类
985、211 | 课程共享计划
https://github.com/zjdx1998/seucourseshare
https://github.com/ChangWinde/SouthEastUniversity
https://github.com/npubird/KnowledgeGraphCourse
https://github.com/npubird/softwaretesting
https://gitee.com/edwhelloworld/seucourseshare
东南大学优秀开源项目整合
https://github.com/seuite/awesome-seu
软件学院课程资料
https://github.com/LeiBuDao/SouthEastUniversity
研究生课程资料整理
https://github.com/oneman233/seu-master |
16 | | 7 | 中山大学 | 世界一流大学A类
985、211 | 收集整理SYSU期末考试卷子、资料
https://github.com/sysuexam/SYSU-Exam
https://gitee.com/sysuexam/SYSU-Exam
数据科学与计算机学院计算机科学专业的课程资料
https://github.com/ysyisyourbrother/SYSU_Notebook
《图论及其应用》课程的资料、作业、部分算法实现
https://github.com/ayanamists/Graph-Theroy
手机平台应用开发2016课程的实验文档以及课程PPT等资料
https://github.com/yanglh751202951/SYSU_Android
蔡国杨老师操作系统课程资料以及作业
https://github.com/yoyo-hu/sysu_os
电子与信息工程学院的课程资料
https://github.com/gear0803/SEITNoteBook
计算机科学与技术专业时部分课程
https://github.com/KONZEM/SYSU_Undergraduate
计算机科学与技术专业的课程资料
https://github.com/SleepingMonster/SYSU_Courses
计算机学院期末考试真题整理
https://github.com/ConstHall/SYSU_SDCS_Final_Exams|
17 | | 8 | 南京大学 | 世界一流大学A类
985、211 | 课程复习资料
https://github.com/idealclover/NJU-Review-Materials
https://github.com/ZhangYikaii/NJUCS-Course-Material
计算机科学与技术845考研公共课和专业课资料
https://github.com/JackeyLea/NJUCS
《数据新闻》课程
https://github.com/data-journalism/dj2016
计算机系数理逻辑课程资料
https://github.com/sleepycoke/Mathematical_Logic_NJUCS
南哪指南
https://nju.today/
计算机科学与技术系课程资料
https://github.com/AminoACID123/Data
理论力学课程资料2019
https://github.com/katherine1473789695/nju-theoretical-mechanics
电子系课程资料汇总
https://github.com/fantasyEthan/NJUEE_course_material |
18 | | 9 | 郑州大学 | 世界一流大学B类
211 | 课程资料共享计划
https://github.com/CooperNiu/ZZU-Courses-Resource
https://gitee.com/hs-fuxiaoqiang/ZZU-Courses-Resource
计算机网络课程电子资源
https://gitee.com/ZZU-ZY/network |
19 | | 10 | 广东工业大学 | | 计算机学院课程攻略
https://github.com/brenner8023/gdut-course
https://brenner8023.github.io/gdut-course/
课程攻略共享计划
https://github.com/gdutday/gdut-lib
https://github.com/ThousandC/GDUT-CSSP
https://gitee.com/gdutday/gdut-lib |
20 | | 11 | 华南师范大学 | 世界一流学科
211 | 计算机学院 - 0xFFFF CS Wiki
https://www.yuque.com/0xffff.one/cs-learning |
21 | | 12 | 山东科技大学 | | 课程资源共享计划
https://github.com/deepwzh/sdust-examination-materials
https://gitee.com/zhj0125/sdust-examination-materials
电子版书籍、相关学习资料、作业答案和代码
https://github.com/SDUSTS/SDUST-Study-Library |
22 | | 13 | 北京化工大学 | 世界一流学科
211 | 课程资料整理开源项目
[buctbase.com](https://www.buctbase.com/zh-CN/)|
23 | | 14 | 复旦大学 | 世界一流大学A类
985、211 | 课程攻略共享计划
https://github.com/shenhao-stu/fudan-courses-wiki
https://shenhao-stu.github.io/fudan-courses-wiki/
课程资源
https://github.com/openFudan/fudan-coursera
《计算机系统工程》课程lab、复习资料与模拟试题
https://github.com/iceiceiceYu/Computer-System-Engineering
启发式算法课程资料与代码
https://github.com/MurphyLiCN/Heuristic-Algorithm
[Mathematical Logic at Fudan](http://logic.fudan.edu.cn/home) |
24 | | 15 | 深圳大学 | | CS本科 课程资源共享
https://github.com/Alex-Shen1121/SZU_Learning_Resource
https://github.com/szm007/SZU_Learning_resource_sharing
《程序设计基础》课程资料
https://gitee.com/risc_giser/SZU_Bachelor_Basic_OfProgramming |
25 | | 16 | 武汉大学 | 世界一流大学A类
985、211 | 课程资料整理-WHU课代表计划
https://github.com/openwhu/OpenWHU
https://github.com/openwhu/openwhu.github.io
https://openwhu.github.io/
IOS课程资料及作业
https://github.com/weivwang/IOS
软件工程(弘毅)-课程复习/资料
https://github.com/learner-lu/WHU-software-engineering
操作系统概念-课程资料与习题解答
https://github.com/Waldenth/WHU-Operating-System-Concepts
复变函数与积分变换期末考试复习资料
https://github.com/Certifiedloverboy/WHUfinalexams |
26 | | 17 | 哈尔滨工业大学 | 世界一流大学A类
985、211 | 计算机学科课程资料
https://github.com/Aidenwuyin/HIT-Courses
https://github.com/ChestnutQiang/HIT-Computer-Courses
https://github.com/120L030115/HitCs
(深圳)计算机科学与技术研究生课程
https://github.com/LiYing0/CS_Gra-HITsz
某大佬整理的计算机课程资料
https://github.com/hahaok/HIT-Computer-Courses
计算机系统课程(2021春)
https://github.com/cuttingedge191/HITCS-ICS_CSAPP
课程资源分享
https://github.com/richardodliu/HIT-Courses
https://github.com/zhengluoliudao/HIT-Courses
计算学部课程历年试题及学习资料
https://github.com/yink12138/HITCS_Papers
(深圳)计算机专业课程攻略
https://github.com/hewei2001/HITSZ-OpenCS
数据库系统 2020 课程仓库
https://github.com/1171800312/hit_database_2020
编译原理 (编译系统)2020春课程仓库
https://github.com/1171800312/compiler_principles_hit_2020
计算机系统(csapp)学习资料汇总
https://github.com/Week0327/ICS
考研 网络与空间安全 837 初试资料库
https://github.com/guoJohnny/-837-
https://guojohnny.com/-837-/ |
27 | | 18 | 南京邮电大学 | 世界一流学科 | 通识课程历年资料
https://github.com/NJUPTFreeExams/NJUPT-General-Free-Exams
https://njuptfreeexams.github.io/
南京邮电大学黄页
https://github.com/Wonz5130/NJUPT-Yellow-Page
研究生期末考试复习资料
https://github.com/yosunpeng/postgraduate_test_njupt |
28 | | 19 | 南京航空航天大学 | 世界一流学科
211 | 课程资源共享计划
https://github.com/NUAA-Open-Source/NUAA-Course
计算机考研 专业课资料 和 信息汇总
https://github.com/nuaa-cs-kaoyan/awesome-nuaa-cs-kaoyan
课程资料分享
https://github.com/wardendwd/NUAA-Courses |
29 | | 20 | 西北大学| 世界一流学科
211 | 课程资源共享
https://resour.nwu.icu/ |
30 | | 21 | 同济大学 | 世界一流大学A类
985、211 | 课程资源共享仓库
https://github.com/TJ-CSCCG/TJCS-Course
软件学院软件工程课堂笔记
https://github.com/MountPOTATO/Software-Engineering-Notes
计算机科学与技术、信息安全专业课程资源共享仓库
https://github.com/TJ-CSCCG/TJCS-Course |
31 | | 22 | 中国矿业大学(徐州) | 世界一流学科
211 | 课程资源
https://github.com/LetheSec/CUMT-IS-Course-Resources |
32 | | 23 | 山东财经大学 | | 课程资源共享计划
https://github.com/SDUFE-Course/SDUFE-Course.github.io
https://www.sdufe.vip/
课程资源
https://github.com/SDUFE-Resource/SDUFE-Course |
33 | | 24 | 山东大学 | 世界一流大学A类
985、211 | 软件学院学习资料共享
https://github.com/yingzhou20/sdu-sc-resources
课程资料共享计划
https://github.com/sdu-openlab/OpenCourse
可视化技术期末考试试卷回忆版
https://github.com/EminMonsouri/2021_sdu_vis_final-exam
软件工程课程笔记
https://gitee.com/stardust5322/software-engineering-course |
34 | | 25 | 电子科技大学 | 世界一流大学A类
985、211 | 课程资料共享平台
https://github.com/Xovee/uestc-course
课程资料整理
https://github.com/Venatoral/uestcPublic
研究生课程复习资料
https://github.com/zint99/uestcCourses
信息与软件学院研究生一年级学科课程资料
https://github.com/RCsai/course-graduate-year-one
网络空间安全专业本科生课程实验及学习资料
https://github.com/boyuh/UESTC-SCSE-CyberspaceSecurity-StudyMaterials
软件工程课程资料
https://github.com/Jason-xy/UESTC_SoftwareEngineeringCourse
信息与软件工程研究生课程资料
https://github.com/fycm123/postgraduate-curriculum-uestc |
35 | | 26 | 北京航空航天大学 | 世界一流大学A类
985、211 | 课程作业资料共享计划
https://github.com/TheBloodthirster/BUAA_Course_Sharing
https://github.com/Muyiyunzi/ShuLiTongJi_BUAA
https://gitee.com/lerbronjames/BUAA_Course_Sharing
高等体系结构课程资料(2021春)
https://github.com/fkuner/BUAA_CA
自动化专业课程资料
https://github.com/AccSrd/BUAA_Course_Automation
课程资料共享仓库
https://github.com/LidaGuo1999/BUAA_Course |
36 | | 27 | 西安交通大学 | 世界一流大学A类
985、211 | 课程资料共享计划
https://github.com/cantjie/XJTU-Share
https://gitee.com/cantjie/XJTU-Share
https://gitee.com/crisi7/XJTU-Share
电气工程及其自动化专业课程资料
https://github.com/HilbertRonAnju/XJTU_Electrical_Engineering_and_Automation |
37 | | 28 | 华中科技大学 | 世界一流大学A类
985、211 | 研究生课程资料
https://github.com/lyandut/HUST-Invictus
机械科学与工程学院课程资源
https://github.com/Noble-117/HUST_MSE_Resource
计算机科学与技术学院学习资料及实验资料
https://github.com/AlexFanw/HUSTER-CS
电信学院-电信专业 的课程分享与攻略
https://github.com/YuetianW/HUST_EIC_Intro
人工智能与自动化学院课程资源
https://github.com/mfp0610/HUST-AIA-Courses-Resource
本科课程资料
https://github.com/Monkey-Mouse/hust-resource
电信专业 课程资料 作业 代码 实验报告 HUSTEIC 课程分享计划
https://github.com/sailaoda/HUSTEIC_family
计算机学科学与技术学院 实验资料 课程设计资料
https://github.com/Justin-Xiang/HUST_CS
考研资料
https://github.com/janglucky/KAOYAN |
38 | | 29 | 广州大学 | | 方班课程&学习资源共享计划
https://github.com/LANVNAL/GZHU_Fang_Course_Materials |
39 | | 30 | 暨南大学 | 世界一流学科
211 | 电信复习资料收集汇总
https://github.com/Eajack/JNU_EIST
计算机系课程设计/作业/实验资源
https://github.com/peanutzhen/JnuCS |
40 | | 31 | 中国人民大学 | 世界一流大学A类
985、211 | 课程资源民间整理
https://github.com/lib-ruc/libRUC
2021年秋季学期硕士课程《数据可视化》的课程资料
https://github.com/nalsi/infovis_2021_ruc_master
信息学院《大数据分析导论》课程相关资料
https://github.com/qratosone/BDACourseRUC
统计学院精算相关课程资料
https://github.com/Orizeshiro/RSS-ActuarialScience
朝乐门老师开源课程——《数据科学导论》
https://github.com/LemenChao/Introduction-to-Data-Science |
41 | | 32 | 大连理工大学 | 世界一流大学A类
985、211 | 课程攻略共享公益项目
https://github.com/libdlut/libdlut
软件学院课程资源分享计划
https://github.com/zhg1997/ssdut
软件学院 软件工程公共课+软测方向课程资料
https://github.com/StuGRua/ToBeSatellite
软件工程专业课程指南
https://github.com/NAOSI-DLUT/DLUT_SE_Courses |
42 | | 33 | 云南大学 | 世界一流大学B类
211 | 课程资源共享仓库
https://github.com/YNUSharedHub/YNUSharePlatform
网络与信息中心在线学习资料
https://github.com/ynu/learning |
43 | | 34 | 塔里木大学 | | 车辆工程课程资源
https://github.com/heroye0919/TARU |
44 | | 35 | 南昌航空大学 | | 工程数学2,课件及教学资源
https://github.com/nyliubin/NCHU-2
生物医学工程系课程医疗软件设计基础的相关代码及资料
https://github.com/dotponder/MedicalSoftwareDesign |
45 | | 36 | 西北工业大学 | 世界一流大学A类
985、211 | 课程攻略共享计划
https://github.com/BetterWorld-Liuser/NWPU--icicles
航天学院相关课程资料
https://github.com/Sanhang88/classes |
46 | | 37 | 西南大学 | 世界一流学科
211 | 软件工程专业生存指南
https://github.com/SambacFeng/SWU-SE-HELPER
《面向对象高级编程》课程中的笔记,学习资料等
https://github.com/Qiaoqi-Zhuyan/SWU-Object_Oriented_Programming_in_Java |
47 | | 38 | 华东师范大学 | 世界一流大学A类
985、211 | 花狮本科生课程指北基金会
https://github.com/tianyilt/ECNU-CourseShare
研究生课程攻略共享计划
https://github.com/tianyilt/ecnu-PGCourseShare
《编程思维与实践》课程主站
https://github.com/NieeiM/wop-ecnu-pub/blob/master/HOWTO.md |
48 | | 39 | 温州大学 | | 机器学习课程
https://github.com/fengdu78/WZU-machine-learning-course |
49 | | 40 | 中国科学院大学 | 世界一流学科 | 2019-2020课程(秋季,春季,夏季)
https://github.com/HuangCongQing/UCAS_Course_2019
https://github.com/Ming-Lian/Machine-Learning-Course-in-UCAS
https://github.com/univeryinli/ucas-ppt
研一课程教材课件共享项目
https://github.com/txz741/UCAS-Course
运筹学通论课程相关资料
https://github.com/yimingli1998/UCAS_Operational_Research
矩阵分析与应用课程相关资料
https://github.com/yimingli1998/UCAS_Matrix
随机过程讲义及习题解答
https://github.com/yimingli1998/UCAS_StochasticProcess
《概率方法与随机图》课程作业与教材
https://github.com/jindongwang/ProbabilityHomework
深度学习课程资料 2022年春季课程
https://github.com/ZanderZhao/deep-learning-ucas-2022
研究生课程资料
https://github.com/RuoyuChen10/Study_report
2020年课程资料
https://github.com/sunbaby01/UCAS_Course_2020
计算机相关课程资料(2021-2022学年)
https://github.com/wudidada/ucas-cs-course
2020届研一课程资料分享
https://github.com/sebastinaa/UCAS_Course_2020 |
50 | | 41 | 天津医科大学 | | 生物医学工程与技术学院课程资料
https://github.com/Yixf-Education?tab=repositories |
51 | | 42 | 北京林业大学 | 世界一流学科
211 | 信息学院课程攻略
https://github.com/bljx/BFU-leaf |
52 | | 43 | 北京邮电大学 | 世界一流学科
211 | 计算机学院本科编程作业索引
https://github.com/brupst/awesome-bupt-scs
https://github.com/fly51fly/Principle-of-Web-Search
吴恩达深度学习系列课程的笔记
https://github.com/MsunM-cell/Deep-Learning
计算机科学与技术专业大三课程相关资料
https://github.com/MsunM-cell/Third-Year
2018级的大三上学习资料
https://github.com/bupt-Jayce-upperclassman/buptsse-2018-study-materials
计算机科学与技术大三上必修课数据库基本原理
https://github.com/Septerxy/BUPT_Database
计算机考研信息汇总
https://ningzimu.github.io/See_you_in_BUPT/ |
53 | | 44 | 天津理工大学 | | 计算机专业 课程资料共享库
https://github.com/DukeWF/TJUT_CS_Helper
https://gitee.com/gaopeihan/TJUT_CS_Helper |
54 | | 45 | 厦门大学 | 世界一流大学A类
985、211 | 攻略大全
https://github.com/XMU-Helper/home
信息学院软件工程系黄炜副教授的教学资料
https://gitee.com/whuangxmu/courses |
55 | | 46 | 天津大学 | 世界一流大学A类
985、211 | 课程共享计划
https://github.com/SuperPung/TJU-CourseSharing |
56 | | 47 | 台湾大学 | | 机器学习课程作业详解
https://github.com/Doraemonzzz/ML-Foundation-and-ML-Techniques |
57 | | 48 | 重庆大学 | 世界一流大学A类
985、211 | 计算机学院“大数据课程群”实验及PPT
https://github.com/Wanghui-Huang/CQU_bigdata
计算机学院课程资料
https://github.com/VayneDuan/cqu-cs-learning-materials
计算机学院研究生课程的复习资料
https://github.com/cqu-bdsc/CQU-Computer-Science
操作系统期末考试复习资料
https://github.com/Hardworking-Marvin?tab=repositories |
58 | | 49 | 海南大学 | 世界一流学科
211 | 课程攻略共享计划
https://github.com/RobAI-Lab/hainanu-course-resource
https://robai-lab.github.io/hainanu-course-resource/
https://github.com/beiyuouo/hainanu-course-comments
https://www.bj-yan.top/hainanu-course-comments/ |
59 | | 50 | 东北大学 | 世界一流大学B类
985、211 | 机器人课程攻略 共享计划
https://github.com/mywisdomfly/NEU-RSE-Courses
https://mywisdomfly.github.io/NEU-RSE-Courses/
软件学院信息安全专业一些课程的资料
https://github.com/leon000919/NeuSoftwareCollegeInformationSecurityCourseMaterials
计算机的课程设计等资料
https://github.com/Cwcw32/NEU_works_t0p
自动化考研资料
https://github.com/yuangezhizao/SUT-EIE-Cracker
东北大学秦皇岛分校计算机组成原理(课程资料及课设)
https://www.weiyun.com/disk/folder/2e50d46f8f17839b2ccf27fffdf527a9 |
60 | | 51 | 河海大学 | 世界一流学科
211 | 计算机类课程资料整理
https://github.com/Neo-LogOut/lib-cs-hhu |
61 | | 52 | 兰州大学 | 世界一流大学A类
985、211 | 高等计算机系统结构课程
https://github.com/kinggolzu/LZU-Computer-Architecture
https://kinggolzu.github.io/LZU-Computer-Architecture/ |
62 | | 53 | 大连海事大学 | 世界一流学科
211 | 信息学院课程攻略
https://github.com/DmuFreeCoding/DMU-cs-course |
63 | | 54 | 北京理工大学 | 世界一流大学A类
985、211 | 计算机学院课程项目资料
https://github.com/spencerwooo/BITCS-Coursework
https://drive.swo.moe/Lecture%20and%20Coursework%20CS%20(BIT)/
计算机学院课程代码/历年试卷/知识点总结等
https://github.com/xiabee/BIT-CS
计算机学院人工智能专业的相关课程资料与经验
https://github.com/Robin-WZQ/BIT-AI-Review
大一到大四各学期CS期末考试复习资料/历年考题汇总
https://github.com/zedarbit/BITCS-final-exam-learning-materials-1
计科的学习资料
https://github.com/songshangru/BIT-CS-Learning
计算机CS期末考试复习资料/历年考题汇总
https://github.com/tulerfeng/BITCS-final-exam-learning-materials |
64 | | 55 | 中国海洋大学 | 世界一流大学A类
985、211 | 数据结构课程
https://github.com/HuangRunHua/DataStructure |
65 | | 56 | 西南交通大学 | 世界一流学科
211 | 课程资料分享
https://github.com/mobyw/SWJTU-Courses |
66 | | 57 | 吉林大学 | 世界一流大学A类
985、211 | 通信工程自动化课程资料
https://github.com/Sakura-shem/JLU-OpenAuto
计算机科学与技术学院研究生课程复习资料
https://github.com/jiafeng5513/DocsForReview
个人课程资料整理
https://github.com/LiJiabo/JLU-Courses
软件学院全部课程资料分享
https://github.com/JLU-NightsWatch/JLU-Courses
数据库应用db2课程的复习资料
https://github.com/Xing-hui/db2 |
67 | | 58 | 杭州电子科技大学 | | 在杭电的知识与经验
https://github.com/FengGuanxi/HDU-Experience
期末考试卷 杭电 资料分享
https://github.com/HDU-Course/HDU-FinalExamPaper |
68 | | 59 | 陕西师范大学 | 世界一流学科
211 | "可视化程序设计"课程的实验报告与代码
https://github.com/snnucs/snnu-csharp-course |
69 | | 60 | 西安电子科技大学 | 世界一流学科
211 | 计算机专业经验分享🍭
https://github.com/baolintian/XDU_CS_Learning
https://xdu-cs-learning.readthedocs.io/en/latest/
计算机科学与技术面向对象程序设计(OOP)课件/大作业/复习资料
https://github.com/larry6799/XDU_OOP
通信工程学院教改班 大学物理(全英授课) 笔记 PPT 作业及作业答案
https://github.com/XiaooooooBawang/XDU_university_physics_note |
70 | | 61 | 山东理工大学 | | 应用经济学硕士《金融计量学》授课备课资料
https://github.com/YuGuocai397/Financial-Time-Series |
71 | | 62 | 湖南大学 | 世界一流大学B类
985、211 | 电子科学与技术专业相关资料
https://github.com/gunshi3?tab=repositories
https://github.com/955xiaoSu/HNU-cc
考研资料
https://github.com/ZSCDumin/HunanUniversity |
72 | | 63 | 上海科技大学 | | 2021春季学期CS100课程的作业和其他的一些资料
https://github.com/arnoliudaxia/CS100Homework |
73 | | 64 | 天津中德应用技术大学 | | 软件与通信学院课程资料、实验实训、项目文件等
https://github.com/TJSGTU-RJYTX |
74 | | 65 | 北京交通大学 | 世界一流学科
211 | 交通运输规划与管理硕士课程相关学习、复习资料
https://github.com/lichuanqi/BJTU_master_course |
75 | | 66 | 合肥工业大学 | 世界一流学科
211 | 物联网工程专业的课程有关资料,含课件、实验报告、课设报告等
https://github.com/25th-engineer/DSiS_KCXG
https://github.com/25th-engineer/DSS_KCXG
宣城校区2019年-2020年第一学期,大三上学期课程有关资料
https://github.com/Atangsong/DSS_KCXG |
76 | | 67 | 北京工业大学 | 世界一流学科
211 | 课程资源共享计划
https://github.com/Open-BJUT/BJUT-Helper
软件工程专硕,研究生一年级上半年,课程资料汇总
https://github.com/LambChuckEye/2021_winter |
77 | | 68 | 南开大学 | 世界一流大学A类
985、211 | 本科生操作系统课程资料及提问仓库
https://github.com/NKU-EmbeddedSystem/NKU-Operating-System
课程资料民间整理
https://github.com/ljk5403/libnku
https://blog.lockon.ml/libnku/
cs专业课程信息及学生评价
http://nkucs.icu/ |
78 | | 69 | 华侨大学 | | 信息学院自动化专业 大一到大四 所有课程资料
https://github.com/sinary-sys/Hqu_Automation |
79 | | 70 | 东南大学成贤学院 | | 电子与计算机工程学院课程资料
https://github.com/Z-W-Y/SeuCxxyCourseShare |
80 | | 71 | 南京农业大学 | 世界一流学科
211 | 人工智能专业本科课程资料
https://github.com/Beerander/NJAU-AI-DATA
信息管理与信息系统专业课程资料
https://github.com/LeonWang91/NJAU-IMIS |
81 | | 72 | 苏州大学 | 世界一流学科
211 | 软件工程专业(本科)相关课程资料
https://github.com/wminez/SUDA-SE-lessons
https://github.com/Snowfly-T/SUDA-SE-lessons |
82 | | 73 | 四川大学 | 世界一流大学A类
985、211 | 课程共享计划
https://github.com/lishinho/SCU-Courses
计算机学院计算机科学与技术专业的各类课程的资料、学习建议以及作业
https://github.com/zNine0414/SCU-CS-LearningMaterials
软件工程课程相关资料
https://github.com/Toufupi/SCU_SoftwareEngine_Course |
83 | | 74 | 澳门科技大学 | | 大三上学期课程所需资料
https://github.com/lihanxiang/MUST-2018-19-Learning-Materials |
84 | | 75 | 华北电力大学 | 世界一流学科
211 | 课程资料分享
https://github.com/fakeys/NCEPU-Courses
计算机系课程攻略
https://github.com/IammyselfYBX/NCEPU_CS_course |
85 | | 76 | 中国计量大学 | | 光电学院课程资料备份
https://github.com/nobmaste/CJLU-Share |
86 | | 77 | 渤海大学 | | 软件工程相关课程资料
https://github.com/HangChi/BHU-SoftwareEngineering |
87 | | 78 | 上海电机学院 | | SDJU 计算机系 CS SE 课程资料 代码 实验报告 期末考试
https://github.com/xonoer/SDJU-Course-Material |
88 | | 79 | 南京理工大学 | 世界一流学科
211 | njust计算机科学与技术cs课程复习资料
https://github.com/twilight-mu/njust_review_cs |
89 | | 80 | 内蒙古大学 | 世界一流学科
211 | 计算机学院 课程复习资料
https://github.com/ztianming/Inner-Mongolia-University |
90 | | 81 | 扬州大学 | | 课程资料
https://github.com/mangogu/YZU-Scavenger |
91 | | 82 | 重庆邮电大学 | | 课程资料
https://github.com/HuangCongQing/CQUPT_Course |
92 | | 83 | 浙江工商大学 | | 课程攻略共享计划
https://github.com/MuskAI/zjsu_backyard
课程资料
https://github.com/ranxi2001/My_Courses |
93 | | 84 | 上海大学 | 世界一流学科
211 | 概率论与数理统计 课程资料
https://github.com/YANthinkn/Probability-and-Mathematical-Statistics
计算机工程与科学学院 计算机网络A 课程资料
https://github.com/YANthinkn/SHU-Computer-Network
钱伟长学院必要课程指南
https://gitee.com/ss1nz7/SHU_QWC-college-courses |
94 | | 85 | 浙江工业大学 | | 课程攻略共享计划
https://github.com/j10ccc/zjut-icicles
理学院(主)本科课程资料分享
https://github.com/01tu01/share_mathematic_material_ZJUT |
95 | | 86 | 福州大学 | 世界一流学科
211 | 计算机课程课件等资料
https://github.com/AlliotTech/fzu_cs_doc |
96 | | 87 | 江西师范大学 | | 课程共享资料仓库
https://github.com/Zen-ZJ/libjxnu |
97 | | 88 | 广西大学 | 世界一流学科
211 | 课程资料分享
https://github.com/fishcf/GXU-Courses |
98 | | 89 | 河北师范大学 | | 软件学院2017级《web开发一》课程资料
https://github.com/liujinmenghaoren/course-web1
软件学院相关课程
https://gitee.com/almostdo/university-courses |
99 | | 90 | 成都理工大学 | 世界一流学科 | 空间科学与技术课程资料整理
https://github.com/Seituch/CDUTSpaceScience
网络空间安全专业学习资料库
https://github.com/oakstech/CDUT-CyberspaceSec-LearnDocs |
100 | | 91 | 桂林电子科技大学 | | 计算机科学与技术课程攻略共享计划
https://gitee.com/wrm244/GUET-CShare
Android应用开发课程资料库
https://github.com/xgqin/guet_android_development |
101 | | 92 | 山东农业大学 | | 计算机专业课程资料
https://github.com/COKID/SDAU_CS |
102 | | 93 | 大连民族大学 | | 课程资料共享
https://github.com/dlnu-dlmu/EasyExam
https://dlnu-dlmu.github.io/EasyExam/ |
103 | | 94 | 内蒙古工业大学 | | 计科课程相关资料
https://github.com/FakeGod13/IMUT-CS |
104 | | 95 | 西安财经大学 | | 课程攻略共享计划
https://github.com/XaufeComputerTechnologyClub/XAUFE-COURSE-RESOURCE
https://xaufecomputertechnologyclub.github.io/XAUFE-COURSE-RESOURCE/ |
105 | | 96 | 五邑大学 | | 课程资料整理分享库
https://github.com/OpenWyu/wyu-courses-lib
https://openwyu.github.io/wyu-courses-lib/ |
106 | | 97 | 华中农业大学 | 世界一流学科
211 | 课程资料整理分享
https://github.com/ElderMedic/openHZAU
https://eldermedic.github.io/openHZAU/ |
107 | | 98 | 上海工程技术大学 | | 课程资料整理
https://github.com/faiz-lab/SUES-Courses-Resource |
108 | | 99 | 中国海洋大学 | 世界一流大学A类
985、211 | 计算机科学与技术课程资料
https://github.com/chenyang1999/MyComputerCollegeCourses |
109 | | 100 | 西安邮电大学 | | 往年期末考题
https://github.com/user055vssv/-xupt-finalExam |
110 | | 101 | 中国地质大学(武汉) | 世界一流学科
211 | 计算机科学与技术-资料汇总
https://github.com/mxy493/CUGCS |
111 | | 102 | 广西科技大学 | | 计算机系课程攻略
https://github.com/jaxleof/GXUST_Go |
112 | | 103 | 华东理工大学 | 世界一流学科
211 | 课程攻略共享库
https://github.com/tianyilt/ecust-CourseShare |
113 | | 104 | 无锡学院 | | 课程共享计划
https://github.com/Bestchx/WXXY-Course-Material
https://gitee.com/harry_mao/WXXY-Course-Material |
114 | | 105 | 金陵科技学院 | | 课程攻略共享计划
https://github.com/wugenqiang/JIT-Courses
https://wugenqiang.github.io/JIT-Courses/ |
115 | | 106 | 上海财经大学 | 世界一流学科
211 | 课程攻略共享计划
https://github.com/shenhao-stu/WiKi-for-Sufe-Courses
https://shenhao-stu.github.io/WiKi-for-Sufe-Courses/
https://gitee.com/shenhao-stu/wiki-for-sufe-courses |
116 | | 107 | 南昌航空大学科技学院 | | 课程攻略共享计划
https://gitee.com/ilinkm/kjxy.nchu.course.sharing |
117 | | 108 | 吕梁学院 | | 课程攻略共享计划
https://gitee.com/jd-alter/llu_course_strategy_sharing_plan |
118 | | 109 | 东北师范大学 | 世界一流学科
211 | 信息科学与技术学院课程资料
https://gitee.com/LL_Leung/NENU-Courses |
119 | | 110 | 河南师范大学 | | 计算机系课程仓库
https://gitee.com/asyncx/henan-normal-university-code
https://gitee.com/zheng-tingzi/henan-normal-university-code |
120 | | 111 | 大连交通大学 | | 课程共享
https://gitee.com/kohler19/DJTUCourses
https://kohler19.gitee.io/djtucourses/#/ |
121 | | 112 | 盐城工学院 | | 课程攻略共享计划
https://github.com/ZHlovecat/ycitedu
https://zhlovecat.github.io/ycitedu/#/ |
122 | | 113 | 郑州科技学院 | | 课程攻略共享计划
https://github.com/dqy12130/ZKY-TECH |
123 | | 114 | 内蒙古农业大学 | | 课程攻略共享计划
https://github.com/track-tech/IMAU_Course_Sharing |
124 | | 115 | 南方科技大学 | | 课程攻略共享计划
https://github.com/bbw7561135/SUSTech-Courses
智能医学工程课程材料共享计划
https://github.com/Penguin134/SUSTech_IME |
125 | | 116 | 西安科技大学 | | 计算机系一些科目的往年期末考试试卷
https://github.com/qingxuanxx/XUST-final-examination-paper |
126 | | 117 | 华南理工大学 | 世界一流大学A类
985、211 | 软件学院期末考试&课程作业集中对策材料
https://github.com/XDeviation/material.SCUTSE
电信学院-青春修炼手册
https://github.com/Sampson-Lee/SCUT_EE_Training
计算机软件工程考研复试资料
https://github.com/jakejie/HuaNan |
127 | | 118 | 深圳技术大学 | | 课程攻略共享计划
https://github.com/GaviXi/SZTU_COURSE |
128 | | 119 | 青岛农业大学 | | 许老师Android课程
https://gitee.com/liucy1227/android2021 |
129 | | 120 | 安徽大学 | 世界一流学科
211 | 文典学院的笔记、经验和学习资料等
https://pan.zzy2001.com/s/2AF4?path=%2F
https://github.com/classmatezhu/AHU-Course
https://gitee.com/classmatezhu/AHU-Course |
130 | | 121 | 浙大城市学院 | | 软件工程,安卓。。java 高级, 物联网等
https://acc15t4bm5.feishu.cn/docs/doccn3vt2AgpwyAWgVlDCULm1sh |
131 | | 122 | 南京信息工程大学 | | 操作系统课程笔记 和 汇编语言课程笔记
https://docs.pil0txia.com/
https://github.com/Pil0tXia/docs |
132 | | 123 | 成都信息工程大学 | | 课程资料共享计划
https://github.com/ooyq/cuit-course |
133 | | 124 | 哈尔滨工程大学 | 世界一流学科
211 | 课程攻略共享计划
[https://github.com/HEUOpenResource/heu-icicles](https://github.com/HEUOpenResource/heu-icicles) |
134 | | ☆ | 很多大学 | 考研 | 计算机考研和软件工程考研专业的各个学校考研真题
https://github.com/csseky/cskaoyan
计算机408专业课分学科整理
https://github.com/mmdapl/408CSFamily
https://mmdapl.github.io/408CSFamily/
CSPostgraduate 计算机考研 408 专业课资料及真题资源
https://github.com/CodePanda66/CSPostgraduate-408
备考2021年研究生-408
https://github.com/hao14293/2021-Postgraduate-408 |
135 | | ☆ | 国外高校 | 美国著名大学 | 计算机科学课程列表
https://github.com/prakhar1989/awesome-courses |
136 | | ☆ | ☆☆☆☆☆ | 各种学习资源 | 精选夸克网盘资源
https://docs.qq.com/sheet/DRnVKY3hNQ0ttc1pp?tab=BB08JA |
137 | | ☆ | ☆☆☆☆☆ | 视频课程收集 | 最全公开课知识库
https://docs.qq.com/sheet/DRU5MWHZCTHFGQnhM?tab=qb1sze |
138 | | ☆ | 山河大学 | 全国首个大学生虚拟自办大学 | 课程收集
https://docs.qq.com/sheet/DS0lnRmdiZEp3WmtI?tab=BB08J2 |
139 | | ☆ | ☆☆☆☆☆ | 图欧资源导航站 | ⛵超3千TB全网资源导航(长期更新)
https://docs.qq.com/sheet/DS2llalZuVExpcVVa?tab=i8j5u9 |
140 | | ☆ | 数学建模 | 本科、硕士 | 优秀论文,算法,LaTeX论文模板,算法思维导图,参考书籍,Matlab软件教程,PPT
https://github.com/zhanwen/MathModel |
141 | | ☆ | 计算机学习资源 | 很多 | 计算机基础、C/C++、Java、Python、面试题、架构设计、算法系列等经典电子书
https://github.com/GrindGold/pdf
https://gitee.com/grindgold/pdf
为大学生精心策划的资源列表
https://github.com/dipakkr/A-to-Z-Resources-for-Students
计算机自学指南
https://csdiy.wiki/
https://github.com/PKUFlyingPig/cs-self-learning |
142 | | ☆ | 导师评价 | | 导师评价网-导师点评网-导师推荐人
https://www.daoshipingjia.xyz |
143 | | ☆ | 课程评价 | | 名校公开课程评价网
https://conanhujinming.github.io/comments-for-awesome-courses |
144 |
145 | ## 更多内容,请关注DAC导航,让校园生活更加精彩!
146 |
147 | Made with 💖 by NWUzmed,
148 |
Last updated: 2023.12.06
149 | --------------------------------------------------------------------------------