Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Apostila de C
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
PET Computação
Apostila de C
Commits
947cb128
Commit
947cb128
authored
Jun 12, 2015
by
Jomaro Rodrigues
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Closes
#31
parent
9c987a2a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
5 deletions
+22
-5
apostila.tex
apostila.tex
+4
-4
conceitos_basicos.tex
conceitos_basicos.tex
+5
-1
pet_apostila.cls
pet_apostila.cls
+13
-0
No files found.
apostila.tex
View file @
947cb128
\documentclass
{
pet
_
apostila
}
\documentclass
{
pet
_
apostila
}
\usepackage
{
cmap
}
%
\usepackage{cmap}
\usepackage
[T1]
{
fontenc
}
%
\usepackage[T1]{fontenc}
\usepackage
{
booktabs
}
%
\usepackage{booktabs}
\usepackage
{
times
}
%
\usepackage{times}
\title
{
Apostila de C
}
\title
{
Apostila de C
}
...
...
conceitos_basicos.tex
View file @
947cb128
...
@@ -86,7 +86,7 @@ No geral, as operações matemáticas são mais lentas para este tipo de variáv
...
@@ -86,7 +86,7 @@ No geral, as operações matemáticas são mais lentas para este tipo de variáv
\begin{table}
\begin{table}
\scriptsize
\scriptsize
\begin{tabular}
{
|
l
|l|l|l|
}
\hline
\begin{tabular}
{
|
p
{
4cm
}
|l|l|l|
}
\hline
Tipo de Variável
&
Palavra Chave
&
Bytes
&
Valores Válidos
\\
\hline
Tipo de Variável
&
Palavra Chave
&
Bytes
&
Valores Válidos
\\
\hline
Caracteres
Caracteres
...
@@ -217,6 +217,10 @@ a biblioteca nomearq no programa.
...
@@ -217,6 +217,10 @@ a biblioteca nomearq no programa.
\section*
{
Exercícios
}
\section*
{
Exercícios
}
1. Para cada variável abaixo, determine a forma equivalente para declarar a mesma variável em C.
1. Para cada variável abaixo, determine a forma equivalente para declarar a mesma variável em C.
a)
$
p
\in
N
$
a)
$
p
\in
N
$
...
...
pet_apostila.cls
View file @
947cb128
...
@@ -29,6 +29,19 @@
...
@@ -29,6 +29,19 @@
\RequirePackage
{
indentfirst
}
\RequirePackage
{
indentfirst
}
\RequirePackage
{
cmap
}
\RequirePackage
[T1]
{
fontenc
}
\RequirePackage
{
booktabs
}
\RequirePackage
{
times
}
\RequirePackage
{
color
}
\RequirePackage
{
color
}
\definecolor
{
mygreen
}{
rgb
}{
0,0.6,0
}
\definecolor
{
mygreen
}{
rgb
}{
0,0.6,0
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment