-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsiglas.tex
21 lines (21 loc) · 1.32 KB
/
siglas.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\begin{table}[H]
\centering
\label{my-label}
\begin{tabular}{lll}
AP & & Access Point \\
API & & Application Programming Interface \\
GPS & & Global Positioning System \\
HTTP & & Hypertext Transfer Protocol \\
IP & & Internet Protocol \\
JSON & & JavaScript Object Notation \\
KNN & & k-Nearest Neighbors \\
ML & & Machine Learning \\
NoSQL & & Not Only SQL \\
RFID & & Radio-Frequency Identification \\
SMO & & Sequential Minimal Optimization \\
SQL & & Structured Query Language \\
SVM & & Support Vector Machine \\
TCP & & Transmission Control Protocol \\
UDP & & User Datagram Protocol
\end{tabular}
\end{table}