• Stars
    star
    163
  • Rank 229,852 (Top 5 %)
  • Language
  • Created over 4 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

✍️ The notes of courses in Shanghai Jiao Tong University

SJTU-course-notes

HitCount GitHub contributors

The collection of motes of some SJTU Courses.

上海交通大学部分课程的笔记、整理。

Currently we have 目前我们有如下内容:

  • BM181 the Introduction of Biomedicine (Honor) 生物医学导论(荣誉) by Researcher Yue Zhou周越 副研究员
  • CS157 the Methods of Programming (C++) (Honor) 程序设计思想与方法(C++)(荣誉) by Teacher Gui'e Meng孟桂娥 讲师
  • CS158 Data Structure (Honor) 数据结构(荣誉) by Prof. Yong Yu俞勇 教授
  • CS214 Algorithm and Complexity 算法与复杂性 by Prof. Xiaofeng Gao高晓沨 教授
  • CS307 Operating System (D) 操作系统(D类) by Researcher Chentao Wu吴晨涛 副研究员
  • CS359 Computer Architecture (A) 计算机系统结构(A类) by Prof. Qianni Deng邓倩妮 副教授
  • CS385 Machine Learning 机器学习 by Prof. Quanshi Zhang张拳石 副教授
  • CS386 Digital Image Processing 数字图像处理 by Prof. Hongtao Lu and Prof. Bin Sheng卢宏涛 教授盛斌 副教授
  • CS467 Theory of Computation 计算理论 by Prof. Huan Long龙环 副教授
  • CS499 Mathematical Foundation of Computer Science 计算机科学中的数学基础 by Prof. Jie Li李颉 教授
  • EC109 Principles of Economics 经济学原理 by Prof. Xiaojun Pan潘小军 副教授
  • EI209 Computer Organization 计算机组成 by Teacher Jingwen Leng冷静文 讲师
  • EM219 Engineering Mechanics (Honor) 工程力学(荣誉) by Prof. Xiaobing Song宋晓冰 副教授
  • IS307 Basics of Cryptography and Information Security 密码学与信息安全基础 by Prof. Yu Long龙宇 副教授
  • MA239 Discrete Mathematics (Honor) 离散数学(荣誉) by Prof. Yu Long龙宇 副教授
  • MA263 Probability and Statistics (Honor) 概率统计(荣誉) by Prof. Dewen Xiong熊德文 副教授
  • PH070 University Physics (I) (Honor) 大学物理 (1) (荣誉) by Prof. Qitu Hu胡其图 教授
  • PH071 University Physics (II) (Honor) 大学物理 (2) (荣誉) by Prof. Qitu Hu胡其图 教授
  • SE305 Database Techniques 数据库技术 by Prof. Chaojun Lu陆朝俊 副教授
  • TH007 Marxism Basic Principle 马克思主义基本原理概论 by Teacher Liping Liu刘立萍 讲师

Notes: the courses above is in alphabet order of course number, the [Updating] tag means the course notes is currently updating.

注:以上按照课号字典序,带有 [Updating] 标签的课程的笔记正在整理和更新中。

特别鸣谢 Special Thanks(排名不分先后)

@KoalaYan 对于TH007笔记的贡献!

The supplements are welcomed.

欢迎补充。

How to contribute?

  • Open a pull request.

  • Send an e-mail to [email protected]

  • If you find mistakes in the notes, don't hesitate to open an issue, or you can just use the 'Mistakes Found List' issue.

More Repositories

1

TransCG

[RAL 2022 & ICRA 2023] TransCG: A Large-Scale Real-World Dataset for Transparent Object Depth Completion and A Grasping Baseline
Python
78
star
2

oh-my-papers

Oh-My-Papers: a Hybrid Context-aware Paper Recommendation System
Python
25
star
3

DeepHDR-pytorch

PyTorch re-implementation of ECCV'18 paper: Deep High Dynamic Range Imaging with Large Foreground Motions
Python
23
star
4

NHDRRNet-pytorch

PyTorch re-implementation of TIP'20 paper: Deep HDR Imaging via a Non-Local Network
Python
18
star
5

AlignHDRToolkit

📷 The toolkit of HDR synthesis approaches based on alignment methods
Python
11
star
6

CS241-CourseData

The CS241 Course of Shanghai Jiao Tong University
C++
10
star
7

easyrobot

An Easy and Unified Interface for Robots (and Grippers, etc.)
Python
10
star
8

Logical-Foundations

<Logical Foundations> personal study record.
Coq
9
star
9

CS7309-Project

The Course Project of CS7309 Reinforcement Learning in SJTU
Python
5
star
10

alpha-protein

Alpha-Protein: Protein Contact-map Prediction Boosted by Attention
Python
5
star
11

TransCG-data-collector

The Data Collector for TransCG Dataset
Python
4
star
12

HDRLib

HDRLib: A Handy Toolbox to Construct High Dynamic Range Image from Multiple Low Dynamic Range Images
Python
3
star
13

GANcon-pytorch

personal RE-implementation of GANcon paper
Python
3
star
14

MS125-RISCV-simulator

PPCA Projects: RISCV
C++
3
star
15

Galaxies99

2
star
16

SVHN-playground

An Exploration of Machine Learning Methods on SVHN Dataset
Python
2
star
17

MS125-chatroom-server

PPCA Project: ChatRoom Server
Go
2
star
18

VAE-pytorch

Personal Pytorch Implementations of Variational Auto-Encoders
Python
2
star
19

CS356-Projects

The Projects of CS307: Operating System
TeX
2
star
20

formalized-DFS-proof

The formalized DFS (Depth First Search) proof in Coq (with the help of Graph libraries)
Coq
2
star
21

CS7304H-Project

The Course Project of CS7304H Statistical Learning in SJTU
Python
2
star
22

CS158-Project-Deque

CS158 Project Deque
C++
1
star
23

VST-Tutorial

VST Tutorial
Coq
1
star
24

CS158-Project-BTree

CS158 Project BTree
C++
1
star
25

EE359-Labs

The Labs of EE359: Data Mining
Jupyter Notebook
1
star
26

EE447-CourseData

The Course Data of EE447: Mobile Internet in SJTU
Java
1
star
27

leetcode

💻 Personal Leetcode Solutions
C++
1
star
28

MS125-chatroom-client

PPCA Project: ChatRoom Client
C++
1
star
29

Algorithms-of-Strings

Algorithms of Strings, implemented in C++, mainly for OIers and ACMers.
C++
1
star
30

inception-cuda

CUDA Implementation of Inception
Cuda
1
star
31

CS499-CourseData

The Course Data of CS499 course of SJTU.
TeX
1
star
32

CS214-Homeworks

The Homework of CS214: Algorithm and Complexity in SJTU
TeX
1
star
33

CS307-Homeworks

Homework for CS307
TeX
1
star
34

GAN-pytorch

Personal Pytorch Implementations of Generative Adversarial Networks
Python
1
star