Skip to document

PP Micro Project Shreyas Deobhankar

hii
Course

Programming (12345)

7 Documents
Students shared 7 documents in this course
Academic year: 2022/2023
Uploaded by:
Anonymous Student
This document has been uploaded by a student, just like you, who decided to remain anonymous.
Government Polytechnic, Pune

Comments

Please sign in or register to post comments.

Preview text

Government Polytechnic,

Pune – 16

(An Autonomous Institute of Government of Maharashtra)

Department of Computer Engineering

Year 2022 – 23

Course Name: Computer Graphics using C

Course Code: CM

Division: G

Under the guidance: Smt Amrutkar Mam

A Micro Project Report

Launching of Rocket

Project Team

1. Mr. Ritesh Ganesh Chinchole Enrolment No. 2106036

2. Mr. Rishikesh Pundlik Dawale Enrolment No. 2106039

3. Mr. Shreyas Sunil Deobhankar Enrolment No. 2106040

Acknowledgment

We would like to express our heartfelt gratitude to our college Government Polytechnic Pune for

giving us the opportunity to work under their guidance and help us gain immensely enriching

professional experience. Our sincere thanks to Project In charge Smt Amrutkar mam for

giving us valuable inputs and ideas right from the selection of topic for project till its successful

completion.

We thank Mrs. M. U. Kokate (HOD Computer Department) for her ongoing support and

encouragement in every aspect. Last but not the least, entire staff of Department of Computer

Engineering for guiding our thoughts and vision.

The successful completion of our project would not have been possible without the dedicated

support from all our mentors, family and friends.

  1. OBJECTIVE

1 Launching of Rocket

The coefficient of range is the ratio of difference between the highest and lowest value of frequency to the sum of highest and lowest value of frequency.

1 Objective

Write a program for launching of rocket

  1. PLATFORM AND HARDWARE SPECIFICATIONS

2 Turbo C++:

Turbo C++ is a discontinued C++ compiler and integrated development environment originally from Borland. It was designed as a home and hobbyist counterpart for Borland C++. As the developer focused more on professional programming tools, later Turbo C++ products were made as scaled down versions of its professional compilers.

2 Hardware Specifications

Processor: Intel(R) Core(TM) i5-4300U CPU @ 1 2 GHz RAM: 8 GB System Type: 64-bit operating system Operating System: Windows 10 Pro

  1. ADVANTAGES

  2. This project will help to understand basic concept related to the primitive geometric functions.

  3. This project will help to understand animation effects

  4. COS ACHIEVED

1 visual and geometric information of images.

2 and demonstrate basic and composite graphical transformations on object.

  1. CONCEPTS USED IN MICROPROJECT AND ITS THEORY

5 line() :

The header file graphics contains line() function which is described below : Declaration : void line(int x1, int y1, int x2, int y2); line function is used to draw a line from a point(x1,y1) to point(x2,y2) i. (x1,y1) and (x2,y2) are end points of line.

5 For loops

for-loop is a control flow statement for specifying iteration ,a for loop functions by running a section of code repeatedly until a certain condition has been satisfied. Syntax: for(init;condition;increment)

line(275,428-i,305,395-i); line(375,428-i,345,395-i); line(275,428-i,375,428-i); line(305,395-i,345,395-i); setfillstyle(2,5); floodfill(325,400-i,15);

line(305,395-i,305,285-i); line(345,395-i,345,285-i); line(305,285-i,345,285-i); setfillstyle(6,5); floodfill(320,300-i,15);

line(305,285-i,325,250-i); line(345,285-i,325,250-i); setfillstyle(1,4); floodfill(315,270-i,15);

line(305,370-i,285,370-i); line(285,370-i,305,340-i); setfillstyle(1,4); floodfill(290,368-i,15);

line(345,370-i,365,370-i); line(365,370-i,345,340-i); setfillstyle(1,4); floodfill(350,368-i,15); if(i>10) { ellipse(300,428-i,180,360,15,18); setfillstyle(1,14); floodfill(299,435-i,15); ellipse(350,428-i,180,360,15,18); setfillstyle(1,14); floodfill(351,435-i,15); } line(380,430,380,250); line(400,430,400,250); line(380,250,400,250); setfillstyle(2,9); floodfill(390,420,15); delay(500); cleardevice(); }

  1. OUTPUT

  2. WEBSITES REFERRED

  3. youtu/uUmz-Z8ZKQg

  4. CONCLUSION

In this Microproject we developed a Graphics program using C for launching of rocket.

Was this document helpful?

PP Micro Project Shreyas Deobhankar

Course: Programming (12345)

7 Documents
Students shared 7 documents in this course
Was this document helpful?
Government Polytechnic,
Pune – 16
(An Autonomous Institute of Government of Maharashtra)
Department of Computer Engineering
Year 2022 – 23
Course Name: Computer Graphics using C
Course Code: CM3106
Division: G2
Under the guidance: Smt.Bhagyashree Amrutkar Mam
A Micro Project Report
Launching of Rocket
Project Team
1. Mr. Ritesh Ganesh Chinchole Enrolment No. 2106036
2. Mr. Rishikesh Pundlik Dawale Enrolment No. 2106039
3. Mr. Shreyas Sunil Deobhankar Enrolment No. 2106040
Page 1 of 10
CG Micro Project