_t_c_p_socket_8cpp__incl.dot
来自「中国移动CMMPV4.8和开发文档使用示例对短信开发有很大帮助。中国移动通信CM」· DOT 代码 · 共 16 行
DOT
16 行
digraph G{ edge [fontname="FreeSans.ttf",fontsize=10,labelfontname="FreeSans.ttf",labelfontsize=10]; node [fontname="FreeSans.ttf",fontsize=10,shape=record]; rankdir=LR; Node1 [label="TCPSocket.cpp",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"]; Node1 -> Node2 [color="midnightblue",fontsize=10,style="solid",fontname="FreeSans.ttf"]; Node2 [label="common/const.h",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$const_8h.html"]; Node1 -> Node3 [color="midnightblue",fontsize=10,style="solid",fontname="FreeSans.ttf"]; Node3 [label="common/tcpsocket.h",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$tcpsocket_8h.html"]; Node3 -> Node4 [color="midnightblue",fontsize=10,style="solid",fontname="FreeSans.ttf"]; Node4 [label="smal.h",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$smal_8h.html"]; Node3 -> Node5 [color="midnightblue",fontsize=10,style="solid",fontname="FreeSans.ttf"]; Node5 [label="winsock2.h",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled"];}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?