Tuesday, October 18, 2011

ORCAD-PSPICE-SIMULATOR-V 9.2

Orcad Pspice simulator is a tool that can be used to build electronic circuits and then simulate them to get the real life experience. Its prescribed by VTU.
The Simulation Program with Integrated Circuit Emphasis (SPICE) circuit simulation tool was first developed in the early 1970s.
It was written in the FORTRAN programming language and was intended to support the early data entry methods of this period. SPICE was immediately valuable to allow circuit designers to analyze circuit systems, in particular as the complexity of circuits began to expand with the arrival of the first integrated circuits. It is certainly one of the most important tools in Electrical Engineering and is an example of one of the first tools for Computer Aided Design.
All the other information can be found in the Guide we have provided along with the simulator.....
 
                              Password : freezilla.in

                                                       DOWNLOAD LINK

                                           http://www.mediafire.com/?e0j0jupvfe0l2

Please use HJ-Split or 7zip to join the two parts.
Follow the guide for installation process.

 

Sunday, October 2, 2011

COMPUTER PROGRAMMING LAB (EAM-192(P) 1ST YEAR BE(ELECTRICAL)

1.        1.Write a program to calculate the area of rectangle.
WRITTEN program;
read(*,*)l,b
area=l*b
write(*,*)area
stop
end
2.To convert the Cartesian coordinates (x,y) in to the poler coordinate(r,Ɵ) and its converse also. 
WRITTEN program;  
read(*,*)x,y
R=sqrt(x**2+y**2)
THETA=Atan(y/x)
x=R*cos(THETA)
y=R*sin(THETA)
write(*,*)R,theat,x,y
stop
end
3.Find the volume of the cylinder .
WRITTEN program;
pi=3.14
                                        read(*,*)r,h
                                        volume=pi*(r**2)*h
                                         write(*,*)volume
                                        stop
end
4.Find the surface area OF CYLINDER.
WRITTEN program;
                                        pi=3.14
                                         read(*,*)r,h
                                        surface area=2*pi*r*h
                                        write(*,*)surface area
                                        stop
                                        end
5.To find the lcm and hef of two given positive integer m,n.
WRITTEN program;
                                        read(*,*)m,n
                                         i=m*n
10                             ir=mod(m,n)
                                         if(if.eq.0)go to 20
                                        n=m
                                        m=ir
                                        go to 10
20                             l=i/m
                                        write(*,*)l,m
                                        stop
                                        end
6.To find wither a positive n is prime or not.
WRITTEN program;
                                        read(*,*)n
                                        do10k=2,n/2
                                         if(mod(n,k).eq.o)go to 100
 10                            continue
                                        write(*,*)'n is a prime number'
                                        stop
100                           write(*,*)'n is not a prime number'
                                        stop
                                        end

7.To find the equivallent resistance r for three resistance r1,r2,r3 connected in parallel.
WRITTEN program;
                                        read(*,*)r1,r2,r3
                                        r=(r1*r2*r3)/(r1*r2+r2*r3+r3*r1)
                                        write(*,*)r
                                        stop
                                        end
8.To solve pair of simultaneous linear equation a1x+b1y+c1=0, a2x+b2y+c2=0.
WRITTEN program;
                                        read(*,*)a1,b1,c1,a2,b2,c2
                                        d=((a1*b2)-(a2*b1))
                                        d1=((b2*c1)-(b1*c2))
                                        d2=((c2*a1)-(c1*a2))
                                        x=d/d1
                                        y=d/d2
                                        write(*,*)x,y
                                         stop
                                        end
9.To calculate the perimeter and area of a triangle whose vertex(x1,y1),(x2,y2),(x3,y3).
WRITTEN program;
                                        read(*,*)x1,x2,x3,y1,y2,y3
                                        a=sqrt((x2-x1)**2+(y2-y1)**2)
                                        b=sqrt((x3-x2)**2+(y3-y2)**2)
                                         c=sqrt((x3-x1)**2+(y3-y1)**2)
                                        p=a+b+c
                                        s=p/2.0
                                        area=sqrt(s*(s-a)*(s-b)*(s-c))
                                        write(*,*)p,area
                                        stop
                                         end
10.To find the distance between (x1,y1,z1) and (x2,y2,z3) and direction cosine.
WRITTEN program;
                                        read(*,*)x1,y1,z1,x2,y2,z2
                                        d=sqrt((x2-x1)**2+(y2-y1)**2+(z2-z1)**2)
                                        alfa=(x2-x1)/d
                                        beta=(y2-y1)/d
                                        gama=(z2-z1)/d
                                        write(*,*)d,alfa,beta,gama
                                        stop
                                         end
11.To find first 15 Fibonacci number.
WRITTEN program;
                                        integer f(15)
                                        f(1)=1
                                        f(2)=1
                                        do 100 n=1,13
                                        f(n+2)=f(n+1)+f(n)
100                           continue
                                         do 200 n=1,15
                                        write(*,*)f(n)
200                            continue
                                         stop
                                         end
12.To check wither a given point (x,y) lies inside or out side the circle x2 +y2-2x-2y=0.
WRITTEN program;
                                        read(*,*)x,y
                                        s=x**2+y**2-2*x-2*y
                                         if(s)10,20,30
10                             write(*,*)'point lies inside the circle'
                                        go to 40
20                              write(*,*)'point lies on the circle'
                                        go to 40
30                             write(*,*)'point lies outside the circle'
                                        go to 40
40                             stop
                                         end
13.To find wither the given year is a leap year or not.
WRITTEN program;
                                        INTEGER Y
                                         WRITE(*,*) 'ENTER YEAR'
                                        READ(*,*) Y
                                        IF(MOD(Y,100).NE.0.AND.MOD(Y,4).EQ.0) THEN
                                        WRITE(*,*) 'LEAP YEAR'
                                        ELSEIF(MOD(Y,400).EQ.0) THEN
                                        WRITE(*,*) 'LEAP YEAR'
                                        ELSE
                                        WRITE(*,*) 'NOT A LEAP YEAR'
                                         ENDIF
                                         END

Sunday, September 11, 2011

Windows 8 Pre xTreme Edition Full

What is Windows 8 xTreme ™?

Windows 8 xTreme ™ its a System based on Windows 7 Final:It is originally a tweaked version of windows 7
Windows 8 xTreme ™ doesn't have any components removed from Original Windows 7 Image so you wont lose any compatibly with software, hardware or miss any stuff at all.
Windows 8 xTreme ™ its a Clean Windows 7 Image with a compilation of the best tweaks and a new integrated look ... keeping all new features like superbar, etc ...
Windows 8 xTreme ™ has been tested in a real machine with a compilation of over 200 softwares ...
All default applications are silently installed before StartUp ...


Tweaks:

UAC Disabled
Take Ownership
Show File Extensions
Automatic Defragmentation with Diskeeper
New Cmd File to Right Click
Enabled Search System Folders in Search
ClearType
Windows Will Tell You Exactly What it is Doing When it is Shutting Down or is Booting
Increase Network Throughput
... many tweaks for IE8
... many more tweaks for W7 ...

Design:

New Windows 7 Themes
New Start Button
New Cursor 3D
New Hd Wallpapers
New Hd System Icons Integrated In System
New User Account Pics
New Windows Scheme Sounds
New Logon Screen
... and more
Extra Toos Integrated In System:
SPTD


Extras:
Cursor Fx Cursor 3D (separate optional)


You can choose the version from-
Windows 7 Starter x86
Windows 7 Home Basic x86
Windows 7 Premium x86
Windows 7 Professional x86
Windows 7 Ultimate x86


                                             DOWNLOAD LINK: 

                                         http://cramit.in/e1y4ppz793ef