Terrenceloveyou / Awesome-Fudan

Awesome-Fudan: a code repository list of computer courses at Fudan University

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome-Fudan

AwesomeFudan

欢迎来到 Awesome-Fudan 仓库!本项目旨在汇总和整理复旦大学课程相关的代码仓库,为查找课程代码资源提供快速索引。

目录

课程项目

这个部分将收录课程相关的编程项目,以帮助学习者了解过往项目的实现思路并提出更好的解决方案。

注意:切忌全盘且不加思索地抄袭,这违背了该项目创建的初衷。

面向对象程序设计-COMP130135

Project of Xueping Wang: 贪吃蛇 Baseline

  • [JingYiJun] sfSnakePro: 基于SFML图形库的贪吃蛇小游戏,2022年春季复旦大学面向对象程序设计课程大作业 Github
  • [ZiYang-xie] sfSnake_Xzy: 贪吃蛇小游戏,源库SfSnake的升级版 Github
  • [Name-less-King] sfSnake-for-COMP130135.04: 面向对象程序设计大作业 Github
  • [River861] SfSnakeL: A very funny Gluttonous Snake Game. Github
  • [jeekzhang] Sfsnake: 2021年春复旦大学大一下面向对象程序设计大作业——贪吃蛇 Github
  • [LE-WH] oop-snake: A project from the OOP class COMP130135.04 in Fudan Univ. Github
  • [SixPlusSeven67] Snake_Game: Based on SFML 2.5.1 and sfSnake Github
  • [Farrrrland] SFML_snake: Based on source code from sfSnake Github

Project of Hui Liu

  • [airhaohan] OOP-Liu-Hui: The most comprehensive homework answer of OOP of Ms. Liu throughout the entire Internet Github

Project of Yaqian Zhou

  • [Monthlyaway] OOP-Course-2023-Spring: Object Oriented Programming taught by Zhou Yaqian Github

数据结构-COMP130004

Project of Tongbing Chen and Yuejie Zhang: 简易vim文本编辑器

  • [jeekzhang] Vim-mini: 2021年秋复旦大学大二上数据结构大作业——vim编辑器青春版 Github
  • [Lin-Yanjun] FDVIM: 复旦大学2021秋数据结构:使用C++,设计完整的封装、继承、多态体系,利用合理的数据结构,实现简易vim文本编辑器 Gitee
  • [qilinO-o] MyText: Vim like editor Github

Project of Yuejie Zhang: Online Judge and Course Materials

  • [KevinLee0328] COMP130004-FDU: 数据结构 Data Structure FDU-Fall22-COMP130004.02 Github

Project of Weiwei Sun: 地图匹配

  • [CaseyYang] MapMatching Github
  • [Y-aang] HMM-Viterbi-for-Map-Matching: A simple impliment of HMM-Viterbi for Map Matching Github
  • [bw-S0L] map-matching Github
  • [SMAC-Zhang] DS-PJ: 基于隐马尔可夫模型实现的地图匹配 Github

计算机组成与体系结构-COMP130191

Project of Xiaoguang Sun, Zhiqiang Tang and Hong Lu: MIPS CPU(单周期、多周期与流水线)

  • [jeekzhang] CPU-lab: 2022年春复旦大学大二下组成与体系结构实验 Github

Project of Chen Chen

  • [qilinO-o] RISCV64-CPU: A RISC-V64 CPU using System Verilog Github

计算机网络-COMP130136

Project of Dilin Mao: SMTP

  • [Unparalleled-Calvin] Cute-Mail: A cute E-mail client with the help of electron and SMTP Github
  • [jeekzhang] SMTP-Client: 基于socket和gui实现的SMTP邮件客户端 Github
  • [bush-hider] fdu-computer-networks-SMPT: C# 依据SMPT发送邮件 Github
  • [tuanshaochi] SMTP-mail-sender: A small application for computer networking Github

Project of Dilin Mao: RUDP

  • [Luther-Sparks] RUDP: Implement reliable UDP protocol. Github
  • [Unparalleled-Calvin] RUDP: Reliable UDP, Computer Network Lab Github
  • [bush-hider] fdu-computer-networks-RUDP: python 计算机网络-基于UDP实现可靠传输实验 Github
  • [jeekzhang] RUDP-Python3: 基于UDP实现可靠传输RUDP Github

Project of Yang Xu: FDFTP

  • [SMAC-Zhang] FDFTP: 基于UDP实现的可靠文件传输协议FDFTP Github
  • [qilinO-o] FDFTP: FTP based on UDP Github
  • [Row11n] FDFTP: This repository implements a little tool of FTP by python using socket module for FDU Computer Networks course’s lab Github

操作系统-COMP130110

Project of Liang Zhang

  • [SMAC-Zhang] OS-2022Fall-Fudan: Course Website for OS Autumn 2022 at Fudan University Github
  • [qilinO-o] OS-2022-FDU: A simple OS kernel (AArch64) Github

软件工程-COMP130015

Project of Liwei Shen

  • [mc020207] mc_software: onlineshopping-2023年春复旦大学软件工程lab Github

Project of Junyu Niu

  • [jeekzhang] Volunet-documentation: SAD document and OOA document for the Volunet Volunteer Service System written in LaTeX Github
  • [ChatDan] chatdan_docs: Demand_Analysis of ChatDan Github

计算机图形学A-COMP130018

Project of Wei Li: 音乐可视化&真实感图形学&动画

  • [SaltyfishLeavesyoung] COMP130018.01: 计算机图形学PJ Github
  • [LittleBBBo] ComputerGraphics: Projects of COMP130018.01(计算机图形学) Github
  • [cdsss] Computer-Graphics: 复旦大学计算机科学技术学院 - 计算机图形学项目 Github
  • [mc020207] mc_computer_graphics: 2022年秋复旦大学计算机图形学lab Github

Project of Bo Yan: A copy of MIT 6.837, including Curves-surfaces(assn1) and Ray-casting-tracing(assn4, assn5)

  • [jeekzhang] Graphics-project: Computer Graphics Course (COMP130018.01, 2023 Spring) Project of Fudan University Github

Project of Bo Yan: NeRF

  • [jeekzhang] PJNeRF: PJ with NeRF, Computer Graphics Course Project-3 of Fudan University Github

人工智能A-COMP130031

Project of Xiaoqing Zheng: BP&HMM

  • [yiwengxie] Class-of-AI: 2023 人工智能A PJ Github
  • [AobtDai] FDU-AIA-Project: 2023 spring term, AIA, Xiaoqing Zheng Github
  • [mc020207] mc_AI_Introduction: 2023年春复旦大学人工智能A实验 Github
  • [SephirothYS] AI_CourseProject_FDU: Artificial Intelligence course project include hand-written BP-network, simple CNN, HMM, BiLSTM + CRF Github

Project of Zuxuan Wu: Transfer Learning

  • [YesianRohn] BigDan: Better Image-classification Grade with Distillation and Augmentation Network Github
  • [zjyhhhher] AICourse: 《人工智能A》课程PJ,搭配使用数据增强达到deit_small上的较高的图像分类准确率 Github

Project of Hui Wei: 专家系统

  • [LittleBBBo] PJ-of-AI: 基于专家系统的词性标注器 Github
  • [WxxShirley] fuzzy_expert_system: 基于模糊专家系统的笔记本选购推荐系统,人工智能课程期末pj Github
  • [PrincipleZheng] CarAdvisor: 2022人工智能A-课程项目 Github
  • [Outsider565] AICorrect: Give suggestion to correcting cpp program using AI system (面向初学者的人工智能辅助调试专家系统) Github

并行分布计算-COMP130192

Project of Qi Zhang

  • [dingfen] ParallelComputing: 并行计算程序设计代码库 Github
  • [Row11n] ParallelComputingPJ: 并行快速排序&PSRS的MPI实现 Github
  • [mc020207] mc_Parallel_distributed_computing_lab: 复旦大学并行分布式开发lab Github
  • [jeekzhang] PDC_Project: Parallel and Distributed Computing Course (COMP130192.01, 2023 Autumn) Project of Fudan University Github

编译-COMP130014

Project of XiaoYang Wang

  • [SMAC-Zhang] Complier: 一个简单的编译器,能将fdmj语言编译成llvm ir或者RPI(树莓派) arm Github
  • [Lin-Yanjun] FDMJCompiler: 复旦大学2023春编译(H):使用C语言,基于虎书的编译器框架,实现针对FDMJ(Fu Dan Mini Java)语言的编译器 Gitee

软件化工程开发-COMP130112

Project of Ronghua Chen

  • [XufengCh] SoftwareEngineeringProject: 复旦大学软件工程化开发课程项目 Github
  • [WxxShirley] SE-Travel: 沪驴👣 一款提供上海市旅行、交友、攻略手帐的微信小程序 Github
  • [zyz9740] nianlunshuoMac: 7 percent 小组 软件工程化开发项目源代码 Github
  • [wen-liao] SoftwareDevelopmentPractice: Team project for Software Development Practice (COMP130112) Github
  • [1101-1105] Jellyfish: A simple Framework7 hybrid app. With PhoneGap you can easily convert it to native iOS app Github

数据挖掘技术-COMP130148

Project of Yanghua Xiao: 面向知识图谱的频繁模式挖掘&对指令数据的无监督聚类任务

  • [SephirothYS] DataMining_PJ: A course project for Data Mining course in FDU in 2023, include Knowledge Graph Mining and instructions unsupervised clustering Github

计算机可视化-COMP130174

Project of Zhiping Xu

  • [jeekzhang] WorldCupVisualization: Plotline实践——基于条形图的世界杯数据可视化 Github
  • [tuanshaochi] Computer-Visualization: Homework of Computer Visualization Github

数字信号处理-COMP130139

Project of Xiangyang Xue

  • [ichn-hu] Speech-Recognition-Via-CNN: 孤立词语音识别,复旦大学计算机科学技术学院数字信号处理期末项目 Github
  • [AlexanderChiuluvB] SpeechRecognitionPJ: Course Project of Speech Recognition 数字信号处理 复旦大学 孤立词语音识别 Github
  • [Hongqin-Li] speech-command-recognition: 复旦大学数字信号处理课程项目 Github

数字图像处理-COMP130032

Project of Junping Zhang: CHSNet-2023 Baseline

  • [AobtDai] CHSNet: Final PJ of DIP2023 in Fudan. Source code for ICASSP'23 paper: Cross-head Supervision for Crowd Counting with Noisy Annotations Github
  • [ekonwang] DIP: A github repo for DIP class agnostic counting (CAC) project Github
  • [lily-wu1207] DIP-SDENet: Scale Deformable Embedding Network Github

Project of Junping Zhang: CSRNet-2021 Baseline

  • [bblss123] DIP2021-SSNet: the runnable code of SSNet for DIP2021 Github

计算机视觉-COMP130124

Project of Jingjing Chen

  • [Outsider565] DFSS: Distil FCOS for Security Scanning Github
  • [CV-Magician] MMM-CLIP: Multi-label-image-classification with Multi-method CLIP Github

移动互联网-COMP130140

Project of Yangfan Zhou

  • [FDU205] YoYu: A simple app with frontend and backend codes Github
  • [ JsCrying] Tape: 移动互联网课程项目 Github
  • [Anon-233] Thesis_Management_System_: 复旦大学2023春季学期移动互联网课程Project Github
  • [CatlessFish] crispy-coconut: 一款类似Tape的匿名提问社交App Github
  • [TSKGHS17] dataset-tagger-ui: data tag platform, front-end Github
  • [mobile-Internet-group] mobile-Internet-2023-spring: Location-Based-Wall & frontend & backend Github
  • [Wang-Mengyao] RoseSCI: A Thesis management system, aim to design a paper management system for convenient literature management and review. Github
  • [ChatDan] ChatDan: a message box and 'biaobai' platform for Fudaners Github

课程笔记

这个部分将收录课程相关的笔记,供学习者查漏补缺和期末突击。

  • [FDU19CS] AcceptedHelper: Fudan2019CS课程笔记汇总(含离散数学、计算机系统基础、计算理论基础、操作系统、计算机网络、数据挖掘、计算机图形学) Github Page

相关仓库

  • [openFudan] fudan-coursera: 复旦大学课程资源 Github
  • [PrincipleZheng] FDU-CS-ClassMaterials: 复旦大学计算机相关课程考试试卷 Github
  • [KaguyaHouraisan] Course-Projects-of-FDU-Software-Engineering: All projects I completed in Software Engineering in Fudan University from 2018 / 复旦大学2018级软件工程专业课程项目合集 Github
  • [ForeverHaibara] Fudan-Courses: Notes for Courses in School of Data Science, Fudan University / 复旦大学数据科学与大数据技术专业(复旦大数据)学习笔记 Github
  • [opheliazhang2] FDU 开放题库 Notion

如何贡献

如果你有相关课程的链接需要添加或有更好的项目展示样式,欢迎贡献!

具体步骤:

  • 提交 PR:Fork 本项目,然后在README添加内容后发起 PR 即可
  • 创建Issue:可以直接把链接和课程信息附加在 Issue 中
  • 邮件联系:也可以把链接和相关内容发送至我的邮箱

许可证

Creative Commons BY-SA 4.0 License

本作品采用 知识共享署名 - 相同方式共享 4.0 国际许可协议 进行许可。

如需了解更多关于此许可证的信息,请访问 https://creativecommons.org/licenses/by-sa/4.0/deed.zh

About

Awesome-Fudan: a code repository list of computer courses at Fudan University