SlideShare a Scribd company logo
/*coded by: Sanjay Kumar cahkravarti*/

#include <graphics.h>

#include <stdlib.h>

#include <iostream.h>

#include <conio.h>

#include<dos.h>

#include<process.h>

#include<math.h>

int x;

voidsky_frame();

void frame();

void side(int);

void wheel(int);

void wheel1(int);

void bulb(int);

voidfront_engine(int);

voidhot_engine(int);

voidvapour_hole(int);

void bird(int);

voidw_pipe(int);

voidr_pipe(int);

voidgray_side(int);

voidfront_plate(int);

void track();

void boggy(int);

void smoke(int);

void sun();

void horn();

void train(inti){
front_engine(i);

}

void horn(){

x+=20;

sound(50+x);

delay(1000);

}

voidgray_side(inti){

int poly[8]={310+i,300,310+i,315,200+i,315,200+i,300};

setcolor(DARKGRAY);

setfillstyle(1,DARKGRAY);

fillpoly(4,poly);

setcolor(15);

line(210+i,220,310+i,220);

line(210+i,222,308+i,222);

line(308+i,222,308+i,325);

line(310+i,220,310+i,325);

line(310+i,325,308+i,325);

}

void sun(){

circle(500,70,50);

setfillstyle(1,LIGHTRED);

floodfill(500,70,15);

}

voidsky_frame(){

int x=getmaxx();

int poly[8]={0,0,x,0,x,225,0,225};

setfillstyle(1,11);

fillpoly(4,poly);
}

voidfront_engine(inti) {

int poly[8]={360+i,150,450+i,150,450+i,300,360+i,300};

setfillstyle(5,4);

fillpoly(4,poly);

int poly1[8]={210+i,170,230+i,170,230+i,130,210+i,130};

setfillstyle(1,0);

fillpoly(4,poly1);



}

void main(){

intgd=DETECT,gm;

initgraph(&gd,&gm,"c:Turboc3bgi");

for(inti=0;i<=500;i++){

delay(500);

if(kbhit()){

exit(0);

}

frame();

track();

wheel(i);

sky_frame();

sun();

bird(i);

train(i);

side(i);

hot_engine(i);

vapour_hole(i);

bulb(i);
w_pipe(i);

r_pipe(i);

gray_side(i);

front_plate(i);

boggy(i);

smoke(i);

if(i%50==0){

horn();

}

}

}

void smoke(inti) {

arc(220+i,120,180,345,10);

arc(230+i,115,275,90,10);

arc(220+i,110,12,160,10);

arc(210+i,115,90,270,10);

arc(180+i,110,180,345,10);

arc(190+i,105,275,90,10);

arc(180+i,100,12,160,10);

arc(170+i,105,90,270,10);

setfillstyle(1,7);

floodfill(220+i,120,15);

floodfill(180+i,100,15);

}

void boggy(inti){

int poly[8]={0+i,170,190+i,170,190+i,300,0+i,300};

setfillstyle(11,6);

fillpoly(4,poly);

int poly1[8]={0+i,170,15+i,180,15+i,300,0+i,300};
setfillstyle(10,14);

fillpoly(4,poly1);

line(0+i,170,15+i,300);

line(15+i,180,0+i,300);

int poly2[8]={190+i,170,175+i,180,175+i,300,190+i,300};

setfillstyle(10,14);

fillpoly(4,poly2);

int poly3[8]={15+i,180,175+i,180,175+i,300,15+i,300};

setfillstyle(9,9);

fillpoly(4,poly3);

//area for train naming

int poly4[10]={15+i,195,175+i,195,175+i,210,15+i,210,15+i,195};

drawpoly(5,poly4);

outtextxy(25+i,200,"BACKDOOR EXPRESS");

//door

int poly5[8]={120+i,220,160+i,220,160+i,280,120+i,280};

setfillstyle(1,11);

fillpoly(4,poly5);

int poly6[8]={120+i,220,155+i,225,155+i,280,120+i,280};

setfillstyle(10,10);

fillpoly(4,poly6);

//drawing windows

int poly7[8]={20+i,220,60+i,220,60+i,250,20+i,250};

setfillstyle(1,11);

fillpoly(4,poly7);

int poly8[8]={65+i,220,105+i,220,105+i,250,65+i,250};

setfillstyle(1,11);

fillpoly(4,poly8);

//windows line
line(20+i,227,60+i,227);

line(20+i,234,60+i,234);

line(20+i,241,60+i,241);

line(20+i,248,60+i,248);

line(65+i,227,105+i,227);

line(65+i,234,105+i,234);

line(65+i,241,105+i,241);

line(65+i,248,105+i,248);

//boggy inner plate drawing

int poly9[8]={0+i,300,10+i,320,190+i,320,190+i,300};

setfillstyle(1,DARKGRAY);

fillpoly(4,poly9);

//boggy connection

int poly10[8]={185+i,250,200+i,250,200+i,255,185+i,255};

setfillstyle(1,6);

fillpoly(4,poly10);



}

void track(){

int x=getmaxx();

int poly[8]={0,350,x,350,x,375,0,375};

setfillstyle(9,6);

fillpoly(4,poly);

int poly1[8]={10,350,10,375,13,375,13,350};

setfillstyle(1,0);

fillpoly(4,poly1);

int poly2[8]={18,350,18,375,21,375,21,350};

fillpoly(4,poly2);
}

voidfront_plate(inti){

int poly[8]={360+i,295,380+i,350,470+i,350,490+i,295};

setfillstyle(7,LIGHTGRAY);

fillpoly(4,poly);

}

voidr_pipe(inti){

int poly[16]={400+i,218,400+i,223,424+i,285,424+i,295,426+i,295,426+i,285,402+i,223,402+i,218};

setcolor(CYAN);

setfillstyle(1,CYAN);

fillpoly(8,poly);

int poly1[16]={458+i,218,458+i,223,428+i,285,428+i,295,430+i,295,430+i,285,460+i,223,460+i,218};

fillpoly(8,poly1);

int poly2[12]={445+i,230,445+i,233,482+i,233,482+i,295,485+i,295,485+i,230};

setcolor(RED);

setfillstyle(1,15);

fillpoly(6,poly2);

int poly3[8]={485+i,295,485+i,300,310+i,300,310+i,295};

setcolor(15);

setfillstyle(1,15);

fillpoly(4,poly3);

}

voidw_pipe(inti){

setcolor(15);

line(390+i,220,470+i,220);

line(390+i,222,470+i,222);

line(390+i,220,360+i,260);

line(390+i,222,362+i,260);

line(390+i,221,361+i,260);
line(360+i,342,360+i,260);

line(362+i,340,362+i,260);

line(362+i,340,375+i,340);

line(360+i,342,375+i,342);

line(375+i,340,375+i,342);

line(470+i,220,502+i,260);

line(470+i,222,500+i,260);

line(470+i,221,501+i,260);

line(500+i,260,500+i,340);

line(502+i,260,502+i,342);

line(500+i,340,475+i,340);

line(502+i,342,475+i,342);

line(475+i,342,475+i,340);

setfillstyle(1,15);

floodfill(395+i,221,15);

floodfill(487+i,341,15);

floodfill(365+i,341,15);

}

void bird(inti){

setcolor(0);

arc(600-i,80,45,90,10);

arc(614-i,80,90,135,10);

arc(580-i,70,45,90,10);

arc(594-i,70,90,135,10);

arc(560-i,90,45,90,10);

arc(574-i,90,90,135,10);

arc(400-i,80,45,90,10);

arc(414-i,80,90,135,10);

arc(480-i,70,45,90,10);
arc(494-i,70,90,135,10);

arc(460-i,90,45,90,10);

arc(474-i,90,90,135,10);

arc(200-i,80,45,90,10);

arc(214-i,80,90,135,10);

arc(180-i,70,45,90,10);

arc(194-i,70,90,135,10);

arc(160-i,90,45,90,10);

arc(174-i,90,90,135,10);

}



void frame(){

int x=getmaxx(),y=getmaxy();

int poly[8]={0,0,x,0,x,y,0,y};

setfillstyle(1,0);

fillpoly(4,poly);

}

void side(inti) {

int poly[8]={360+i,150,200+i,165,200+i,300,360+i,300};

setfillstyle(1,4);

setcolor(0);

fillpoly(4,poly);

}



void bulb(inti) {

setcolor(15);

circle(405+i,165,10);

circle(405+i,165,2);

setfillstyle(9,14);
floodfill(405+i,165,15);

setfillstyle(1,15);

floodfill(408+i,165,15);

}

voidhot_engine(inti) {

int poly[10]={350+i,165,350+i,275,310+i,275,310+i,165};

int poly1[10]={352+i,163,352+i,277,308+i,277,308+i,163,352+i,163};

int poly2[10]={351+i,164,351+i,276,309+i,276,309+i,164,351+i,164};

setcolor(LIGHTRED);

fillpoly(4,poly);

drawpoly(5,poly1);

drawpoly(5,poly2);

setcolor(0);

for(int j=0;j<19;j++){

line(312+i+2*j,168,312+i+2*j,275);

line(312+i,168,348+i,168);

}

setcolor(15);

rectangle(210+i,270,310+i,280);

setfillstyle(1,15);

floodfill(250+i,275,15);

}

voidvapour_hole(inti){

int poly[8]={260+i,165,270+i,165,270+i,170,260+i,170};

int poly1[8]={260+i,175,270+i,175,270+i,180,260+i,180};

int poly2[8]={260+i,185,270+i,185,270+i,190,260+i,190};

int poly3[8]={243+i,165,253+i,165,253+i,170,243+i,170};

int poly4[8]={243+i,175,253+i,175,253+i,180,243+i,180};

int poly5[8]={243+i,185,253+i,185,253+i,190,243+i,190};
int poly6[8]={226+i,165,236+i,165,236+i,170,226+i,170};

int poly7[8]={226+i,175,236+i,175,236+i,180,226+i,180};

int poly8[8]={226+i,185,236+i,185,236+i,190,226+i,190};

int poly9[8]={209+i,167,219+i,167,219+i,172,209+i,172};

int poly10[8]={209+i,177,219+i,177,219+i,182,209+i,182};

int poly11[8]={209+i,187,219+i,187,219+i,192,209+i,192};



setfillstyle(9,8);

fillpoly(4,poly);

fillpoly(4,poly1);

fillpoly(4,poly2);

fillpoly(4,poly3);

fillpoly(4,poly4);

fillpoly(4,poly5);

fillpoly(4,poly6);

fillpoly(4,poly7);

fillpoly(4,poly7);

fillpoly(4,poly8);

fillpoly(4,poly9);

fillpoly(4,poly10);

fillpoly(4,poly11);

}

void wheel(inti){

//setcolor(DARKGRAY);

circle(340+i,335,40);

circle(340+i,335,18);

circle(340+i,335,41);

circle(340+i,335,19);

circle(340+i,335,42);
circle(340+i,335,17);

setfillstyle(4,DARKGRAY);

floodfill(340+i,355,15);

floodfill(340+i,314,15);

setfillstyle(1,DARKGRAY);

floodfill(340+i,335,15);

circle(240+i,335,40);

circle(240+i,335,18);

circle(240+i,335,41);

circle(240+i,335,19);

circle(240+i,335,42);

circle(240+i,335,17);

setfillstyle(4,DARKGRAY);

floodfill(240+i,355,15);

floodfill(240+i,314,15);

setfillstyle(1,DARKGRAY);

floodfill(240+i,335,15);

circle(140+i,335,40);

circle(140+i,335,18);

circle(140+i,335,41);

circle(140+i,335,19);

circle(140+i,335,42);

circle(140+i,335,17);

setfillstyle(4,DARKGRAY);

floodfill(140+i,355,15);

floodfill(140+i,314,15);

setfillstyle(1,DARKGRAY);

floodfill(140+i,335,15);

circle(40+i,335,40);
circle(40+i,335,18);

circle(40+i,335,41);

circle(40+i,335,19);

circle(40+i,335,42);

circle(40+i,335,17);

setfillstyle(4,DARKGRAY);

floodfill(40+i,355,15);

floodfill(40+i,314,15);

setfillstyle(1,DARKGRAY);

floodfill(40+i,335,15);



}

More Related Content

What's hot

Introduction to molecular spectroscopy
Introduction to molecular spectroscopyIntroduction to molecular spectroscopy
Introduction to molecular spectroscopy
Neel Kamal Kalita
 
Johannes Nicolaus Brønsted
Johannes Nicolaus BrønstedJohannes Nicolaus Brønsted
Johannes Nicolaus Brønsted
adityakrishnan24
 
Application of fluorescence quenching
Application of fluorescence quenchingApplication of fluorescence quenching
Application of fluorescence quenching
Shreya Ray
 
2018 HM PIXE PARTICLE -INDUCED X-RAY EMISSION AN ANALYTICAL TECHNIQUE
2018 HM PIXE PARTICLE -INDUCED X-RAY EMISSION AN ANALYTICAL TECHNIQUE2018 HM PIXE PARTICLE -INDUCED X-RAY EMISSION AN ANALYTICAL TECHNIQUE
2018 HM PIXE PARTICLE -INDUCED X-RAY EMISSION AN ANALYTICAL TECHNIQUE
Harsh Mohan
 
DIODE ARRAY AND FLUORESCENCE DETECTOR
DIODE ARRAY AND FLUORESCENCE DETECTORDIODE ARRAY AND FLUORESCENCE DETECTOR
DIODE ARRAY AND FLUORESCENCE DETECTOR
sharmeenkhan15
 
Gravimetric analysis
Gravimetric analysisGravimetric analysis
Gravimetric analysis
Mark Selby
 
Detectors used in array spectrophotometer
Detectors used in  array spectrophotometerDetectors used in  array spectrophotometer
Detectors used in array spectrophotometer
suriyapriya kamaraj
 
Shielding effect,effect of chemical exchange,hydrogen bonding
Shielding effect,effect of chemical exchange,hydrogen bondingShielding effect,effect of chemical exchange,hydrogen bonding
Shielding effect,effect of chemical exchange,hydrogen bonding
SumeetJha12
 
The chemoselectivity
The chemoselectivityThe chemoselectivity
The chemoselectivity
Zaid Najah
 
13.phosphorus removal by chem ppt
13.phosphorus removal by chem ppt13.phosphorus removal by chem ppt
13.phosphorus removal by chem ppt
pedromariagonzalez
 
Short Presentation on "Adsorption"
Short Presentation on "Adsorption"Short Presentation on "Adsorption"
Short Presentation on "Adsorption"
Ana Debbarma
 
Polarography in instrumentation
Polarography in instrumentationPolarography in instrumentation
Polarography in instrumentation
kohat university of science and technology kohat
 
Ir spectroscopy
Ir spectroscopyIr spectroscopy
Ir spectroscopy
DrWilly Shah
 
Mossbauer Spectroscopy Applications - detection of oxidation state by Himansh...
Mossbauer Spectroscopy Applications - detection of oxidation state by Himansh...Mossbauer Spectroscopy Applications - detection of oxidation state by Himansh...
Mossbauer Spectroscopy Applications - detection of oxidation state by Himansh...
Himanshu Asati
 
Coulometry.pptx presentation assignment copy
Coulometry.pptx presentation assignment   copyCoulometry.pptx presentation assignment   copy
Coulometry.pptx presentation assignment copy
KibetDerrick
 
Radiochemical methods lec
Radiochemical methods lecRadiochemical methods lec
Radiochemical methods lec
Zainab&Sons
 
Fulvenes Aromaticity.pdf
Fulvenes Aromaticity.pdfFulvenes Aromaticity.pdf
Fulvenes Aromaticity.pdf
MahabirPratapSingh
 
Electrochemistry
ElectrochemistryElectrochemistry
Water quality parameters
Water quality parametersWater quality parameters
Water quality parameters
Accra School of Hygiene
 
Ftir principle
Ftir principleFtir principle
Ftir principle
Abdul Rahman Shaikh
 

What's hot (20)

Introduction to molecular spectroscopy
Introduction to molecular spectroscopyIntroduction to molecular spectroscopy
Introduction to molecular spectroscopy
 
Johannes Nicolaus Brønsted
Johannes Nicolaus BrønstedJohannes Nicolaus Brønsted
Johannes Nicolaus Brønsted
 
Application of fluorescence quenching
Application of fluorescence quenchingApplication of fluorescence quenching
Application of fluorescence quenching
 
2018 HM PIXE PARTICLE -INDUCED X-RAY EMISSION AN ANALYTICAL TECHNIQUE
2018 HM PIXE PARTICLE -INDUCED X-RAY EMISSION AN ANALYTICAL TECHNIQUE2018 HM PIXE PARTICLE -INDUCED X-RAY EMISSION AN ANALYTICAL TECHNIQUE
2018 HM PIXE PARTICLE -INDUCED X-RAY EMISSION AN ANALYTICAL TECHNIQUE
 
DIODE ARRAY AND FLUORESCENCE DETECTOR
DIODE ARRAY AND FLUORESCENCE DETECTORDIODE ARRAY AND FLUORESCENCE DETECTOR
DIODE ARRAY AND FLUORESCENCE DETECTOR
 
Gravimetric analysis
Gravimetric analysisGravimetric analysis
Gravimetric analysis
 
Detectors used in array spectrophotometer
Detectors used in  array spectrophotometerDetectors used in  array spectrophotometer
Detectors used in array spectrophotometer
 
Shielding effect,effect of chemical exchange,hydrogen bonding
Shielding effect,effect of chemical exchange,hydrogen bondingShielding effect,effect of chemical exchange,hydrogen bonding
Shielding effect,effect of chemical exchange,hydrogen bonding
 
The chemoselectivity
The chemoselectivityThe chemoselectivity
The chemoselectivity
 
13.phosphorus removal by chem ppt
13.phosphorus removal by chem ppt13.phosphorus removal by chem ppt
13.phosphorus removal by chem ppt
 
Short Presentation on "Adsorption"
Short Presentation on "Adsorption"Short Presentation on "Adsorption"
Short Presentation on "Adsorption"
 
Polarography in instrumentation
Polarography in instrumentationPolarography in instrumentation
Polarography in instrumentation
 
Ir spectroscopy
Ir spectroscopyIr spectroscopy
Ir spectroscopy
 
Mossbauer Spectroscopy Applications - detection of oxidation state by Himansh...
Mossbauer Spectroscopy Applications - detection of oxidation state by Himansh...Mossbauer Spectroscopy Applications - detection of oxidation state by Himansh...
Mossbauer Spectroscopy Applications - detection of oxidation state by Himansh...
 
Coulometry.pptx presentation assignment copy
Coulometry.pptx presentation assignment   copyCoulometry.pptx presentation assignment   copy
Coulometry.pptx presentation assignment copy
 
Radiochemical methods lec
Radiochemical methods lecRadiochemical methods lec
Radiochemical methods lec
 
Fulvenes Aromaticity.pdf
Fulvenes Aromaticity.pdfFulvenes Aromaticity.pdf
Fulvenes Aromaticity.pdf
 
Electrochemistry
ElectrochemistryElectrochemistry
Electrochemistry
 
Water quality parameters
Water quality parametersWater quality parameters
Water quality parameters
 
Ftir principle
Ftir principleFtir principle
Ftir principle
 

Viewers also liked

Computer Graphics Project- The Running Train
Computer Graphics Project- The Running TrainComputer Graphics Project- The Running Train
Computer Graphics Project- The Running Train
Amit Kumar
 
OpenGL Projects on SIMULATION OF WATER RIPPELS
OpenGL Projects on SIMULATION OF WATER RIPPELSOpenGL Projects on SIMULATION OF WATER RIPPELS
OpenGL Projects on SIMULATION OF WATER RIPPELS
RAJEEV KUMAR SINGH
 
Computer Graphics 471 Project Report Final
Computer Graphics 471 Project Report FinalComputer Graphics 471 Project Report Final
Computer Graphics 471 Project Report Final
Ali Ahmed
 
LUDO BOARD GAME OPENGL COMPUTER GRAPHICS
LUDO BOARD GAME OPENGL COMPUTER GRAPHICSLUDO BOARD GAME OPENGL COMPUTER GRAPHICS
LUDO BOARD GAME OPENGL COMPUTER GRAPHICS
RAJEEV KUMAR SINGH
 
Computer Graphics Project Development Help with OpenGL computer graphics proj...
Computer Graphics Project Development Help with OpenGL computer graphics proj...Computer Graphics Project Development Help with OpenGL computer graphics proj...
Computer Graphics Project Development Help with OpenGL computer graphics proj...
Team Codingparks
 
Computer graphics mini project on bellman-ford algorithm
Computer graphics mini project on bellman-ford algorithmComputer graphics mini project on bellman-ford algorithm
Computer graphics mini project on bellman-ford algorithm
RAJEEV KUMAR SINGH
 
Mini Project- 3D Graphics And Visualisation
Mini Project- 3D Graphics And VisualisationMini Project- 3D Graphics And Visualisation
Design A Screen saver in c on Moving Train with Side view.
Design A Screen saver in c on Moving Train with Side view.Design A Screen saver in c on Moving Train with Side view.
Design A Screen saver in c on Moving Train with Side view.
Sanjay Kumar Chakravarti
 
bhargav_flowing-fountain
bhargav_flowing-fountainbhargav_flowing-fountain
bhargav_flowing-fountain
Bhargav K. Naidu
 
COMPUTER GRAPHICS PROJECT REPORT
COMPUTER GRAPHICS PROJECT REPORTCOMPUTER GRAPHICS PROJECT REPORT
COMPUTER GRAPHICS PROJECT REPORT
vineet raj
 
I phone 3
I phone 3I phone 3
I phone 3
Jaehyeuk Oh
 
Fog effect opengl project
Fog effect opengl projectFog effect opengl project
Fog effect opengl project
Kishan Bhounsle G
 
SYNOPSIS WRITING
SYNOPSIS WRITINGSYNOPSIS WRITING
SYNOPSIS WRITING
Prof. Mridul Panditrao
 
Sample project-synopsis
Sample project-synopsisSample project-synopsis
Sample project-synopsis
Sheshank Priya
 

Viewers also liked (14)

Computer Graphics Project- The Running Train
Computer Graphics Project- The Running TrainComputer Graphics Project- The Running Train
Computer Graphics Project- The Running Train
 
OpenGL Projects on SIMULATION OF WATER RIPPELS
OpenGL Projects on SIMULATION OF WATER RIPPELSOpenGL Projects on SIMULATION OF WATER RIPPELS
OpenGL Projects on SIMULATION OF WATER RIPPELS
 
Computer Graphics 471 Project Report Final
Computer Graphics 471 Project Report FinalComputer Graphics 471 Project Report Final
Computer Graphics 471 Project Report Final
 
LUDO BOARD GAME OPENGL COMPUTER GRAPHICS
LUDO BOARD GAME OPENGL COMPUTER GRAPHICSLUDO BOARD GAME OPENGL COMPUTER GRAPHICS
LUDO BOARD GAME OPENGL COMPUTER GRAPHICS
 
Computer Graphics Project Development Help with OpenGL computer graphics proj...
Computer Graphics Project Development Help with OpenGL computer graphics proj...Computer Graphics Project Development Help with OpenGL computer graphics proj...
Computer Graphics Project Development Help with OpenGL computer graphics proj...
 
Computer graphics mini project on bellman-ford algorithm
Computer graphics mini project on bellman-ford algorithmComputer graphics mini project on bellman-ford algorithm
Computer graphics mini project on bellman-ford algorithm
 
Mini Project- 3D Graphics And Visualisation
Mini Project- 3D Graphics And VisualisationMini Project- 3D Graphics And Visualisation
Mini Project- 3D Graphics And Visualisation
 
Design A Screen saver in c on Moving Train with Side view.
Design A Screen saver in c on Moving Train with Side view.Design A Screen saver in c on Moving Train with Side view.
Design A Screen saver in c on Moving Train with Side view.
 
bhargav_flowing-fountain
bhargav_flowing-fountainbhargav_flowing-fountain
bhargav_flowing-fountain
 
COMPUTER GRAPHICS PROJECT REPORT
COMPUTER GRAPHICS PROJECT REPORTCOMPUTER GRAPHICS PROJECT REPORT
COMPUTER GRAPHICS PROJECT REPORT
 
I phone 3
I phone 3I phone 3
I phone 3
 
Fog effect opengl project
Fog effect opengl projectFog effect opengl project
Fog effect opengl project
 
SYNOPSIS WRITING
SYNOPSIS WRITINGSYNOPSIS WRITING
SYNOPSIS WRITING
 
Sample project-synopsis
Sample project-synopsisSample project-synopsis
Sample project-synopsis
 

Similar to Design A Screen saver in c on Moving Train with Side view.

pattern-printing-in-c.pdf
pattern-printing-in-c.pdfpattern-printing-in-c.pdf
pattern-printing-in-c.pdf
RSathyaPriyaCSEKIOT
 
Pattern printing-in-c(Jaydip Kikani)
Pattern printing-in-c(Jaydip Kikani)Pattern printing-in-c(Jaydip Kikani)
Pattern printing-in-c(Jaydip Kikani)
Jaydip JK
 
Lab9 LRU and FIFO.docx
Lab9 LRU and FIFO.docxLab9 LRU and FIFO.docx
Lab9 LRU and FIFO.docx
PremaJain2
 
algorithm design file
algorithm design filealgorithm design file
algorithm design file
suraj kumar
 
#include -stdio-h- #include -stdlib-h- #include -stdbool-h- #include - (1).docx
#include -stdio-h- #include -stdlib-h- #include -stdbool-h- #include - (1).docx#include -stdio-h- #include -stdlib-h- #include -stdbool-h- #include - (1).docx
#include -stdio-h- #include -stdlib-h- #include -stdbool-h- #include - (1).docx
PiersRCoThomsonw
 
Tools.cpp
Tools.cppTools.cpp
Tools.cpp
Vorname Nachname
 
Lcs & fractional knapsack
Lcs & fractional knapsackLcs & fractional knapsack
Lcs & fractional knapsack
Sajid Hasan
 
C Prog - Pointers
C Prog - PointersC Prog - Pointers
C Prog - Pointers
vinay arora
 
Nonlinear analysis of braced frame with hinge by hinge method in c programming
Nonlinear analysis of braced frame with hinge by hinge method in c programmingNonlinear analysis of braced frame with hinge by hinge method in c programming
Nonlinear analysis of braced frame with hinge by hinge method in c programming
Salar Delavar Qashqai
 
Graphical representation of Stack
Graphical representation of StackGraphical representation of Stack
Graphical representation of Stack
Sanjay Kumar Chakravarti
 
Assignement of programming & problem solving u.s ass.(1)
Assignement of programming & problem solving u.s ass.(1)Assignement of programming & problem solving u.s ass.(1)
Assignement of programming & problem solving u.s ass.(1)
Syed Umair
 
include ltiostreamgt include ltstringgt include .pdf
include ltiostreamgt include ltstringgt include .pdfinclude ltiostreamgt include ltstringgt include .pdf
include ltiostreamgt include ltstringgt include .pdf
contact32
 
Blocks+gcd入門
Blocks+gcd入門Blocks+gcd入門
Blocks+gcd入門
領一 和泉田
 
Daapracticals 111105084852-phpapp02
Daapracticals 111105084852-phpapp02Daapracticals 111105084852-phpapp02
Daapracticals 111105084852-phpapp02
Er Ritu Aggarwal
 
C program
C programC program
C program
Komal Singh
 
Binary addition using class concept in c++
Binary addition using class concept in c++Binary addition using class concept in c++
Binary addition using class concept in c++
Swarup Boro
 
Nonlinear analysis of fixed support beam with hinge by hinge method in c prog...
Nonlinear analysis of fixed support beam with hinge by hinge method in c prog...Nonlinear analysis of fixed support beam with hinge by hinge method in c prog...
Nonlinear analysis of fixed support beam with hinge by hinge method in c prog...
Salar Delavar Qashqai
 
computer graphics practicals
computer graphics practicalscomputer graphics practicals
computer graphics practicals
Manoj Chauhan
 
Boundary Fill Algorithm in C
Boundary Fill Algorithm in CBoundary Fill Algorithm in C
Boundary Fill Algorithm in C
Kasun Ranga Wijeweera
 
Assignement of c++
Assignement of c++Assignement of c++
Assignement of c++
Syed Umair
 

Similar to Design A Screen saver in c on Moving Train with Side view. (20)

pattern-printing-in-c.pdf
pattern-printing-in-c.pdfpattern-printing-in-c.pdf
pattern-printing-in-c.pdf
 
Pattern printing-in-c(Jaydip Kikani)
Pattern printing-in-c(Jaydip Kikani)Pattern printing-in-c(Jaydip Kikani)
Pattern printing-in-c(Jaydip Kikani)
 
Lab9 LRU and FIFO.docx
Lab9 LRU and FIFO.docxLab9 LRU and FIFO.docx
Lab9 LRU and FIFO.docx
 
algorithm design file
algorithm design filealgorithm design file
algorithm design file
 
#include -stdio-h- #include -stdlib-h- #include -stdbool-h- #include - (1).docx
#include -stdio-h- #include -stdlib-h- #include -stdbool-h- #include - (1).docx#include -stdio-h- #include -stdlib-h- #include -stdbool-h- #include - (1).docx
#include -stdio-h- #include -stdlib-h- #include -stdbool-h- #include - (1).docx
 
Tools.cpp
Tools.cppTools.cpp
Tools.cpp
 
Lcs & fractional knapsack
Lcs & fractional knapsackLcs & fractional knapsack
Lcs & fractional knapsack
 
C Prog - Pointers
C Prog - PointersC Prog - Pointers
C Prog - Pointers
 
Nonlinear analysis of braced frame with hinge by hinge method in c programming
Nonlinear analysis of braced frame with hinge by hinge method in c programmingNonlinear analysis of braced frame with hinge by hinge method in c programming
Nonlinear analysis of braced frame with hinge by hinge method in c programming
 
Graphical representation of Stack
Graphical representation of StackGraphical representation of Stack
Graphical representation of Stack
 
Assignement of programming & problem solving u.s ass.(1)
Assignement of programming & problem solving u.s ass.(1)Assignement of programming & problem solving u.s ass.(1)
Assignement of programming & problem solving u.s ass.(1)
 
include ltiostreamgt include ltstringgt include .pdf
include ltiostreamgt include ltstringgt include .pdfinclude ltiostreamgt include ltstringgt include .pdf
include ltiostreamgt include ltstringgt include .pdf
 
Blocks+gcd入門
Blocks+gcd入門Blocks+gcd入門
Blocks+gcd入門
 
Daapracticals 111105084852-phpapp02
Daapracticals 111105084852-phpapp02Daapracticals 111105084852-phpapp02
Daapracticals 111105084852-phpapp02
 
C program
C programC program
C program
 
Binary addition using class concept in c++
Binary addition using class concept in c++Binary addition using class concept in c++
Binary addition using class concept in c++
 
Nonlinear analysis of fixed support beam with hinge by hinge method in c prog...
Nonlinear analysis of fixed support beam with hinge by hinge method in c prog...Nonlinear analysis of fixed support beam with hinge by hinge method in c prog...
Nonlinear analysis of fixed support beam with hinge by hinge method in c prog...
 
computer graphics practicals
computer graphics practicalscomputer graphics practicals
computer graphics practicals
 
Boundary Fill Algorithm in C
Boundary Fill Algorithm in CBoundary Fill Algorithm in C
Boundary Fill Algorithm in C
 
Assignement of c++
Assignement of c++Assignement of c++
Assignement of c++
 

More from Sanjay Kumar Chakravarti

IMPLEMENTATION OF AUTO KEY IN C++
IMPLEMENTATION OF AUTO KEY IN C++IMPLEMENTATION OF AUTO KEY IN C++
IMPLEMENTATION OF AUTO KEY IN C++
Sanjay Kumar Chakravarti
 
Microassembler a10
Microassembler a10Microassembler a10
Microassembler a10
Sanjay Kumar Chakravarti
 
Micro Assembler
Micro AssemblerMicro Assembler
Micro Assembler
Sanjay Kumar Chakravarti
 
Design problem
Design problemDesign problem
Design problem
Sanjay Kumar Chakravarti
 
Computer Network
Computer NetworkComputer Network
Computer Network
Sanjay Kumar Chakravarti
 
Structured Analysis and Structured Design
Structured Analysis and Structured DesignStructured Analysis and Structured Design
Structured Analysis and Structured Design
Sanjay Kumar Chakravarti
 

More from Sanjay Kumar Chakravarti (6)

IMPLEMENTATION OF AUTO KEY IN C++
IMPLEMENTATION OF AUTO KEY IN C++IMPLEMENTATION OF AUTO KEY IN C++
IMPLEMENTATION OF AUTO KEY IN C++
 
Microassembler a10
Microassembler a10Microassembler a10
Microassembler a10
 
Micro Assembler
Micro AssemblerMicro Assembler
Micro Assembler
 
Design problem
Design problemDesign problem
Design problem
 
Computer Network
Computer NetworkComputer Network
Computer Network
 
Structured Analysis and Structured Design
Structured Analysis and Structured DesignStructured Analysis and Structured Design
Structured Analysis and Structured Design
 

Recently uploaded

How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
Assessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptxAssessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptx
Kavitha Krishnan
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
taiba qazi
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
simonomuemu
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 

Recently uploaded (20)

How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
Assessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptxAssessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptx
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 

Design A Screen saver in c on Moving Train with Side view.