Git Product home page Git Product logo

cidr's Introduction

CIDR计算器

这是一个CIDR计算器

算法

核心算法文件是CalculateCIDR.js文件,算法大体步骤如下:

  • 第一步:计算二进制子网掩码
  • 第二步:IP地址与子网掩码做与运算得出网络号
  • 第三步:计算网络地址(网络号保持不变,主机号全为0)
  • 第四步:计算起始IP(网络号保持不变,主机号最后一位为1)
  • 第五步:计算广播地址(网络号保持不变,主机号全为1)
  • 第六步:计算结束IP(网络号保持不变,主机号最后一位为0)

示例

提供了一个基础示例,test.html文件,打开即可使用。

image-20201110235951311

cidr's People

Contributors

qyuewang avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.