Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code-Vault

我的语言学习记录

一、.leetcode

163道算法题目,不同解法即最优写法记录

_RunSelector.bat运行随机选择几道题目(可设置),存储在cache.cpp.txt,用于刷题复习

二、Cplusplus

1. 博客视频链接

Cppreference离线版

https://github.com/myfreeer/cppreference2mshelp

小彭老师-小彭大典

https://parallel101.github.io/cppguidebook/

https://github.com/parallel101

Mq-b

https://github.com/Mq-b

2. 学习笔记Cplusplus/doc

(1) 课程学习笔记

_Course

ChernoCppNotes

  • Cherno的C++教程学习笔记(markdown、pdf)

OpenGL

  • 跟着cherno学习opengl的代码

CoursesLearn

  • CoursesLearn-Code(小彭老师编写的代码)
  • CoursesLearn-课件(课件ppt、以及记录部分课程的markdown总结)
  • CoursesLearn-有用代码文件.md(总结我认为CoursesLearn-Code有用的代码)
  • CoursesLearn-README.md(小彭老师的资源总结)

CUDA

  • CUDA学习笔记

(2) C++知识点笔记

_Note

  • Demo

demo:SnowflakeGenerator、RingBuffer、concurrent_stack、concurrent_queue、共享内存映射高效读取文件

工具:FileLister

  • BaseLearn

类、并发、设计模式、STL、模板、网络 学习笔记

  • VersionFeatures

C++11/14/17/20/23/26版本新特性笔记

多态.md

模板元编程.md

平台设置和问题.md

实战入门CMake.md

3rdParty

boost、Abseil、httplib、spdlog学习笔记

Standard

C++11/14/17/20/23/26 提供的所有头文件 概念介绍及使用

Benchmark

性能对比杂谈

(3) 编译器相关

编译器.md——编译/设置/特有属性介绍

GCC

pb_ds——特有数据结构

MSVC

并发运行时和并行库——特有处理并发并行功能

(4) 技术杂谈

Tittle-Tattle

IO多路复用模型、rust和C++对比、CDN和OSS对比

(5) 性能优化

Parallel

intel指令集、openmp

3. 代码资源

src(测试、性能、代码使用示例)

stdex(通用文件资源,排序算法、最短路径算法、信号回调、打印、数学函数、内存管理、性能测试、RAII、随机数算法生成、反射、搜索算法、工具扩展函数)

三、Rust

Rust 入门学习 https://www.bilibili.com/video/BV1hp4y1k7SV/

Releases

Packages

Contributors

Languages