Computer Programs With Source Code

If you are worried about computer program. Now you can find all computer programs here.

Tuesday, 18 August 2015

To evaluate algebraic exp(ax+b)/(ax-b)

›
AIM: To evaluate algebraic exp(ax+b)/(ax-b) ALGORITHM:   Step1: start Step2: input a,b,x,s Step3: s= (a*x+b)/(a*x-b) Step4: Result s S...
Saturday, 1 October 2011

Simulation and verification of NOR gate

›
AIM: Simulation and verification of NOR gate. PROGRAM: library ieee; use ieee.std_logic_1164.all; entity nor2 is         port(a,b:in ...

Simulation and verification of NAND gate

›
AIM: Simulation and verification of NAND gate. PROGRAM: Library ieee; use ieee.std_logic_1164.all; entity nand2 is         port(a,b:i...
›
Home
View web version
Powered by Blogger.