b374k
v10
today : | at : | safemode : ON
> / home / facebook / twitter / youtube /
name author perms com modified label
Showing posts with label Algorithm and Programming. Show all posts
Showing posts with label Algorithm and Programming. Show all posts

Origin of Algorithm pramana rwxr-xr-x 0 1:22 am

Filename Origin of Algorithm
Permission rw-r--r--
Author pramana
Date and Time 1:22 am
Label
Action
Alteration of Middle English algorisme, from Old French & Medieval Latin; Old French, from Medieval Latin algorismus, from Arabic al-khuwārizmi, from al-Khwārizmī fl a.d. 825 Islamic mathematician
First Known Use: 1926


Al-Khwārizmī, Persian astronomer and mathematician, wrote a treatise in Arabic in 825 AD, On Calculation with Hindu Numerals. (See algorism). It was translated into Latin in the 12th century as Algoritmi de numero Indorum (al-Daffa 1977), which title was likely intended to mean "[Book by] Algoritmus on the numbers of the Indians", where "Algoritmi" was the translator's rendition of the author's name in the genitive case; but people misunderstanding the title treated Algoritmi as a Latin plural and this led to the word "algorithm" (Latin algorismus) coming to mean "calculation method". The intrusive "th" is most likely due to a false cognate with the Greek αριθμος (arithmos) meaning "number".

Definition of Algorithm pramana rwxr-xr-x 0 1:17 am

Filename Definition of Algorithm
Permission rw-r--r--
Author pramana
Date and Time 1:17 am
Label
Action
Algorithm is a procedure for solving a mathematical problem (as of finding the greatest common divisor) in a finite number of steps that frequently involves repetition of an operation; broadly : a step-by-step procedure for solving a problem or accomplishing some end especially by a computer 

Look the example of algorithm : go to example of algorithm

Introduction "RAPTOR" pramana rwxr-xr-x 0 12:17 pm

Filename Introduction "RAPTOR"
Permission rw-r--r--
Author pramana
Date and Time 12:17 pm
Label
Action
Maybe u don't know how to use Raptor, so look this Introduction raptor http://www.youtube.com/watch?v=ZcAALK3movs

and this is tutorial of raptor http://tutorialalgorithm.com/
let's try guys :)

Hopefully help ...

RAPTOR "software to create a program" pramana rwxr-xr-x 0 4:21 am

Filename RAPTOR "software to create a program"
Permission rw-r--r--
Author pramana
Date and Time 4:21 am
Label
Action
Raptor is a software to create a simple program with a flowchart that can later be converted to c + + and java.

Download raptor http://adf.ly/5Zgb7

But before the raptor in the running, you first install Microsoft. NET Framework, please download Microsoft. NET Framework : http://adf.ly/5d3xL

I hope,Raptor can help u :)

Summation operator pramana rwxr-xr-x 1 2:55 am

Filename Summation operator
Permission rw-r--r--
Author pramana
Date and Time 2:55 am
Label
Action
Algorithm of this program [ Summation OPERATOR ]:
1. input the first number and second number
2. enter the formula
3. show the results

C++
#include<iostream>
using namespace std;
int main(){
 int a,b,c;
 cout<<"Calculated using the operator + "<<endl;;
 cout<<"Input the first number : "<<endl;
 cin>>a;
 cout<<"Input the second number : "<<endl;
 cin>>b;
 c = a + b ;
 cout<<a<<" + "<<b<<" = "<<c<<endl;
 return 0;
}

 

Jayalah Indonesiaku © 2010 Pramana's BLOG
VB (Vio b374k) Template design by p4r46hcyb3rn3t