Electrofriends

C Program to impliment Fish Movement

by Ranjith | October 2nd, 2009.

x+=5;
y+=1;
arc(x,y,stangle,endangle+35,radius);
arc(x,y-110,190,323,radius+2);
circle(x+40,y-60,5);
line(x-90,y-90,x-90,y-8);

Read More..

C program to implement Spiral Model

by Ranjith | October 2nd, 2009.

setcolor(YELLOW);
printf(“ENTER THE NUMBER OF RINGS IN THE SPIRAL MODEL\n”);
scanf(“%d”,&n);
printf(“Enter the origin point of the spiral”);
scanf(“%d%d”,&x,&y);

Read More..

C program to implement Bar Graph

by Ranjith | October 2nd, 2009.

setcolor(CYAN);
printf(“ENTER THE NUMBER OF DATA ELEMENTS\n”);
scanf(“%d”,&n);

line(1,1,1,479);// Y axis
line(1,479,640,479);// X axis

Read More..

Turbo C graphics programming

by Ranjith | November 20th, 2008.
Turbo C graphics programming

To start with graphics programming, Turbo C is a good choice. Even though DOS has its own limitations,  it is having a large number of  useful functions and is easy to program. To implement graphics algorithms,  To give graphical display of statistics, To view signals from any source, we can use C graphics. Here  is  [...]

Read More..

Sudoku Solver using C++

by Ranjith | November 20th, 2008.
Sudoku Solver using C++

You have seen it in the news papers, you have seen it in the magazines or in the web sites, you might have sat hours ‘n hours to solve it. Yes, it is the king of all number puzzles, it is “SUDOKU”.
We bring to you the ultimate solution for all your struggles, The SUDOKU Solver.
As [...]

Read More..

Shuffle game using C++

by Ranjith | November 20th, 2008.
Shuffle game using C++

If you think playing a game as this is a child’s play, try a hand on this and think again. Its all about how you plan on making your next move. All the best, have fun.
Here is a simple game developed in C graphics which is called ‘The Shuffle Game’. We believe u have already [...]

Read More..

Share and enjoy

    • Digg
    • Facebook
    • Technorati
    • StumbleUpon
    • Twitter
    • Reddit
    • del.icio.us
    • Yahoo! Buzz
Copyright©2009 www.electrofriends.com All Rights Reserved. Powered by Dhyeya