The Wayback Machine - https://web.archive.org/web/20200918180715/https://github.com/topics/computer-engineering
Skip to content
#

computer-engineering

Here are 233 public repositories matching this topic...

ruanmed
ruanmed commented Oct 19, 2019

Criar um arquivo CONTRIBUTING.md orientando:

  • Tipos de arquivos aceitos;
  • Nomeação recomendada dos arquivos; (eu comecei seguindo {ano}-{nome-completo-minúsculo}.pdf, seria interessante manter um padrão.)
  • Como os discentes podem adicionar seus TCCs; (fazer um fork, colocar o pdf na pasta pdfs e então inserir linha no README na posição correta, colocar o link para os seus repositórios)
JoeBobMiles
JoeBobMiles commented Sep 21, 2019

In the current subleqc source code, stacks and buffers require their memory to be micro-managed. While allocations are automatically handled by the Push() (for stack) and Append() (for buffer) functions, stacks and buffers still require their memory to be manually freed by calling their respective Empty() functions, which perform the operation of deleting their allocated pointe

Improve this page

Add a description, image, and links to the computer-engineering topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the computer-engineering topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.