User Profile
Collapse
-
can u plz suggest the method to draw the graph.....after googling i found many things but can't understand how to start,,,plz suggest.... -
how to use package
i've wriiten this...Code:import java.lang.Math; class power2 { public double square (int n) { return java.lang.Math.pow(n,2); } } class power1 { public static void main(String args[]) { power2 x1 = new power2(); int m =(int)x1.square(3); System.out.println(m); } } -
how to draw a directed graph in java?
the nodes of the graph has got x and y coordinate.we'l l have to draw a directed graph with the nodes in java.where can i find the source code or what is used to draw the graph?plz suggest.how can i draw the graph... -
mistusen replied to how does the source node know that the other node is within its radio range or not ?in Javathanks for the reply.......... ..how this message passsing between nodes can be done?i just can't write the code in java......plz give me some hints about writing the code.....exampl e code or something like that.......so that i can start........Leave a comment:
-
mistusen replied to how does the source node know that the other node is within its radio range or not ?in Javai am clueless about the fact:how to implement the nodes as threads.......i n java or in c++ which will be the proper choice for writting the code?please reply......i'm waiting for your suggestionLeave a comment:
-
mistusen replied to how does the source node know that the other node is within its radio range or not ?in Javathanks for the reply......the information is really helpful....node s are moving in a random fashion.....so if i design a class " that knows all of the positions of the nodes" ,then how do i take care of the nodes when they are randomly moving......Leave a comment:
-
mistusen started a topic how does the source node know that the other node is within its radio range or not ?in Javahow does the source node know that the other node is within its radio range or not ?
in my project,We consider an ad hoc network composed of battery powered mobile nodes. Each of them has got a radio-range (generally uniform for all nodes in the network),which is an abstract electronic circle around a node within which message packets can be transmitted and received. So, if a pair of nodes want to communicate when they are not within the radio-range of one another, it becomes the responsibility of neighbor of the source and it’s...
No activity results to display
Show More
Leave a comment: