Python-ELMO is a Python library which offers an encapsulation of the binary tool ELMO, in order to manipulate it easily in Python and SageMath script.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.gitignore 71B

12345678
  1. *.elf
  2. *.list
  3. *.bin
  4. *.map
  5. *.d
  6. *.o
  7. !vector.o
  8. !elmoasmfunctions.o