Zhejiang University 2019-2020 Spring and Summer Computer Graphics Course 6 Experiments + Programs + OpenGL Learning Material
☆14Nov 28, 2023Updated 2 years ago
Alternatives and similar repositories for Computer-Graphics
Users that are interested in Computer-Graphics are comparing it to the libraries listed below
Sorting:
- 管道内赛车/计算机图形学/组队作业/ZJU☆10Jan 19, 2017Updated 9 years ago
- 浙江大学高级数据结构课程project,一个简单的搜索引擎☆13Aug 13, 2020Updated 5 years ago
- ZJU-2019-Computer Network☆13Aug 3, 2020Updated 5 years ago
- path planning, trajectory planning, icp, robot arm project of zju advanced robotics summer class☆14Dec 2, 2020Updated 5 years ago
- 基于项目k临近的协同过滤的Hadoop实现,数据集采用MovieLens,对某一用户推荐k个预测电影。 Using the item-based collaborative filtering to predict k neighbors on dataset MovieL…☆11Mar 23, 2016Updated 9 years ago
- ☆13Feb 6, 2026Updated last month
- ☆12Feb 20, 2021Updated 5 years ago
- Kernel, RISC-V, ZJU OS Lab, 2020 Fall☆21Oct 21, 2021Updated 4 years ago
- 中国大学MOOC-浙江大学-翁恺老师网课-C语言程序设计,我从零开始自学编程的记录。☆16May 18, 2020Updated 5 years ago
- 《分布式对象存储:原理、设计与实现》☆12May 19, 2020Updated 5 years ago
- 浙江大学电子科学与技术本科生的一些课程代码&笔记☆11Jul 2, 2022Updated 3 years ago
- OpenGL 实现☆27Mar 9, 2020Updated 6 years ago
- 浙江大学计算机学院软件工程/软件工程基础课程的客观题题库和简单的刷题小程序☆20Jun 26, 2024Updated last year
- Large game project at the Blekinge Institute of Technology☆10Oct 30, 2020Updated 5 years ago
- 浙江大学自动化(控制)专业部分课程笔记☆16Jun 28, 2018Updated 7 years ago
- Course materials in junior year☆60Apr 4, 2021Updated 4 years ago
- Voronoi Diagram☆10May 1, 2019Updated 6 years ago
- This repository contants INP files and subroutine codes which are used for simulation of AM process in ABAQUS.☆16Aug 29, 2021Updated 4 years ago
- 浙江大学CS专业做完的一些LAB和project☆45Jul 10, 2024Updated last year
- Assignments for course IERG 6130: Reinforcement Learning and Beyond☆12Mar 9, 2021Updated 5 years ago
- 这阵子由于项目需要,需要从手机上采集用户的运动轨迹数据,这样的功能大家都见到的很多了,比如咕咚、悦动圈,对跑步运动轨迹数据进行采集,再如,微信运动、钉钉运动,对于每一天你走步进行计数,如果要记录轨迹就离不开的手机定位,如果要记录步数那就离不开陀螺仪(角速度传感器),花了一天…