All Projects → XWHQSJ → Ebooks

XWHQSJ / Ebooks

A repository for ebooks, including C, C plus plus, Linux Kernel, Compiler, OS, Algorithm, Security, Database, Network, ML and DL

Programming Languages

c
50402 projects - #5 most used programming language
cpp
1120 projects

Projects that are alternatives of or similar to Ebooks

Cs Wiki
🎉 致力打造完善的 Java 后端知识体系,不仅仅帮助各位小伙伴快速且系统的准备面试,更指引学习的方向
Stars: ✭ 369 (+144.37%)
Mutual labels:  algorithm, database, network, os
Tech Refrigerator
🍰 기술 냉장고입니다. 🛒 기술 면접 , 전공 시험 , 지식 함양 등 분명 도움될 거예요! 🤟
Stars: ✭ 699 (+362.91%)
Mutual labels:  algorithm, database, network
Technicalnote
Repository to store what we have studied. 📖 We want everyone to get a job through TechnicalNote.
Stars: ✭ 206 (+36.42%)
Mutual labels:  algorithm, database, network
Pi64
A 64-bit OS for the Raspberry Pi 3
Stars: ✭ 720 (+376.82%)
Mutual labels:  os, linux-kernel
Ubuntu64 Rpi
适用于树莓派3b/3b+的64位系统.
Stars: ✭ 652 (+331.79%)
Mutual labels:  os, linux-kernel
Gocaml
🐫 Practical statically typed functional programming language implementation with Go and LLVM
Stars: ✭ 653 (+332.45%)
Mutual labels:  compiler, ml
Graphql Compiler
Turn complex GraphQL queries into optimized database queries.
Stars: ✭ 447 (+196.03%)
Mutual labels:  compiler, database
Ready For Tech Interview
💻 신입 개발자로서 준비를 하기 위해 지식을 정리하는 공간 👨‍💻
Stars: ✭ 1,035 (+585.43%)
Mutual labels:  network, os
Java Knowledge Mind Map
【🌱🌱Java服务端知识技能图谱】用思维脑图梳理汇总Java服务端知识技能
Stars: ✭ 787 (+421.19%)
Mutual labels:  database, network
Halfrost Field
✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地
Stars: ✭ 10,414 (+6796.69%)
Mutual labels:  algorithm, network
Advisor
Open-source implementation of Google Vizier for hyper parameters tuning
Stars: ✭ 1,359 (+800%)
Mutual labels:  algorithm, ml
Chat
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
Stars: ✭ 516 (+241.72%)
Mutual labels:  algorithm, database
Linux0.11
Linux内核0.11完全注释V3.0配套源代码
Stars: ✭ 497 (+229.14%)
Mutual labels:  os, linux-kernel
Cs Books
超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
Stars: ✭ 1,215 (+704.64%)
Mutual labels:  database, os
Reddit Detective
Play detective on Reddit: Discover political disinformation campaigns, secret influencers and more
Stars: ✭ 129 (-14.57%)
Mutual labels:  database, network
Gofamily
🔥 大厂 BAT 面试高频知识点,后端技术体系。包含了 C GO Python, 网络,Redis ,MySQL ,消息队列 ,高并发,微服务,缓存,操作系统,算法,LeetCode 刷题等知识
Stars: ✭ 474 (+213.91%)
Mutual labels:  algorithm, network
Blog
本仓库存放个人博客的 markdown 源文件
Stars: ✭ 951 (+529.8%)
Mutual labels:  database, os
E Books
A collections of FREE ebooks
Stars: ✭ 143 (-5.3%)
Mutual labels:  algorithm, ebooks
Samples
Sample projects using Material, Graph, and Algorithm.
Stars: ✭ 386 (+155.63%)
Mutual labels:  algorithm, database
Tempesta
The Linux Application Delivery Controller
Stars: ✭ 429 (+184.11%)
Mutual labels:  database, linux-kernel

ebooks

A repository for ebooks, including C, C plus plus, Linux Kernel, Compiler, OS, Algorithm, Security, ML and DL

整个文件的结构将以下面形式展现

.
├── Algorithm
│   ├── Algorithms v4.pdf
│   └── 算法图解.pdf
├── Compiler
│   ├── Parsing Techniques--a practical guide.pdf
│   ├── 编译原理 龙书 第2版.pdf
│   ├── 自制编译器.pdf
│   └── 自己动手写编译器、链接器.pdf
├── Cpp
│   ├── C
│   │   ├── ASCII字符表.jpg
│   │   ├── C专家编程.pdf
│   │   ├── C语言标准.pdf
│   │   ├── C陷阱与缺陷.pdf
│   │   ├── Learn C the Hard Way.pdf
│   │   ├── 啊哈C语言书.pdf
│   │   └── 明解C语言  中级篇.pdf
│   └── Cpp
│       ├── Accelerated C++ 简体中文版 .pdf
│       ├── C++ Primer Plus 第5版 中文版.pdf
│       ├── C++ STL源码剖析 侯捷版本.pdf
│       ├── C++ Templates 简体中文版.pdf
│       ├── C++标准程序库.pdf
│       ├── C++编程思想[第一卷].pdf
│       ├── C++编程思想[第二卷].pdf
│       ├── Effective STL 简体中文版.pdf
│       └── 现代 C++ 教程:高速上手 C++.pdf
├── Java
│   ├── Head First Java-第2版 中文完整高清版.pdf
│   └── 深入理解Java虚拟机:JVM高级特性与最佳实践.pdf
├── LinuxKernel
│   ├── Advanced Programming in the UNIX Environment_Third Edition.pdf
│   ├── Linux内存地址映射.pdf
│   ├── Linux内核源代码完全注释 v3 带标签.pdf
│   ├── tool
│   │   ├── Docker容器与容器云 第2版.pdf
│   │   ├── Learning GNU Emacs_Third Edition.pdf
│   │   └── 图解HTTP.epub
│   ├── Understanding the Linux Kernel_3rd Edition.pdf
│   ├── Unix内核源码剖析.pdf
│   ├── UNIX环境高级编程 第2版.pdf
│   ├── UNIX 环境高级编程 第3版.pdf
│   ├── UNIX编程艺术.pdf
│   ├── 深入理解Linux内核 完整版.pdf
│   └── 电子科大Linux内核技术课程
│       ├── 李林_Part
│       │   ├── code
│       │   │   ├── 1
│       │   │   │   ├── 1.1
│       │   │   │   │   ├── PrintingDriver
│       │   │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   │   ├── DriverMain.c
│       │   │   │   │   │   ├── DriverMain.h
│       │   │   │   │   │   ├── Makefile
│       │   │   │   │   │   └── ToolFunctions.h
│       │   │   │   │   └── UserApp
│       │   │   │   │       └── main.cpp
│       │   │   │   └── 1.2
│       │   │   │       ├── DriverFileOperations.c
│       │   │   │       ├── DriverFileOperations.h
│       │   │   │       ├── DriverMain.c
│       │   │   │       ├── DriverMain.h
│       │   │   │       ├── Makefile
│       │   │   │       └── ToolFunctions.h
│       │   │   ├── 2
│       │   │   │   ├── 2.1
│       │   │   │   │   ├── PrintingDriver
│       │   │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   │   ├── DriverMain.c
│       │   │   │   │   │   ├── DriverMain.h
│       │   │   │   │   │   ├── IoCtlSupport.h
│       │   │   │   │   │   ├── Makefile
│       │   │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   │   └── ToolFunctions.h
│       │   │   │   │   └── Userapp
│       │   │   │   │       └── main.cpp
│       │   │   │   ├── 2.10
│       │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   ├── DriverMain.c
│       │   │   │   │   ├── DriverMain.h
│       │   │   │   │   ├── Makefile
│       │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   └── ToolFunctions.h
│       │   │   │   ├── 2.2
│       │   │   │   │   ├── PrintingDriver
│       │   │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   │   ├── DriverMain.c
│       │   │   │   │   │   ├── DriverMain.h
│       │   │   │   │   │   ├── Makefile
│       │   │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   │   └── ToolFunctions.h
│       │   │   │   │   └── UserApp
│       │   │   │   │       └── main.cpp
│       │   │   │   ├── 2.3
│       │   │   │   │   ├── PrintingDriver
│       │   │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   │   ├── DriverMain.c
│       │   │   │   │   │   ├── DriverMain.h
│       │   │   │   │   │   ├── Makefile
│       │   │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   │   └── ToolFunctions.h
│       │   │   │   │   └── UserApp
│       │   │   │   │       └── main.cpp
│       │   │   │   ├── 2.4
│       │   │   │   │   ├── PrintingDriver
│       │   │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   │   ├── DriverMain.c
│       │   │   │   │   │   ├── DriverMain.h
│       │   │   │   │   │   ├── Makefile
│       │   │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   │   └── ToolFunctions.h
│       │   │   │   │   └── UserApp
│       │   │   │   │       └── main.cpp
│       │   │   │   ├── 2.5
│       │   │   │   │   ├── PrintingDriver
│       │   │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   │   ├── DriverMain.c
│       │   │   │   │   │   ├── DriverMain.h
│       │   │   │   │   │   ├── Makefile
│       │   │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   │   └── ToolFunctions.h
│       │   │   │   │   └── UserApp
│       │   │   │   │       └── main.cpp
│       │   │   │   ├── 2.6
│       │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   ├── DriverMain.c
│       │   │   │   │   ├── DriverMain.h
│       │   │   │   │   ├── Makefile
│       │   │   │   │   └── ToolFunctions.h
│       │   │   │   ├── 2.7
│       │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   ├── DriverMain.c
│       │   │   │   │   ├── DriverMain.h
│       │   │   │   │   ├── Makefile
│       │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   └── ToolFunctions.h
│       │   │   │   ├── 2.8
│       │   │   │   │   └── PageOperations.h
│       │   │   │   └── 2.9
│       │   │   │       ├── DriverFileOperations.c
│       │   │   │       ├── DriverFileOperations.h
│       │   │   │       ├── DriverMain.c
│       │   │   │       ├── DriverMain.h
│       │   │   │       ├── Makefile
│       │   │   │       ├── ToolFunctions.c
│       │   │   │       └── ToolFunctions.h
│       │   │   ├── 3
│       │   │   │   ├── 3.1
│       │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   ├── DriverMain.c
│       │   │   │   │   ├── DriverMain.h
│       │   │   │   │   ├── Makefile
│       │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   └── ToolFunctions.h
│       │   │   │   ├── 3.10
│       │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   ├── DriverMain.c
│       │   │   │   │   ├── DriverMain.h
│       │   │   │   │   ├── Makefile
│       │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   └── ToolFunctions.h
│       │   │   │   ├── 3.11
│       │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   ├── DriverMain.c
│       │   │   │   │   ├── DriverMain.h
│       │   │   │   │   ├── Makefile
│       │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   └── ToolFunctions.h
│       │   │   │   ├── 3.12
│       │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   ├── DriverMain.c
│       │   │   │   │   ├── DriverMain.h
│       │   │   │   │   ├── Makefile
│       │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   ├── ToolFunctions.h
│       │   │   │   │   └── UserApp
│       │   │   │   │       └── main.cpp
│       │   │   │   ├── 3.13
│       │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   ├── DriverMain.c
│       │   │   │   │   ├── DriverMain.h
│       │   │   │   │   ├── Makefile
│       │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   └── ToolFunctions.h
│       │   │   │   ├── 3.14
│       │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   ├── DriverMain.c
│       │   │   │   │   ├── DriverMain.h
│       │   │   │   │   ├── Makefile
│       │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   └── ToolFunctions.h
│       │   │   │   ├── 3.2
│       │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   ├── DriverMain.c
│       │   │   │   │   ├── DriverMain.h
│       │   │   │   │   ├── Makefile
│       │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   └── ToolFunctions.h
│       │   │   │   ├── 3.3
│       │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   ├── DriverMain.c
│       │   │   │   │   ├── DriverMain.h
│       │   │   │   │   ├── Makefile
│       │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   └── ToolFunctions.h
│       │   │   │   ├── 3.4
│       │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   ├── DriverMain.c
│       │   │   │   │   ├── DriverMain.h
│       │   │   │   │   ├── Makefile
│       │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   └── ToolFunctions.h
│       │   │   │   ├── 3.5
│       │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   ├── DriverMain.c
│       │   │   │   │   ├── DriverMain.h
│       │   │   │   │   ├── Makefile
│       │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   └── ToolFunctions.h
│       │   │   │   ├── 3.6
│       │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   ├── DriverMain.c
│       │   │   │   │   ├── DriverMain.h
│       │   │   │   │   ├── Makefile
│       │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   └── ToolFunctions.h
│       │   │   │   ├── 3.7
│       │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   ├── DriverMain.c
│       │   │   │   │   ├── DriverMain.h
│       │   │   │   │   ├── Makefile
│       │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   └── ToolFunctions.h
│       │   │   │   ├── 3.8
│       │   │   │   │   ├── DriverFileOperations.c
│       │   │   │   │   ├── DriverFileOperations.h
│       │   │   │   │   ├── DriverMain.c
│       │   │   │   │   ├── DriverMain.h
│       │   │   │   │   ├── Makefile
│       │   │   │   │   ├── ToolFunctions.c
│       │   │   │   │   └── ToolFunctions.h
│       │   │   │   └── 3.9
│       │   │   │       ├── DriverFileOperations.c
│       │   │   │       ├── DriverFileOperations.h
│       │   │   │       ├── DriverMain.c
│       │   │   │       ├── DriverMain.h
│       │   │   │       ├── Makefile
│       │   │   │       ├── ToolFunctions.c
│       │   │   │       └── ToolFunctions.h
│       │   │   └── 4
│       │   │       ├── 4.1
│       │   │       │   ├── DriverFileOperations.c
│       │   │       │   ├── DriverFileOperations.h
│       │   │       │   ├── DriverMain.c
│       │   │       │   ├── DriverMain.h
│       │   │       │   ├── IoCtlSupport.h
│       │   │       │   ├── Makefile
│       │   │       │   ├── ToolFunctions.c
│       │   │       │   └── ToolFunctions.h
│       │   │       ├── 4.10
│       │   │       │   ├── DriverFileOperations.c
│       │   │       │   ├── DriverFileOperations.h
│       │   │       │   ├── DriverMain.c
│       │   │       │   ├── DriverMain.h
│       │   │       │   ├── Makefile
│       │   │       │   ├── ToolFunctions.c
│       │   │       │   ├── ToolFunctions.h
│       │   │       │   └── UserApp
│       │   │       │       └── main.cpp
│       │   │       ├── 4.11
│       │   │       │   ├── DriverFileOperations.c
│       │   │       │   ├── DriverFileOperations.h
│       │   │       │   ├── DriverMain.c
│       │   │       │   ├── DriverMain.h
│       │   │       │   ├── Makefile
│       │   │       │   ├── ToolFunctions.c
│       │   │       │   └── ToolFunctions.h
│       │   │       ├── 4.12
│       │   │       │   ├── DriverFileOperations.c
│       │   │       │   ├── DriverFileOperations.h
│       │   │       │   ├── DriverMain.c
│       │   │       │   ├── DriverMain.h
│       │   │       │   ├── Makefile
│       │   │       │   ├── ToolFunctions.c
│       │   │       │   └── ToolFunctions.h
│       │   │       ├── 4.13
│       │   │       │   ├── DriverFileOperations.c
│       │   │       │   ├── DriverFileOperations.h
│       │   │       │   ├── DriverMain.c
│       │   │       │   ├── DriverMain.h
│       │   │       │   ├── Makefile
│       │   │       │   ├── ToolFunctions.c
│       │   │       │   ├── ToolFunctions.h
│       │   │       │   ├── UserApp
│       │   │       │   │   └── main.cpp
│       │   │       │   ├── VMallocSpaceMangement.c
│       │   │       │   └── VMallocSpaceMangement.h
│       │   │       ├── 4.14
│       │   │       │   ├── DriverFileOperations.c
│       │   │       │   ├── DriverFileOperations.h
│       │   │       │   ├── DriverMain.c
│       │   │       │   ├── DriverMain.h
│       │   │       │   ├── Makefile
│       │   │       │   ├── ToolFunctions.c
│       │   │       │   ├── ToolFunctions.h
│       │   │       │   ├── UserApp
│       │   │       │   │   └── main.cpp
│       │   │       │   ├── VMallocSpaceMangement.c
│       │   │       │   └── VMallocSpaceMangement.h
│       │   │       ├── 4.15
│       │   │       │   ├── DriverFileOperations.c
│       │   │       │   ├── DriverFileOperations.h
│       │   │       │   ├── DriverMain.c
│       │   │       │   ├── DriverMain.h
│       │   │       │   ├── Makefile
│       │   │       │   ├── ToolFunctions.c
│       │   │       │   └── ToolFunctions.h
│       │   │       ├── 4.16
│       │   │       │   ├── DriverFileOperations.c
│       │   │       │   ├── DriverFileOperations.h
│       │   │       │   ├── DriverMain.c
│       │   │       │   ├── DriverMain.h
│       │   │       │   ├── Makefile
│       │   │       │   ├── ToolFunctions.c
│       │   │       │   └── ToolFunctions.h
│       │   │       ├── 4.17
│       │   │       │   └── vfree.c
│       │   │       ├── 4.18
│       │   │       │   ├── DriverFileOperations.c
│       │   │       │   ├── DriverFileOperations.h
│       │   │       │   ├── DriverMain.c
│       │   │       │   ├── DriverMain.h
│       │   │       │   ├── Makefile
│       │   │       │   ├── ToolFunctions.c
│       │   │       │   └── ToolFunctions.h
│       │   │       ├── 4.19
│       │   │       │   ├── DriverFileOperations.c
│       │   │       │   ├── DriverFileOperations.h
│       │   │       │   ├── DriverMain.c
│       │   │       │   ├── DriverMain.h
│       │   │       │   ├── Makefile
│       │   │       │   ├── ToolFunctions.c
│       │   │       │   └── ToolFunctions.h
│       │   │       ├── 4.2
│       │   │       │   ├── DriverFileOperations.c
│       │   │       │   ├── DriverFileOperations.h
│       │   │       │   ├── DriverMain.c
│       │   │       │   ├── DriverMain.h
│       │   │       │   ├── Makefile
│       │   │       │   ├── ToolFunctions.c
│       │   │       │   └── ToolFunctions.h
│       │   │       ├── 4.3
│       │   │       │   ├── DriverFileOperations.c
│       │   │       │   ├── DriverFileOperations.h
│       │   │       │   ├── DriverMain.c
│       │   │       │   ├── DriverMain.h
│       │   │       │   ├── Makefile
│       │   │       │   ├── ToolFunctions.c
│       │   │       │   └── ToolFunctions.h
│       │   │       ├── 4.4
│       │   │       │   └── virt_addr_valid.c
│       │   │       ├── 4.5
│       │   │       │   ├── DriverFileOperations.c
│       │   │       │   ├── DriverFileOperations.h
│       │   │       │   ├── DriverMain.c
│       │   │       │   ├── DriverMain.h
│       │   │       │   ├── Makefile
│       │   │       │   ├── ToolFunctions.c
│       │   │       │   └── ToolFunctions.h
│       │   │       ├── 4.6
│       │   │       │   ├── DriverFileOperations.c
│       │   │       │   ├── DriverFileOperations.h
│       │   │       │   ├── DriverMain.c
│       │   │       │   ├── DriverMain.h
│       │   │       │   ├── Makefile
│       │   │       │   ├── ToolFunctions.c
│       │   │       │   └── ToolFunctions.h
│       │   │       ├── 4.7
│       │   │       │   ├── DriverFileOperations.c
│       │   │       │   ├── DriverFileOperations.h
│       │   │       │   ├── DriverMain.c
│       │   │       │   ├── DriverMain.h
│       │   │       │   ├── Makefile
│       │   │       │   ├── ToolFunctions.c
│       │   │       │   └── ToolFunctions.h
│       │   │       ├── 4.8
│       │   │       │   └── find_hole.c
│       │   │       └── 4.9
│       │   │           └── alloc_pages.c
│       │   ├── Linux内核01.pptx
│       │   ├── Linux内核02.pptx
│       │   ├── Linux内核03.pptx
│       │   ├── Linux内核04.pptx
│       │   └── 内核调试命令.txt
│       └── 段翰聪_Part
│           ├── 1_Intro.pptx
│           ├── 2_Arch_and_Kernels.pptx
│           ├── 3_process & Threads.pptx
│           ├── 4_Linux Kernel Scheduling Framework Slides.pptx
│           └── 5_Storage Devices & File_Systems.pptx
├── ML
│   ├── An Introduction to R.pdf
│   ├── DL
│   │   ├── An Introduction to Statistical Learning with Applications in R.pdf
│   │   ├── Deep Learning with Python.pdf
│   │   ├── Grokking Deep Learning V10.pdf
│   │   ├── Hands-On_Reinforcement_Learning_with_Python.epub
│   │   ├── Learning From Data.pdf
│   │   ├── Pattern Recognition and Machine Learning.pdf
│   │   ├── PRML_模式识别与机器学习.pdf
│   │   ├── 动手学深度学习.pdf
│   │   ├── 深度学习500问
│   │   │   ├── 深度学习500问-Tan-00目录.pdf
│   │   │   ├── 深度学习500问-Tan-01第一章 数学基础.pdf
│   │   │   ├── 深度学习500问-Tan-02第二章 机器学习基础.pdf
│   │   │   ├── 深度学习500问-Tan-03第三章 深度学习基础.pdf
│   │   │   ├── 深度学习500问-Tan-04第四章 经典网络.pdf
│   │   │   ├── 深度学习500问-Tan-05第五章 卷积神经网络(CNN).pdf
│   │   │   ├── 深度学习500问-Tan-06第六章 循环神经网络(RNN).pdf
│   │   │   ├── 深度学习500问-Tan-07第七章 目标检测.pdf
│   │   │   ├── 深度学习500问-Tan-08第八章 图像分割.pdf
│   │   │   ├── 深度学习500问-Tan-09第九章 强化学习.pdf
│   │   │   ├── 深度学习500问-Tan-10第十章 迁移学习.pdf
│   │   │   ├── 深度学习500问-Tan-13第十三章 优化算法.pdf
│   │   │   ├── 深度学习500问-Tan-14第十四章 超参数调整.pdf
│   │   │   ├── 深度学习500问-Tan-15第十五章 正则化.pdf
│   │   │   ├── 深度学习500问-Tan-16参考文献.pdf
│   │   │   └── 目录预览.pdf
│   │   ├── 深度学习入门:基于Python的理论与实现.pdf
│   │   ├── 神经网络与深度学习-3小时.pptx
│   │   └── 神经网络与深度学习.pdf
│   ├── ML
│   │   ├── Advanced Machine Learning with Python.pdf
│   │   ├── Mastering Machine Learning with scikitlearn.pdf
│   │   ├── Python Machine Learning.pdf
│   │   ├── The Hundred-Page Machine Learning Book.pdf
│   │   ├── Understanding the Mathematics behind Gradient Descent_.pdf
│   │   ├── 凸优化
│   │   │   ├── Adequacy of Solutions.pdf
│   │   │   ├── Convex Optimization.pdf
│   │   │   ├── L1L2-regularization.pdf
│   │   │   ├── Lecture24.pdf
│   │   │   └── Optimization.pdf
│   │   ├── 机器学习 周志华.pdf
│   │   └── 统计学习方法.pdf
│   ├── PL
│   │   ├── learn python the hard way.pdf
│   │   ├── Python项目开发实战 第2版 完整高清版 带书签 .pdf
│   │   ├── 利用Python进行数据分析.pdf
│   │   └── 笨办法学 Python 第4版.pdf
│   ├── 普林斯顿微积分读本.pdf
│   └── 集体智慧编程.pdf
├── OS
│   ├── 30天自制操作系统.pdf
│   ├── Assembly
│   │   ├── 汇编语言王爽 第2版 课后答案.pdf
│   │   └── 汇编语言 第3版 王爽著.pdf
│   ├── ELF 格式解析.pdf
│   ├── Minix File System.pdf
│   ├── ORANGE’S:一个操作系统的实现 高清晰版.pdf
│   ├── Writing a Simple Operating System from Scratch.pdf
│   ├── x86汇编语言  从实模式到保护模式.pdf
│   ├── 操作系统share
│   │   ├── Buddy System及应用.pptx
│   │   ├── linux段页存储.pptx
│   │   ├── Seminar2.2.pptx
│   │   ├── Unix OS的PCB分析.pptx
│   │   ├── Unix PCB structure and queue discilpine.ppsx
│   │   ├── Unix进程死锁解决策略.pptx
│   │   ├── unix进程调度策略.pptx
│   │   ├── 中断处理程序流程图(do_IRQ).doc
│   │   └── 操作系统2.3.pptx
│   ├── 现代操作系统 第3版.pdf
│   └── 自己动手写操作系统 完全版.pdf
├── README.md
└── Security
    ├── 会议时间.xlsx
    └── 现代密码学基础.pdf

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].