Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Computer Engineering Expert

Project Intercept

You need c++ code for this please!!!!!

The client wants a simulation of a target and a weapon launcher and intercept projectile.

1. The Launcher will fire a projectile at a target the Launcher is static, the projectile follows a linear path. The projectile has a known velocity (speed and direction).

2. The Target will be traveling in a circular path, with a given center and radius. The Target has a known speed.

3. Launcher and Target will be given known initial positions.

4. The Launcher will fire the projectile in an appropriate direction so to intercept the Target at some time t.

Objects:

Target, Launcher and Projectile.

The Target has:

initial position, current position, trajectory (center, radius and speed)

The Target has functions:

Constructor, destructor, display, associated gets/sets, move().

The Launcher has:

initial position, projectile, targeting information (ref angle)

Constructor, destructor, display, gets/sets, fire()

The Projectile has

initial position = Launcher position, velocity and a linear trajectory

Constructor, destructor, display, associated gets/sets, move().

Final Comments. After initialization, the launcher will compute the ideal ref angle and fire the projectile.

The projectile will travel a set distance each time step = speed of the projectile.

The Target will move along the circular path at each time step a distance = speed of the target

At time T, the project will intercept the Target and destroy it.

1. design the tests for each of the objects

correctly passing when it should, and fail when it should not pass

2. define the objects and their functions

3. design the algorithm to solve the problem:

---------------------------------------------------Al Gores' Rhythm-------------------------------------

1. compute the new position of the target on the circle, Tx, Ty (spd = arc length on circle)

a) given Target's current position Tx,Ty, compute initial reference angle theta

b) compute the circumference of the path of the target, C = 2PI*R

c) the reference angle for the target per time step, how far is it moving in one time unit then is 360*Spd/C = alpha

theta = theta - alpha

d) dx = r sin(theta), dy = r cos(theta)

2. compute the equation of the line from Launcher (Lx, Ly) to Target (Tx, Ty)

a) find slope m = (Ty-Ly)/(Tx-Lx)

b) use slope m and either Tx,Ty or Lx,Ly to find b --> yielding y = mx + b

3. using y = mx+b and speed of projectile and the number of time steps to find the Px,Py

4. find the distance from Px,Py to Tx, Ty....yielding impact or go again.

Computer Engineering, Engineering

  • Category:- Computer Engineering
  • Reference No.:- M93096765

Have any Question?


Related Questions in Computer Engineering

Question suppose you are planning a party for 10 friends

Question : Suppose you are planning a party for 10 friends. You decide to make sandwiches to serve at the party, no more than one sandwich per person. Seven of your friends say they want turkey. Five say they want roast ...

Determine the number of moles of oleic acid in the

Determine the number of moles of oleic acid in the monolayer. Assume the nubmer of grams of oleic acid in the monolayer is  7.12×10 -6  g MW for oleic acid is 282 g/mol.

Strategies when resources are constraineda project manager

Strategies When Resources Are Constrained A project manager has fewer options for accelerating project completion when additional resources are either not available or the budget is severely constrained. This is especial ...

What decimal number does the bit pattern 0xc0d40000

What decimal number does the bit pattern 0xC0D40000 represent if it is: A two's complement integer An unsigned integer A floating point number assuming the IEE 754 single precision format Please provide a detailed explan ...

One of the issues in early virtualization use was slow

One of the issues in early virtualization use was slow performance due to translation of system commands. Which piece of computer hardware was revised to run hypervisors natively? Also There are three "families" of opera ...

Software engineering problemdesign a software for

Software engineering problem: Design a software for restaurants to use, in order for restaurants to come up with the shortesh path of getting to houses in the order the orders came in, shows the deadline on each order to ...

On a single diagram illustrate the following using the uml

On a single diagram, illustrate the following using the UML notation for objects, links and messages. (a) An object of class Window, with no attributes shown; (b) An object of class Rectangle with attributes length and w ...

Assignment 2 windows 8 upgradeby the due date assigned

Assignment 2: Windows 8 Upgrade By the due date assigned, submit your assignment to the Submissions Area. Scenario: You are a consultant for a company that is using Windows 7 as their operating system and are considering ...

Question overview of information security and risk

Question: Overview of Information Security and Risk Management (Due Oct 24) Does your company (or school) have a current disaster recovery plan? What are some of the activities involved in it? Do you feel confident that ...

Structureswrite the program in c onlytask create a seating

Structures Write the Program in C++ only. Task: Create a seating reservation program for Podunk Airlines. The air fleet consists of a single plane with a seating capacity of 12. The plane makes one flight daily. Your pro ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As