💻 This repository provides solutions to most of the programming questions in the exercise given at the back of chapters for Bao Ji's Book (text book for course "Comp. Organization & Assembly Lang. EE213" at FAST). Sharing these with you, so that they might help you in understanding the concepts.
This game is based on Assembly 8086 architecture, which uses both software and hardware interrupts where functionality like Lifeline, Powers, Timer etc are handled by Multi-Tasking.
📌 Solved problems to help better understand the important concepts of Display Memory (Video Card Memory), String Manipulation, Software Interrupts and Hardware Interrupts in context of x86 Assembly Language (8086 Assembly)
Repositorio de prácticas de la materia de Compiladores. Implementación de las clases AFD y AFN, Conversión de una expresión regular a un AFN utilizando las construcciones de Thompson, conversión de un AFN a un AFD por el algoritmo de subconjuntos, generación de un analizador léxico por medio de Jaccie, analizador sintáctico por descenso recursivo, analizador sintáctico LL(1).
This example demonstrates how you can easily fetch data from opendata.dwd.de with AFD and process it. The first example downloads the T2m from ICON-EU and generates an animated GIF. The second example downloads the MOSMIX and visualizes it.
List the Request, Response Header Values for any site, along with Name resolution for the URL, certificate details if any. Same will be done for all the redirected urls (except the name resolution part). Allows users to send HTTP Headers with the request.
Prácticas relacionadas a la teoría del lenguaje, gramáticas, AFD, AFN y una máquina de Turing que realiza una suma de 2 números binarios en lenguaje C.
This repository contains the key function of the AFD based ECG denoising that has been introduced in "Adaptive Fourier decomposition based ECG denoising" (doi: 10.1016/j.compbiomed.2016.08.013)