GAPPS CODE

The site to get your code in various programming languages.

Monday, 24 February 2014

MATLAB : Fast Fourier Transform

›
Fast Fourier Transform : MATLAB : function y = FourierT(x, dt) % FourierT(x,dt) computes forward FFT of x with sampling time interval dt...
Sunday, 23 February 2014

Windows command line commands : To copy files

›
Windows command line commands to copy files: COPY : Copy one or more files to another location . Syntax       COPY sourc...
Tuesday, 26 November 2013

JAVASCRIPT : Factorial of a Number

›
JavaScript : Factorial of a Number : Here is the code for the Factorial of a number in JavaScript code : <script type = "...

PYTHON : Factorial of a Number

›
Factorial of a Number : Here is the code for the Factorial of a number in Python code : def Fact(n):    if( n <= 1):     ...

C++ : Factorial of a Number

›
Factorial of a Number : Here is the code for the Factorial of a number in C++ code : #include<iostream> using namespace std;...
Friday, 22 November 2013

ASSEMBLY LANGUAGE : Fibonacci Series

›
Fibonacci Series : Here is the code for the Fibonacci Series in the Assembly Language program : 2000  MVI D,07 H 2002  MVI B,00 H...

PERL : Fibonacci Series

›
Fibonacci Series : The below code explains the Fibonacci series in PERL programming language : use warnings; use strict; my $f...
›
Home
View web version

About Me

Unknown
View my complete profile
Powered by Blogger.