Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
wireless communication in manet
4.0
Number of nodes (22) is fixed in the program. Nodes are configured with specific parameters of a mobile wireless node.   After creating the nam file and trace file, we set up topography object. set node_ ($i) [$ns node] is used to create the  nodes. Initial location of the nodes is fixed. Specific X, Y coordinates are assigned to every node.  Nodes are given mobility with fixed speed and fixed destination location. Here we set the initial size for the every node by using initial_node_pos. AODV routing protocol is used here. $val(stop) specifies the end time of the simulation.  UDP agent is attached to sender node.  LossMonitor age
vis869959
2016-08-23
0
1
Multipass assembler
no vote
This is the source code for multi pass assembler. The multipass assembler generates the source program into assembly  program. T his program is very useful for understanding the system software concept. I n this program I have used functions instruction. T he code will be executed you will type the input file filename.txt  T he file instruction will be created and symbol table will be updated.
vis869959
2016-08-23
2
1
No more~