Hi its my new account
Wednesday, 25 May 2016
Subscribe to:
Post Comments (Atom)
Program to solve 4 variable equation(octave code)
function [x,y,z,alpha]=eq4variable( aaaa1,bbbb1,dddd1,eeee1,cccc1,aaaa2,bbbb2,dddd2,eeee2,cccc2,aaaa3,bbbb3,dddd3,eeee3,cccc3,aaaa4,bbbb4,d...
-
Assumptions: 1. A hexadecimal number is at location 40h and we need to convert it to BCD 2. Value stored at r0 is 40h 3. At the address 40h ...
-
function result=decimal2binary( dividend ) i=1; j=1; if dividend==0 binary_value=0 else q_temp=dividend; while (q_temp&...
-
Before we start Bytewise and bitwise operation we should know what is bit and Byte 1 Byte consists of 8 bits 8 bit = 1Byte ...
No comments:
Post a Comment