Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/gpu-allocator/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 5 kB image not shown  

Quelle  Spec.thy   Sprache: unbekannt

 
(*  Title:      HOL/HOLCF/IOA/NTP/Spec.thy
  Author: Tobias Nipkow & Konrad Slind
*)

section The specification of reliable transmission

theory Spec
imports IOA.IOA Action
begin

definition
  spec_sig :: "'m action signature" where
  sig_def: "spec_sig = (m.{S_msg(m)},
                        m.{R_msg(m)},
                        {})"

definition
  spec_trans :: "('m action, 'm list)transition set" where
  trans_def: "spec_trans =
   {tr. let s = fst(tr);
            t = snd(snd(tr))
        in
        case fst(snd(tr))
        of
        S_msg(m) ==> t = s@[m] |
        R_msg(m) ==> s = (m#t) |
        S_pkt(pkt) ==> False |
        R_pkt(pkt) ==> False |
        S_ack(b) ==> False |
        R_ack(b) ==> False |
        C_m_s ==> False |
        C_m_r ==> False |
        C_r_s ==> False |
        C_r_r(m) ==> False}"

definition
  spec_ioa :: "('m action, 'm list)ioa" where
  ioa_def: "spec_ioa = (spec_sig, {[]}, spec_trans,{},{})"

end

Messung V0.5 in Prozent
C=93 H=100 G=96

[Dauer der Verarbeitung: 0.10 Sekunden, vorverarbeitet 2026-05-01]