Showing posts with label Cplusplus-Programs. Show all posts
Showing posts with label Cplusplus-Programs. Show all posts

Saturday, 22 February 2014

computer graphics Line Drawing Algorithm

Line Drawing is done by calculating Intermediate positions along the line path Between specified paths. DDA LINE Algorithm is a simplest algorithm of drawing a line . In DDA Algorithm line is simply Draws by adding the increment to initial pixel values with respect to x and y direction . After drawing initial pixel whose x and y direction are entered by user or...

Friday, 21 February 2014

Saturday, 15 February 2014

Algorithm and Implementation Program of Quick Sort

Quick Sort is a Sorting Algorithm based on Divide And Conquer Technique. In this at every step element is placed in its proper position.It performs very well on a longer list. It works recursively, by first selecting a random "Pivot value" from the list. Then it partitions the...

Sunday, 9 February 2014

C program to shutdown restart logoff hibernate computer in windowsxp windows7 and ubuntu

C program To Shutdown Computer in Windows xp This is a program to Shutdown your computer by using C programming language code. This code will first ask you for the confirmation whether youwant to shutdown the computer or not. Depending on confirmation passed by user This program shutdown the computer or exit from executionif user don't want to shutdown computer. Firstly...

Sunday, 8 September 2013

Friday, 23 August 2013

Wednesday, 21 August 2013

Tuesday, 20 August 2013

Monday, 19 August 2013

Sunday, 2 June 2013

Saturday, 1 June 2013