User:Brandished/List Test: Difference between revisions
Jump to navigation
Jump to search
Brandished (talk | contribs) mNo edit summary |
Brandished (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
== Sample Output Table Reference == | |||
[[image:Ref_output_pic.gif]] | [[image:Ref_output_pic.gif]] | ||
== Sample Output Table 1 == | |||
<table> | <table> | ||
Line 37: | Line 38: | ||
== Sample Output Table 2 == | |||
<table> | <table> | ||
Line 81: | Line 81: | ||
-- | == Sample Link List 1 == | ||
*[http://mindview.net/Books/TICPP/ThinkingInCPP2e.html Bruce Eckel's Thinking in C++ 2nd Edition] | |||
*[http://www.cpp4u.com C++ for you] | |||
*[http://www.programmersheaven.com Programmer's Heaven] | |||
*[http://www.codersource.net/codersource_cppprogramming.html CoderSource.net: C++ Programming Tutorials] | |||
*[http://www.codeproject.com The Code Project] | |||
*[http://msdn.microsoft.com/en-us/library/zdbe067e(VS.80).aspx MSDN: Getting Started with Visual C++] | |||
*[http://www.learncpp.com LearnCpp.com] | |||
*[http://xoax.net/comp/cpp/index.php Xoax.net C++ Video Tutorials] | |||
*[http://www.learn-programming.za.net/programming_cpp_learn01.html Learn C++ Programming] | |||
*[http://www.cprogramming.com Cprogramming.com] | |||
*[http://www.cplusplus.com cplusplus.com] | |||
*[http://en.wikibooks.org/wiki/C%2B%2B_Programming/TOC1 wikibooks: C++ Programming] | |||
== Sample Link List 2 == | |||
:[http://www.python.org python.org] | |||
:[http://en.wikibooks.org/wiki/Python wikibooks: Python] | |||
:[http://www.sthurlow.com/python A Beginner's Python Tutorial] | |||
:[http://hetland.org/writing/instant-python.html Instant Python] | |||
:[http://diveintopython.org/toc/index.html Dive Into Python] | |||
:[http://www.poromenos.org/tutorials/python Python in 10 minutes] | |||
:[http://www.swaroopch.com/notes/Python A Byte of Python] | |||
Revision as of 22:57, 14 September 2008
Sample Output Table Reference
Sample Output Table 1
Output Named | Target Entity | Target Input | Parameter | Delay | Only Once |
---|---|---|---|---|---|
OnCapture | Math_Blue | Add | 1 | 0.00 | No |
OnCapture | CapZoneBlue2 | Disable | - | 0.00 | No |
Sample Output Table 2
Output Named | OnCapture | OnCapture |
---|---|---|
Target Entity | Math_Blue | CapZoneBlue2 |
Target Input | Add | Disable |
Parameter | 1 | - |
Delay | 0.00 | 0.00 |
Only Once | No | No |
Sample Link List 1
- Bruce Eckel's Thinking in C++ 2nd Edition
- C++ for you
- Programmer's Heaven
- CoderSource.net: C++ Programming Tutorials
- The Code Project
- MSDN: Getting Started with Visual C++
- LearnCpp.com
- Xoax.net C++ Video Tutorials
- Learn C++ Programming
- Cprogramming.com
- cplusplus.com
- wikibooks: C++ Programming