Progaram Calculating distance points C++

To determine the location of a point on the plane required the initial benchmark. Initial benchmark is made of two number lines that intersect riel perpendicular at the null point, which is a flat (horizontal) and the other upright (vertical). A horizontal line called the X-axis, and a vertical line called the axis Y. Two mutually perpendicular axes is called a Cartesian coordinate system perpendicular or simply coordinate Kartesius.dalam times inni case will make sustu example program that is associated with point atupun cartesian coordinates of two points, we suppose to calculate the distance from the coordinates of two points A ( x1, y1) and B (x2, y2) and this is the shape of his program by using Overloding in C + +;     # include     # include    ...


Program ARRAY 1 AND 2 DIMENSIONS C++

Array 2 Dimensional much in use to create a matrix or table data, while the one-dimensional Array in use to make the results or data that berkoordinat X only. In this post two-dimensional array in use to accommodate the values ​​of a component of mathematical equations. While one-dimensional Array used to hold the result or the value of the equation.     # Include     # Include     using namespace std;     class xyz {/ / declaring class xyz       public: / /deklaration function xyz, enter, process and exit          xyz ();          void enter ();          void process ();         ...


Program encrypt and Description C++

Encryption is a process that changes a code which can be understood to be a code that can not be understood (illegible). Encryption can be interpreted as a code or cipher. A cipher using an algorithm that can encode all data streams (stream) bits of a message into an incomprehensible cryptogram (unintelligible). Because cipher technique is a system that has been prepared for the automation, then the technique used in computer and network security systems. While the description is a process to return the results of a cipher to the code beginning or the beginning of the data entered. Algorithm. • Encryption    Print encryption algorithm    Declaration:      plain, cipher: string      key, i: Integer    Description:      ...


Program Geometry C++

A sequence U1, U2, U3, .... called geometric sequence if the sequence comparison of the two tribes are fixed. Value of the fixed ratio is called the ratio. a + ar ² + ....... + Arn-1 is called a geometric series with a composition as follows: a = initial rate r = ratio n = many tribes Formula to find the nth are as follows: Formula to find the number of n terms is as follows: • Algorithm Print Geometric Series     Print geometric algorithms     Declaration:       a, b, n, i: Integer       x []: Array of Integer     Description:        read (a, b, n)        x [1] <= 1        x [2] <= a * b       ...


Program Fibonaci C++

First let's look more closely at what is on the Fibonacci numbers. Fibonacci sequence is as follows: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ... This sequence leads to a certain ratio is constant and that does not make sense, he represents a number that does not end, the sequence of decimal numbers that can not be expected that can not be expressed appropriately or in words .. please understand and be understood. This program may be a bit can help.     # include     # include     class array {         friend ostream & operator <<(ostream &, array &);         friend istream & operator>> (istream &, array &);     public:        ...


Pages 381234 »
Twitter Delicious Facebook Digg Favorites More