everything.tex
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. %
  2. % latex2html evidently gets confused if these package defs
  3. % aren't here in the topmost level
  4. %
  5. %% test
  6. documentclass{article}
  7. usepackage{times}
  8. usepackage{psfig}
  9. %%usepackage[T1]{fontenc}
  10. usepackage{ifthen}
  11. usepackage{html}
  12. usepackage{nsDoc}
  13. newcommand{shdr}[3]{htmladdnormallink{#1}{#2}label{#3}}
  14. %%includeonly{agents}
  15. begin{document}
  16. section*{Note}
  17. This is an incomplete, pre-draft version of the simulator
  18. notes.
  19. In particular, it has not yet been merged with Kannan's
  20. (or anyone else's)
  21. sections of the document.  Kevin Fall (kfall@ee.lbl.gov).
  22. (today).
  23. include{sim}
  24. include{agents}
  25. include{queue_mgmt}
  26. include{delays}
  27. include{trace}
  28. include{packet_format}
  29. include{math}
  30. include{classify_route}
  31. end{document}