Conteúdos acadêmicos para estudos e conhecimento em geral
Páginas
(Mover para…)
Acessos
▼
16/11/2021
Pisca led PWM #3 com PIC 16F877A
›
Código feito em CCS C Compiler #include <16F877A.h> #fuses HS,NOWDT,NOPROTECT,NOLVP #device ADC=8 // Set ADC...
13/11/2021
Motor de passo #2 com PIC 16F877A
›
Simulador Proteus versão 7.7 Código feito em CCS C Compiler #include <16F877A.h> #fuses HS,NOWDT,NOPROTECT,NOLVP ...
11/11/2021
Verifica 2 vetores em C
›
Objetivo: Verificar se 2 são exatamente iguais em suas devidas posições. Código feito em linguagem C #include <stdio.h> #define SIZE 3...
10/11/2021
Fatorial #2 com MIPS Assembly
›
.data prompt: .asciiz "Entre com num: " factMsg: .asciiz "Fatorial = " num: .word 0 .text la $a0, prompt li $...
02/11/2021
Fatorial #1 com MIPS Assembly
›
.data promptMessage: .asciiz "Entre com o número do fatorial: " resultMessage: .asciiz "\nFatorial = " theNumb...
24/10/2021
Desafio 3 - LCD
›
Roteiro de execução Link do simulador: http://www.dinceraydin.com/djlcdsim/djlcdsim.html
17/10/2021
Soma, subtração, divisão e multiplicação com MIPS Assembly
›
.data #soma num1: .asciiz "Digite o primeiro numero: " num2: .asciiz "Digite o segundo numero: " Resultado: .asciiz ...
Loop de repetição com Mips MARS - Assembly
›
CÓDIGO FEITO NO MARS4 .data pergunta: .asciiz "Digite a sua idade: " msg1: .asciiz "Você é menor de idade\n" msg2: ...
15/10/2021
Motor de passo no PicSimlab
›
CÓDIGO FEITO NO CCS C Compiler #include <16F877A.h> #device adc=8 #FUSES NOWDT //No Watch Dog Timer #FUSES HS //High speed Osc (> 4...
Um comentário:
22/09/2021
PWM #02 com PIC 16F628A
›
Código feito no CCS C Compiler #include <16F628A.h> #FUSES NOWDT #FUSES NOBROWNOUT #FUSES NOLVP #use delay(crystal = 4MHz) int16 ton,...
20/09/2021
PWM #01 com PIC 16F628A no PIC SimLab
›
Código feito no CCS C Compiler #include <16F628A.h> #FUSES NOWDT #FUSES NOBROWNOUT #FUSES NOLVP #use delay(crystal = 4MHz) int16 ton, ...
08/07/2021
Plugin #02 com jQuery em HTML
›
TEMPORIZADOR EM HTML USANDO jQuery Arquivo: estilo.css @font-face { font-family : 'Oswald' ; src : url ( '../fonts/...
07/07/2021
Plugin #01 com jQuery em HTML
›
Arquivo: estilo.css @font-face { font-family : 'Oswald' ; src : url ( '../fonts/Oswald-Regular.ttf' ) format (...
06/07/2021
Animação #02 com jQuery em HTML
›
Arquivo: estilo.css @font-face { font-family : 'Oswald' ; src : url ( '../fonts/Oswald-Regular.ttf' ) format (...
‹
›
Página inicial
Ver versão para a web