dlx
There are 70 repositories under dlx topic.
digitallinguistics/data-format
The Data Format for Digital Linguistics (DaFoDiL)
huaminghuangtw/Parallel-Sudoku-Solver
🔢 A parallelized Sudoku solver implemented with various solving algorithms in C++
digitallinguistics/transliterate
A small JavaScript library for transliterating strings between different orthographies
fwcd/dlx
DLX assembly IDE, interpreter and debugger
gabrielganzer/DLX-Microprocessor
Fully pipelined DLX Microprocessor optimized for energy efficiency and testing purposes developed in VHDL. Simulation with Intel® ModelSim®, synthesis under Synopsys® DC Ultra™, and physical layout using Cadence® Innovus™ Implementation System.
zanicar/dlx
A Golang implementation of Dancing Links (Algorithm X) as described by Donald Knuth.
digitallinguistics/scription
A specification for formatting interlinear glossed texts in a way that is computationally parseable
simoneruffini/MELA
A Modestly Exhaustive dLx Architecture - RISC microprocessor - VHDL implementation - DLX ISA
franout/DLX_project
Deluxe RISC processor
dlx-lisbon/descentra
Descentra 🐡 é uma uma pltaforma descentralizada com artigos sobre blockchain ⛓️ (maioritariamente ethereum ⛏️), p2p 👭 e DeFi 💸. Talvez outras coisas também 🥞 ...
Luca-Dalmasso/DLX
RTL description, synthesis and physical design of a 4-stage pipelined 32bit RISC processor
nonodev96/THUMDER
Proyecto final de carrera. Simulador DLX https://thumder.netlify.app/
thegabriele97/DLX-RISC-CPU
DLX RISC Processor implementation with extended instruction set and windowed register file
Vincenzo-Petrolo/DLX-RISC-microprocessor
DLX microprocessor described in VHDL for the Microelectronic Systems course @ Politecnico di Torino
digitallinguistics/digitallinguistics.github.io
The Digital Linguistics (DLx) developers site
digitallinguistics/scription2dlx
A JavaScript library that converts scription text files to the Data Format for Digital Linguistics
digitallinguistics/tools
Online tools for working with linguistic data
digitallinguistics/word-aligner
A small JavaScript utility for vertically aligning interlinear glosses
dlx-lisbon/meetups-material
Material que usamos em todos os meetups to DLX. Inclui código 🔥, instruções 🎡 e apresentações ☝️.
Immodal/sudoku
This project aims to solve Sudoku puzzles using a variety of algorithms such as Breadth and Depth First Search, Algorithm X, DLX, as well as their greedy variants.
ojustine/Fillit
Algorithm X dancing links solver for fillit puzzle
AshleyL-02/TetrisCubeSolverDLX
Solves Tetris and Soma cubes.
DeepAQ/Introduction-to-Computing-Systems-Homework
《计算系统基础》编程作业,仅供参考。
digitallinguistics/app
The Lotus web app for managing linguistic data
digitallinguistics/concordance
A Node.js library for performing concordance-related tasks on a corpus in DLx JSON format
digitallinguistics/DFT
Discourse Functional Transcription
digitallinguistics/javascript
A JavaScript library for working with linguistic data in DLx format
digitallinguistics/styles
Styling linguistic data on the web
dlx-lisbon/smart-contracts
Repositório com os smart contract utilizados no website dlx meetup.
mcmtilman/DancingLinks
Swift implementations of Knuth's Dancing Links algorithm
nicolavianello95/DLX
Design and development of a complete RISC CPU with: five stage pipeline, forwarding, automatic hazard detection, BTB using LRU policy replacement, four-cycle hardware multiplier.
otahontas/exact-cover-solver
Exact cover solver with Dancing Links and Algorithm X, written in pure python
will2dye4/sudoku
Solve sudoku puzzles using various algorithms
annous246/BubbleSort-inAssembly-dlx-2023-2024
Efficient dlx bubbleSort
digitallinguistics/dlx2scription
A JavaScript library for converting linguistic data to simple interlinear text
zjc664656505/UCI-CS241-Advanced-Compiler-main
UCI-CS241-Advanced-Compiler-W23