跳去內容

File:Callback-notitle.svg

頁面內容唔支援其他語言。
出自維基百科,自由嘅百科全書

原本檔案 (SVG檔案,表面大細: 512 × 144 像素,檔案大細:11 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 genesis
InfoField
 
The SVG code is valid.
 
This chart was created with Graphviz.
 
 This file uses embedded text that can be easily translated using a text editor.
原始碼
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 I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

圖中顯示嘅係

20 4 2006

image/svg+xml

0e9f405dbe0a5623de4d89961c8250b76e1772d5

7,700 字節

144 像素

512 像素

檔案歷史

撳個日期/時間去睇響嗰個時間出現過嘅檔案。

日期/時間縮圖尺寸用戶註解
現時2024年10月3號 (四) 00:30響2024年10月3號 (四) 00:30嘅縮圖版本512 × 144(11 KB)Dr. GreywolfFile uploaded using svgtranslate tool (https://svgtranslate.toolforge.org/). Added translation for yue.
2024年10月3號 (四) 00:25響2024年10月3號 (四) 00:25嘅縮圖版本512 × 144(11 KB)Dr. GreywolfFile uploaded using svgtranslate tool (https://svgtranslate.toolforge.org/). Added translation for yue.
2018年11月29號 (四) 00:31響2018年11月29號 (四) 00:31嘅縮圖版本512 × 144(8 KB)Gherson2New arrow to show how the callback function is specified.
2018年2月11號 (日) 23:49響2018年2月11號 (日) 23:49嘅縮圖版本512 × 144(2 KB)Pat HawksTransparent background
2018年2月11號 (日) 23:45響2018年2月11號 (日) 23:45嘅縮圖版本512 × 144(2 KB)Pat HawksEliminate SVG errors
2012年4月21號 (六) 15:31響2012年4月21號 (六) 15:31嘅縮圖版本625 × 233(5 KB)Dirk Hünnigertext 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

以下嘅1版用到呢個檔:

全域檔案使用情況

下面嘅維基都用緊呢個檔案:

Metadata