Giter Club home page Giter Club logo

huffman-coding's Introduction

Huffman-Coding

License Issues Stars

Data Visualization Dashboard for Website Scoring

README of supported languages: English | 简体中文

Introduction

Huffman coding is a popular algorithm used for lossless data compression. It assigns variable-length codes to input characters, with shorter codes for more frequent characters, resulting in efficient compression.

This tool is developed based on Electron, React, and C++, allowing encoding and decoding of text using the Huffman algorithm while ensuring performance, software aesthetics, and user-friendliness, and providing visual rendering of the Huffman tree.

Features

Encoding

Waiting for user input or uploading a file to be encoded

Encoding1

Waiting for user confirmation to encode

Encoding2

Program returns the encoding result

Encoding-success

Decoding

Waiting for user input or uploading a file to be decoded

Decoding1

Waiting for user confirmation to decode

Decoding2

Program returns the decoding result

Decoding-success

HuffmanTreeVisualize

Waiting for user input or uploading the encoding table

HuffmanTreeVisualize

Program returns the rendered Huffman tree

HuffmanTreeVisualize-success

Project Setup

Install

$ npm install

Build

# For Windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

Development Guide

Tips

src\backend contains code for plugins written in C++, you need to set up the environment accordingly before development, please refer to "How to Write Plugins for Node.js Applications".

src\renderer contains code for the rendering process of the Electron application.

src\main contains code for the main process of the Electron application.

Recommended IDE Setup

Dev

$ npm run dev

huffman-coding's People

Contributors

youngzm339 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.