• Stars
    star
    1
  • Language
    C
  • Created about 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Converts ANY 32 bit value in any representation (binary, hexadecimal, unsigned decimal, signed decimal) to any of other representation. Also you can convert a certain bit width of the 32 bit word, and/or the range of the bit word. SEE README

More Repositories

1

algo

algorithms
Java
3
star
2

ARM_Assembly_Emulator_in_C

This C program executes ARM machine code by emulating the register state of an ARM CPU and emulating the execution of ARM instructions. *****Basically its a C program that imitates the actions of a CPU by breaking down each line of ARM assembly code into bit form, and performing the necessary 'CPU' actions to execute the program :)
C
3
star
3

VirtualMemoryManager

Translates logical address to physical address for a virtual address space of 2^16 (65,536) bytes.
C
2
star
4

Dijkstra_Binomial_Queue

Receives file as list of cities and distance between these cities. Creates an Adjacency List, graph, then creates a Binomial Queue and uses Dijkstra's Algorithm to continually remove shortest distance between cities. SEE README
Java
2
star
5

imagedisplay

TypeScript
1
star
6

SearchEngine

Java - Recursively parses files or web pages to store a mapping of where words were found within files/pages while adhering to Java 8 standards. Designed with: threads with work queue, IO exceptions, Trees, Sets, Maps, Lists, Logging, and http protocol
HTML
1
star
7

node-express-api

node-express-api
TypeScript
1
star
8

fullstackReactNode

React, Redux, Node, Express, PostgreSQL, and Sequelize
JavaScript
1
star
9

Persistent_BinarySearchTree_-_Persistent_Stack

Created a persistent binary search tree (PBST) and persistent stack. When adding a new element will create a new stack or PBST with the new element and connect the new PBST or stack to the previous PBST or stack. ***Please see README***
Java
1
star
10

CPU_Single_Cycle_Microarchitecture

CPU (Central Processing Unit) - SEE README for detailed description and pictures of the CPU main, and some parts of the CPU
Assembly
1
star