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.

28 lines
939 B

  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. </DL>
  14. <HR>
  15. <A HREF="../index.html">Up to parent directory</A>
  16. <p></p>
  17. Copyright &copy; 2005-2013 Intel Corporation. All Rights Reserved.
  18. <P></P>
  19. Intel is a registered trademark or trademark of Intel Corporation
  20. or its subsidiaries in the United States and other countries.
  21. <p></p>
  22. * Other names and brands may be claimed as the property of others.
  23. </BODY>
  24. </HTML>