This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Světlo fyzikální vlastnosti: | |
Rychlost světla ve vakuu je asi 300 milionů metrů za sekundu. | |
Optická vlákna: | |
Běžná hodnota indexu pláště optického vlákna je 1,46. Typická hodnota pro jádro je 1,48. | |
až 111 gigabitů za sekundu | |
Hodnota útlumu u křemíkových vláken se řádově pohybuje v desetinách decibelu na kilometr. | |
mnohavidová vlákna o průměrech 50/125 μm nebo 62,5/125 μm (používá se především v USA) | |
jednovidová vlákna o průměru 9/125 μm. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | |
<style type="text/css"> | |
*{ | |
margin:10px; | |
padding:10px; | |
} | |
div{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//zápis z 27.4.2010 | |
trestní právo | |
je odvětvím veřejného práva, které rozdělujeme | |
a) trestní právo procesní (postup orgánu v trestním řízení při odhalování, stíhání a trestání) | |
b) trestní právo hmotné (jedná se o legislativu, co je trestný čin a vymezuje škálu trestů) | |
Trestný čin je pro společnost nebezpečný čin a jeho znaky jsou uvedeny v trestním zákoně. Nebezpečnost činu musí vykazovat: | |
a) materiální znak |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//11. 5. 2010 | |
. | |
. | |
. | |
rozlyšujeme 2 druhy | |
a) prosté ublížení na zdraví | |
b) težké ublížení na zdraví | |
do této skupiny patří i | |
a) trestné činy rvačky |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ústředna EWSD | |
výrobce Siemens | |
Částečně decentralizované řízení: Centrální Procesor -> Periferní Procesor -> Periferní Jednotka . | |
Centrální procesor je zastoupen hned 2x a to jeden funkční (aktuálně používaný) a jeden záložní (zapíná se v případě výpadku hlavního). Zajišťuje tarifikaci. Zadává úkoly pro periferní procesory, ty mu informují o své funkci a zasílají mu požadavky. | |
Vlastnosti EWSD: | |
- umožňuje připojit analog i digitál (ISDN) účastníky. | |
- signalizace SS7 (signalizace po společném signalizačním kanále) | |
Spojení dvou účastníků: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HDB-3 | |
//pravděpodobně vůbec není potřeba |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
program Lode; | |
uses | |
Forms, | |
Lode_f in 'Lode_f.pas' {Form1}; | |
{$R *.res} | |
begin | |
Application.Initialize; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Poznámky o rootu pro Android a jeho používání | |
--------------------------------------------- | |
protože to určitě zapomenu ! | |
*/ | |
Android verze 2.3.5 - A | |
a Android verze 4.0.4 - B |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<style> | |
div { | |
margin:40px auto 0 auto; | |
position:relative; | |
width:600px; | |
height:326px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<style> | |
div[class]{background:red} | |
div:not([class]){background:green} | |
</style> | |
</head> | |
<body> |
OlderNewer