GithubHelp home page GithubHelp logo

hz-bin / hz-bin.github.io Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 13.89 MB

https://hz-bin.github.io/

License: MIT License

JavaScript 22.87% HTML 35.81% Ruby 0.49% SCSS 40.68% Batchfile 0.01% Shell 0.14%

hz-bin.github.io's People

Contributors

hz-bin avatar

Stargazers

 avatar

Watchers

 avatar

hz-bin.github.io's Issues

C++ - Coding Change The World

https://hz-bin.github.io/C++

1、C++语法基础指针和引用 指针有自己的一块内存空间,引用只是一个别名。 sizeof 指针大小为4,sizeof 引用为被引用对象的大小。 引用必须初始化,且是一个已存在对象的引用。指针可以初始化为 nullptr。 可以有const指针,但是没有const引用。程序编译过程 预处理阶段:对源代码文...

操作系统 - Coding Change The World

https://www.hz-bin.cn/OS

进程、线程、协程 进程是操作系统资源分配的最小单位,线程是cpu调度的最小单位。 进程有独立的系统资源,而同一进程内的线程共享进程的大部分系统资源,包括堆、代码段、数据段,每个线程只拥有一些在运行中必不可少的私有属性,比如tcb,线程Id,栈、寄存器。 一个进程崩溃,不会对其他进程产生影响;而一个线程崩溃,...

Effective C++ - Coding Change The World

https://www.hz-bin.cn/Effective-C++

1、让自己习惯C++条款01:视C++为一个语言联邦 将 C++ 视为一个由相关语言组成的联邦而非单一语言:C、Object-Oriented C++、Template C++、STL。 C++ 高效编程守则视状况而变化,取决于你使用 C++ 的哪一部分。条款02:尽量以 const,enum,inline ...

Golang - Coding Change The World

https://hz-bin.github.io/Golang

1、Go 语言简介 Go 语言起源 2007 年,并于 2009 年正式对外发布 Go 语言三位作者: Robert Griesemer,参与开发 Java HotSpot 虚拟机; Rob Pike,Go 语言项目总负责人,贝尔实验室 Unix 团队成员,参与的项目包括 Plan...

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.