⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nsdoc.htm

📁 介绍了网络仿真软件NS2的使用
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0047)http://www.isi.edu/nsnam/ns/tutorial/nsdoc.html -->
<HTML><HEAD><TITLE>Marc Greis' Tutorial for the UCB/LBNL/VINT Network Simulator "ns"</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.3199" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<H1 align=center>II. Finding Documentation</H1>
<P>[<A href="http://www.isi.edu/nsnam/ns/tutorial/nsintro.html">Previous 
section</A>] [<A href="http://www.isi.edu/nsnam/ns/tutorial/nsbasic.html">Next 
section</A>] [<A href="http://www.isi.edu/nsnam/ns/tutorial/nsindex.html">Back 
to the index</A>] </P>
<P>In this section I am going to list some sources for documentation for ns and 
related packages. If you know any other sources, or if any of the links have 
expired, please send email to<A href="mailto:ns-users@isi.edu"> ns-users</A> 
mailing list. </P>
<HR>
<A name=ns><A>
<P><STRONG>II.1. Documentation for ns&amp;nam</STRONG><BR>The following 
documentation for ns and nam is available from the <A 
href="http://www.isi.edu/nsnam/ns/">main ns web page</A> at UCB. </P>
<UL>
  <LI><A href="http://www.isi.edu/nsnam/ns/ns-documentation.html">"ns Notes and 
  Documentation (now renamed the ns Manual)"</A> could be called the "main 
  manual" for ns and is available in Postscript format. 
  <LI>An HTML version (currently without diagrams ) of nsN&amp;D (now renamed ns 
  Manual) is available <A 
  href="http://www.isi.edu/nsnam/ns/ns-documentation.html">here</A>. 
  <LI>A manual page for ns is included in the distribution in the ns directory. 
  There is a HTML-ized version <A 
  href="http://www.isi.edu/nsnam/ns/ns-man.html">here</A>, but it might be 
  out-dated. 
  <LI>There is a ps version of the <A 
  href="http://www.isi.edu/nsnam/nam/nam.ps">nam user-manual</A> which is 
  available from the <A href="http://www.isi.edu/nsnam/nam/nam.html">nam 
  page</A>. You can also get an ASCII version from <A 
  href="http://www.isi.edu/nsnam/ns/tutorial/nam.txt">here</A>. 
  <LI>You can also get slides from the second ns workshop from <A 
  href="http://www.isi.edu/nsnam/ns/ns-documentation.html">this page</A>. They 
  don't really contain more information than the "ns Notes and Documentation" 
  (now renamed ns Manual) document, though it might be a bit easier to 
  understand and use. 
  <LI>If you can't get ns to compile, if it crashes, or if you have any other 
  similar problems, take a look at the <A 
  href="http://www.isi.edu/nsnam/ns/ns-problems.html">ns-problems page</A> 
  before you ask on the mailing list. 
  <LI>If you have any general questions about ns or nam, you can send them to 
  the <A href="http://www.isi.edu/nsnam/ns/ns-lists.html">ns-users mailing 
  list</A>. If you're not sure if your question has been asked before, check the 
  <A href="http://www.isi.edu/nsnam/dist/archive/ns-users/">Archive</A> for the 
  mailing list. </LI></UL>
<HR>
<A name=tcl><A>
<P><STRONG>II.2. Documentation for Tcl</STRONG><BR>Tcl is fairly simple and if 
you already have some programming skills, you should be able to learn most of 
what you need for simple scenarios as you go along. However, I will try to 
provide some interesting links for the more ambitious users who are not willing 
(or able) to buy a Tcl book. </P>
<UL>
  <LI>The <A href="http://www.elf.org/tcltk-man-html/contents.htm">Tcl8.0/Tk8.0 
  Manual</A> is basically a collection of hypertext manual pages. 
  <LI>A <A href="ftp://ftp.scriptics.com/pub/welch">draft for a Tcl/Tk book</A> 
  is available in postscript format for personal use. Only the first 94 pages 
  are relevant for Tcl, the rest of the book is about Tk and more complicated 
  aspects of Tcl. 
  <LI>I also found a short <A 
  href="ftp://ftp.tns.lcs.mit.edu/pub/otcl/doc/tutorial.html">OTcl Tutorial</A>. 

  <LI>Another good starting point for looking for Tcl documentation is the <A 
  href="http://www.yahoo.com/Computers_and_Internet/Programming_Languages/Tcl_Tk/">Yahoo 
  Tcl/Tk category</A>. </LI></UL>
<HR>
<A name=cpp><A><STRONG>II.3. Documentation for C++</STRONG><BR>I'd like to note 
that you don't need <STRONG>any</STRONG> C++ programming knowledge unless you 
want to add new functionality to ns. 
<UL>
  <LI>Perhaps the best source for learning C++ is the book <A 
  href="http://www.research.att.com/~bs/3rd.html">"The C++ Programming 
  Language"</A> by <A href="http://www.research.att.com/~bs/">Bjarne 
  Stroustrup</A>. 
  <LI>If you don't want to buy a book, you can take a look at this <A 
  href="http://www.swcp.com/~dodrill/cppdoc/cpplist.htm">C++ tutorial</A>. 
  <LI>You can find an ANSI C++ standard draft on <A 
  href="http://www.cygnus.com/misc/wp/">this page</A> 
  <LI>And again, if you want to look for information on the web yourself, check 
  out <A 
  href="http://www.yahoo.com/Computers_and_Internet/Programming_Languages/C_and_C__/">Yahoo's 
  C/C++ category</A>. </LI></UL>
<HR>

<P>[<A href="http://www.isi.edu/nsnam/ns/tutorial/nsintro.html">Previous 
section</A>] [<A href="http://www.isi.edu/nsnam/ns/tutorial/nsbasic.html">Next 
section</A>] [<A href="http://www.isi.edu/nsnam/ns/tutorial/nsindex.html">Back 
to the index</A>] </P>
<P>ns-users <BR>
<ADDRESS><A href="mailto:ns-users@isi.edu">ns-users@isi.edu</A></ADDRESS>
<P></P></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -