• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java coding

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi..
I need java coding for Entropy Variation algorithm.
can any one please help me...?
its urgent for me..
 
Marshal
Posts: 79153
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch
I am afraid you have posted in the forum where we discuss Ranch problems, so I shall move your discussion.
You will get help quicker if we know what the question is; you would do well to use the "edit" button to change your thread title.
You will have to work out what the algorithm is, because we don't hand out code. Work the algorithm out, and write down with pencil and paper, and a large eraser, exactly how you wold solve it by hand. When you have that, you will know how to do it on screen.
And we never use the word "urgent".
 
Ranch Hand
Posts: 139
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is not really a Java question, it is more of a scientific programming question.

You will need to start by writing down the equation for the Entropy balance for your system.

If the balance depends on time, or other state derivatives, you will probably need a initial value ode solver. They are not hard to write, just substitute a small delta t for dt in the equations. Or, do a google on initial value ode java. Runge Kutta is a typical initial value ode solution algorithm.

If the balance does not depend on time, or other state derivatives, then you have to just solve the equation for Entropy. And then program the resulting equation.

Here is a link to a java entropy solution
Java Entropy Solution
And, here is a link that defines entropy, to help you write down the equations for your system. Entropy Equations


John

 
hey shanthini
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok sir.. here after i wont use the word urgent...
i'l try to do my own work with that algorithm, also i searched in google..
I didnt get any information regarding that.. thats why posted as forum..
I need Entropy Variation algorithm coding(in JAVA) for DDOS attack..

//NOTE//
My Base Paper Title: "Traceback of DDOS attacks using Entropy Variations"


Thank you..
 
John Vorwald
Ranch Hand
Posts: 139
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I misunderstood the word Entropy. Good luck with your search. Sounds like an interesting, and important, topic.
 
hey shanthini
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi..
Its ok John sir...
Can you please help me for getting Entropy Variation code for DDOS attack in java..


Thanks..
Shanthini
 
Campbell Ritchie
Marshal
Posts: 79153
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

hey shanthini wrote: . . . Can you please help me for getting Entropy Variation code for DDOS attack in java.. . . .

What help do you need?
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

hey shanthini wrote:Hi..
I need java coding for Entropy Variation algorithm.
can any one please help me...?
its urgent for me..



Hi,
Have you got the coding for entropy variation algorithm??
Hope so you have it,please send to keerdcse@gmail.com if you have it,its need for our ongoing project.
it will be really good,if you help us
thank you

regards,
keerthi
 
Campbell Ritchie
Marshal
Posts: 79153
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch
I do not know whether that code will be available; you might find something useful if you google for it.
 
reply
    Bookmark Topic Watch Topic
  • New Topic