-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.conf
35 lines (29 loc) · 1.75 KB
/
config.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
;-----SET TESTE-----
; 4X4 | ./db/1.txt
; 5X5 | ./db/2.txt
; 7X7 | ./db/3.txt
; 10X10 | ./db/4.txt
; MATRIZ configuração
[MATRIZ]
LINHAS = 10 ; [int] | [Linhas da matriz] | [|]
COLUNAS = 10 ; [int] | [Colunas da matriz] | [─]
; Configurações de programa usuário
[USER]
ARQUIVO_TXT = ./db/4.txt ; [local/caminho] | [Arquivo alvo para verificação] | [Pasta pai dos arquivos ./db]
OCORRENCIA = 4 ; [int] | [Ocorrências de DNA para prcorrer] | [ex: TTTTTT ou AA]
ALEATORIO = false ; [true/false] | [Criar arquivo de matriz randomico] | [OBS: criar esse arquivo em ./db/0.txt para não apagar os outros de exemplos ed 1 á 4]
COMPILADOR = gcc ; [compilador] | [Compilador de C para fazer o deploy] | [Compiladores testados gcc, g++
; Debug geral
[DEBURACAO]
MATRIZ = true ; [true/false] | [printar matriz]
STRINGS_MATRIZ = true ; [true/false] | [printar strings de todos os angulos da matriz ['─', '|', '↘', '↖', '↙', '↗'] ['Horizontal', 'Vertical', 'Diagonal principal inferior', 'Diagonal principal superior', 'Diagonal segundaria inferior', 'Diagonal segundaria superior']]
STRINGS_VERIFICACAO = true ; [true/false] | [printar strings mandadas para verificação de ocorrências]
;;;---| Tipos de dados de config |---;;;;
;;; name = Bob Smith ;string ;;;
;;; email = [email protected] ;string ;;;
;;; active = true ;boolean ;;;
;;; pi = 3.14159 ;flutuante ;;;
;;; ;;;
;;; [ Cabeçalho ] ;;;
;;; Identificador = Dados ;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;