You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
💻 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.
Simulations of stimulus-stimulus transfer based on time-frequency-joint representation in SSVEP-based BCIs. The proposed stimulus-stimulus transfer method has been published in IEEE TBME (DOI: 10.1109/TBME.2022.3198639)
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)
📌 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 recursiv…
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.
This repository contains a large number of assembly programmes that I created throughout my Bachelor's semester. There are also readme files connected to each lab that explain which lab contains which questions. Enjoy learning and give the repository a like if it helped you with coding.
Este programa lê um autômato finito determinístico - AFD, de um arquivo .txt e verifica se uma palavra, digitada pelo usuário, é aceita pelo autômato registrado. Desenvolvido no 5º período do curso de Ciência da Computação.