File:Callback-notitle.svg

出自Wikimedia Commons
跳至導覽 跳至搜尋

原始檔案(SVG 檔案,表面大小:512 × 144 像素,檔案大小:8 KB)

說明

說明

添加單行說明來描述出檔案所代表的內容

摘要

[編輯]
描述 This simple diagram made with Graphviz shows a callback function, including the application main program, a software library function and the callback function.
日期
來源 自己的作品
作者 TuukkaH
SVG開發
InfoField
 
SVG檔案的原始碼通過W3C驗證
 
向量圖形使用Graphviz創作。
 
 這個SVG 檔案使用了內置文字,可以使用任何文字編輯器輕鬆翻譯
原始碼
InfoField

Command line code

<callback.dot dot -Tsvg ┃ sed -e 's/<title>.*<\/title>//' >callback-notitle.svg

Data

Graphiz code
digraph Pipeline {
        rankdir=LR
        labeljust="l"
        style=filled
        color=lightgrey
        node [style=filled,fillcolor=white,color=white]
        subgraph clusterApplication {
                label="Application program"
                program [label="Main program",shape=rect]
                callback [label="Callback function"]
# invisible content to match layout with intention:
                edge [style=invis]
                node [style=invis,label="",width=0.01,height=0.01]
                program -> libpad
                libpad -> callback
        }

        subgraph clusterLibrary {
                margin="5,5"
                label="Software library"
                labelloc=b
                node [color=blue,fontcolor=blue]
                function [label="Library function"]
        }

        program -> function [label="calls"]
        function -> callback [label="calls"]
}

授權條款

[編輯]
Public domain 我,此作品的版權所有人,釋出此作品至公共領域。此授權條款在全世界均適用。
這可能在某些國家不合法,如果是的話:
我授予任何人有權利使用此作品於任何用途,除受法律約束外,不受任何限制。

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2018年11月29日 (四) 00:31於 2018年11月29日 (四) 00:31 版本的縮圖512 × 144(8 KB)Gherson2留言 | 貢獻New arrow to show how the callback function is specified.
2018年2月11日 (日) 23:49於 2018年2月11日 (日) 23:49 版本的縮圖512 × 144(2 KB)Pat Hawks留言 | 貢獻Transparent background
2018年2月11日 (日) 23:45於 2018年2月11日 (日) 23:45 版本的縮圖512 × 144(2 KB)Pat Hawks留言 | 貢獻Eliminate SVG errors
2012年4月21日 (六) 15:31於 2012年4月21日 (六) 15:31 版本的縮圖625 × 233(5 KB)Dirk Hünniger留言 | 貢獻text alignment
2006年4月20日 (四) 19:23於 2006年4月20日 (四) 19:23 版本的縮圖625 × 233(2 KB)TuukkaH留言 | 貢獻{{Information| |Description=I made with Graphviz this simple diagram of a callback function, including the application main program, a software library function and the callback function. |Source=Own work. |Date=2006-04-20 |Author=User:TuukkaH |Permi

沒有使用此檔案的頁面。

全域檔案使用狀況

以下其他 wiki 使用了這個檔案:

詮釋資料