guareza.blogspot.com
El Ultimo Vestijio: September 2013
http://guareza.blogspot.com/2013_09_01_archive.html
Monday, September 30, 2013. Maquina de Mealy Ejemplo: Ascensor. Entity behavioral is port (. Planta Baja : in std logic;. Piso Uno : in std logic;. Piso Dos : in std logic;. Salidas : out std logic vector(1 downto 0) - para polarizar el motor, tierra y voltaje por eso se require los dos bits. Architecture AscMealy of behavioral is. Type ascEstados is (PB, 1, 2);. Signal Estados, prox estados AscEstados;. Process(Planta Baja, Piso Uno, Piso Dos, Estado). If (Planta Baja = '1')then. Prox estado = 1;. If Pi...
guareza.blogspot.com
El Ultimo Vestijio: October 2011
http://guareza.blogspot.com/2011_10_01_archive.html
Friday, October 28, 2011. Boleta, cliente, nombre en Java. Import java.util.ArrayList;. Public class Cliente {. Private String nombre;. Private ArrayList boletas;. Public Cliente(String nombre) {. Thisnombre = nombre;. Thisboletas = new ArrayList();. Public String getNombre() {. Return this.nombre;. Public void agregarBoleta(Boleta boleta) {. Public void imprimirHistorial() {. System.out.println("Nombre: " nombre);. For (int i=0; i. B = (Boleta)boletas.get(i);. Public class Articulo {. Private int stock;.
guareza.blogspot.com
El Ultimo Vestijio: Renovar direccion IP con un Batch
http://guareza.blogspot.com/2014/06/renovar-direccion-ip-con-un-batch.html
Monday, June 9, 2014. Renovar direccion IP con un Batch. Abrir un Bloq de notas en la siguiente direccion:. Start Run notepad (Enter). Inicio Ejecutar notepad (Enter). Win R notepad (Enter). En el bloque de notas o Notepad escribir lo siguiente:. Guardar el archivo como RenovarIP.bat o RenewIP.bat. En la extension seleccionar todos los archivos en ves de TXT para que el archivo. Se guarde con la extension .bat. Subscribe to: Post Comments (Atom). Zombies, Horror and Gore MOVIES. Kontra Vando. xD.
guareza.blogspot.com
El Ultimo Vestijio: October 2013
http://guareza.blogspot.com/2013_10_01_archive.html
Thursday, October 10, 2013. Use IEEE.std logic 1164.all;. Use work.Estructuras de Datos.all;. Port ( clock: in std logic;. D : in std logic;. Not q: out std logic;. Hs,vs: out std logic;. R,g,b: out std logic. Architecture arc1 of Voltimetro is. Component Contador Principal is. Port ( clock : in std logic;. Q ffd: in std logic;. Reset: in std logic;. Salida: out num BCD(2 downto 0). Component Sigma Delta is. Clock: in std logic;. D: in std logic;. N q: out std logic;. Q: out std logic. Hs: out std logic;.
guareza.blogspot.com
El Ultimo Vestijio: August 2013
http://guareza.blogspot.com/2013_08_01_archive.html
Monday, August 5, 2013. Como prevenir la ventana de Sametime haga Popup. 1 In Lotus Notes select File Preferences 2. Expand Sametime 3. Select Notifications 4. Select the One-on-one chat Event 5. Clear the Bring chat window to front option 6. Click OK. Subscribe to: Posts (Atom). Zombies, Horror and Gore MOVIES. Rotten Tomatoes ( Movies Reviews ). Pagina de Wallpapers Gratis. Musica Indistrial y General. Kontra Vando. xD. Funky Souls ( foro ruso ). Foro de Starwars (ingles). CyberForo Comunidad de Amigos.
guareza.blogspot.com
El Ultimo Vestijio: June 2014
http://guareza.blogspot.com/2014_06_01_archive.html
Monday, June 9, 2014. Renovar direccion IP con un Batch. Abrir un Bloq de notas en la siguiente direccion:. Start Run notepad (Enter). Inicio Ejecutar notepad (Enter). Win R notepad (Enter). En el bloque de notas o Notepad escribir lo siguiente:. Guardar el archivo como RenovarIP.bat o RenewIP.bat. En la extension seleccionar todos los archivos en ves de TXT para que el archivo. Se guarde con la extension .bat. Subscribe to: Posts (Atom). Zombies, Horror and Gore MOVIES. Rotten Tomatoes ( Movies Reviews ).
guareza.blogspot.com
El Ultimo Vestijio: sumador con carry a bcd atmel89s51
http://guareza.blogspot.com/2014/02/sumador-con-carry-bcd-atmel89s51.html
Wednesday, February 12, 2014. Sumador con carry a bcd atmel89s51. Mov P1, #095h. Mov a, P1. Mov b, P1. Anl b, #00001111b. Anl a, #00001111b. Cjne a, #00, c1. Mov r0, a. Cjne a, #01, c2. Mov r0, a. Cjne a, #02, c3. Mov r0, a. Cjne a, #03, c4. Mov r0, a. Cjne a, #04, c5. Mov r0, a. Cjne a, #05, c6. Mov r0, a. Cjne a, #06, c7. Mov r0, a. Cjne a, #07, c8. Mov r0, a. Cjne a, #08, c9. Mov r0, a. Cjne a, #09, c0. Mov r0, a. Mov b, #00. Cjne a, #00, cc1. Add a, r0. Cjne a, #01, cc2. Add a, r0. Cjne a, #02, cc3.
guareza.blogspot.com
El Ultimo Vestijio: March 2013
http://guareza.blogspot.com/2013_03_01_archive.html
Sunday, March 3, 2013. Select employee id, first name. Where upper(first name) like '%R%';. Select employee id, first name, job id, department id. Order by job id, department id ;. Select employee id, first name, job id, comission pct. Where comission pct is null;. Where upper(first name) like ' L%';. Select distinct job id. Select first name, job id. Where department id in (10,60);. Select first name, job id. Where department id like 10 or department id like 60;. Select first name, comission pct. Musica...
guareza.blogspot.com
El Ultimo Vestijio: April 2013
http://guareza.blogspot.com/2013_04_01_archive.html
Tuesday, April 30, 2013. 10 commands you should master when working with the Cisco IOS. The Cisco IOS provides thousands of commands, and configuring it can be challenging. Here are 10 commands you need to know, inside and out, when using the Cisco IOS. 1: The “? It may seem entirely too obvious that you should know how to type. Can save your day. You can use the command in many ways. First, use it when you don’t know what command to type. For example, type. This command can be abbreviated. This command ...
guareza.blogspot.com
El Ultimo Vestijio: Multiplexor ( codigo ) vhdl
http://guareza.blogspot.com/2013/12/multiplexor-codigo-vhdl.html
Sunday, December 8, 2013. Multiplexor ( codigo ) vhdl. Use IEEE.STD LOGIC 1164.ALL;. Port ( a : in STD LOGIC;. B : in STD LOGIC;. C : in STD LOGIC;. D : in STD LOGIC;. Sel : in STD LOGIC VECTOR (1 downto 0);. X : inout STD LOGIC);. Architecture Behavioral of Multiplexor is. Signal g:std logic;. Process (a,b,c,d,sel). If sel = "00" then. Elsif sel = "01" then. Elsif sel = "10" then. Subscribe to: Post Comments (Atom). Zombies, Horror and Gore MOVIES. Rotten Tomatoes ( Movies Reviews ). Kontra Vando. xD.