171 results for “topic:bitwise-operators”
Math Parser: Java, C#, C++, Kotlin, Android, and all .NET platforms (Nuget, Maven, CMake). Supports .NET Framework, .NET Core, .NET Standard, Xamarin, and more. Features: rich built-in library of math functions, operators, constants. Flexible in user-defined arguments, functions. Expressions provided as plain text. Easy to use. Well documented.
This module consists of various Interview Preparation Materials and Possible Programming Questions on various Topics to be covered.
A Swift Bits Manipulation/Bitwise Operations Toolkit
Memory efficient binary formats instead of objects.
Collection of Swift playgrounds used in my posts: From functional aspects of Swift to C interoperability.
C++ Gomoku with a strong AI based on minimax search and alpha-beta pruning with Qt5 GUI. *Dozens of C++ tricks & hacks are used to improve efficiency.* Come and try to see if you can beat the powerful AI!
A fast Tsetlin Machine implementation employing bit-wise operators, with MNIST demo.
Sudoku Solver using bitmasks and bit-manipulation with Rust 🦀 and egui 🎨
C++ bignum with support for arbitrary precision integer arithmetic.
A CUDA implementation of the Tsetlin Machine based on bitwise operators
JavaApp1-Jun-2022
Data Structure and Algorithm in Java
JavaApp1-Oct-2021
A generic, modern and extensible numerical toolkit following the syntax and functionality of the GLSL shading language, but it packed with extra goodies
Simple trait to use bitwise operators on any class
c++ bitarray with more simplicity, functionality (and possibly performance) than std::bitset
A data type similar to ByteBuffer, but can read/write bits as well as bytes to improve throughput and allow for optional compression.
Simple BinaryFlags class to extend from
SOPanG, a simple tool for pattern matching over an elastic-degenerate string, a recently proposed simplified model for the pan-genome.
An interactive course on computer science and digital architecture, built from the ground up. (Minecraft and CircuitVerse tracks available)
Simple 9x9 Sudoku brute force solver with intrinsic parallel candidate set processing using bits to represent digits in the [1, 9] range, and bitwise operations to test a candidate against the candidate set, all at once.
No description provided.
Crypto library written in pure Lua 5.1 which includes X25519, ChaCha20, Shamir's Secret Sharing and more.
🏆 Make an AI capable of beating human players at Gomoku
Just some of my CS Proofs, things like why `k << 1 == k * 2`
Fast, easy to calculate Bitwise operations. No need to click & wait to get an answer. 😎
A Bitwize Operation Visualizer
Simple bitmask implementation
some basic concepts of C++
A Python bitfield class for easier bit manipulation of integers