ava-c-1
Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.1%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: hv90
- License: mit
- Language: C
- Default Branch: main
- Size: 5.86 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 2
Metadata Files
README.md
Multiplicação de Matriz 3x3 por 5 
Este projeto consiste em um programa simples em linguagem C que lê uma matriz 3x3 de números inteiros, multiplica cada elemento por 5 e exibe a matriz resultante.
📋 Descrição
O programa solicita ao usuário que insira os elementos de uma matriz 3x3, multiplica cada elemento por 5 utilizando uma abordagem iterativa, e exibe a matriz resultante no console.
📂 Estrutura
matriz.c– arquivo com o código em C do algoritmo.
🛠️ Tecnologias
- Linguagem: C
- Compilador recomendado: GCC (ou compatível)
▶️ Como executar
- Compile o programa:
sh gcc -o matriz matriz.c - Execute o programa:
sh ./matriz - Insira os valores solicitados para preencher a matriz 3x3.
📋 Exemplo de uso
``` Digite os elementos da matriz 3x3: Elemento [0][0]: 1 Elemento [0][1]: 2 Elemento [0][2]: 3 Elemento [1][0]: 4 Elemento [1][1]: 5 Elemento [1][2]: 6 Elemento [2][0]: 7 Elemento [2][1]: 8 Elemento [2][2]: 9
Matriz resultante após multiplicação por 5: 5 10 15 20 25 30 35 40 45 ```
🧑💻 Autor
Este código foi desenvolvido por Hugo Machado de Almeida.
📄 Licença
Este projeto está licenciado sob a Licença MIT. Consulte o arquivo LICENSE para obter mais detalhes.
📚 Citação
Se você utilizar este projeto em seu trabalho, por favor, cite-o conforme indicado no arquivo CITATION.cff.
Owner
- Name: Hugo Almeida
- Login: hv90
- Kind: user
- Location: Brasil
- Repositories: 5
- Profile: https://github.com/hv90
Computer Science Student
GitHub Events
Total
- Release event: 5
- Push event: 4
- Create event: 6
Last Year
- Release event: 5
- Push event: 4
- Create event: 6
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0