snp-lab-code/build/html
Jenkins fa1975d692 Jenkins published newest html+pdf version 2022-03-07 09:22:35 +01:00
..
P01_Erste_Schritte_mit_C Jenkins published newest html version 2022-03-01 15:23:27 +01:00
P02_Funktionen_Datentyp_enum Jenkins published newest html+pdf version 2022-03-02 00:22:35 +01:00
P03_Bit_Operation_struct_typedef Jenkins published newest html+pdf version 2022-03-07 09:22:35 +01:00
P04_Modularisieren_von_C_Code Jenkins published newest html version 2022-03-01 15:53:51 +01:00
P05_TicTacToe Jenkins published newest html version 2022-03-01 15:23:27 +01:00
P06_Personen_Verwaltung_Linked_List Jenkins published newest html version 2022-03-01 15:23:27 +01:00
P07_Prozesse_und_Threads Jenkins published newest html version 2022-03-01 15:23:27 +01:00
P08_Sync Jenkins published newest html version 2022-03-01 15:23:27 +01:00
P09_File_Operations Jenkins published newest html version 2022-03-01 15:23:27 +01:00
P10_IPC Jenkins published newest html version 2022-03-01 15:23:27 +01:00
_images Jenkins Html Publish 2022-03-01 14:30:52 +01:00
_sources Jenkins published newest html+pdf version 2022-03-07 09:22:35 +01:00
_static Jenkins Html Publish 2022-03-01 14:30:52 +01:00
.buildinfo Jenkins Html Publish 2022-03-01 14:30:52 +01:00
.nojekyll add pages 2022-02-17 14:51:10 +01:00
README.html Jenkins published newest html version 2022-03-01 15:23:27 +01:00
genindex.html Jenkins published newest html version 2022-03-01 15:23:27 +01:00
index.html Jenkins published newest html+pdf version 2022-03-07 09:22:35 +01:00
objects.inv Jenkins published newest html version 2022-03-01 15:06:22 +01:00
search.html Jenkins published newest html version 2022-03-01 15:23:27 +01:00
searchindex.js Jenkins published newest html+pdf version 2022-03-07 09:22:35 +01:00

README.html

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>

<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta content="metadata description" lang="en" name="description" xml:lang="en" />
<meta content="description des métadonnées" lang="fr" name="description" xml:lang="fr" />
<meta content="Sphinx, MyST" name="keywords" />
<meta content="en_US" property="og:locale" />

    <title>SNP - Praktika &#8212; SNP Labs  documentation</title>
    <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
    <link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
    <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
    <script src="_static/jquery.js"></script>
    <script src="_static/underscore.js"></script>
    <script src="_static/doctools.js"></script>
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
   
  <link rel="stylesheet" href="_static/custom.css" type="text/css" />
  
  
  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

  </head><body>
  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          

          <div class="body" role="main">
            
  <section class="tex2jax_ignore mathjax_ignore" id="snp-praktika">
<h1>SNP - Praktika<a class="headerlink" href="#snp-praktika" title="Permalink to this headline">¶</a></h1>
<a class="reference internal image-reference" href="_images/en-zhaw-ines-rgb.png"><img alt="_images/en-zhaw-ines-rgb.png" class="align-right" src="_images/en-zhaw-ines-rgb.png" style="width: 176px; height: 92px;" /></a>
<section id="ubersicht">
<h2>Übersicht<a class="headerlink" href="#ubersicht" title="Permalink to this headline">¶</a></h2>
<p><a class="reference external" href="https://github.zhaw.ch/pages/SNP/snp-lab-code/">Online Beschreibungen der Praktika und Aufgaben</a></p>
<p><a class="reference external" href="https://github.zhaw.ch/SNP/snp-lab-code/blob/master/build/latex/main.pdf">Praktika.pdf</a></p>
<p><a class="reference external" href="https://github.zhaw.ch/SNP/snp-lab-env">Arbeitsumgebung für die Praktika</a></p>
</section>
</section>


          </div>
          
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
<p class="logo">
  <a href="index.html">
    <img class="logo" src="_static/logo.png" alt="Logo"/>
    
    <h1 class="logo logo-name">SNP Labs</h1>
    
  </a>
</p>








<h3>Navigation</h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="P01_Erste_Schritte_mit_C/README.html">01 - Erste Schritte mit C</a></li>
<li class="toctree-l1"><a class="reference internal" href="P02_Funktionen_Datentyp_enum/README.html">02:  Funktionen, Datentyp “enum”</a></li>
<li class="toctree-l1"><a class="reference internal" href="P03_Bit_Operation_struct_typedef/README.html">03 - Bit Operationen, Struct, Typedef</a></li>
<li class="toctree-l1"><a class="reference internal" href="P04_Modularisieren_von_C_Code/README.html">04 - Modularisieren von C Code</a></li>
<li class="toctree-l1"><a class="reference internal" href="P05_TicTacToe/README.html">05 - Arrays/Strings/TicTacToe</a></li>
<li class="toctree-l1"><a class="reference internal" href="P06_Personen_Verwaltung_Linked_List/README.html">06 - Personen Verwaltung  Linked List</a></li>
<li class="toctree-l1"><a class="reference internal" href="P07_Prozesse_und_Threads/README.html">07 - Prozesse und Threads</a></li>
<li class="toctree-l1"><a class="reference internal" href="P08_Sync/README.html">08 - Synchronisationsprobleme</a></li>
<li class="toctree-l1"><a class="reference internal" href="P09_File_Operations/README.html">09 - File Operations</a></li>
<li class="toctree-l1"><a class="reference internal" href="P10_IPC/README.html">10 - IPC</a></li>
</ul>

<div class="relations">
<h3>Related Topics</h3>
<ul>
  <li><a href="index.html">Documentation overview</a><ul>
  </ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
  <h3 id="searchlabel">Quick search</h3>
    <div class="searchformwrapper">
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
      <input type="submit" value="Go" />
    </form>
    </div>
</div>
<script>$('#searchbox').show(0);</script>








        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="footer">
      &copy;2022, stsh.
      
      |
      Powered by <a href="http://sphinx-doc.org/">Sphinx 4.3.2</a>
      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
      
      |
      <a href="_sources/README.md.txt"
          rel="nofollow">Page source</a>
    </div>

    

    
  </body>
</html>