Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
journals/*
Empty file added .nojekyll
Empty file.
22 changes: 1 addition & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1 @@
# Kybernetika
---

## Skripta budu připravovat podle seznamu maturitních otázek [zde](./kybernetika/maturitni_otazky.md)


*Stará nedokončená verze skript je [zde.](./kybernetika_old/obsah.md)
Tato verze už nebude aktualizovaná a bude kompletně nahrazená verzí podle maturitních otázek.*

---

## Python
Pracovní soubory použité při práci v hodině jsou [zde.](./python)

Ukázky kódů pro studium programování v pythonu jsou na google drive [zde.](https://drive.google.com/drive/folders/1s2Ro3sDp8V0Yys9CvbpZPHJfNEfkoyw1?usp=sharing)

---
## LaTex
Okaz na template je zde. Přihlašte se do svého účtu na Overleafu, pak můžete MENU->Copy Project a dále pracovat na svém textu.

[odkaz na overleaf (read only)](https://www.overleaf.com/read/pzfsjzkfbygq#4a9376)
# Učebnice pro blok kybernetika
Binary file added assets/System_first_order_1733429854348_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/System_first_order_tau_1733429895065_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/System_second_order_1733429962238_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/feedback_1733430077272_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pid_1733430101622_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
89 changes: 89 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no, viewport-fit=cover"
/>

<!-- Replace with your own title and description. -->
<title>Učebnice KYB</title>
<meta name="description" content="Malá přiručka pro začínající techniky" />

<!-- Default Theme (see https://docsify.js.org/#/themes) -->
<link rel="stylesheet" media="(prefers-color-scheme: dark)" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">
<link rel="stylesheet" media="(prefers-color-scheme: light)" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">

</head>

<body>
<div id="app"></div>

<script>
// Docsify Configuration (see https://docsify.js.org/#/configuration)
window.$docsify = {
name: "Učebnice pro KYB",
basePath: "https://kybernetika-spse.github.io/skripta-kyb/pages",
homepage: "home.md",

// Sidebar Configuration
auto2top: true,
loadSidebar: "sidebar.md",
loadNavbar: false,
maxLevel: 0,
// Set subMaxLevel to 0 to remove automatic display of page table of contents (TOC) in Sidebar
subMaxLevel: 3,
mergeNavbar: true,
notFoundPage: "404.md",
// notFoundPage: "https://kybernetika-spse.github.io/skripta-kyb/_404.md",
requestHeaders: {
'cache-control': 'max-age=0',
},
relativePath: true,

// Search Plugin Configuration
search: {
placeholder: "Potřebuji najít...",
noData: "Nenalezeno.",
paths: "auto",
maxAge: 600, //86400000, // 1 day
// Headline depth, 1 - 6
depth: 2,
namespace: 'skripta-kyb',
},
markdown: {
smartypants: true,
externalLinkTarget: "_blank",
linkify: true,
},
repo: "Kybernetika-SPSE",
latex: {
inlineMath : [['$', '$'], ['\\(', '\\)']], // default
displayMath : [['$$', '$$']], // default
},
};
</script>

<!-- Required -->
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/docsify.min.js"></script>

<!-- Plugins -->

<script src="https://cdn.jsdelivr.net/npm/docsify-wikilink@1"></script>

<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/zoom-image.min.js"></script>

<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script>

<script src="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js"></script>

<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-latex.min.js"></script>

<script src="//cdn.jsdelivr.net/npm/docsify-themeable@0/dist/js/docsify-themeable.min.js"></script>

<script src="//cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-latex@0"></script>

</body>
</html>
142 changes: 0 additions & 142 deletions kybernetika/chapters/PID_regulator.md

This file was deleted.

Loading