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.

30 lines
1.0 KiB

  1. <HTML>
  2. <BODY>
  3. <H2>Overview</H2>
  4. This directory has examples of <code>tbb::flow</code>.
  5. <H2>Directories</H2>
  6. <DL>
  7. <DT><A HREF="dining_philosophers/index.html">dining_philosophers</A>
  8. <DD>An implementation of dining philosophers in graph using the reserving join node.
  9. <DT><A HREF="binpack/index.html">binpack</A>
  10. <DD>A solution to the binpacking problem using a queue_node, a buffer_node and function_nodes.
  11. <DT><A HREF="logic_sim/index.html">logic_sim</A>
  12. <DD>A simplistic example of a collection of digital logic gates that can be easily composed into larger circuits.
  13. <DT><A HREF="som/index.html">som</A>
  14. <DD>A simple example of a Kohonen Self-Organizing Map using cancellation.
  15. </DL>
  16. <HR>
  17. <A HREF="../index.html">Up to parent directory</A>
  18. <p></p>
  19. Copyright &copy; 2005-2014 Intel Corporation. All Rights Reserved.
  20. <P></P>
  21. Intel is a registered trademark or trademark of Intel Corporation
  22. or its subsidiaries in the United States and other countries.
  23. <p></p>
  24. * Other names and brands may be claimed as the property of others.
  25. </BODY>
  26. </HTML>