Max Gadget, GPG Dragon Latest Version, Install Android, Sony Xperia, Xiaomi Mi Robot Vacuum, Verizon, Android Marshmallow, Network, stock firmware

Selasa, 07 Agustus 2012

First Tcl script for beginners: "Hello World"

First Tcl script for beginners: "Hello World" - this blog we have built a few years ago and already very many blog visitors Max Gadget who are satisfied with the information we convey and we say thanks for that, we will then improve the quality of information we convey to you, well according to what you are looking for we will now discuss first about First Tcl script for beginners: "Hello World" this information we framework from various trusted sources, please see:

Articles : First Tcl script for beginners: "Hello World"
full Link : First Tcl script for beginners: "Hello World"

You can also see our article on:


First Tcl script for beginners: "Hello World"

Hope you all have installed ns2 , now we can go for coding
As the ns2 simulations work on tcl scripts so we should know about tcl
Here some simple steps to write the "hello world" program in tcl

we can write tcl codes in two ways in interactive mode and in batch mode

first we can have look to interactive mode 

1.open the terminal
             type  $ ns
2. a command prompt open
         Create a new simulator object by using the command
                        set ns [ new Simulator ]

This is Usually the first non-comment statement in ns-2 script 
- Initialize the packet format
   - Create a scheduler (default is a calendar scheduler)
   - Create a “null agent”

3.  to print text on screen we use puts command
               $ns at 1 "puts "\Hello World\""
    here we Schedule an event to write at the time 1 
      by this script simulator instance "ns" writes "hello World"
4.  now we have to exit the simulator object
                         $ns at 1.5 "exit"

 5. now we have to run the simulator object,
                      $ns run
this starts ns
           
and this prints hello world

In batch mode  its much simple

open a text editor and write the codes there and save it with .tcl  file extention 

 expamlpe

 hello.tcl :

set ns [new Simulator]
$ns at 1 "puts \"hello world\""
$ns at 1.5 "exit"
$ns run

open the terminal and execute the hello.tcl by
            $ ns hello.tcl
 














so much information First Tcl script for beginners: "Hello World"

hopefully the information First Tcl script for beginners: "Hello World" that we convey can make you satisfied because it can be useful to determine the gadget according to your needs.

you just read the article titled First Tcl script for beginners: "Hello World" if you feel this information is useful and want to bookmark or share please use the link http://maxyaquos.blogspot.com/2012/08/first-tcl-script-for-beginners-world.html do not forget to go back to this blog to get more information about gadgets.

Tag :
Share on Facebook
Share on Twitter
Share on Google+
Tags :

Related : First Tcl script for beginners: "Hello World"

0 komentar:

Posting Komentar