“UCSD”的版本间的差异

来自wrc's Wiki
跳到导航 跳到搜索
 
(未显示同一用户的26个中间版本)
第1行: 第1行:
 +
== 信息 ==
 +
 +
;学校地址:9500 Gilman Drive, La Jolla, CA 92093-0021
 +
 
== 网站 ==
 
== 网站 ==
  
=== 选课 ===
+
* [https://act.ucsd.edu/studentETranscript/order.htm 打印成绩单]
 +
* [https://act.ucsd.edu/studentAcademicHistory/academichistorystudentdisplay.htm Academic History]
 +
* [https://career.ucsd.edu/advising/index.html 改简历、career advising] <ref>UCSD-CS 正式群</ref>
 +
* [https://act.ucsd.edu/tritonPay/student/accountSummary.htm TritonPay]
 +
* [https://cse.ucsd.edu/csehelp/printing CSE printing]
 +
 
 +
=== 宿舍 ===
 +
 
 +
申请:
 +
 
 +
* [https://hdh-web.ucsd.edu/housing/apps/gfhcommunitystatistics/statistics.aspx 排期]
 +
* [https://hdh2.ucsd.edu/ssoStudent/rmsportal/Home/A 申请]
 +
* [https://hdhgradfamilyhousing.ucsd.edu/communities/one-miramar.html 宿舍介绍]
 +
 
 +
信息:
 +
 
 +
* [https://hdhgradfamilyhousing.ucsd.edu/_files/GFH-The-Handbook.pdf Handbook]
 +
* [https://transportation.ucsd.edu/campus/shuttles/index.html#Triton-Transit:-Shuttles Triton Transit: Shuttles]
 +
* [https://hdhsustainability.ucsd.edu/what-we-do/index.html#Donation-Programs Donation Programs]
 +
* [https://hdh-web.ucsd.edu/sso/gfhCommunityRoom/reservationpage.aspx Community room 预约]
 +
 
 +
== 课程网站 ==
 +
 
 +
22 winter
 +
* [https://cseweb.ucsd.edu/classes/wi22/cse203B-a/ CSE 203B]
 +
* [https://docs.google.com/document/d/1Af-ZtvvcSBk6d1PchZTCk9HwkOmkJfAQRG36rdPnDG0/edit CSE 224]
 +
* [https://github.com/nadia-polikarpova/cse291-program-synthesis/wiki CSE 291 Program Synthesis]
 +
 
 +
21 fall
 +
* [https://sites.google.com/eng.ucsd.edu/algorithms/cse202 CSE 202]
 +
 
 +
== CS Master 选课 ==
 +
 
 +
=== 网站 ===
  
 
* [https://csestudents2.ucsd.edu/student_class_requests SERF]
 
* [https://csestudents2.ucsd.edu/student_class_requests SERF]
第9行: 第46行:
 
=== 课程列表 ===
 
=== 课程列表 ===
  
 +
毕业要求:
 +
* [https://cse.ucsd.edu/graduate/degree-programs/ms-program/ms-2015-comp-standard Comprehensive Exam Plan 的要求]
 +
* [https://docs.google.com/document/d/1bjehYfR1RSaNSpT2KlMDvzbh0uj0iHz_-5gA-zZ9HA4/edit CSE Electives]
 +
 +
课表:
 +
* [https://cse.ucsd.edu/graduate/courses/course-listing/course-descriptions CSE 研究生课]
 +
* [https://catalog.ucsd.edu/courses/CSE.html CSE 课]
 +
* [https://catalog.ucsd.edu/courses/ECE.html ECE 课]
 +
* [https://www.ece.ucsd.edu/courses ECE 排课表]
 
* [https://cse.ucsd.edu/graduate/2021-2022-cse-graduate-course-offerings 2021-2022 排课表]
 
* [https://cse.ucsd.edu/graduate/2021-2022-cse-graduate-course-offerings 2021-2022 排课表]
* [https://cse.ucsd.edu/graduate/degree-programs/ms-program/ms-2015-comp-standard Comprehensive Exam Plan 的要求]
+
* [https://cse.ucsd.edu/graduate/current-quarter-course-descriptions-recommended-preparation 目前学期课程描述]
* [https://cse.ucsd.edu/graduate/courses/course-listing/course-descriptions 研究生课]
+
* [https://cse.ucsd.edu/graduate/2022-2023-cse-graduate-course-offerings 2022-2023 排课表]
* [https://catalog.ucsd.edu/courses/CSE.html 本科生课]
+
 
 +
Graduate Course Updates:
 +
* [https://cse.ucsd.edu/graduate/winter-2023-graduate-course-updates 23winter]
 +
* [https://cse.ucsd.edu/graduate/fall-2022-graduate-course-updates 22fall]
 +
* [https://cse.ucsd.edu/graduate/spring-2022-graduate-course-updates 22spring]
 +
* [https://cse.ucsd.edu/graduate/winter-2022-graduate-course-updates 22winter]
 +
* [https://cse.ucsd.edu/graduate/fall-2021-graduate-course-updates 21fall]
 +
 
 +
=== 课程信息 ===
 +
 
 +
==== CSE 202 Algorithm Design and Analysis ====
  
== 课程信息 ==
+
19fall 作业:http://algorithms.eng.ucsd.edu/cse202/evaluation
  
=== CSE 230 Principles of Programming Languages ===
+
==== CSE 230 Principles of Programming Languages ====
  
 
Jhala 的课是纯用 Haskell 讲 functional programming,[https://ucsd-cse230.github.io/fa20/ 链接]。Lerner 的 230 和 130 是一门课,会讲一点点 functional 入门的东西,还会讲 logic programming 和 OOP,[https://ucsd-pl.github.io/cse-130-230/fa18/ 链接]。作业难度 Jhala 比 Lerner 的难一点。<ref>UCSD-CS 正式群</ref>
 
Jhala 的课是纯用 Haskell 讲 functional programming,[https://ucsd-cse230.github.io/fa20/ 链接]。Lerner 的 230 和 130 是一门课,会讲一点点 functional 入门的东西,还会讲 logic programming 和 OOP,[https://ucsd-pl.github.io/cse-130-230/fa18/ 链接]。作业难度 Jhala 比 Lerner 的难一点。<ref>UCSD-CS 正式群</ref>
  
== 课程评价 ==
+
==== CSE 260 Parallel Computation ====
 +
 
 +
20winter podcast 链接:https://podcast.ucsd.edu/watch/wi20/cse260_a01
 +
 
 +
=== 课程评价 ===
  
 
* https://www.1point3acres.com/bbs/thread-582828-1-1.html
 
* https://www.1point3acres.com/bbs/thread-582828-1-1.html

2022年11月27日 (日) 21:34的最新版本

信息

学校地址
9500 Gilman Drive, La Jolla, CA 92093-0021

网站

宿舍

申请:

信息:

课程网站

22 winter

21 fall

CS Master 选课

网站

课程列表

毕业要求:

课表:

Graduate Course Updates:

课程信息

CSE 202 Algorithm Design and Analysis

19fall 作业:http://algorithms.eng.ucsd.edu/cse202/evaluation

CSE 230 Principles of Programming Languages

Jhala 的课是纯用 Haskell 讲 functional programming,链接。Lerner 的 230 和 130 是一门课,会讲一点点 functional 入门的东西,还会讲 logic programming 和 OOP,链接。作业难度 Jhala 比 Lerner 的难一点。[2]

CSE 260 Parallel Computation

20winter podcast 链接:https://podcast.ucsd.edu/watch/wi20/cse260_a01

课程评价

参考资料

  1. UCSD-CS 正式群
  2. UCSD-CS 正式群