Giter Club home page Giter Club logo

computer_science's Introduction

目录

1. leetcode笔记借鉴

2. linux操作命令

3. windows相关

4. github相关


计算机原理

1. 数据结构/算法

lintcodeleetcode

2. 计算机网络

非常推荐 如果让你来设计网络

HTTP/TCP协议基础
计算机网络基础知识总结
计算机网络基础知识整理

3. 操作系统原理

你当初是如何学会操作系统这门课程的?(知乎)
哈工大李治军老师的OS(视频)

4. 其他

  • 4.1 RSA加密过程
    I. 找出质数p,q
    II. n = pq
    III. fi(n) = (p-1)
    (q-1) 即欧拉函数
    IV. 公钥e,1<e<fi(n);e和fi(n)互质;私钥d,e*d除以fi(n)余数为1
    V. 加密:m^e除以n求余数C,将C传输;解密:C^d除以n求余数得到m

computer_science's People

Contributors

binzhouchn avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.