-
Centro Federal de Educação Tecnológica de Minas Gerais
- Belo Horizonte, Minas Gerais.
- https://www.linkedin.com/in/leonardo-de-oliveira-campos-60225720b/
Highlights
- Pro
-
aproveitamento-PCD Public
Aproveitamento de estudos da matéria Princípio de Comunicação de dados. Aqui estão todos os códigos do texto enviado,
Java UpdatedSep 1, 2024 -
recicleplus_docker Public
Docker to run the recycle++ application network. Project by the University of São Paulo in partnership with CEFET in Minas Gerais.
-
docker-android Public
Forked from budtmo/docker-androidAndroid in docker solution with noVNC supported and video recording
Python Other UpdatedApr 27, 2024 -
sonarqube Public
Forked from SonarSource/sonarqubeContinuous Inspection
Java GNU Lesser General Public License v3.0 UpdatedApr 22, 2024 -
llama_index Public
Forked from run-llama/llama_indexLlamaIndex is a data framework for your LLM applications
Python MIT License UpdatedApr 12, 2024 -
OSRM_recicleplus Public
Recycling routes optimized with OSRM (Open Source Routing Machine). It is possible to generalize the application to different contexts where software is used to search or route something. In this c…
-
-
Template-Monografia-CEFET-MG Public
Forked from lucasmsoares96/Template-Monografia-CEFET-MGTeX MIT License UpdatedMar 11, 2024 -
Donor Public
Forked from recicleUSP/Donor -
-
Coletor Public
Projeto de extensão Recicle++, USP/CEFET.
-
manager Public
Forked from recicleUSP/managerRepositório destinado ao site de controle de coletores
-
graphics_computer Public
This repository is by register my learning in graphics computer.
C++ MIT License UpdatedOct 5, 2023 -
Computer Science and Operations Research play an essential role in problem solving complex, especially when it comes to optimization and decision making. A classical problem studied in this area is…
C++ MIT License UpdatedJul 31, 2023 -
modern_cplusplus Public
Some of the most important features of modern C++ include support for user-defined types, uniform initialization, lambdas, automatic type deduction (auto), type inference (decltype), delegated inhe…
C++ MIT License UpdatedJun 25, 2023 -
Chat for music recommendation with prolog language.
Prolog MIT License UpdatedJun 14, 2023 -
ai-eight-queens Public
O algoritmo genético das oito rainhas é um exemplo de como a programação genética pode ser aplicada para resolver problemas de otimização combinatória. O problema das oito rainhas é um problema clá…
-
artificial_intelligence Public
This repository is a academic study about artificial intelligence and computational intelligence.
C++ MIT License UpdatedMar 16, 2023 -
Docker_Container_Flutter Public
This repository is a tutorial of create container for change version of flutter.
-
operational_systems Public
Operating system or operating system is a program or a set of programs whose function is to manage system resources, providing an interface between the computer and the user or user.
-
minix-1-documentation Public
Forked from Stichting-MINIX-Research-Foundation/minixOfficial MINIX sources - Automatically replicated from gerrit.minix3.org - This repository was produced for academic porpuses, the focus is politcs of the escalation, but there are the general docu…
C Other UpdatedOct 11, 2022 -
Algorithms Public
This repository deals with the practical and theoretical study of algorithms and computational data structures.
-
mysql_database Public
study of relational and non-relational databases using MYSQL.
-
-
dock-droid Public
Forked from sickcodes/dock-droidDocker Android - Run QEMU Android in a Docker! X11 Forwarding! CI/CD for Android!
Dockerfile GNU General Public License v3.0 UpdatedApr 22, 2022 -
algoritmo_de_prim Public
Na ciência da computação o algoritmo de Prim é um algoritmo guloso empregado para encontrar uma árvore geradora mínima num grafo conectado, valorado e não direcionado.
C++ UpdatedFeb 27, 2022 -
Algoritmo_de_kruskal Public
O algoritmo de Kruskal é um algoritmo em teoria dos grafos que busca uma árvore geradora mínima para um grafo conexo com pesos. Isto significa que ele encontra um subconjunto das arestas que forma …
C++ UpdatedFeb 27, 2022 -
algoritmo_de_Bellman-Ford Public
O Algoritmo de Bellman-Ford é um algoritmo de busca de caminho mínimo em um digrafo ponderado, ou seja, cujas arestas têm peso, inclusive negativo. O Algoritmo de Dijkstra resolve o mesmo problema,…
C++ UpdatedFeb 18, 2022 -
algoritmo_dijkstra Public
O algoritmo de Dijkstra, concebido pelo cientista da computação holandês Edsger Dijkstra em 1956 e publicado em 1959, soluciona o problema do caminho mais curto num grafo dirigido ou não dirigido.
C++ UpdatedFeb 18, 2022 -
Comparação entre as estruturas de grafos, sendo elas: Matriz de Adjacência, Matriz de Incidência e Lista de Adjacência.
C UpdatedFeb 14, 2022