Skip to content

zy6p/2021-SGG-SOC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2021-SGG-SOC

2021 WHU SGG summer of code

2021 测绘学院暑期 C++ 编程学校

ℹ️ 项目介绍

测绘学院公众号推送

旨在提高测绘学院同学编程水平,尤其是数据结构与算法相关知识。

🔰 使用方法

本仓库存放编程学校源码,所有参与同学可以提交代码到本仓库。

  1. 创建一个 GitHub 帐号。网站在国外,需要一定手段 ,参考教程
  2. 认识 GitHub。可以体验一下其官方入门教程。
  3. Fork 本仓库,然后可以在 fork 后仓库 修改自己的代码并提交。

💻 仓库结构

.
├── file
│   ├── 7190.21O
│   ├── main.cpp
│   ├── rinexOReader.cpp
│   └── rinexOReader.h
├── geohash
│   ├── 7-14.pptx
│   ├── CMakeLists.txt
│   ├── geohash-cpp
│   │   ├── CMakeLists.txt
│   │   ├── geohash.cpp
│   │   ├── geohash.hpp
│   │   ├── LICENSE
│   │   ├── README.md
│   │   └── test_geohash.cpp
│   ├── geohash.cpp
│   ├── geohash.h
│   ├── geohash-int
│   │   ├── geohash.c
│   │   ├── geohash.h
│   │   ├── LICENSE
│   │   ├── Makefile
│   │   ├── README.md
│   │   └── test-geohash.c
│   └── main.cpp
├── pre
│   └── SOC-01
│       ├── 7-14.pptx
│       ├── components
│       │   └── Counter.vue
│       ├── img
│       │   ├── ellipsoid.png
│       │   ├── geohash-base32.png
│       │   └── world-hash.png
│       ├── netlify.toml
│       ├── package.json
│       ├── README.md
│       ├── slides.md
│       ├── vercel.json
│       └── yarn.lock
└── README.md

1841 directories, 9555 files

About

2021 WHU SGG summer of code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages