You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.2 KiB

  1. <HTML>
  2. <BODY>
  3. <H2>Overview</H2>
  4. This directory contains common code that is used in the Intel&reg; Threading Building Blocks examples.
  5. <P>
  6. This code is not intended to be used directly. It is incorporated automatically by the examples that need it.
  7. </P>
  8. <H2>Directories</H2>
  9. <DL>
  10. <DT><A HREF="gui">gui</A>
  11. <DD>GUI code for examples that have graphical user interfaces. Currently supports:
  12. <UL>
  13. <LI>GDI+*, DirectDraw*, Direct2D* (Windows* systems)
  14. <LI>OpenGL* (Mac OS* X systems)
  15. <LI>X window (Linux* or Mac OS* X systems)
  16. </UL>
  17. See the examples that use the GUI
  18. (<A HREF=../parallel_for/tachyon/index.html>tachyon</A> and <A HREF=../parallel_for/seismic/index.html>seismic</A>)
  19. for more details.
  20. </DL>
  21. <DL>
  22. <DT><A HREF="utility">utility</A>
  23. <DD>common driver code for examples.
  24. </DL>
  25. <HR>
  26. <A HREF="../index.html">Up to parent directory</A>
  27. <p></p>
  28. Copyright &copy; 2005-2013 Intel Corporation. All Rights Reserved.
  29. <P></P>
  30. Intel is a registered trademark or trademark of Intel Corporation
  31. or its subsidiaries in the United States and other countries.
  32. <p></p>
  33. * Other names and brands may be claimed as the property of others.
  34. </BODY>
  35. </HTML>