What's new

PHOTO: BrahMos Block III Tested With New Algorithm, Steep Dive

1nd1a

FULL MEMBER
Joined
Mar 21, 2010
Messages
350
Reaction score
0
ITR_3883-770494.JPG


BrahMos Statement: Around 1130 hrs today, BrahMos Block III version with advanced guidance algorithm was flight tested from ITR Balasore. The missile flew through the designated 290 kms distance at Mach 2.8 and achieved high precision with steep dive once again. The Network of telemetry stations and down range ships confirmed that the missile followed the pre designated flight path. Dr. A Sivathanu Pillail, CEO of BrahMos, confirmed that it was a text book launch achieving 100% results. The missile was completely integrated at the BrahMos Integration Complex at Hyderabad.

Livefist: PHOTO: BrahMos Block III Tested With New Algorithm, Steep Dive

:sniper:
 
New Algorithm ?? means
The missile is software intensive. How the missile reaches its target is fully defined by onboard computer. They are upgrading and adding more variety in its flight path.
 
New Algorithm ?? means

algorithm basically means machine logic

fr example
{
Int a,b;
c=a+b;
printf(""&'c');
}
is a basic addition algorithm
 
New Algorithm ?? means

In mathematics and computer science, an algorithm (from Algoritmi, the Latin form Arabic, خوارزمية, Al-Khwārizmī) is a step-by-step procedure for calculations. Algorithms are used for calculation, data processing, and automated reasoning.

---Wikipedia
 
Is that C++ :cheesy:
Hate that shi :guns:

No, it's C. printf doesn't exist in C++, the equivalent would be 'cout'.

And to add a nitpick, it should be c = a+b, not a+b=c.

Just curious though, why would you hate it if you don't know what it is??

I know, all of this is :offtopic:
 
159821960.jpg


is this a steep dive or more sharp turn. If so how it can manage supersonic speed?

Can we make more big size brahmos?
vertical_reverse.jpg
 
No, it's C. printf doesn't exist in C++, the equivalent would be 'cout'.

And to add a nitpick, it should be c = a+b, not a+b=c.

Just curious though, why would you hate it if you don't know what it is??

I know, all of this

a typo...yea the values C would be assigned right to left..
and the output is the values in "c" register not &"a"


and C and C++ is not too different different the Scanf is replaced by Cout << "";
and c++ just has additional Memory management functionalities and a better Class system (OOP)

That is not algorithm..that is the code.

yea u just write sentences for each operation...apart form tht its the same thing




----x-----


Anyways on topic....the Algo would take in multiple Variabele inputs for Onborad sensors and radar relayed data ...

and the algo would prolly task it to take a higher respective altitude the target location using its on board altimeter variable Inputs.


this steep dive approach is handy when traversing hilly or Mountainous landscapes
 
Back
Top Bottom