Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
manual.tex
Package: gsnake.rar [view]
Upload User: shhuayu888
Upload Date: 2013-03-28
Package Size: 1788k
Code Size: 4k
Category:
Windows Develop
Development Platform:
Unix_Linux
- documentstyle[11pt,psfig,fancyheadings]{report}
- setlength{parskip}{0.1in}
- setlength{topmargin}{-0.7in}
- setlength{headsep}{0.3in}
- setlength{headheight}{0.3in}
- setlength{textheight}{8.7in}
- setlength{oddsidemargin}{-0.25in}
- setlength{textwidth}{6.9in}
- footrulewidth 0.4pt
- pagestyle{fancy}
- markboth{}{}
- makeatletter
- %as Latex considers descenders in its calculation of interline spacing,
- %to get 12 point spacing for normalsize text, must set it to 10 points
- def@normalsize{@setsizenormalsize{14.5pt}xiipt@xiipt
- abovedisplayskip 12pt plus3pt minus7ptbelowdisplayskip abovedisplayskip
- abovedisplayshortskip z@ plus3ptbelowdisplayshortskip 6.5pt plus3.5pt
- minus3ptlet@listi@listI}
- def@makechapterhead#1{ % Heading for chapter command
- vspace*{5pt} % Space at top of text page.
- { parindent 0pt raggedright
- ifnum c@secnumdepth >m@ne % IF secnumdepth > -1 THEN
- Largebfcenter @chapapp{} thechapter % Print 'Chapter' and number.
- par
- vskip 15pt fi % Space between number and title.
- Large bf center % Title.
- #1par
- nobreak % TeX penalty to prevent page break.
- vskip 40pt % Space between title and text.
- } }
- %need an 11 pt font size for subsection and abstract headings
- defsubsize{@setsizesubsize{12pt}xipt@xipt}
- %make section titles bold and 12 point, 2 blank lines before, 1 after
- defsection{@startsection {section}{1}{z@}{24pt plus 2pt minus 2pt}
- {12pt plus 2pt minus 2pt}{largebf}}
- %make subsection titles bold and 11 point, 1 blank line before, 1 after
- defsubsection{@startsection {subsection}{2}{z@}{12pt plus 2pt minus 2pt}
- {12pt plus 2pt minus 2pt}{subsizebf}}
- makeatother
- newcommand{eq}{begin{equation}}
- newcommand{en}{end{equation}}
- newcommand{vs}{vspace{.10in}}
- newcommand{hs}{hspace{.10in}}
- newcommand{tb}{begin{tabular} {ll} }
- newcommand{te}{end{tabular}}
- rhead{GSNAKE API}
- lfoot{GSNAKE API Reference}
- rfoot{page rmthepage of pageref{lastpage}}
- cfoot{}
- lhead{{em rev} : today}
- % make bibliography looks right
- catcode`@=11
- def@lbibitem[#1]#2{item[]@biblabel{#1}newlineif@filesw
- { defprotect##1{string ##1space}immediate
- write@auxout{stringbibcite{#2}{#1}}fiignorespaces}}
- defthebibliography#1{
- newpage section*{Largebfcentering References
- }list
- {[arabic{enumi}]}{settowidthlabelwidth{[#1]}
- leftmarginlabelwidth
- advanceleftmarginlabelsep
- usecounter{enumi}}
- defnewblock{hskip .11em plus .33em minus -.07em}
- sloppy
- sfcode`.=1000relax}
- catcode`@=12
- begin{document}
- title{{largebf GSNAKE API ver 1.0: REFERENCE MANUAL}}
- author{large
- Kok F. Lai \
- Information Technology Institute\
- 11 Science Park Rd\
- Singapore 0511 \
- \
- S. Chan, C. W. Ngo, E. L. Ang and K. W. Ong\
- School of Applied Science \
- Nanyang Technological University
- Nanyang Crescent
- Singapore 2263}
- date{{em rev} : today}
- maketitle
- input{notes.tex}
- tableofcontents
- chapter{Introduction}
- input{intro.tex}
- input{design.tex}
- chapter{Class Library Reference}
- thispagestyle{fancy}
- input{image.tex}
- input{edge.tex}
- input{pyramid.tex}
- input{matrix.tex}
- input{snaxel.tex}
- input{contour.tex}
- input{ghough.tex}
- input{gsnake.tex}
- input{model.tex}
- input{class.tex}
- chapter{GSNAKE API Command Line Utilities}
- input{utildoc.tex}
- input{biblio.tex}
- label{lastpage}
- end{document}