code stringlengths 176 1.37M | image imagewidth (px) 6 800 | sketches listlengths 5 5 |
|---|---|---|
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v1) at (-4,0);
\coordinate (v2) at (-2,0) {};
\coordinate (v3) at (0,0);
\coordinate (v4) at (2,0) {};
\coordinate (v5) at (4,0) {};
\foreach \v in {v1,v2,v3,v4,v5}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\filldraw [draw=black, fill=cyan, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v1'.120) (-3,0.5) (v2'.60)} arc (60:-60:0.2)--plot[smooth, tension=1] coordinates { (v2'.-60) (-3,-0.5) (v1'.-120)} arc(-120:-240:0.2);
\filldraw [draw=black, fill=red, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v2'.120) (-1,0.5) (v3'.60)} arc (60:-60:0.2)--plot[smooth, tension=1] coordinates { (v3'.-60) (-1,-0.5) (v2'.-120)} arc(-120:-240:0.2);
\filldraw [draw=black, fill=green, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v3'.120) (2,0.5) (v5'.60)} arc (60:-60:0.2)--plot[smooth, tension=1] coordinates { (v5'.-60) (2,-0.5) (v3'.-120)} arc(-120:-240:0.2);
\foreach \l in {1,...,5}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt, label=below:$v_{\l}$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v0) at (0,0) {};
\coordinate (v1) at (0,3) {};
\coordinate (v2) at (0,2) {};
\coordinate (v3) at (0,1){};
\coordinate (v4) at (1,0) {};
\coordinate (v5) at (2,0) {};
\coordinate (v6) at (3,0) {};
\coordinate (v7) at (-1,0) {};
\coordinate (v8) at (-2,0) {};
\coordinate (v9) at (-3,0) {};
\coordinate (v10) at (-3,6) {};
\coordinate (v11) at (3,6) {};
\coordinate (v12) at (6,3) {};
\coordinate (v13) at (6,-3) {};
\coordinate (v14) at (-6,-3) {};
\coordinate (v15) at (-6,3) {};
\foreach \v in {v1,v2,v3,v4,v5,v6,v7,v8,v9,v10,v11,v12,v13,v14,v15}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\filldraw [draw=black, fill=blue, minimum size=0pt, opacity=0.2, even odd rule]
circle (1.2cm) (0:0.8) arc (0:360:0.8cm);
\filldraw [draw=black, fill=blue, minimum size=0pt, opacity=0.2, even odd rule]
circle (2.2cm) (0:1.8) arc (0:360:1.8cm);
\filldraw [draw=black, fill=blue, minimum size=0pt, opacity=0.2, even odd rule]
circle (3.2cm) (0:2.8) arc (0:360:2.8cm);
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v11'.-50) -- (v1'.-45) arc (-45:-140:0.2)
-- (v10'.230) arc (230:90:0.2)
-- (v11'.90) arc (90:-50:0.2) -- cycle;
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v12'.150) -- (v6'.150) arc (150:240:0.2)
-- (v13'.210) arc (-150:0:0.2)
-- (v12'.0) arc (0:150:0.2) -- cycle;
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v15'.45) -- (v9'.45) arc (45:-45:0.2)
-- (v14'.-45) arc (-45:-180:0.2)
-- (v15'.180) arc (180:45:0.2) -- cycle;
\filldraw [draw=black, fill=red, minimum size=0pt, opacity=0.2]
(v4'.270) -- (v6'.270) arc(-90:90:0.2cm) -- (v4'.90) arc (90:270:0.2cm);
\filldraw [draw=black, fill=red, minimum size=0pt, opacity=0.2]
(v9'.270) -- (v7'.270) arc(-90:90:0.2cm) -- (v9'.90) arc (90:270:0.2cm);
\filldraw [draw=black, fill=red, minimum size=0pt, opacity=0.2]
(v1'.0) -- (v3'.0) arc(0:-180:0.2cm) -- (v1'.180) arc (180:0:0.2cm);
\foreach \l in {1,...,9}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt, label=below:$v_{\l}$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v1) at (-4,0);
\coordinate (v2) at (-2,0) {};
\coordinate (v3) at (0,0);
\coordinate (v4) at (2,0) {};
\coordinate (v5) at (4,0) {};
\foreach \v in {v1,v2,v3,v4,v5}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\filldraw [draw=black, fill=cyan, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v1'.120) (-2,0.5) (v3'.60)} arc (60:-60:0.2)--plot[smooth, tension=1] coordinates { (v3'.-60) (-2,-0.5) (v1'.-120)} arc(-120:-240:0.2);
\filldraw [draw=black, fill=red, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v2'.120) (0,0.5) (v4'.60)} arc (60:-60:0.2)--plot[smooth, tension=1] coordinates { (v4'.-60) (0,-0.5) (v2'.-120)} arc(-120:-240:0.2);
\filldraw [draw=black, fill=green, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v3'.120) (2,0.5) (v5'.60)} arc (60:-60:0.2)--plot[smooth, tension=1] coordinates { (v5'.-60) (2,-0.5) (v3'.-120)} arc(-120:-240:0.2);
\filldraw [draw=black, fill=yellow, opacity=0.2, line width=0.5pt]
plot [smooth, tension=2] coordinates {(v1'.120) (2,1.5) (v5'.0)}
arc(0: -90:0.2) -- (v4'.270) arc(270:120:0.2)
plot [smooth, tension=2] coordinates {(v4'.120) (1,1) (v1'.-60)} arc(-60:-240:0.2);
\foreach \l in {1,...,5}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt, label=below:$v_{\l}$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
[inner sep=0pt]
\coordinate (v1) at (210:2cm);
\coordinate (v2) at (270:1cm);
\coordinate (v3) at (330:2cm);
\coordinate (v4) at (150:1cm);
\coordinate (v5) at (90:2cm);
\coordinate (v6) at (30:1cm);
\coordinate (v7) at (0,0);
\foreach \i in {1,...,7}{
\node [circle, font=\tiny, minimum size=0.4cm, line width=0mm] (v\i') at (v\i) {};
}
\filldraw [draw=black, fill=yellow, minimum size=0pt, opacity=0.2]
(v5'.150) -- (v1'.150) arc (-210:-30:0.2cm) -- (v5'.330) arc (-30:150:0.2cm);
\filldraw [draw=black, fill=blue, minimum size=0pt, opacity=0.2]
(v1'.270) -- (v3'.270) arc(-90:90:0.2cm) -- (v1'.90) arc (90:270:0.2cm);
\filldraw [draw=black, fill=red, minimum size=0pt, opacity=0.2]
(v3'.30) -- (v5'.30) arc(30:210:0.2cm) -- (v3'.210) arc(-150:30:0.2cm);
\filldraw [draw=black, fill=brown, minimum size=0pt, opacity=0.2]
(v5'.180) -- (v2'.180) arc(-180:0:0.2cm) -- (v5'.0) arc(0:180:0.2cm);
\filldraw [draw=black, fill=cyan, minimum size=0pt, opacity=0.2]
(v4'.240) -- (v3'.240) arc(-120:60:0.2cm) -- (v4'.60) arc(60:240:0.2cm);
\filldraw [draw=black, fill=orange, minimum size=0pt, opacity=0.2]
(v6'.120) -- (v1'.120) arc(120:300:0.2cm) -- (v6'.300) arc(-60:120:0.2cm) ;
\filldraw [draw=black, fill=green, minimum size=0pt, opacity=0.2, even odd rule]
circle (1.2cm) (0:0.8) arc (0:360:0.8cm);
\foreach \l in {1,...,7}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt, label=below:$v_{\l}$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v1) at (0,0) {};
\coordinate (v2) at (2,0) {};
\coordinate (v3) at (4,0){};
\coordinate (v4) at (6,0) {};
\foreach \v in {v1,v2,v3,v4,v4}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\filldraw [draw=black, fill=red, minimum size=0pt, opacity=0.2]
(v1'.270) -- (v3'.270) arc(-90:90:0.2cm) -- (v1'.90) arc (90:270:0.2cm)-- cycle;
\filldraw [draw=black, fill=blue, minimum size=0pt, opacity=0.2]
(v2'.270) -- (v4'.270) arc(-90:90:0.2cm) -- (v2'.90) arc (90:270:0.2cm);
\foreach \l in {1,...,4}{
\filldraw [black] (v\l) circle (2pt) node [label=below:$v_\l$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
[inner sep=0pt]
\coordinate (v1) at (210:2cm);
\coordinate (v2) at (270:1cm);
\coordinate (v3) at (330:2cm);
\coordinate (v4) at (150:1cm);
\coordinate (v5) at (90:2cm);
\coordinate (v6) at (30:1cm);
\foreach \i in {1,...,6}{
\node [circle, font=\tiny, minimum size=0.4cm, line width=0mm] (v\i') at (v\i) {};
}
\filldraw [draw=black, fill=yellow, minimum size=0pt, opacity=0.2]
(v5'.150) -- (v1'.150) arc (-210:-30:0.2cm) -- (v5'.330) arc (-30:150:0.2cm);
\filldraw [draw=black, fill=blue, minimum size=0pt, opacity=0.2]
(v1'.270) -- (v3'.270) arc(-90:90:0.2cm) -- (v1'.90) arc (90:270:0.2cm);
\filldraw [draw=black, fill=red, minimum size=0pt, opacity=0.2]
(v3'.30) -- (v5'.30) arc(30:210:0.2cm) -- (v3'.210) arc(-150:30:0.2cm);
\foreach \l in {1,...,6}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt, label=below:$v_{\l}$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
[inner sep=0pt, minimum size = 0pt]
\coordinate (v0) at (0,0) {};
\coordinate (v1) at (-8,0) {};
\coordinate (v2) at (-6,1) {};
\coordinate (v3) at (-5,3) {};
\coordinate (v4) at (-4,1) {};
\coordinate (v5) at (-3,3) {};
\coordinate (v6) at (-2,1) {};
\coordinate (v7) at (-1,3) {};
\coordinate (v8) at (0,1) {};
\coordinate (v9) at (1,3) {};
\coordinate (v10) at (2,1) {};
\coordinate (v11) at (3,3) {};
\coordinate (v12) at (4,1) {};
\coordinate (v13) at (5,3) {};
\coordinate (v14) at (6,1) {};
\coordinate (v15) at (8,0) {};
\coordinate (v16) at (6,-1) {};
\coordinate (v17) at (5,-3) {};
\coordinate (v18) at (4,-1) {};
\coordinate (v19) at (3,-3) {};
\coordinate (v20) at (2,-1) {};
\coordinate (v21) at (1,-3) {};
\coordinate (v22) at (0,-1) {};
\coordinate (v23) at (-1,-3) {};
\coordinate (v24) at (-2,-1) {};
\coordinate (v25) at (-3,-3) {};
\coordinate (v26) at (-4,-1) {};
\coordinate (v27) at (-5,-3) {};
\coordinate (v28) at (-6,-1) {};
\foreach \v in {v1,v2,v3,v4,v5,v6,v7,v8,v9,v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
%%Top Triangle Edges%%
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v4'.30) -- (v3'.30) arc (30:150:0.2cm)
-- (v2'.150) arc (150:270:0.2)
-- (v4'.270) arc (-90:30:0.2) -- cycle;
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v6'.30) -- (v5'.30) arc (30:150:0.2)
-- (v4'.150) arc (150:270:0.2)
-- (v6'.270) arc (-90:30:0.2) -- cycle;
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v8'.30) -- (v7'.30) arc (30:150:0.2)
-- (v6'.150) arc (150:270:0.2)
-- (v8'.270) arc (-90:30:0.2) -- cycle;
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v10'.30) -- (v9'.30) arc (30:150:0.2)
-- (v8'.150) arc (150:270:0.2)
-- (v10'.270) arc (-90:30:0.2) -- cycle;
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v12'.30) -- (v11'.30) arc (30:150:0.2)
-- (v10'.150) arc (150:270:0.2)
-- (v12'.270) arc (-90:30:0.2) -- cycle;
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v14'.30) -- (v13'.30) arc (30:150:0.2)
-- (v12'.150) arc (150:270:0.2)
-- (v14'.270) arc (-90:30:0.2) -- cycle;
%%Bottom Triangle Edges%%
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v16'.-30) -- (v17'.-30) arc (-30:-150:0.2)
-- (v18'.210) arc (210:90:0.2)
-- (v16'.90) arc (90:-30:0.2) -- cycle;
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v18'.-30) -- (v19'.-30) arc (-30:-150:0.2)
-- (v20'.210) arc (210:90:0.2)
-- (v18'.90) arc (90:-30:0.2) -- cycle;
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v20'.-30) -- (v21'.-30) arc (-30:-150:0.2)
-- (v22'.210) arc (210:90:0.2)
-- (v20'.90) arc (90:-30:0.2) -- cycle;
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v22'.-30) -- (v23'.-30) arc (-30:-150:0.2)
-- (v24'.210) arc (210:90:0.2)
-- (v22'.90) arc (90:-30:0.2) -- cycle;
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v24'.-30) -- (v25'.-30) arc (-30:-150:0.2)
-- (v26'.210) arc (210:90:0.2)
-- (v24'.90) arc (90:-30:0.2) -- cycle;
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v26'.-30) -- (v27'.-30) arc (-30:-150:0.2)
-- (v28'.210) arc (210:90:0.2)
-- (v26'.90) arc (90:-30:0.2) -- cycle;
%%Side Yellow Edges%%
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v1'.120) -- (v2'.120) arc (120:0:0.2)-- (v28'.0) arc (0:-120:0.2)--(v1'.-120) arc (-120:-240:0.2) -- cycle;
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v15'.60) -- (v14'.60) arc (60:180:0.2)-- (v16'.180) arc (180:300:0.2)--(v15'.-60) arc (-60:30:0.2) -- cycle;
%
% %%Red Edges%%
\filldraw [draw=black, fill=red, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v28'.120) (-4,0.5) (v5'.180)} arc(180:0:0.2) --
plot[smooth, tension=1] coordinates { (v5'.0) (-2,0.5) (v22'.60)} arc(60:-120:0.2)
plot[smooth, tension=1] coordinates { (v22'.-120) (-3,0) (v28'.-60)}
arc(-60:-240:0.2);
\filldraw [draw=black, fill=red, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v26'.120) (-2,0.5) (v7'.180)} arc(180:0:0.2) --
plot[smooth, tension=1] coordinates { (v7'.0) (0,0.5) (v20'.60)} arc(60:-120:0.2)
plot[smooth, tension=1] coordinates { (v20'.-120) (-1,0) (v26'.-60)}
arc(-60:-240:0.2);
\filldraw [draw=black, fill=red, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v24'.120) (0,0.5) (v9'.180)} arc(180:0:0.2) --
plot[smooth, tension=1] coordinates { (v9'.0) (2,0.5) (v18'.60)} arc(60:-120:0.2)
plot[smooth, tension=1] coordinates { (v18'.-120) (1,0) (v24'.-60)}
arc(-60:-240:0.2);
\filldraw [draw=black, fill=red, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v22'.120) (2,0.5) (v11'.180)} arc(180:0:0.2) --
plot[smooth, tension=1] coordinates { (v11'.0) (4,0.5) (v16'.60)} arc(60:-120:0.2)
plot[smooth, tension=1] coordinates { (v16'.-120) (3,0) (v22'.-60)}
arc(-60:-240:0.2);
%
%%%Green Edges%%
\filldraw [draw=black, fill=green, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v8'.-90) (2,0) (v19'.-180)} arc(-180:0:0.2) --
plot[smooth, tension=1] coordinates { (v19'.0) (4,0) (v14'.-90)} arc(-90:120:0.2)
plot[smooth, tension=1] coordinates { (v14'.120) (3,0.5) (v8'.60)}
arc(60:270:0.2);
\filldraw [draw=black, fill=green, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v6'.-90) (0,0) (v21'.-180)} arc(-180:0:0.2) --
plot[smooth, tension=1] coordinates { (v21'.0) (2,0) (v12'.-90)} arc(-90:120:0.2)
plot[smooth, tension=1] coordinates { (v12'.120) (1,0.5) (v6'.60)}
arc(60:270:0.2);
\filldraw [draw=black, fill=green, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v4'.-90) (-2,0) (v23'.-180)} arc(-180:0:0.2) --
plot[smooth, tension=1] coordinates { (v23'.0) (0,0) (v10'.-90)} arc(-90:120:0.2)
plot[smooth, tension=1] coordinates { (v10'.120) (-1,0.5) (v4'.60)}arc(60:270:0.2);
\filldraw [draw=black, fill=green, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v2'.-90) (-4,0) (v25'.-180)} arc(-180:0:0.2) --
plot[smooth, tension=1] coordinates { (v25'.0) (-2,0) (v8'.-90)} arc(-90:120:0.2)
plot[smooth, tension=1] coordinates { (v8'.120) (-3,0.5) (v2'.60)}
arc(60:270:0.2);
%%Left to right Edges%%
\filldraw [draw=black, fill=blue, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v10'.150) (3,4.5) (v15'.0) (3,-4.5) (v20'.210)}
arc(210:30:0.2) --
plot[smooth, tension=1] coordinates {(v20'.30) (3,-4) (v15'.180) (3,4) (v10'.-30) }
arc(-30:-210:0.2)
;
\filldraw [draw=black, fill=cyan, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v6'.150) (1.5,6) (v15'.0) (1,-5.5) (v24'.210)}
arc(210:30:0.2) --
plot[smooth, tension=1] coordinates {(v24'.30) (1,-5) (v15'.180) (1.5,5.5) (v6'.-30) }
arc(-30:-210:0.2)
;
\filldraw [draw=black, fill=red, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v3'.150) (-2,8.5) (v15'.0) (-2,-8) (v27'.210)}
arc(210:30:0.2) --
plot[smooth, tension=1] coordinates {(v27'.30) (-2,-7.5) (v15'.180) (-2,8) (v3'.-30) }
arc(-30:-210:0.2)
;
%%% right to Left Edges
\filldraw [draw=black, fill=blue, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v6'.150) (-3,4) (v1'.0) (-3,-4) (v24'.210)}
arc(210:30:0.2) --
plot[smooth, tension=1] coordinates {(v24'.30) (-3,-4.5) (v1'.180) (-3,4.5) (v6'.-30) }
arc(-30:-210:0.2)
;
\filldraw [draw=black, fill=cyan, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v10'.150) (-1.5,5.5) (v1'.0) (-1.5,-5) (v20'.210)}
arc(210:30:0.2) --
plot[smooth, tension=1] coordinates {(v20'.30) (-1.5,-5.5) (v1'.180) (-1.5,6) (v10'.-30) }
arc(-30:-210:0.2)
;
\filldraw [draw=black, fill=red, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v13'.150) (2,8) (v1'.0) (2,-7.5) (v17'.210)}
arc(210:30:0.2) --
plot[smooth, tension=1] coordinates {(v17'.30) (2,-8) (v1'.180) (2,8.5) (v13'.-30) }
arc(-30:-210:0.2)
;
\foreach \l in {1,...,28}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt, label=below:$v_{\l}$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v1) at (0,3);
\coordinate (v2) at (1,2.5) {};
\coordinate (v3) at (2,2);
\coordinate (v10) at (1,1) {};
\coordinate (v5) at (3,1) {};
\coordinate (v6) at (3,0) {};
\coordinate (v7) at (0,0) {};
\coordinate (v8) at (-1,1) {};
\coordinate (v9) at (-1,-1) {};
\coordinate (v4) at (3,-1) {};
\coordinate (v11) at (1,-1) {};
\coordinate (v12) at (2,-2) {};
\coordinate (v13) at (1,-2.5) {};
\coordinate (v14) at (0,-3) {};
\coordinate (v15) at (-1,-2.5) {};
\coordinate (v16) at (-2,-2) {};
\coordinate (v17) at (-3,-1) {};
\coordinate (v18) at (-3,0) {};
\coordinate (v19) at (-3,1) {};
\coordinate (v20) at (-2,2) {};
\coordinate (v21) at (-1,2.5) {};
\foreach \v in {v1,v2,v3,v4,v5,v6,v7,v8,v9,v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\filldraw [draw=black, fill=red, opacity=0.2]
(v3'.135) -- (v10'.135) arc (135:270:0.2cm)
-- (v5'.-90) arc (-90:45:0.2)
-- (v3'.45) arc (45:135:0.2) -- cycle;
\filldraw [draw=black, fill=red, opacity=0.2]
(v11'.90) -- (v4'.90) arc (90:-60:0.2cm)
-- (v12'.-60) arc (-60:-140:0.2)
-- (v11'.220) arc (220:90:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v1'.60) -- (v2'.60) arc (60:-120:0.2)
-- (v1'.-120) arc (-120:-300:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v2'.60) -- (v3'.60) arc (60:-120:0.2)
-- (v2'.-120) arc (-120:-300:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v16'.60) -- (v15'.60) arc (60:-120:0.2)
-- (v16'.-120) arc (-120:-300:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v15'.60) -- (v14'.60) arc (60:-120:0.2)
-- (v15'.-120) arc (-120:-300:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v17'.60) -- (v16'.60) arc (60:-120:0.2)
-- (v17'.-120) arc (-120:-300:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v1'.120) -- (v21'.120) arc (120:300:0.2)
-- (v1'.-60) arc (-60:120:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v21'.120) -- (v20'.120) arc (120:300:0.2)
-- (v21'.-60) arc (-60:120:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v20'.120) -- (v19'.120) arc (120:300:0.2)
-- (v20'.-60) arc (-60:120:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v12'.120) -- (v13'.120) arc (120:300:0.2)
-- (v12'.-60) arc (-60:120:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v13'.120) -- (v14'.120) arc (120:300:0.2)
-- (v13'.-60) arc (-60:120:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v5'.0) -- (v6'.0) arc (0:-180:0.2)
-- (v5'.180) arc (180:0:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v6'.0) -- (v4'.0) arc (0:-180:0.2)
-- (v6'.180) arc (180:0:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v19'.0) -- (v18'.0) arc (0:-180:0.2)
-- (v19'.180) arc (180:0:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v18'.0) -- (v17'.0) arc (0:-180:0.2)
-- (v18'.180) arc (180:0:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v10'.0) -- (v11'.0) arc (0:-180:0.2)
-- (v10'.180) arc (180:0:0.2)-- cycle;
\foreach \l in {1,...,6}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt] {};
}
\foreach \l in {10,...,11}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt, label=above:$v_{\l}$] {};
}
\foreach \l in {12,...,21}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v1) at (0,0) {};
\coordinate (v2) at (2,0) {};
\coordinate (v3) at (4,0) {};
\coordinate (v4) at (6,0) {};
\coordinate (v5) at (3,-2) {};
\foreach \i in {1,...,5}{
\node [circle, minimum size=0.4cm, line width=0pt] (v\i') at (v\i) {};
}
\filldraw [draw=black, fill=red, opacity=0.2]
(v1'.270) -- (v3'.270) arc (-90:90:0.2)
-- (v1'.90) arc (90:270:0.2) -- cycle;
\filldraw [draw=black, fill=blue, opacity=0.2]
(v2'.90) -- (v4'.90) arc (90:-90:0.2)
-- (v2'.-90) arc (-90:-270:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v3'.-30) -- (v5'.-30) arc (-30:-150:0.2)
-- (v2'.210) arc (210:90:0.2)
-- (v3'.90) arc (90:-30:0.2) -- cycle;
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v1'.90) -- (v2'.90) arc (90:30:0.2)
-- (v5'.30) arc (30:-120:0.2)
-- (v1'.-120) arc (240:90:0.2);
\foreach \l in {1,...,5}{
\filldraw [black] (v\l) circle (2pt) node [label=below:$v_\l$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v0) at (0,0) {};
\coordinate (v1) at (-2,1){};
\coordinate (v2) at (0,1) {};
\coordinate (v3) at (2,1){};
\coordinate (v4) at (4,0) {};
\coordinate (v5) at (2,-1) {};
\coordinate (v6) at (0,-1) {};
\coordinate (v7) at (-2,-1) {};
\foreach \v in {v1,v2,v3,v4,v5,v6,v7}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\filldraw [draw=black, fill=cyan, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v1'.120) (-1,1.5) (v2'.60)} arc (60:-60:0.2)--plot[smooth, tension=1] coordinates { (v2'.-60) (-1,0.5) (v1'.-120)} arc(-120:-240:0.2);
\filldraw [draw=black, fill=red, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v2'.120) (1,1.5) (v3'.60)} arc (60:-60:0.2)--plot[smooth, tension=1] coordinates { (v3'.-60) (1,0.5) (v2'.-120)} arc(-120:-240:0.2);
\filldraw [draw=black, fill=blue, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v7'.120) (-1,-0.5) (v6'.60)} arc (60:-60:0.2)--plot[smooth, tension=1] coordinates { (v6'.-60) (-1,-1.5) (v7'.-120)} arc(-120:-240:0.2);
\filldraw [draw=black, fill=yellow, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v6'.120) (1,-0.5) (v5'.60)} arc (60:-60:0.2)--plot[smooth, tension=1] coordinates { (v5'.-60) (1,-1.5) (v6'.-120)} arc(-120:-240:0.2);
\filldraw [draw=black, fill=green, opacity=0.2]
(v3'.45) -- (v4'.45) arc (45:-45:0.2)
-- (v5'.-45) arc (-45:-180:0.2)
-- (v3'.180) arc (180:45:0.2) -- cycle;
\foreach \l in {1,...,7}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt, label=below:$v_{\l}$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v1) at (0,0) {};
\coordinate (v2) at (2,0) {};
\coordinate (v3) at (4,0) {};
\coordinate (v4) at (6,0) {};
\coordinate (v5) at (3,-2){};
\foreach \v in {v1,v2,v3,v4,v5}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\filldraw [draw=black, fill=red, opacity=0.2]
(v1'.270) -- (v3'.270) arc (-90:90:0.2)
-- (v2'.90) arc (90:90:0.2)
-- (v1'.90) arc (90:270:0.2) -- cycle;
\filldraw [draw=black, fill=blue, opacity=0.2]
(v2'.90) -- (v4'.90) arc (90:-90:0.2)
-- (v3'.-90) arc (-90:-90:0.2)
-- (v2'.-90) arc (-90:-270:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v3'.-30) -- (v5'.-30) arc (-30:-150:0.2)
-- (v2'.210) arc (210:90:0.2)
-- (v3'.90) arc (90:-30:0.2) -- cycle;
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v1'.45) -- (v5'.120) arc(-120:-60:0.2)
-- (v4'.120) arc(120:-60:0.2)
-- (v5'.300) arc(300:250:0.2)
-- (v1'.250) arc(250:45:0.2);
\foreach \l in {1,...,5}{
\filldraw [black] (v\l) circle (2pt) node [label=below:$v_\l$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v1) at (-4,0);
\coordinate (v2) at (-2,0) {};
\coordinate (v3) at (0,0);
\coordinate (v4) at (2,0) {};
\foreach \v in {v1,v2,v3,v4}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\filldraw [draw=black, fill=cyan, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v1'.120) (-3,0.5) (v2'.60)} arc (60:-60:0.2)--plot[smooth, tension=1] coordinates { (v2'.-60) (-3,-0.5) (v1'.-120)} arc(-120:-240:0.2);
\filldraw [draw=black, fill=red, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v2'.120) (-1,0.5) (v3'.60)} arc (60:-60:0.2)--plot[smooth, tension=1] coordinates { (v3'.-60) (-1,-0.5) (v2'.-120)} arc(-120:-240:0.2);
\filldraw [draw=black, fill=green, opacity=0.2, line width=0.5pt]
plot[smooth, tension=1] coordinates { (v3'.120) (1,0.5) (v4'.60)} arc (60:-60:0.2)--plot[smooth, tension=1] coordinates { (v4'.-60) (1,-0.5) (v3'.-120)} arc(-120:-240:0.2);
\foreach \l in {1,...,4}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt, label=below:$v_{\l}$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v1) at (0,0) {};
\coordinate (v2) at (2,0) {};
\coordinate (v3) at (4,0) {};
\coordinate (v4) at (6,0) {};
\coordinate (v5) at (3,-2){};
\coordinate (v6) at (1,-2){};
\foreach \v in {v1,v2,v3,v4,v5,v6}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\filldraw [draw=black, fill=red, opacity=0.2]
(v1'.270) -- (v3'.270) arc (-90:90:0.2)
-- (v2'.90) arc (90:90:0.2)
-- (v1'.90) arc (90:270:0.2) -- cycle;
\filldraw [draw=black, fill=blue, opacity=0.2]
(v2'.90) -- (v4'.90) arc (90:-90:0.2)
-- (v3'.-90) arc (-90:-90:0.2)
-- (v2'.-90) arc (-90:-270:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v3'.-30) -- (v5'.-30) arc (-30:-150:0.2)
-- (v2'.210) arc (210:90:0.2)
-- (v3'.90) arc (90:-30:0.2) -- cycle;
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v2'.-30) -- (v6'.-30) arc (-30:-150:0.2)
-- (v1'.210) arc (210:90:0.2)
-- (v2'.90) arc (90:-30:0.2) -- cycle;
\foreach \l in {1,...,6}{
\filldraw [black] (v\l) circle (2pt) node [label=below:$v_\l$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v1) at (0,0) {};
\coordinate (v2) at (2,0) {};
\coordinate (v3) at (4,0) {};
\coordinate (v4) at (6,0) {};
\coordinate (v5) at (3,-2){};
\coordinate (v6) at (3,2) {};
\foreach \v in {v1,v2,v3,v4,v5,v6}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\filldraw [draw=black, fill=red, opacity=0.2]
(v1'.270) -- (v3'.270) arc (-90:90:0.2)
-- (v2'.90) arc (90:90:0.2)
-- (v1'.90) arc (90:270:0.2) -- cycle;
\filldraw [draw=black, fill=blue, opacity=0.2]
(v2'.90) -- (v4'.90) arc (90:-90:0.2)
-- (v3'.-90) arc (-90:-90:0.2)
-- (v2'.-90) arc (-90:-270:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v3'.-30) -- (v5'.-30) arc (-30:-150:0.2)
-- (v2'.210) arc (210:90:0.2)
-- (v3'.90) arc (90:-30:0.2) -- cycle;
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v3'.30) -- (v6'.30) arc (30:150:0.2)
-- (v2'.150) arc (150:270:0.2)
-- (v3'.270) arc (-90:30:0.2) -- cycle;
\foreach \l in {1,...,6}{
\filldraw [black] (v\l) circle (2pt) node [label=below:$v_\l$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v1) at (0,0) {};
\coordinate (v2) at (2,0) {};
\coordinate (v3) at (4,0) {};
\coordinate (v4) at (6,0) {};
\coordinate (v5) at (3,-2) {};
\coordinate (v6) at (1,-2) {};
\foreach \i in {1,...,6}{
\node [circle, minimum size=0.4cm, line width=0pt] (v\i') at (v\i) {};
}
\filldraw [draw=black, fill=red, opacity=0.2]
(v1'.270) -- (v3'.270) arc (-90:90:0.2)
-- (v1'.90) arc (90:270:0.2) -- cycle;
\filldraw [draw=black, fill=blue, opacity=0.2]
(v2'.90) -- (v4'.90) arc (90:-90:0.2)
-- (v2'.-90) arc (-90:-270:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v3'.-30) -- (v5'.-30) arc (-30:-150:0.2)
-- (v2'.210) arc (210:90:0.2)
-- (v3'.90) arc (90:-30:0.2) -- cycle;
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v1'.60) -- (v5'.60) arc (60:-90:0.2)
-- (v6'.-90) arc (270:210:0.2)
-- (v1'.210) arc (210:60:0.2);
\foreach \l in {1,...,6}{
\filldraw [black] (v\l) circle (2pt) node [label=below:$v_\l$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v1) at (0,0) {};
\coordinate (v2) at (2,0) {};
\coordinate (v3) at (4,0) {};
\coordinate (v4) at (6,0) {};
\coordinate (v5) at (3,-2){};
\foreach \v in {v1,v2,v3,v4,v5}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\foreach \v in {v1,v2,v3,v4,v5}{
\node [circle, minimum width=1cm] (\v'') at (\v) {};
}
\foreach \v in {v1,v2,v3,v4,v5}{
\node [circle, minimum width=.74cm] (\v''') at (\v) {};
}
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v1'''.270) -- (v3'''.270) arc (-90:90:0.37)
-- (v1'''.90) arc (90:270:0.37) -- cycle;
\filldraw [draw=black, fill=blue, opacity=0.5]
(v2'.90) -- (v4'.90) arc (90:-90:0.2)
-- (v2'.-90) arc (-90:-270:0.2) -- cycle;
\filldraw [draw=black, fill=pink, opacity=0.5]
(v2''.90) -- (v4''.90) arc (90:-90:0.5)
-- (v2''.270) arc (270:90:0.5) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v3'.-30) -- (v5'.-30) arc (-30:-150:0.2)
-- (v2'.210) arc (210:90:0.2)
-- (v3'.90) arc (90:-30:0.2) -- cycle;
\foreach \l in {1,...,5}{
\filldraw [black] (v\l) circle (2pt) node [label=below:$v_\l$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
[inner sep=0pt]
\coordinate (v1) at (210:2cm);
\coordinate (v2) at (270:1cm);
\coordinate (v3) at (330:2cm);
\coordinate (v4) at (150:1cm);
\coordinate (v5) at (90:2cm);
\foreach \i in {1,...,5}{
\node [circle, font=\tiny, minimum size=0.4cm, line width=0mm] (v\i') at (v\i) {};
}
\filldraw [draw=black, fill=yellow, minimum size=0pt, opacity=0.2]
(v5'.150) -- (v1'.150) arc (-210:-30:0.2cm) -- (v5'.330) arc (-30:150:0.2cm);
\filldraw [draw=black, fill=blue, minimum size=0pt, opacity=0.2]
(v1'.270) -- (v3'.270) arc(-90:90:0.2cm) -- (v1'.90) arc (90:270:0.2cm);
\foreach \l in {1,...,5}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt, label=below:$v_{\l}$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v1) at (0,0);
\coordinate (v2) at (2,0) {};
\coordinate (v3) at (4,0);
\coordinate (v4) at (6,0) {};
\coordinate (v5) at (3,-2) {};
\foreach \v in {v1,v2,v3,v4,v5}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\filldraw [draw=black, fill=red, opacity=0.2]
(v1'.270) -- (v3'.270) arc (-90:90:0.2)
-- (v2'.90) arc (90:90:0.2)
-- (v1'.90) arc (90:270:0.2) -- cycle;
\filldraw [draw=black, fill=blue, opacity=0.2]
(v2'.90) -- (v4'.90) arc (90:-90:0.2)
-- (v3'.-90) arc (-90:-90:0.2)
-- (v2'.-90) arc (-90:-270:0.2) -- cycle;
\filldraw [draw=black, fill=yellow, opacity=0.2]
(v1'.45) -- (v5'.120) arc(-120:-60:0.2)
-- (v4'.120) arc(120:-60:0.2)
-- (v5'.300) arc(300:250:0.2)
-- (v1'.250) arc(250:45:0.2);
\foreach \l in {1,...,5}{
\filldraw [black] (v\l) circle (2pt) node [label=below:$v_\l$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v1) at (0,3);
\coordinate (v2) at (1,2.5) {};
\coordinate (v3) at (2,2);
\coordinate (v10) at (1,1) {};
\coordinate (v5) at (3,1) {};
\coordinate (v6) at (3,0) {};
\coordinate (v7) at (0,0) {};
\coordinate (v8) at (-1,1) {};
\coordinate (v9) at (-1,-1) {};
\coordinate (v4) at (3,-1) {};
\coordinate (v11) at (1,-1) {};
\coordinate (v12) at (2,-2) {};
\coordinate (v13) at (1,-2.5) {};
\coordinate (v14) at (0,-3) {};
\coordinate (v15) at (-1,-2.5) {};
\coordinate (v16) at (-2,-2) {};
\coordinate (v17) at (-3,-1) {};
\coordinate (v18) at (-3,0) {};
\coordinate (v19) at (-3,1) {};
\coordinate (v20) at (-2,2) {};
\coordinate (v21) at (-1,2.5) {};
\foreach \v in {v1,v2,v3,v4,v5,v6,v7,v8,v9,v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\filldraw [draw=black, fill=red, opacity=0.2]
(v3'.135) -- (v10'.135) arc (135:270:0.2cm)
-- (v5'.-90) arc (-90:45:0.2)
-- (v3'.45) arc (45:135:0.2) -- cycle;
\filldraw [draw=black, fill=red, opacity=0.2]
(v20'.135) -- (v19'.135) arc (135:270:0.2cm)
-- (v8'.-90) arc (-90:45:0.2)
-- (v20'.45) arc (45:135:0.2) -- cycle;
\filldraw [draw=black, fill=red, opacity=0.2]
(v11'.90) -- (v4'.90) arc (90:-60:0.2cm)
-- (v12'.-60) arc (-60:-140:0.2)
-- (v11'.220) arc (220:90:0.2) -- cycle;
\filldraw [draw=black, fill=red, opacity=0.2]
(v17'.90) -- (v9'.90) arc (90:-60:0.2cm)
-- (v16'.-60) arc (-60:-140:0.2)
-- (v17'.220) arc (220:90:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v1'.60) -- (v2'.60) arc (60:-120:0.2)
-- (v1'.-120) arc (-120:-300:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v2'.60) -- (v3'.60) arc (60:-120:0.2)
-- (v2'.-120) arc (-120:-300:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v16'.60) -- (v15'.60) arc (60:-120:0.2)
-- (v16'.-120) arc (-120:-300:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v15'.60) -- (v14'.60) arc (60:-120:0.2)
-- (v15'.-120) arc (-120:-300:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v1'.120) -- (v21'.120) arc (120:300:0.2)
-- (v1'.-60) arc (-60:120:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v21'.120) -- (v20'.120) arc (120:300:0.2)
-- (v21'.-60) arc (-60:120:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v12'.120) -- (v13'.120) arc (120:300:0.2)
-- (v12'.-60) arc (-60:120:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v13'.120) -- (v14'.120) arc (120:300:0.2)
-- (v13'.-60) arc (-60:120:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v5'.0) -- (v6'.0) arc (0:-180:0.2)
-- (v5'.180) arc (180:0:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v6'.0) -- (v4'.0) arc (0:-180:0.2)
-- (v6'.180) arc (180:0:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v19'.0) -- (v18'.0) arc (0:-180:0.2)
-- (v19'.180) arc (180:0:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v18'.0) -- (v17'.0) arc (0:-180:0.2)
-- (v18'.180) arc (180:0:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v8'.0) -- (v9'.0) arc (0:-180:0.2)
-- (v8'.180) arc (180:0:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v10'.0) -- (v11'.0) arc (0:-180:0.2)
-- (v10'.180) arc (180:0:0.2)-- cycle;
\foreach \l in {8,...,11}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt, label=above:$v_{\l}$] {};
}
\foreach \l in {1,...,6}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt] {};
}
\foreach \l in {12,...,21}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v1) at (0,0) {};
\coordinate (v2) at (2,0) {};
\coordinate (v3) at (4,0) {};
\coordinate (v4) at (6,0) {}; \foreach \v in {v1,v2,v3,v4}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\filldraw [draw=black, fill=red, opacity=0.2]
(v1'.270) -- (v3'.270) arc (-90:90:0.2)
-- (v2'.90) arc (90:90:0.2)
-- (v1'.90) arc (90:270:0.2) -- cycle;
\filldraw [draw=black, fill=blue, opacity=0.2]
(v2'.90) -- (v4'.90) arc (90:-90:0.2)
-- (v3'.-90) arc (-90:-90:0.2)
-- (v2'.-90) arc (-90:-270:0.2) -- cycle;
\filldraw [draw=black, fill=cyan, opacity=0.2]
plot [smooth, tension=2] coordinates {(v1'.180) (3,1.2) (v4'.0)}
arc(0: -90:0.2) -- (v3'.270) arc(270:180:0.2)
plot [smooth, tension=2] coordinates {(v3'.180) (2,0.8) (v1'.0)} arc(0:-180:0.2);
\filldraw [draw=black, fill=yellow, opacity=0.2]
plot [smooth, tension=2] coordinates {(v1'.180) (3,-1.2) (v4'.0)}
arc(0:180:0.2)
plot [smooth, tension=2] coordinates {(v4'.180) (4,-0.8) (v2'.0)}
arc(0:90:0.2) -- (v1'.90) arc(90:180:0.2)
;
\foreach \l in {1,...,4}{
\filldraw [black] (v\l) circle (2pt) node [label=below:$v_\l$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v1) at (0,0);
\coordinate (v2) at (2,0) {};
\coordinate (v3) at (4,0);
\coordinate (v4) at (6,0) {};
\coordinate (v5) at (8,0) {};
\coordinate (v6) at (10,0) {};
\coordinate (v7) at (12,0) {};
\foreach \v in {v1,v2,v3,v4,v5,v6,v7}{
\node [circle, minimum width=0.2cm] (\v') at (\v) {};
}
\filldraw [draw=black, fill=red, opacity=0.2]
(v1'.270) -- (v3'.270) arc (-90:90:0.2)
-- (v2'.90) arc (90:90:0.2)
-- (v1'.90) arc (90:270:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v5'.90) -- (v7'.90) arc (90:-90:0.2)
-- (v6'.-90) arc (-90:-90:0.2)
-- (v5'.-90) arc (-90:-270:0.2) -- cycle;
\foreach \l in {1,...,7}{
\filldraw [black] (v\l) circle (2pt) node [label=below:$v_\l$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v0) at (0,0) {};
\coordinate (v1) at (0,2){};
\coordinate (v2) at (-1,0) {};
\coordinate (v3) at (1,0){};
\coordinate (v4) at (-1,-2) {};
\coordinate (v5) at (1,-2) {};
\foreach \v in {v1,v2,v3,v4,v4,v5}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\filldraw [draw=black, fill=green, opacity=0.2]
(v3'.30) -- (v1'.30) arc (30:150:0.2cm)
-- (v2'.150) arc (150:270:0.2)
-- (v3'.270) arc (-90:30:0.2) -- cycle;
\filldraw [draw=black, fill=red, opacity=0.2]
(v1'.150) -- (v2'.150) arc (150:180:0.2)
-- (v4'.180) arc (180:360:0.2)
-- (v2'.0) -- (v1'.-30 )arc (-30:150:0.2) -- cycle;
\filldraw [draw=black, fill=blue, opacity=0.2]
(v1'.210) -- (v3'.180)--(v5'.180) arc(180:360:0.2)
-- (v3'.0) arc(0:30:0.2)-- (v1'.30)arc (30:210:0.2) -- cycle;
\foreach \l in {1,...,5}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt, label=above:$v_{\l}$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
[inner sep=0pt]
\coordinate (v1) at (210:2cm);
\coordinate (v2) at (270:1cm);
\coordinate (v3) at (330:2cm);
\coordinate (v4) at (150:1cm);
\coordinate (v5) at (90:2cm);
\coordinate (v6) at (30:1cm);
\coordinate (v7) at (0,0);
\foreach \i in {1,...,7}{
\node [circle, font=\tiny, minimum size=0.4cm, line width=0mm] (v\i') at (v\i) {};
}
\filldraw [draw=black, fill=yellow, minimum size=0pt, opacity=0.2]
(v5'.150) -- (v1'.150) arc (-210:-30:0.2cm) -- (v5'.330) arc (-30:150:0.2cm);
\filldraw [draw=black, fill=blue, minimum size=0pt, opacity=0.2]
(v1'.270) -- (v3'.270) arc(-90:90:0.2cm) -- (v1'.90) arc (90:270:0.2cm);
\filldraw [draw=black, fill=orange, minimum size=0pt, opacity=0.2]
(v6'.120) -- (v1'.120) arc(120:300:0.2cm) -- (v6'.300) arc(-60:120:0.2cm) ;
\foreach \l in {1,...,7}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt, label=below:$v_{\l}$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v1) at (0,3);
\coordinate (v2) at (1,2.5) {};
\coordinate (v3) at (2,2);
\coordinate (v10) at (1,1) {};
\coordinate (v5) at (3,1) {};
\coordinate (v6) at (3,0) {};
\coordinate (v7) at (0,0) {};
\coordinate (v8) at (-1,1) {};
\coordinate (v9) at (-1,-1) {};
\coordinate (v4) at (3,-1) {};
\coordinate (v11) at (1,-1) {};
\coordinate (v12) at (2,-2) {};
\coordinate (v13) at (1,-2.5) {};
\coordinate (v14) at (0,-3) {};
\coordinate (v15) at (-1,-2.5) {};
\coordinate (v16) at (-2,-2) {};
\coordinate (v17) at (-3,-1) {};
\coordinate (v18) at (-3,0) {};
\coordinate (v19) at (-3,1) {};
\coordinate (v20) at (-2,2) {};
\coordinate (v21) at (-1,2.5) {};
\foreach \v in {v1,v2,v3,v4,v5,v6,v7,v8,v9,v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\filldraw [draw=black, fill=red, opacity=0.2]
(v3'.135) -- (v10'.135) arc (135:270:0.2cm)
-- (v5'.-90) arc (-90:45:0.2)
-- (v3'.45) arc (45:135:0.2) -- cycle;
\filldraw [draw=black, fill=red, opacity=0.2]
(v20'.135) -- (v19'.135) arc (135:270:0.2cm)
-- (v8'.-90) arc (-90:45:0.2)
-- (v20'.45) arc (45:135:0.2) -- cycle;
\filldraw [draw=black, fill=red, opacity=0.2]
(v11'.90) -- (v4'.90) arc (90:-60:0.2cm)
-- (v12'.-60) arc (-60:-140:0.2)
-- (v11'.220) arc (220:90:0.2) -- cycle;
\filldraw [draw=black, fill=red, opacity=0.2]
(v17'.90) -- (v9'.90) arc (90:-60:0.2cm)
-- (v16'.-60) arc (-60:-140:0.2)
-- (v17'.220) arc (220:90:0.2) -- cycle;
\filldraw [draw=black, fill=red, opacity=0.2]
(v10'.0) -- (v11'.0) arc (0:-120:0.2cm)
-- (v7'.220) arc (220:140:0.2)
-- (v10'.120) arc (120:0:0.2) -- cycle;
\filldraw [draw=black, fill=red, opacity=0.2]
(v8'.180) -- (v9'.180) arc (180:300:0.2cm)
-- (v7'.-45) arc (-45:45:0.2)
-- (v8'.45) arc (45:180:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v1'.60) -- (v2'.60) arc (60:-120:0.2)
-- (v1'.-120) arc (-120:-300:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v2'.60) -- (v3'.60) arc (60:-120:0.2)
-- (v2'.-120) arc (-120:-300:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v16'.60) -- (v15'.60) arc (60:-120:0.2)
-- (v16'.-120) arc (-120:-300:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v15'.60) -- (v14'.60) arc (60:-120:0.2)
-- (v15'.-120) arc (-120:-300:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v1'.120) -- (v21'.120) arc (120:300:0.2)
-- (v1'.-60) arc (-60:120:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v21'.120) -- (v20'.120) arc (120:300:0.2)
-- (v21'.-60) arc (-60:120:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v12'.120) -- (v13'.120) arc (120:300:0.2)
-- (v12'.-60) arc (-60:120:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v13'.120) -- (v14'.120) arc (120:300:0.2)
-- (v13'.-60) arc (-60:120:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v5'.0) -- (v6'.0) arc (0:-180:0.2)
-- (v5'.180) arc (180:0:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v6'.0) -- (v4'.0) arc (0:-180:0.2)
-- (v6'.180) arc (180:0:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v19'.0) -- (v18'.0) arc (0:-180:0.2)
-- (v19'.180) arc (180:0:0.2)-- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v18'.0) -- (v17'.0) arc (0:-180:0.2)
-- (v18'.180) arc (180:0:0.2)-- cycle;
\foreach \l in {7,...,11}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt, label=above:$v_{\l}$] {};
}
\foreach \l in {1,...,6}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt] {};
}
\foreach \l in {12,...,21}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v1) at (0,0) {};
\coordinate (v2) at (2,0) {};
\coordinate (v3) at (4,0) {};
\coordinate (v4) at (6,0) {};
\coordinate (v5) at (8,0) {};
\foreach \v in {v1,v2,v3,v4,v5}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\filldraw [draw=black, fill=red, opacity=0.2]
(v1'.270) -- (v3'.270) arc (-90:90:0.2)
-- (v2'.90) arc (90:90:0.2)
-- (v1'.90) arc (90:270:0.2) -- cycle;
\filldraw [draw=black, fill=blue, opacity=0.2]
(v2'.90) -- (v4'.90) arc (90:-90:0.2)
-- (v3'.-90) arc (-90:-90:0.2)
-- (v2'.-90) arc (-90:-270:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v3'.90) -- (v5'.90) arc (90:-90:0.2)
-- (v4'.-90) arc (-90:-90:0.2)
-- (v3'.-90) arc (-90:-270:0.2) -- cycle;
\foreach \l in {1,...,5}{
\filldraw [black] (v\l) circle (2pt) node [label=below:$v_\l$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v1) at (0,0) {};
\coordinate (v2) at (2,0) {};
\coordinate (v3) at (4,0) {};
\coordinate (v4) at (6,0) {}; \foreach \v in {v1,v2,v3,v4}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\filldraw [draw=black, fill=red, opacity=0.2]
(v1'.270) -- (v3'.270) arc (-90:90:0.2)
-- (v2'.90) arc (90:90:0.2)
-- (v1'.90) arc (90:270:0.2) -- cycle;
\filldraw [draw=black, fill=blue, opacity=0.2]
(v2'.90) -- (v4'.90) arc (90:-90:0.2)
-- (v3'.-90) arc (-90:-90:0.2)
-- (v2'.-90) arc (-90:-270:0.2) -- cycle;
\filldraw [draw=black, fill=cyan, opacity=0.2, xshift=0cm]
plot [smooth, tension=2] coordinates {(v1'.180) (3,1.2) (v4'.0)}
arc(0: -90:0.2) -- (v3'.270) arc(270:180:0.2)
plot [smooth, tension=2] coordinates {(v3'.180) (2,0.8) (v1'.0)} arc(0:-180:0.2);
\foreach \l in {1,...,4}{
\filldraw [black] (v\l) circle (2pt) node [label=below:$v_\l$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
[inner sep=0pt]
\coordinate (v1) at (210:2cm);
\coordinate (v2) at (270:1cm);
\coordinate (v3) at (330:2cm);
\coordinate (v4) at (150:1cm);
\coordinate (v5) at (90:2cm);
\coordinate (v6) at (30:1cm);
\coordinate (v7) at (0,0);
\path (v1) ++(90:1.73cm) node (v8) {};
\path (v1) ++(90:3.46cm) node (v9) {};
\foreach \i in {1,...,9}{
\node [circle, font=\tiny, minimum size=0.4cm, line width=0mm] (v\i') at (v\i) {};
}
\filldraw [draw=black, fill=yellow, minimum size=0pt, opacity=0.2]
(v5'.150) -- (v1'.150) arc (-210:-30:0.2cm) -- (v5'.330) arc (-30:150:0.2cm);
\filldraw [draw=black, fill=blue, minimum size=0pt, opacity=0.2]
(v1'.270) -- (v3'.270) arc(-90:90:0.2cm) -- (v1'.90) arc (90:270:0.2cm);
\filldraw [draw=black, fill=orange, minimum size=0pt, opacity=0.2]
(v6'.120) -- (v1'.120) arc(120:300:0.2cm) -- (v6'.300) arc(-60:120:0.2cm) ;
\filldraw [draw=black, fill=red, minimum size=0pt, opacity=0.2]
(v1'.0) -- (v9'.0) arc(0:180:0.2cm) -- (v1'.180) arc (-180:0:0.2cm);
\foreach \l in {1,...,9}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt, label=below:$v_{\l}$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v0) at (0,0) {};
\coordinate (v1) at (0,2){};
\coordinate (v2) at (-1,0) {};
\coordinate (v3) at (1,0){};
\coordinate (v4) at (0,-2) {};
\foreach \v in {v1,v2,v3,v4,v4}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\filldraw [draw=black, fill=green, opacity=0.2]
(v3'.30) -- (v1'.30) arc (30:150:0.2cm)
-- (v2'.150) arc (150:270:0.2)
-- (v3'.270) arc (-90:30:0.2) -- cycle;
\filldraw [draw=black, fill=red, opacity=0.2]
(v1'.150) -- (v2'.150) arc (150:210:0.2)
-- (v4'.-150) arc (-150:30:0.2)
-- (v2'.0) -- (v1'.-30 )arc (-30:150:0.2) -- cycle;
\filldraw [draw=black, fill=blue, opacity=0.2]
(v1'.210) -- (v3'.180)--(v4'.-210) arc(-210:-30:0.2)
-- (v3'.-30) arc(-30:30:0.2)-- (v1'.30)arc (30:210:0.2) -- cycle;
\foreach \l in {1,...,4}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt, label=above:$v_{\l}$] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{article}
\usepackage{amssymb,amsmath,latexsym,amscd,amsfonts}
\usepackage{color}
\usepackage[utf8x]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,positioning,fit}
\tikzstyle{vertex} = [fill,shape=circle,node distance=80pt]
\tikzstyle{edge} = [fill,opacity=.5,fill opacity=.5,line cap=round, line join=round, line width=50pt]
\tikzstyle{elabel} = [fill,shape=circle,node distance=30pt]
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}
\coordinate (v1) at (-1,3);
\coordinate (v2) at (1,3) {};
\coordinate (v3) at (4,0);
\coordinate (v4) at (1,-3) {};
\coordinate (v5) at (-1,-3) {};
\coordinate (v6) at (-4,0) {};
\coordinate (v7) at (0,0) {};
\coordinate (v8) at (-1,1) {};
\coordinate (v9) at (-1,-1) {};
\coordinate (v14) at (0,3) {};
\coordinate (v15) at (1,2) {};
\coordinate (v12) at (2,2) {};
\coordinate (v13) at (3,1) {};
\coordinate (v10) at (1,1) {};
\coordinate (v11) at (1,-1) {};
\coordinate (v16) at (3,-1) {};
\coordinate (v17) at (3,0) {};
\coordinate (v18) at (2,-2) {};
\coordinate (v19) at (1,-2) {};
\coordinate (v20) at (0,-3) {};
\coordinate (v21) at (-1,-2) {};
\coordinate (v22) at (-2,-2) {};
\coordinate (v23) at (-3,-1) {};
\coordinate (v24) at (-3,0) {};
\coordinate (v25) at (-3,1) {};
\coordinate (v26) at (-2,2) {};
\coordinate (v27) at (-1,2) {};
\foreach \v in {v1,v2,v3,v4,v5,v6,v7,v8,v9,v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27}{
\node [circle, minimum size=0.4cm, line width=0pt] (\v') at (\v) {};
}
\filldraw [draw=black, fill=green, opacity=0.2]
(v1'.90) -- (v14'.90) arc (90:-45:0.2cm)
-- (v27'.-45) arc (-45:-180:0.2)
-- (v1'.180) arc (180:90:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v14'.90) -- (v2'.90) arc (90:0:0.2cm)
-- (v15'.0) arc (0:-135:0.2)
-- (v14'.220) arc (220:90:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v2'.180) -- (v15'.180) arc (180:270:0.2cm)
-- (v12'.-90) arc (-90:45:0.2)
-- (v2'.45) arc (45:180:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v1'.0) -- (v27'.0) arc (0:-90:0.2cm)
-- (v26'.-90) arc (-90:-220:0.2)
-- (v1'.130) arc (130:0:0.2) -- cycle;
\filldraw [draw=black, fill=red, opacity=0.2]
(v12'.135) -- (v10'.135) arc (135:270:0.2cm)
-- (v13'.-90) arc (-90:45:0.2)
-- (v12'.45) arc (45:135:0.2) -- cycle;
\filldraw [draw=black, fill=red, opacity=0.2]
(v26'.135) -- (v25'.135) arc (135:270:0.2cm)
-- (v8'.-90) arc (-90:45:0.2)
-- (v26'.45) arc (45:135:0.2) -- cycle;
\filldraw [draw=black, fill=red, opacity=0.2]
(v11'.90) -- (v16'.90) arc (90:-60:0.2cm)
-- (v18'.-60) arc (-60:-140:0.2)
-- (v11'.220) arc (220:90:0.2) -- cycle;
\filldraw [draw=black, fill=red, opacity=0.2]
(v23'.90) -- (v9'.90) arc (90:-60:0.2cm)
-- (v22'.-60) arc (-60:-140:0.2)
-- (v23'.220) arc (220:90:0.2) -- cycle;
\filldraw [draw=black, fill=red, opacity=0.2]
(v10'.0) -- (v11'.0) arc (0:-120:0.2cm)
-- (v7'.220) arc (220:140:0.2)
-- (v10'.120) arc (120:0:0.2) -- cycle;
\filldraw [draw=black, fill=red, opacity=0.2]
(v8'.180) -- (v9'.180) arc (180:300:0.2cm)
-- (v7'.-45) arc (-45:45:0.2)
-- (v8'.45) arc (45:180:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v13'.180) -- (v17'.180) arc (180:270:0.2cm)
-- (v3'.-90) arc (-90:45:0.2)
-- (v13'.45) arc (45:180:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v17'.90) -- (v3'.90) arc (90:-45:0.2cm)
-- (v16'.-45) arc (-45:-180:0.2)
-- (v17'.180) arc (180:90:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v6'.90) -- (v24'.90) arc (90:0:0.2cm)
-- (v23'.0) arc (0:-135:0.2)
-- (v6'.220) arc (220:90:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v25'.0) -- (v24'.0) arc (0:-90:0.2cm)
-- (v6'.-90) arc (-90:-220:0.2)
-- (v25'.130) arc (130:0:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v19'.90) -- (v18'.90) arc (90:-45:0.2cm)
-- (v4'.-45) arc (-45:-180:0.2)
-- (v19'.180) arc (180:90:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v19'.0) -- (v4'.0) arc (0:-90:0.2cm)
-- (v20'.-90) arc (-90:-220:0.2)
-- (v19'.130) arc (130:0:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v21'.180) -- (v5'.180) arc (180:270:0.2cm)
-- (v20'.-90) arc (-90:45:0.2)
-- (v21'.45) arc (45:180:0.2) -- cycle;
\filldraw [draw=black, fill=green, opacity=0.2]
(v22'.90) -- (v21'.90) arc (90:0:0.2cm)
-- (v5'.0) arc (0:-135:0.2)
-- (v22'.220) arc (220:90:0.2) -- cycle;
\foreach \l in {1,...,11}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt, label=above:$v_{\l}$] {};
}
\foreach \l in {12,...,27}{
\filldraw [black] (v\l) circle (2pt) node [inner sep=5pt] {};
}
\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{tikz-qtree}
\usepackage{tikz}
\usetikzlibrary{trees}
\usepackage[colorlinks = true,linkcolor = blue,urlcolor = blue,citecolor = blue,anchorcolor = blue]{hyperref}
\usepackage{color}
\usepackage{amsmath,amsfonts}
\usetikzlibrary{arrows}
\usepackage{colortbl}
\usepackage{xcolor}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[->,>=stealth',shorten >=1pt,auto,node distance=3cm,
thick,main node/.style={circle,fill=gray!50,font=\sffamily\footnotesize}]
\node[main node] (1) at (0, -0.5) {盘子};
\node[main node] (2) at +(350: 2.5) {瓶子};
\node[main node] (3) at +(300: 2.5) {玻璃杯};
\node[main node] (4) at +(240: 2.5) {餐具};
\path[every node/.style={font=\sffamily\small}]
(1) edge (3)
edge (4)
(2) edge (3)
(4) edge [loop left] (4);
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[11pt]{amsart}
\usepackage{pgf,tikz}
\usepackage{latexsym,amssymb,amsfonts,amsmath, amscd, euscript, MnSymbol}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\begin{scriptsize}
\put(1, 1){\circle*{.15} $a$}
\put(2,2){\circle*{.15}}
\put(3,3){\circle*{.15}}
\put(4,4){\circle*{.15}}
\put(5,3){\circle*{.15}}
\put(6,2){\circle*{.15}}
\put(7,3){\circle*{.15}}
\put(8,2){\circle*{.15}}
\put(9,1){\circle*{.15} $b$}
\put(1, 1){\vector (1,1){1}}
\put(2,2){\vector(1,1){1}}
\put(3,3){\vector(1,1){1}}
\put(5,3){\vector(-1,1){1}}
\put(6,2){\vector(-1,1){1}}
\put(6,2){\vector(1,1){1}}
\put(8,2){\vector(-1,1){1}}
\put(9,1){\vector(-1,1){1}}
\end{scriptsize}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[journal]{IEEEtran}
\usepackage{tikz,multirow,amsmath,pgfplots,subfigure}
\usetikzlibrary{matrix,chains,positioning,decorations.pathreplacing,arrows}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\begin{axis}[
width=4.8cm, height=3.5cm,
ylabel = {\footnotesize 百分比(\%)},
ylabel style={yshift=-0.55cm},
xticklabel style = {font=\footnotesize},
yticklabel style = {font=\footnotesize},
ybar interval, ymax={1.0},ymin=0.0,
xmax={1.04},xmin=0.84,
grid style=dashed,
ymajorgrids=true, ybar interval=0.8,
xtick={0.84, 0.88, 0.92, 0.96, 1.0, 1.04}
]
\addplot [blue!20!black,fill=blue!80!white] coordinates { (0.84, 0.0) (0.88, 0.003) (0.92, 0.016) (0.96, 0.024) (1.0, 0.96) (1.04, 0.96)};
\end{axis}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[journal]{IEEEtran}
\usepackage{tikz,multirow,amsmath,pgfplots,subfigure}
\usetikzlibrary{matrix,chains,positioning,decorations.pathreplacing,arrows}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\begin{axis}[
width=4.8cm, height=3.5cm,
xlabel = \footnotesize 分数,
ylabel = {\footnotesize 百分比(\%)},
ylabel style={yshift=-0.55cm},
xticklabel style = {font=\footnotesize},
yticklabel style = {font=\footnotesize},
ybar interval, ymax={1.0},ymin=0.0,
xmax={1.04},xmin=0.84,
grid style=dashed,
ymajorgrids=true, ybar interval=0.8,
xtick={0.84, 0.88, 0.92, 0.96, 1.0, 1.04}
]
\addplot [blue!20!black,fill=blue!80!white] coordinates { (0.84, 0.000) (0.88, 0.003) (0.92, 0.021) (0.96, 0.182) (1.0, 0.795) (1.04, 0.795)};
\end{axis}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[journal]{IEEEtran}
\usepackage{tikz,multirow,amsmath,pgfplots,subfigure}
\usetikzlibrary{matrix,chains,positioning,decorations.pathreplacing,arrows}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\begin{axis}[
width=4.8cm, height=3.5cm,
xticklabel style = {font=\footnotesize},
yticklabel style = {font=\footnotesize},
ybar interval, ymax={1.0},ymin=0.0,
xmax={1.04},xmin=0.84,
grid style=dashed,
ymajorgrids=true, ybar interval=0.8,
yticklabels={,,},
xtick={0.84, 0.88, 0.92, 0.96, 1.0, 1.04}
]
\addplot [red!20!black,fill=red!80!white] coordinates { (0.84, 0.003) (0.88, 0.006) (0.92, 0.13) (0.96, 0.36) (1.0, 0.47) (1.04, 0.475)};
\end{axis}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[journal]{IEEEtran}
\usepackage{tikz,multirow,amsmath,pgfplots,subfigure}
\usetikzlibrary{matrix,chains,positioning,decorations.pathreplacing,arrows}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\begin{axis}[
width=4.8cm, height=3.5cm,
xlabel = \footnotesize 分数,
xticklabel style = {font=\footnotesize},
yticklabel style = {font=\footnotesize},
ybar interval, ymax={1.0},ymin=0.0,
xmax={1.04},xmin=0.84,
grid style=dashed,
ymajorgrids=true, ybar interval=0.8,
yticklabels={,,},
xtick={0.84, 0.88, 0.92, 0.96, 1.0, 1.04}
]
\addplot [red!20!black,fill=red!80!white] coordinates { (0.84, 0.005) (0.88, 0.254) (0.92, 0.45) (0.96, 0.301) (1.0, 0.013) (1.04, 0.013)};
\end{axis}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage{amsmath,amssymb,amscd,amsfonts,amsthm,mathtools}
\usepackage{tikz}
\usetikzlibrary{calc}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}%
% (-4,3) rectangle (14,-3);
\begin{scope}
\begin{scope}[xshift=-5cm]
\node (g11) {
\includegraphics[width=4cm,angle=0]{example-image}
};
\end{scope}
\begin{scope}[xshift=-0.45cm]
\node (g12) {
\includegraphics[width=4.15cm,angle=0]{example-image}
};
\end{scope}
\begin{scope}[xshift=4cm]
\node (g13) {
\includegraphics[width=4cm,angle=0]{example-image}
};
\end{scope}
\end{scope}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[wcp]{jmlr}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{tikz}
\usepackage{CJKutf8}
\usetikzlibrary{arrows}
\usetikzlibrary{shapes.misc}
\usetikzlibrary{positioning}
\usetikzlibrary{decorations.pathreplacing}
\tikzset{>=latex}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale=0.9, every node/.style={scale=0.9}]
% Draw the timeline.
\node at (-5.5, 0) {$t$};
\draw[->] (-5, 0) -- (5, 0);
% Draw the first pull of the workers.
\draw[->] (-4, 0) -- (-4, -1);
\draw[->] (-3.1, 0) -- (-3.1, -1);
\draw[rounded corners=2pt] (-4.4, -1) rectangle (-3.6, -1.5) node[pos=.55] {$w_1$};
\draw[rounded corners=2pt] (-3.5, -1) rectangle (-2.7, -1.5) node[pos=.55] {$w_2$};
% Draw initial pull decoration.
\draw [decorate,decoration={brace,amplitude=5pt}]
(-4.1, 0.1) -- (-3, 0.1) node [black,midway,yshift=13pt] {\small $\tilde{\theta}_t$};
% Draw first commit and pull.
\draw[->] (-1, 0) --(-1, -1);
\draw[<-] (-1.2, 0) -- (-1.2, -1);
\node at (-2.1, -0.6) {\small $\nabla_\theta \mathcal{L}_1(\tilde{\theta}_t)$};
\draw[rounded corners=2pt] (-1.1 - 0.4, -1) rectangle (-1.1 + 0.4, -1.5) node[pos=.55] {$w_1$};
\node at (-1.1, 0.5) {\small $\tilde{\theta}_{t+1} = \tilde{\theta}_t - \eta_t \odot \nabla_\theta \mathcal{L}_1(\tilde{\theta}_t)$};
% Draw second commit and pull.
\draw[<-] (3, 0) --(3, -1);
\draw[->] (3.2, 0) -- (3.2, -1);
\node at (2.1, -0.6) {\small $\nabla_\theta \mathcal{L}_2(\tilde{\theta}_t)$};
\draw[rounded corners=2pt] (3.1 - 0.4, -1) rectangle (3.1 + 0.4, -1.5) node[pos=.55] {$w_2$};
\node at (3.1, 0.5) {\small $\tilde{\theta}_{t+2} = \tilde{\theta}_{t+1} - \eta_t \odot \nabla_\theta \mathcal{L}_2(\tilde{\theta}_t)$};
% Write description.
\node at (-2, 2) {基于 $\tilde{\theta}_t$,使用梯度 $\nabla_\theta \mathcal{L}_2(\tilde{\theta}_t)$ 更新 $\tilde{\theta}_{t+1}$};
\draw (-2.6, 1.7) edge[out=-30, in=110, ->] (2.4, 0.8);
\draw (2.2, 1.95) edge[out=0, in=110, ->] (4.15, 0.8);
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[a4paper,12pt]{amsart}
\usepackage{amsmath,amssymb,amsthm}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{tikz-cd}
\usepackage{tikz}
\usepackage{CJKutf8}
\usetikzlibrary{calc,3d}
\usepackage{color}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\coordinate (M0) at (0cm, 0cm);
\coordinate (M2) at ($(M0) + (0cm, 2cm)$);
\coordinate (M1) at (0.5cm, 1cm);
\coordinate (M3) at ($(M1) + (0cm, 2cm)$);
\coordinate (LB0) at (-1cm, 0cm);
\coordinate (LB1) at (-1.5cm, 0.5cm);
\coordinate (LB2) at (-1cm, 1cm);
\coordinate (RB0) at (1.5cm, 0cm);
\coordinate (RB1) at (2cm, 0.5cm);
\coordinate (RB2) at (1.5cm, 1cm);
\coordinate (LT0) at ($(LB0) + (0cm, 2cm)$);
\coordinate (LT1) at ($(LB1) + (0cm, 2cm)$);
\coordinate (LT2) at ($(LB2) + (0cm, 2cm)$);
\coordinate (RT0) at ($(RB0) + (0cm, 2cm)$);
\coordinate (RT1) at ($(RB1) + (0cm, 2cm)$);
\coordinate (RT2) at ($(RB2) + (0cm, 2cm)$);
\coordinate (RTI) at
(intersection cs: first line={(M2) -- (RT0)},
second line={(M3) -- (M1)});
\draw [gray] (M3) -- (RTI);
\draw [gray, dashed] (RTI) -- (M1);
\draw [dashed] (M1) -- (LB2) arc (90:180:0.5cm);
\draw (LB1) arc (180:270:0.5cm) -- (M0);
\draw [blue] (M3) -- (LT2) arc (90:270:0.5cm) -- (M2);
\draw (M0) -- (RB0) arc (-90:0:0.5cm);
\draw [dashed] (RB1) arc (0:90:0.5cm) -- (M1);
\draw [red] (M2) -- (RT0) arc (-90:90:0.5cm) -- (M3);
\draw [gray] (LB1) -- (LT1);
\draw [gray] (RB1) -- (RT1);
\draw [gray] (M2) -- (M0);
\foreach \i in {2,3}
{
\fill [cyan] (M\i) circle (0.15em);
}
\foreach \i in {0,1}
{
\fill [gray] (M\i) circle (0.15em);
}
\node [above=0.6cm, blue, anchor=north] at (LT2) {$W_-$};
\node [above=0.6cm, cyan, anchor=north] at (M3) {$M$};
\node [above=0.6cm, red, anchor=north] at (RT2) {$W_+$};
\node [below=0.75cm, black, anchor=south] at (M0) {$W = W_- \cup W_+$};
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[10pt]{article}
\usepackage{amsmath,amsthm,amsfonts,amssymb}
\usepackage{tikz}
\usepackage{CJKutf8}
\usetikzlibrary{arrows,matrix,decorations,decorations.text,decorations.pathmorphing,calc}
\pgfkeys{/triangle/.code=\tikzset{x={(-0.5cm,-0.866cm)},y={(1cm,0cm)}}}
\pgfkeys{/lattice/.code n args={4}{\tikzset{cm={#1,#2,#3,#4,(0,0)}}}}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\path (0,0) node[anchor=east] {$E$} (6,0) node[anchor=west] {$E'$};
\path (-0.8,0) node[anchor=east] {弱曲线}
(6.8,0) node[anchor=west] {强曲线};
\draw[->] (0,0) -- (0.5,-0.2);
\draw[->] (6,0) -- (5.5,0.2);
\draw[->] (0.5,-0.2) -- (1,0.2);
\draw[->] (5.5,0.2) -- (5,-0.2);
\begin{scope}[densely dotted,coils/.style={decorate,decoration={coil,aspect=0,amplitude=2pt}}]
\draw[coils] (1,0.2) -- (3,0.4);
\draw[coils] (5,-0.2) -- (3,0.4);
\draw[-angle 90,coils] (3,0.4) -- (3, -0.4) node[anchor=north] {$E''$};
\end{scope}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[10pt]{article}
\usepackage{amsmath,amsthm,amsfonts,amssymb}
\usepackage{tikz}
\usepackage{CJKutf8}
\usetikzlibrary{arrows,matrix,decorations,decorations.text,decorations.pathmorphing,calc}
\pgfkeys{/triangle/.code=\tikzset{x={(-0.5cm,-0.866cm)},y={(1cm,0cm)}}}
\pgfkeys{/lattice/.code n args={4}{\tikzset{cm={#1,#2,#3,#4,(0,0)}}}}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\def\graph{
\begin{scope}[every node/.style={fill,black,circle,inner sep=2pt}]
\node at (0,0) (1){};
\node at (0,4) (20){};
\node at (2,1) (16z){};
\node at (-2,1) (81z){};
\node at (-1,2) (77z){};
\node at (1,2) (20z){};
\node at (-2,3) (85z){};
\node at (2,3) (12z){};
\end{scope}
}
\graph
\begin{scope}[blue,every loop/.style={looseness=50}]
\path (1) edge (20) edge (16z) edge (81z);
\path (20) edge[loop left] (20) edge[loop right] (20);
\path (16z) edge (81z) edge (77z);
\path (81z) edge (20z);
\path (77z) edge (20z) edge (85z);
\path (20z) edge (12z);
\path (12z) edge[bend right=10] (85z) edge[bend left=10] (85z);
\end{scope}
\begin{scope}[xshift=6cm]
\graph
\begin{scope}[red]
\path (1) edge (85z) edge (81z) edge (12z) edge (16z);
\path (20) edge (85z) edge (77z) edge (20z) edge (12z);
\path (81z) edge (85z) edge (77z) edge (16z);
\path (85z) edge (12z);
\path (12z) edge (16z);
\path (16z) edge (20z);
\path (20z) edge[bend right=10] (77z) edge[bend left=10] (77z);
\end{scope}
\end{scope}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[10pt]{article}
\usepackage{amsmath,amsthm,amsfonts,amssymb}
\usepackage{tikz}
\usepackage{CJKutf8}
\usetikzlibrary{arrows,matrix,decorations,decorations.text,decorations.pathmorphing,calc}
\pgfkeys{/triangle/.code=\tikzset{x={(-0.5cm,-0.866cm)},y={(1cm,0cm)}}}
\pgfkeys{/lattice/.code n args={4}{\tikzset{cm={#1,#2,#3,#4,(0,0)}}}}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\coordinate (last) at (0,0);
\draw (last) node[anchor=east] {$j_0$};
\foreach \i in {1,...,6} {
\pgfmathparse{(-1)^\i}
\let\sign\pgfmathresult
\pgfmathparse{int(mod(\i+1,2))}
\let\bit\pgfmathresult
\pgfmathparse{int(mod(\i,2))}
\let\nbit\pgfmathresult
\draw[->] (last) -- (\i,\sign*0.1) node[blue,pos=0.5,yshift=\sign*0.2cm]{\small$\bit$};
\draw[dashed,->] (last) -- (\i,-\sign*0.5) node[gray,pos=0.5,yshift=-\sign*0.2cm]{\small$\nbit$};
\coordinate (last) at (\i,\sign*0.1);
}
\draw (last) node[anchor=west] {$j_i=H(010101)$};
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[10pt]{article}
\usepackage{amsmath,amsthm,amsfonts,amssymb}
\usepackage{tikz}
\usepackage{CJKutf8}
\usetikzlibrary{arrows,matrix,decorations,decorations.text,decorations.pathmorphing,calc}
\pgfkeys{/triangle/.code=\tikzset{x={(-0.5cm,-0.866cm)},y={(1cm,0cm)}}}
\pgfkeys{/lattice/.code n args={4}{\tikzset{cm={#1,#2,#3,#4,(0,0)}}}}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[domain=-2.4566:4,samples=100,yscale=3/8,xscale=3/4]
\draw plot (\x,{sqrt(\x*\x*\x-4*\x+5)});
\draw plot (\x,{-sqrt(\x*\x*\x-4*\x+5)});
\draw[thin,gray,-latex] (0,-7) -- (0,7);
\draw[thin,gray,-latex] (-3,0) -- (4,0);
\def\c{3.269524}
\def\P{-1.398674}
\def\R{2.908459}
\draw (-3,-1+\c) -- (4,4/3+\c);
\begin{scope}[every node/.style={draw,circle,inner sep=1pt,fill},cm={1,1/3,0,0,(0,3.269524)}]
\node at (\P,0) {};
\node at (\R,0) {};
\end{scope}
\begin{scope}[every node/.style={yshift=0.3cm},cm={1,1/3,0,0,(0,3.269524)}]
\node at (\P,0) {$P$};
\node at (\R,0) {$R$};
\end{scope}
\draw[dashed] (\R,\R/3+\c) -- (\R,-\R/3-\c)
node[draw,circle,inner sep=1pt,fill] {}
node[xshift=-0.1cm,anchor=east] {$[2]P$};
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[10pt]{article}
\usepackage{amsmath,amsthm,amsfonts,amssymb}
\usepackage{tikz}
\usetikzlibrary{arrows,matrix,decorations,decorations.text,decorations.pathmorphing,calc}
\pgfkeys{/triangle/.code=\tikzset{x={(-0.5cm,-0.866cm)},y={(1cm,0cm)}}}
\pgfkeys{/lattice/.code n args={4}{\tikzset{cm={#1,#2,#3,#4,(0,0)}}}}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[domain=-2.4566:4,samples=100,yscale=3/8,xscale=3/4]
\draw plot (\x,{sqrt(\x*\x*\x-4*\x+5)});
\draw plot (\x,{-sqrt(\x*\x*\x-4*\x+5)});
\draw[thin,gray,-latex] (0,-7) -- (0,7);
\draw[thin,gray,-latex] (-3,0) -- (4,0);
\draw (-3,1) -- (4,8/3+3);
\begin{scope}[every node/.style={draw,circle,inner sep=1pt,fill},cm={1,2/3,0,0,(0,3)}]
\node at (-2.287980,0) {};
\node at (-0.535051,0) {};
\node at (3.267475,0) {};
\end{scope}
\begin{scope}[every node/.style={yshift=0.3cm},cm={1,2/3,0,0,(0,3)}]
\node at (-2.287980,0) {$P$};
\node at (-0.535051,0) {$Q$};
\node at (3.267475,0) {$R$};
\end{scope}
\draw[dashed] (3.267475,3.267475*2/3+3) -- (3.267475,-3.267475*2/3-3)
node[draw,circle,inner sep=1pt,fill] {}
node[xshift=-0.1cm,anchor=east] {$P+Q$};
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[10pt]{article}
\usepackage{amsmath,amsthm,amsfonts,amssymb}
\usepackage{tikz}
\usetikzlibrary{arrows,matrix,decorations,decorations.text,decorations.pathmorphing,calc}
\pgfkeys{/triangle/.code=\tikzset{x={(-0.5cm,-0.866cm)},y={(1cm,0cm)}}}
\pgfkeys{/lattice/.code n args={4}{\tikzset{cm={#1,#2,#3,#4,(0,0)}}}}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\begin{scope}
\def\crater{12}
\def\jumpa{-8}
\def\jumpb{9}
\def\diam{2.5cm}
\foreach \i in {1,...,\crater} {
\draw[blue] (360/\crater*\i : \diam) to[bend right] (360/\crater*\i+360/\crater : \diam);
\draw[red] (360/\crater*\i : \diam) to[bend right] (360/\crater*\i+\jumpa*360/\crater : \diam);
\draw[green] (360/\crater*\i : \diam) to[bend right=50] (360/\crater*\i+\jumpb*360/\crater : \diam);
}
\foreach \i in {1,...,\crater} {
\pgfmathparse{int(mod(2^\i,13))}
\let\exp\pgfmathresult
\draw[fill] (360/\crater*\i: \diam) circle (2pt) +(360/\crater*\i: 0.4) node{$g^{\exp}$};
}
\end{scope}
\begin{scope}[xshift=4cm,yshift=1cm]
\draw[blue] (0,0) -- (0.5,0) (0.5,0) node[black,anchor=west] {$x \mapsto x^{2}$};
\draw[red] (0,-1) -- (0.5,-1) (0.5,-1) node[black,anchor=west] {$x \mapsto x^{3}$};
\draw[green] (0,-2) -- (0.5,-2) (0.5,-2) node[black,anchor=west] {$x \mapsto x^{5}$};
\end{scope}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[10pt]{article}
\usepackage{amsmath,amsthm,amsfonts,amssymb}
\usepackage{tikz}
\usetikzlibrary{arrows,matrix,decorations,decorations.text,decorations.pathmorphing,calc}
\pgfkeys{/triangle/.code=\tikzset{x={(-0.5cm,-0.866cm)},y={(1cm,0cm)}}}
\pgfkeys{/lattice/.code n args={4}{\tikzset{cm={#1,#2,#3,#4,(0,0)}}}}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\def\n{4}
\foreach \i in {0,...,\n} {
\pgfmathparse{360/(\n+1)*(\i-1/2) - 90}
\let\angle\pgfmathresult
\draw (\angle:1) node (E\i) {$E_\i$};
}
\foreach \i in {0,...,\n} {
\pgfmathparse{int(mod(\i+1, \n+1))}
\let\j\pgfmathresult
\draw (E\i) edge[->,bend right=18] node[auto,swap] {\scriptsize$ϕ_\i$} (E\j);
}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{article}
\usepackage{amssymb, amsmath, xspace, lscape, latexsym}
\usepackage{tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\begin{scope}[line width=2pt]
\draw[->,>=stealth] (0,0)--(3,0);
\draw[-] (0,0)--(6,0);
\draw[->,>=stealth] (-2.5,0)--(-1,0);
\draw[-] (-2.5,0)--(0,0);
\draw[dashed] (-5,0)--(-2.5,0);
\draw[-] (0,0)--(2.4,-2.88);
\draw[-] (0,0)--(2.4,2.88);
\draw[->,>=stealth] (0,0)--(1.485,1.8);
\draw[->,>=stealth] (0,0)--(1.485,-1.8);
\node[below] at (-0.05,0) { $O$};
\node[below] at (-2.5,0) {{$-\frac{t}{4n}$}};
\node[above] at (1.2,1.6) {{$\gamma_{3}$}};
\node[above] at (2,0) {{$\gamma_{2}$}};
\node[above] at (1.7,-1.8) {{$\gamma_{1}$}};
\node[above] at (-1,.6) {{$\Omega_{4}$}};
\node[above] at (3,1) {{$\Omega_{3}$}};
\node[above] at (3.2,-1.5) {{$\Omega_{2}$}};
\node[above] at (-1,-1.5) {{$\Omega_{1}$}};
\node[below] at (-.2,-3) { 图3. $\widetilde{P}^{(0)}(z)$ 在 $z$ 平面上的 Riemann–Hilbert 问题的计数器};
\end{scope}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{article}
\usepackage{amssymb, amsmath, xspace, lscape, latexsym}
\usepackage{tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\begin{scope}[line width=2pt]
\draw(0,0) circle(0.9);
\draw[->,>=stealth] (-4,0)--(-3,0);
\draw[-] (-5.8,0)--(-0.9,0);
\draw[dashed] (0.9,0)--(4.6,0);
\draw[->,>=stealth] (-1.8,3.116)--(-1.35,2.337);
\draw[-] (-2.7,4.674)--(-0.45,0.779);
\draw[->,>=stealth] (-1.8,-3.116)--(-1.35,-2.337);
\draw[-] (-2.7,-4.674)--(-0.45,-0.779);
\node[below] at (-.8,-5) {图5. 轮廓线与区域};
\node[above] at (-1.4,-3.6) {{$\widehat{\Sigma}_{3}'$}};
\node[above] at (-3,0) {{ $\widehat{\Sigma}_{2}'$}};
\node[above] at (-1.3,2.5) {{ $\widehat{\Sigma}_{1}'$}};
\node[above] at (1.5,.5) {{ $\widehat{\Omega}_{1}'$}};
\node[above] at (-2.6,1.5) {{ $\widehat{\Omega}_{2}'$}};
\node[above] at (-2.6,-2.3) {{ $\widehat{\Omega}_{3}'$}};
\node[above] at (1.5,-1.7) {{ $\widehat{\Omega}_{4}'$}};
\end{scope}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{article}
\usepackage{amssymb, amsmath, xspace, lscape, latexsym}
\usepackage{tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\begin{scope}[line width=2pt]
\draw[->,>=stealth] (0,0)--(1.5,0);
\draw[-] (0,0)--(3,0);
\node[below] at (3,0) {$S$};
\draw[->,>=stealth] (-3.5,0)--(-2,0);
\draw[-] (-4.6,0)--(0,0);
\draw[dashed] (3,0)--(6,0);
\draw[->,>=stealth] (-3.2,2.8)--(-1.6,1.4);
\draw[-] (-2.4,2.1)--(0,0);
\draw[->,>=stealth] (-3.2,-2.8)--(-1.6,-1.4);
\draw[-] (-2.4,-2.1)--(0,0);
\node[below] at (0,0) {$O$};
\node[below] at (-.8,-3.5) {图1. 轮廓线 $\mathbb{C}\setminus \displaystyle\cup_{j=1}^{3}\widehat{\Sigma}_{j}\cup\left(0,s\right)$ 及区域 $\widehat{\Omega}_{j},\; j=1,\ldots,4$。};
\node[above] at (-1.4,-2.1) {{$\widehat{\Sigma}_{3}$}};
\node[above] at (-2,0) {{ $\widehat{\Sigma}_{2}$}};
\node[above] at (-1.4,1.4) {{ $\widehat{\Sigma}_{1}$}};
\node[above] at (1,.5) {{$\widehat{\Omega}_{1}$}};
\node[above] at (-3.1,.8) {{ $\widehat{\Omega}_{2}$}};
\node[above] at (-3.1,-1.3) {{$\widehat{\Omega}_{3}$}};
\node[above] at (1,-1.3) {{$\widehat{\Omega}_{4}$}};
\end{scope}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{article}
\usepackage{amssymb, amsmath, xspace, lscape, latexsym}
\usepackage{tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\begin{scope}[line width=2pt]
\draw[->,>=stealth] (0,0)--(3,0);
\draw[-] (0,0)--(10,0);
\draw[->,>=stealth] (6,0)--(8,0);
\draw[->,>=stealth] (2.9,2.25)--(3.1,2.25);
\draw[->,>=stealth] (2.9,-2.25)--(3.1,-2.25);
\draw[-] (3,0)--(5,0);
\draw (0,0) .. controls (2.9,3) and (3.1,3) .. (6,0);
\draw (0,0) .. controls (2.9,-3) and (3.1,-3) .. (6,0);
\node[below] at (0,0) {$O$};
\node[above] at (1.8,2) {$\Sigma_{3}$};
\node[above] at (1.8,0) {$\Sigma_{2}$};
\node[above] at (1.8,-1.5) {$\Sigma_{1}$};
\node[below] at (6,0) {$1$};
\node[below] at (3.5,-2.9) { 图2. $S(z)$ 的围道 $\{\bigcup_{k=1}^{3}\Sigma_{k}\}\bigcup(1,\infty)$。};
\end{scope}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{article}
\usepackage{amssymb, amsmath, xspace, lscape, latexsym}
\usepackage{tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\begin{scope}[line width=2pt]
\draw(0,0) circle(0.8);
\draw(7,0) circle(0.8);
\draw[->,>=stealth] (0.8,0)--(3,0);
\draw[-] (2.6,0)--(6.2,0);
\draw[->,>=stealth] (7.8,0)--(9,0);
\draw[->,>=stealth] (3.4,1.6)--(3.5,1.6);
\draw[->,>=stealth] (3.4,-1.6)--(3.5,-1.6);
\draw[-] (7.8,0)--(11,0);
\draw (0.567,0.567) .. controls (3.4,1.9) and (3.6,2) .. (6.433,.567);
\draw (0.567,-0.567) .. controls (3.4,-1.9) and (3.6,-2) .. (6.433,-.567);
\node[above] at (2.8,1.7) {$\widetilde{\Sigma}_{3}$};
\node[above] at (3.8,0) {$\widetilde{\Sigma}_{2}$};
\node[above] at (2.9,-1.6) {$\widetilde{\Sigma}_{1}$};
\node[below] at (4.6,-2) { 图4. $R(z)$ 的围道。};
\end{scope}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{article}
\usepackage{amssymb, amsmath, xspace, lscape, latexsym}
\usepackage{tikz}
\usepackage{CJKutf8}
\newcommand{\va}{\varepsilon}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\begin{scope}[line width=2pt]
\draw[-, >=latex] ({0}:3.8)
arc ({0}:{175}:3.8);
\draw[-, >=latex] ({0}:3.8)
arc ({0}:{-175}:3.8);
\draw[-] (-3.8,.288)--(0,.288);
\draw[-] (-3.8,-.324)--(0,-.324);
\draw[dashed, >=latex] ({0}:1.5)
arc ({0}:{168}:1.5);
\draw[dashed, >=latex] ({0}:1.5)
arc ({0}:{-168}:1.5);
\draw[dashdotted, >=latex] ({0}:2.85)
arc ({0}:{175}:2.85);
\draw[dashdotted, >=latex] ({0}:2.85)
arc ({0}:{-175}:2.85);
\fill (0,0) circle (1pt);
\draw[dashdotted] (-2.85,0)--(0,0);
\draw[->,>=stealth] (-3.8,.288)--(-2,.288);
\draw[<-,>=stealth] (-3.3,-.324)--(-2,-.324);
\draw[<-,>=stealth] (0,2.85)--(0.01,2.85);
\draw[<-,>=stealth] (0,-2.85)--(-0.01,-2.85);
\draw[->,>=stealth] (-0.937,-1.159)--(-0.956,-1.144);
\draw[<-,>=stealth] (-0.937,1.159)--(-0.956,1.144);
\draw[<-,>=stealth] (-2.374,-2.936)--(-2.422,-2.898);
\draw[->,>=stealth] (-2.374,2.936)--(-2.422,2.898);
\draw[dotted] (0,0)--(-3.29,1.9);
\node at (-2.9,1.5) {$\va_{2}$};
\draw[dotted] (0,0)--(0,2.85);
\node at (-.11,2.2) { $\va$};
\draw[dotted] (0,0)--(.75,-1.294);
\node at (.4,-1.) { $\epsilon$};
\node at (-0.1,-0.15) {$o$};
\node[below] at (0,-4) {图6. 积分围道};
\end{scope}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{article}
\usepackage{amssymb, amsmath, xspace, lscape, latexsym}
\usepackage{tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\begin{scope}[line width=2pt]
\draw[->,>=stealth] (0,0)--(1.5,0);
\draw[-] (0,0)--(2.5,0);
\node[below] at (2.5,0) {$1$};
\draw[->,>=stealth] (-5,0)--(-2,0);
\draw[-] (-2.8,0)--(0,0);
\draw[dashed] (2.5,0)--(5.6,0);
\draw[->,>=stealth] (-3.84,3.36)--(-1.92,1.68);
\draw[-] (-3.84,3.36)--(0,0);
\draw[->,>=stealth] (-3.84,-3.36)--(-1.92,-1.68);
\draw[-] (-3.84,-3.36)--(0,0);
\node[below] at (0,0) {$O$};
\node[below] at (-.8,-4) { 图7. 围道 $\displaystyle\cup_{j=1}^{3}\Sigma'_{j}\cup\left(0,1\right)$。};
\node[above] at (-2,-2.7) {{$\Sigma'_{3}$}};
\node[above] at (-2.2,0) {{$\Sigma'_{2}$}};
\node[above] at (-2,2.2) {{$\Sigma'_{1}$}};
\end{scope}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{article}
\usepackage{amssymb, amsmath, xspace, lscape, latexsym}
\usepackage{tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\begin{scope}[line width=2pt]
\draw[->,>=stealth] (-3,0)--(-2,0);
\draw[-] (-5.6,0)--(0,0);
\draw[->,>=stealth] (-3.84,3.36)--(-1.92,1.68);
\draw[-] (-3.84,3.36)--(0,0);
\draw[->,>=stealth] (-3.84,-3.36)--(-1.92,-1.68);
\draw[-] (-3.84,-3.36)--(0,0);
\node[below] at (0,0) {$O$};
\node[below] at (-.8,-4) { 图8. 围道 $\displaystyle\cup_{j=I}^{III}\Sigma_{j}$ 及区域 $\Omega_{j}$,其中 $j=I, II, III$。};
\node[above] at (-2,-2.7) {{$\Sigma_{III}$}};
\node[above] at (-2.2,0) {{$\Sigma_{II}$}};
\node[above] at (-2,2.2) {{$\Sigma_{I}$}};
\node[above] at (1.5,-.2) {{$\Omega_{I}$}};
\node[above] at (-3.6,0.8) {{$\Omega_{II}$}};
\node[above] at (-3.5,-1.2) {{$\Omega_{III}$}};
\end{scope}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{article}
\usepackage{amssymb, amsmath, xspace, lscape, latexsym}
\usepackage{tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\begin{scope}[line width=2pt]
\draw[->,>=stealth] (0,0)--(1.5,0);
\draw[-] (0,0)--(4.6,0);
\draw[->,>=stealth] (-5,0)--(-2,0);
\draw[-] (-3,0)--(0,0);
\draw[-] (1,0)--(2,0);
\draw[->,>=stealth] (-1.733,2.1)--(-1.3,1.575);
\draw[-] (-2.6,3.15)--(0,0);
\draw[->,>=stealth] (-1.733,-2.1)--(-1.3,-1.575);
\draw[-] (-2.6,-3.15)--(0,0);
\node[below] at (0,0) {$O$};
\node[below] at (-.8,-3.5) {图9. 围道 $\mathbb{C}\setminus \displaystyle\cup_{j=1}^{4}\Sigma''_{j}$ 及区域 $\Omega''_{j}$,其中 $j=1,\ldots,4$。 };
\node[above] at (-1.1,-2.3) {{$\Sigma''_{3}$}};
\node[above] at (-2.2,-.05) {{$\Sigma''_{2}$}};
\node[above] at (-1.1,1.5) {{$\Sigma''_{1}$}};
\node[above] at (.6,-.1) {{$\Sigma''_{4}$}};
\node[above] at (1.3,1) {{$\Omega''_{1}$}};
\node[above] at (-2.5,1) {{$\Omega''_{2}$}};
\node[above] at (-2.6,-1.3) {{$\Omega''_{3}$}};
\node[above] at (1.3,-1.5) {{$\Omega''_{4}$}};
\end{scope}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[conference,twocolumn]{IEEEtran}
\usepackage{amsmath,amssymb,amsthm}
\usepackage{fontenc,enumerate}
\usepackage{blindtext,color}
\usepackage{tikz,pgfplots}
\usetikzlibrary{arrows,shapes,chains,matrix,positioning,scopes,patterns,fit}
\usetikzlibrary{decorations.markings,decorations.pathmorphing,backgrounds}
\usetikzlibrary{external}
\usepgflibrary{shapes}
\pgfplotsset{compat=newest}
\pgfplotsset{plot coordinates/math parser=false}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\def\fsize{\normalsize}
\pgfplotsset{every y tick label/.append style={font=\footnotesize}}
\pgfplotsset{every y tick label/.append style={font=\small}}
\begin{axis}[%
width=0.85\columnwidth,
height=0.8\columnwidth,
scale only axis,
xmin=20,
xmax=700,
xtick = {100,200,...,700},
xmajorgrids,
ymode=log,
ymin=1e-06,
ymax=1,
yminorticks=true,
ymajorgrids,
yminorgrids,
xlabel={\fsize{每个缺陷项的测试次数 ($m/K$)}},
ylabel={\fsize{未识别缺陷项的比例}},
legend style={at={(0,0)},anchor=south west,draw=black,fill=white,legend cell align=left,font=\fsize}
]
\addplot [color=blue,dashed, mark=square,mark options={solid},line width=1pt]
table[row sep=crcr]{96 0.8\\
144 0.4\\
192 0.16\\
240 0.055\\
288 0.025\\
336 0.013\\
384 0.006\\
432 0.0035\\
480 0.0023\\
528 0.0014\\
576 0.0009\\
624 0.00055\\
672 0.0003\\
};
\addlegendentry{$\ell=3$};
\addplot [color=blue,dashed,line width=1pt,mark=triangle,mark options={solid}]
table[row sep=crcr]{96 0.94\\
144 0.68\\
192 0.32\\
240 0.11\\
288 0.036\\
336 0.015\\
384 0.005\\
432 0.0024\\
480 0.0011\\
528 0.00055\\
576 0.0004\\
624 0.00025\\
672 0.0001\\
};
\addlegendentry{$\ell=5$};
\addplot [color=blue,dashed,mark=o,mark options={solid},line width=1pt]
table[row sep=crcr]{96 0.98\\
144 0.88\\
192 0.62\\
240 0.25\\
288 0.082\\
336 0.029\\
384 0.011\\
432 0.0045\\
480 0.0017\\
528 0.00065\\
576 0.00032\\
624 0.00017\\
672 6e-05\\
};
\addlegendentry{$\ell=7$};
\addplot [color=red,solid, line width=1pt, mark=square,mark options={solid}]
table[row sep=crcr]{
36 0.99261\\
50.40 8.22e-1 \\
99.00 3.43e-1\\
150.00 6.01e-2 \\
204.00 1.61e-2\\
251.10 3.84e-3 \\
299.70 1.72e-3 \\
351.00 8.28e-4 \\
405.00 4.67e-4\\
450.24 2.08e-4\\
501.60 1.26e-4 \\
576.00 1.09e-4\\
672.00 5.50e-5\\
};
\addlegendentry{$\ell=3$,正则};
\addplot [color=red, solid, line width=1pt, mark=triangle,mark options={solid}]
table[row sep=crcr]{
39.000 0.970769\\
50.700 9.16e-1 \\
100.800 7.33e-1 \\
148.500 1.93e-1 \\
201.000 2.07e-2 \\
249.000 5.22e-3 \\
300.000 1.450e-3\\
351.000 2.51e-4\\
450.900 4.90e-5\\
500.580 1.90e-5 \\
550.800 1.20e-5\\
675.000 6.00e-6\\
};
\addlegendentry{$\ell=5$,正则};
\addplot [color=red, solid, line width=1.0pt,mark=o]
table[row sep=crcr]{
42.00 0.99 \\
58.50 0.9995 \\
78.00 0.9937 \\
108.00 0.9142 \\
151.20 0.5487 \\
198.00 8.92e-2 \\
282.00 5.0e-3 \\
360.00 5.4e-4 \\
462.00 6.42e-5 \\
499.50 9.00e-6 \\
540.00 4.00e-6 \\
594.00 1.25e-6 \\
};
\addlegendentry{$\ell=7$,正则};
\end{axis}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[conference,twocolumn]{IEEEtran}
\usepackage{amsmath,amssymb,amsthm}
\usepackage{fontenc,enumerate}
\usepackage{blindtext,color}
\usepackage{tikz,pgfplots}
\usetikzlibrary{arrows,shapes,chains,matrix,positioning,scopes,patterns,fit}
\usetikzlibrary{decorations.markings,decorations.pathmorphing,backgrounds}
\usetikzlibrary{external}
\usepgflibrary{shapes}
\pgfplotsset{compat=newest}
\pgfplotsset{plot coordinates/math parser=false}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\def\emphsize{\normalsize}
\def\horzgap{40pt}; %Horizontal gap between nodes/levels
\def \gapVN{21pt}; %vertical gap between nodes
\def \gapCN{ 29pt}; %Horizontal gap between nodes
\def \textoffs{9pt};
\def\nodewidth{8pt};
\def\nodewidthsm{5pt}
\def\edgewidth{2pt};
\def\ext{12pt};
\def\moveX {20pt};
\def\moveYa{4pt}
\def\moveYb{12pt}
\def\arcradius{0.6*\ext}
\def\xmovement{4*\horzgap}
\def \n {8};
\def\ldeg{3};
\def \m {4};
\def\rdeg{6};
\def\langle{40};%120 degrees/3
\def\langle{20};%120 degrees/6
\tikzstyle{check} = [rectangle, draw, inner sep=0mm, fill=black,minimum height=\nodewidth,minimum width=\nodewidth]
\tikzstyle{checksm} = [rectangle, draw, inner sep=0mm, fill=black,minimum height=\nodewidthsm, minimum width=\nodewidthsm]
\tikzstyle{bit} = [circle, draw, inner sep=0mm, fill=black, minimum size=\nodewidth]
\tikzstyle{bitsm} = [circle, draw, inner sep=0mm,fill=red, minimum size=\nodewidthsm]
\tikzstyle{edgesock} = [circle, inner sep=0mm, minimum size=\edgewidth,draw, fill=white]
\foreach \vn in {2,3,6,7}{
\node[bit] (vn\vn) at (0,\vn*\gapVN) {};
\path (vn\vn) ++(20:\ext)node (evA\vn) [edgesock] {};
\path (vn\vn) ++(0:\ext) node (evB\vn) [edgesock] {};
\path (vn\vn) ++(-20:\ext) node (evC\vn) [edgesock] {};
\draw (vn\vn) -- (evA\vn.west);
\draw (vn\vn) -- (evB\vn.west);
\draw (vn\vn) -- (evC\vn.west);
}
\draw[->,thin] (vn7)++(-60:\arcradius) arc (-60:60:\arcradius)node[above]{\tiny{$\ell$}};
\path (vn3)--node(vndots) {\Large{$\vdots$}} (vn6);
\node[left =-0.2*\nodewidth of vndots](){\tiny{$N$ 个变量}};
\foreach \cn in {2,4}{
\node[check] (cn\cn) at (\horzgap,0.2in+\cn*\gapCN) {};
\path (cn\cn) ++(150:\ext) node (ecA\cn) [edgesock] {};
\path (cn\cn) ++(170:\ext) node (ecB\cn) [edgesock] {};
\path (cn\cn) ++(190:\ext) node (ecC\cn) [edgesock] {};
\path (cn\cn) ++(210:\ext) node (ecD\cn) [edgesock] {};
\draw (cn\cn) -- (ecA\cn.east);
\draw (cn\cn) -- (ecB\cn);
\draw (cn\cn) -- (ecC\cn);
\draw (cn\cn) -- (ecD\cn);
}
\draw[->,thin] (cn4)++(240:\arcradius) arc (240:120:\arcradius);
\path(cn4)++(5pt,2*\textoffs)node(){\emphsize{$r\leq N$}};
\path (cn2)--node(cndots) {\Large{$\vdots$}} (cn4);
\node [right=0.01*\nodewidth of cndots]{\tiny{$c_1K$ 个桶}};
\node[draw,minimum width=\horzgap-1.5*\ext,minimum height=6.5*\gapVN](perm) at (0.5*\horzgap,4.5*\gapVN){\Large{$\pi$}};
\foreach \cn in {2,4}{
\path (cn\cn) ++(\moveX,\moveYb) node (bitnA\cn) [bitsm] {};
\path (cn\cn) ++(\moveX,\moveYa) node (bitnB\cn) [bitsm] {};
\path (cn\cn) ++(\moveX,-\moveYa) node (bitnC\cn) [bitsm] {};
\path (cn\cn) ++(\moveX,-\moveYb) node (bitnD\cn) [bitsm] {};
\path (bitnB\cn) ++(\moveX,0) node (checknB\cn) [checksm] {};
\path (bitnC\cn) ++(\moveX,0) node (checknC\cn) [checksm] {};
\draw (bitnA\cn.east)--(checknB\cn.west);
\draw (bitnC\cn.east)--(checknB\cn.west);
\draw (bitnB\cn.east)--(checknC\cn.west);
\draw (bitnD\cn.east)--(checknC\cn.west);
}
\path(bitnD2)++(0.6*\moveX,-0.3*\moveX) node(){\tiny{$\mathbf{U}\in\{0,1\}^{c\log N \times N }$}};
\path (checknC2)++(3*\textoffs,0.5*\moveYa)node{\emphsize{$\log N$ 次测试}};
\node [below left=3*\nodewidth and 2*\nodewidth of bitnD2,anchor=west]{\emphsize{$M=\Theta(K\log N)$} };
\foreach \vn in {2,3,6,7}{
\node[bit] (Bvn\vn) at (\xmovement,\vn*\gapVN) {};
\path (Bvn\vn) ++(20:\ext)node (BevA\vn) [edgesock] {};
\path (Bvn\vn) ++(0:\ext) node (BevB\vn) [edgesock] {};
\path (Bvn\vn) ++(-20:\ext) node (BevC\vn) [edgesock] {};
\draw (Bvn\vn) -- (BevA\vn.west);
\draw (Bvn\vn) -- (BevB\vn.west);
\draw (Bvn\vn) -- (BevC\vn.west);
}
\draw[->,thin] (Bvn7)++(-60:\arcradius) arc (-60:60:\arcradius)node[above]{\tiny{$\ell$}};
\path (Bvn3)--node(Bvndots) {\Large{$\vdots$}} (Bvn6);
\node[left =-0.2*\nodewidth of Bvndots](){\tiny{$N$ 个变量}};
\foreach \cn in {2,4}{
\node[check] (Bcn\cn) at (\xmovement+\horzgap,0.2in+\cn*\gapCN) {};
\path (Bcn\cn) ++(150:\ext) node (BecA\cn) [edgesock] {};
\path (Bcn\cn) ++(170:\ext) node (BecB\cn) [edgesock] {};
\path (Bcn\cn) ++(190:\ext) node (BecC\cn) [edgesock] {};
\path (Bcn\cn) ++(210:\ext) node (BecD\cn) [edgesock] {};
\draw (Bcn\cn) -- (BecA\cn.east);
\draw (Bcn\cn) -- (BecB\cn);
\draw (Bcn\cn) -- (BecC\cn);
\draw (Bcn\cn) -- (BecD\cn);
}
\draw[->,thin] (Bcn4)++(240:\arcradius) arc (240:120:\arcradius);
\draw[->,densely dotted](Bcn4)++(140:\arcradius)--++(14pt,20pt)node[](){\emphsize{$r=\frac{N\ell}{c_1K}$}};
\path (Bcn2)--node(Bcndots) {\Large{$\vdots$}} (Bcn4);
\node [right=0.01*\nodewidth of Bcndots]{\tiny{$c_1K$ 个桶}};
\node[draw,minimum width=\horzgap-1.5*\ext,minimum height=6.5*\gapVN](Bperm) at (\xmovement+0.5*\horzgap,4.5*\gapVN){\Large{$\pi$}};
\foreach \cn in {2,4}{
\path (Bcn\cn) ++(\moveX,\moveYb) node (BbitnA\cn) [bitsm] {};
\path (Bcn\cn) ++(\moveX,\moveYa) node (BbitnB\cn) [bitsm] {};
\path (Bcn\cn) ++(\moveX,-\moveYa) node (BbitnC\cn) [bitsm] {};
\path (Bcn\cn) ++(\moveX,-\moveYb) node (BbitnD\cn) [bitsm] {};
\path (BbitnB\cn) ++(\moveX,0) node (BchecknB\cn) [checksm] {};
\path (BbitnC\cn) ++(\moveX,0) node (BchecknC\cn) [checksm] {};
\draw (BbitnA\cn.east)--(BchecknB\cn.west);
\draw (BbitnC\cn.east)--(BchecknB\cn.west);
\draw (BbitnB\cn.east)--(BchecknC\cn.west);
\draw (BbitnD\cn.east)--(BchecknC\cn.west);
}
\path(BbitnD2)++(0.6*\moveX,-0.3*\moveX) node(){\tiny{$\mathbf{U}\in\{0,1\}^{c\log r\times r}$}};
\path (BchecknC2)++(3*\textoffs,0.5*\moveYa)node{\emphsize{$\log r$ 次测试}};
\node [below left=3*\nodewidth and 2*\nodewidth of BbitnD2,anchor=west]{\emphsize{$M=\Theta(K \log \frac{N}{K})$} };
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{amsart}
\usepackage{amsfonts,amsmath,amsthm,amssymb,tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale = .6]
\coordinate (A) at (0,1);
\coordinate (B) at (2,1);
\coordinate (C) at (2,0);
\coordinate (D) at (0,0);
\draw (A)--(C);
\draw (B)--(D);
\draw [fill= white] (A) circle [radius = .065];
\draw [fill= white] (D) circle [radius = .065];
\draw [fill= black] (B) circle [radius = .065];
\draw [fill= black] (C) circle [radius = .065];
\node at (3,.5) {$=$};
\node at (7.2,.5) {$+$};
\begin{scope}[xshift = 4cm]
\coordinate (AA) at (0,1);
\coordinate (BB) at (2,1);
\coordinate (CC) at (2,0);
\coordinate (DD) at (0,0);
\draw (AA)--(BB);
\draw (CC)--(DD);
\draw [fill= white] (AA) circle [radius = .065];
\draw [fill= white] (DD) circle [radius = .065];
\draw [fill= black] (BB) circle [radius = .065];
\draw [fill= black] (CC) circle [radius = .065];
\end{scope}
\begin{scope}[xshift = 8cm]
\coordinate (AAA) at (0,1);
\coordinate (BBB) at (2,1);
\coordinate (CCC) at (2,0);
\coordinate (DDD) at (0,0);
\coordinate (E) at (.67,.5);
\coordinate (F) at (1.33,.5);
\draw (AAA)--(E)--(F)--(BBB);
\draw (CCC)--(F);
\draw (DDD)--(E);
\draw [fill= white] (AAA) circle [radius = .065];
\draw [fill= white] (DDD) circle [radius = .065];
\draw [fill= black] (BBB) circle [radius = .065];
\draw [fill= black] (CCC) circle [radius = .065];
\draw [fill= black] (E) circle [radius = .065];
\draw [fill= white] (F) circle [radius = .065];
\node at (2.5,0) {\hfill};
\end{scope}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[conference,twocolumn]{IEEEtran}
\usepackage{amsmath,amssymb,amsthm}
\usepackage{fontenc,enumerate}
\usepackage{blindtext,color}
\usepackage{tikz,pgfplots}
\usetikzlibrary{arrows,shapes,chains,matrix,positioning,scopes,patterns,fit}
\usetikzlibrary{decorations.markings,decorations.pathmorphing,backgrounds}
\usetikzlibrary{external}
\usepgflibrary{shapes}
\pgfplotsset{compat=newest}
\pgfplotsset{plot coordinates/math parser=false}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\def\fsize{\normalsize}
\pgfplotsset{every y tick label/.append style={font=\footnotesize}}
\pgfplotsset{every y tick label/.append style={font=\small}}
\begin{axis}[%
width=0.85\columnwidth,
height=0.8\columnwidth,
scale only axis,
xmin=1,
xmax=12,
xmajorgrids,
xtick = {4,6,8,10,12},
ymode=log,
ymin=1e-07,
ymax=1,
yminorticks=true,
ymajorgrids,
yminorgrids,
xlabel={\fsize{测试次数(单位:$10^5$)}},
ylabel={\fsize{未识别缺陷项的比例}},
legend style={at={(0,0)},anchor=south west,draw=black,fill=white,legend cell align=left, font=\tiny}
]
\addplot [color=blue,dashed,mark=square,mark options={solid}]
table[row sep=crcr]{4.1877504 0.12\\
5.5836672 0.011\\
6.979584 0.0009\\
8.3755008 8e-05\\
9.7714176 1.9e-05\\
11.1673344 8e-06\\
};
\addlegendentry{$q=0.03$};
% pattern=on 1pt off 3pt on 3pt off 3pt
\addplot [color=blue,dashed,mark=triangle,mark options={solid}]
table[row sep=crcr]{4.1877504 0.5\\
5.5836672 0.16\\
6.979584 0.035\\
8.3755008 0.008\\
9.7714176 0.0016\\
11.1673344 0.00035\\
};
\addlegendentry{$q=0.04$};
\addplot [color=blue,dashed,line width=1.0pt,mark=o,mark options={solid}]
table[row sep=crcr]{4.1877504 0.8\\
5.5836672 0.5\\
6.979584 0.3\\
8.3755008 0.12\\
9.7714176 0.05\\
11.1673344 0.02\\
};
\addlegendentry{$q=0.05$};
\addplot [color=red,solid,line width=1.0pt,mark=square,mark options={solid}]
table[row sep=crcr]{
1.63 0.1797 \\
2.44 6.363e-3\\
3.26 2.948e-4\\
4.07 3.700e-5\\
4.89 1.16e-5\\
5.70 2.00e-6\\
};
\addlegendentry{$q=0.03$,正则};
\addplot [color=red,solid,line width=1.0pt,mark=triangle,mark options={solid}]
table[row sep=crcr]{
2.44 5.469e-2\\
3.26 6.168e-3\\
4.89 1.250e-4\\
6.52 8.000e-6\\
};
\addlegendentry{$q=0.04$,正则};
\addplot [color=red,solid,line width=1.0pt,mark=o,mark options={solid}]
table[row sep=crcr]{
2.44 1.302e-1 \\
3.26 3.348e-2\\
4.89 3.005e-3\\
6.52 4.340e-4\\
8.15 1.5625e-5 \\
};
\addlegendentry{$q=0.05$,正则};
\end{axis}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{amsart}
\usepackage{amsfonts,amsmath,amsthm,amssymb,tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale = 1]
\coordinate (AAAC) at (-.75,3);
\coordinate (AAAB) at (.75,3);
\coordinate (AACC) at (-1.5,2);
\coordinate (AABC) at (0,2);
\coordinate (AABB) at (1.5,2);
\coordinate (ACCC) at (-2.25,1);
\coordinate (ABCC) at (-.585,1);
\coordinate (ABBC) at (.585,1);
\coordinate (ABBB) at (2.25,1);
\coordinate (BCCC) at (-1.5,0);
\coordinate (BBCC) at (0,0);
\coordinate (BBBC) at (1.5,0);
\node at (AAAC) {$\Delta_{301}$};
\node at (AAAB) {$\Delta_{310}$};
\node at (AACC) {$\Delta_{202}$};
\node at (AABC) {$\Delta_{211}$};
\node at (AABB) {$\Delta_{220}$};
\node at (ACCC) {$\Delta_{103}$};
\node at (ABCC) {$\Delta_{112}$};
\node at (ABBC) {$\Delta_{121}$};
\node at (ABBB) {$\Delta_{130}$};
\node at (BCCC) {$\Delta_{013}$};
\node at (BBCC) {$\Delta_{022}$};
\node at (BBBC) {$\Delta_{031}$};
\draw [shorten >=0.5cm,shorten <=0.5cm,->] (AAAB)--(AAAC);
\draw [shorten >=0.45cm,shorten <=0.45cm,->] (AABB)--(AABC);
\draw [shorten >=0.45cm,shorten <=0.45cm,->] (AABC)--(AACC);
\draw [shorten >=0.45cm,shorten <=0.45cm,->] (ABBB)--(ABBC);
\draw [shorten >=0.45cm,shorten <=0.45cm,->] (ABBC)--(ABCC);
\draw [shorten >=0.45cm,shorten <=0.45cm,->] (ABCC)--(ACCC);
\draw [shorten >=0.45cm,shorten <=0.45cm,->] (BBBC)--(BBCC);
\draw [shorten >=0.45cm,shorten <=0.45cm,->] (BBCC)--(BCCC);
\draw [shorten >=0.35cm,shorten <=0.35cm,->] (AAAC)--(AABC);
\draw [shorten >=0.35cm,shorten <=0.35cm,->] (AABC)--(AAAB);
\draw [shorten >=0.35cm,shorten <=0.35cm,->] (AACC)--(ABCC);
\draw [shorten >=0.35cm,shorten <=0.35cm,->] (ABCC)--(AABC);
\draw [shorten >=0.35cm,shorten <=0.35cm,->] (AABC)--(ABBC);
\draw [shorten >=0.35cm,shorten <=0.35cm,->] (ABBC)--(AABB);
\draw [shorten >=0.35cm,shorten <=0.35cm,->] (ACCC)--(BCCC);
\draw [shorten >=0.35cm,shorten <=0.35cm,->] (BCCC)--(ABCC);
\draw [shorten >=0.35cm,shorten <=0.35cm,->] (ABCC)--(BBCC);
\draw [shorten >=0.35cm,shorten <=0.35cm,->] (BBCC)--(ABBC);
\draw [shorten >=0.35cm,shorten <=0.35cm,->] (ABBC)--(BBBC);
\draw [shorten >=0.35cm,shorten <=0.35cm,->] (BBBC)--(ABBB);
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{amsart}
\usepackage{amsfonts,amsmath,amsthm,amssymb,tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale = 1.75]
\def \nnn{9};
\def \tic{360/9};
\draw [black] (1,0) arc [radius = 1, start angle = 0, end angle = 360];
\foreach \s in {1,...,\nnn}
{
\node at ({\tic* (-\s+4)}:1.3 cm) {$v_{\s}$};
\draw [fill= black] ({\tic * (\s - 1)}:1 cm) circle [radius = .04];
}
\coordinate (A) at (1.5*\tic:.5);
\coordinate (B) at (3*\tic:.5);
\coordinate (C) at (4.5*\tic:.5);
\coordinate (D) at (6*\tic:.5);
\coordinate (E) at (7.5*\tic:.5);
\coordinate (F) at (9*\tic:.5);
\coordinate (G) at (1.5*\tic:.8);
\coordinate (H) at (4.5*\tic:.8);
\coordinate (I) at (7.5*\tic:.8);
\draw (A)--(B)--(C)--(D)--(E)--(F)--(A);
\draw (A)--(G);
\draw (C)--(H);
\draw (E)--(I);
\draw (B)--(3*\tic:1);
\draw (D)--(6*\tic:1);
\draw (F)--(9*\tic:1);
\draw (1*\tic:1)--(G)--(2*\tic:1);
\draw (4*\tic:1)--(H)--(5*\tic:1);
\draw (7*\tic:1)--(I)--(8*\tic:1);
\draw [fill= white] (G) circle [radius = .04];
\draw [fill= white] (H) circle [radius = .04];
\draw [fill= white] (I) circle [radius = .04];
\draw [fill= white] (B) circle [radius = .04];
\draw [fill= white] (D) circle [radius = .04];
\draw [fill= white] (F) circle [radius = .04];
\draw [fill= black] (A) circle [radius = .04];
\draw [fill= black] (C) circle [radius = .04];
\draw [fill= black] (E) circle [radius = .04];
\begin{scope}
\draw [black] (1,0) arc [radius = 1, start angle = 0, end angle = 360];
\foreach \s in {1,...,\nnn}
{
\draw [fill= black] ({\tic * (\s - 1)}:1 cm) circle [radius = .04];
}
\end{scope}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{amsart}
\usepackage{amsfonts,amsmath,amsthm,amssymb,tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale = .5]
\coordinate (A) at (0,0);
\coordinate (B) at (1,-1);
\coordinate (C) at (-1,-1);
\coordinate (D) at (1,-2);
\coordinate (E) at (-1,-2);
\draw (E)--(C)--(A)--(B)--(D);
\draw (-1.5,-2.5)--(E)--(-.5,-2.5);
\draw (1.5,-2.5)--(D)--(.5,-2.5);
\node at (-1,-3) {$T'$};
\node at (1,-3) {$T''$};
\draw [dashed] (A)--(0,1.3);
\draw [dashed] (C)--(-2.2,-.5);
\draw [dashed] (B)--(2.2,-.5);
\draw [fill= black] (A) circle [radius = .12];
\draw [fill= black] (D) circle [radius = .12];
\draw [fill= black] (E) circle [radius = .12];
\draw [fill= white] (B) circle [radius = .12];
\draw [fill= white] (C) circle [radius = .12];
\node at (4,-1) {$\xrightarrow{\text{分枝化}}$};
%%%%%%
\begin{scope}[xshift = 8.5cm]
\coordinate (DD) at (1,-2);
\coordinate (EE) at (-1,-2);
\coordinate (BB) at (1,-1);
\draw (-1.5,-2.5)--(EE)--(-.5,-2.5);
\draw (1.5,-2.5)--(DD)--(.5,-2.5);
\draw [dashed] (EE)--(0,1.3);
\draw (DD)--(BB);
\draw [dashed] (BB)--(-2.2,-.5);
\draw [dashed] (BB)--(2.2,-.5);
\node at (-1,-3) {$T'$};
\node at (1,-3) {$T''$};
\draw [fill= black] (DD) circle [radius = .12];
\draw [fill= black] (EE) circle [radius = .12];
\draw [fill= white] (BB) circle [radius = .12];
\end{scope}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{amsart}
\usepackage{amsfonts,amsmath,amsthm,amssymb,tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale = .7]
\draw (0,-2) circle [radius = .65];
\draw (-1.25,-2)--(-.65,-2);
\draw (1.25,-2)--(.65,-2);
\draw [fill= white] (-.65,-2) circle [radius = .07];
\draw [fill= black] (.65,-2) circle [radius = .07];
\node at (3,-2) {$= \hspace{.1cm} -2 \hspace{.2cm} \times$};
\draw (4.5,-2)--(7.5,-2);
\node at (9.5,-2) {\hfill};
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{amsart}
\usepackage{amsfonts,amsmath,amsthm,amssymb,tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}
\coordinate (A) at (0,3);
\node at (0,3.5) {$1$};
\coordinate (D) at (0,-3);
\node at (0,-3.5) {$4$};
\coordinate (B) at (3.5,2);
\node at (3.7,2.5) {$2$};
\coordinate (F) at (-3.5,2);
\node at (-3.7,2.5) {$6$};
\coordinate (C) at (3,0);
\node at (3.5,0) {$3$};
\coordinate (E) at (-3,0);
\node at (-3.5,-.2) {$5$};
\draw [dashed] (A)--(B)--(C)--(D)--(E)--(F)--(A);
\draw [dashed] (A)--(C)--(E)--(A);
\coordinate (AAB) at (.66*0+.33*3.5,.66*3+.33*2);
\node at (AAB) {$\boxed{}$};
\coordinate (ABB) at (.33*0+.66*3.5,.33*3+.66*2);
\node at (ABB) {$\boxed{}$};
\coordinate (BBC) at (.666*3.5+.333*3,.66*2+.33*0);
\node at (BBC) {$\boxed{}$};
\coordinate (BCC) at (.333*3.5+.666*3,.33*2+.66*0);
\node at (BCC) {$\boxed{}$};
\coordinate (CCD) at (.666*3+.333*0,.66*0-.333*3);
\node at (CCD) {$\boxed{}$};
\coordinate (CDD) at (.333*3+.666*0,.33*0-.666*3);
\node at (CDD) {$\boxed{}$};
\coordinate (DDE) at (.666*0-.333*3,-.66*3+.333*0);
\node at (DDE) {$\boxed{}$};
\coordinate (DEE) at (.333*0-.666*3,-.33*3+.666*0);
\node at (DEE) {$\boxed{}$};
\coordinate (EEF) at (-.66*3-.33*3.5,.666*0+.333*2);
\node at (EEF) {$\boxed{}$};
\coordinate (EFF) at (-.333*3-.666*3.5,.333*0+.666*2);
\node at (EFF) {$\boxed{}$};
\coordinate (AFF) at (-.666*3.5+.333*0,.666*2+.333*3);
\node at (AFF) {$\boxed{}$};
\coordinate (AAF) at (-.333*3.5,.333*2+.666*3);
\node at (AAF) {$\boxed{}$};
\coordinate (AAC) at (.66*0+.33*3,.66*3+.33*0);
\node at (AAC) {$\bullet$};
\coordinate (ACC) at (.33*0+.66*3,.33*3+.66*0);
\node at (ACC) {$\bullet$};
\coordinate (AAE) at (.66*0-.33*3,.66*3+.33*0);
\node at (AAE) {$\bullet$};
\coordinate (AEE) at (.33*0-.66*3,.33*3+.66*0);
\node at (AEE) {$\bullet$};
\coordinate (CCE) at (1,0);
\node at (CCE) {$\bullet$};
\coordinate (CEE) at (-1,0);
\node at (CEE) {$\bullet$};
\coordinate (ACE) at (0,1);
\node at (ACE) {$\bullet$};
\coordinate (CDE) at (0,-1);
\node at (CDE) {$\bullet$};
\coordinate (ABC) at (2,1.66);
\node at (ABC) {$\bullet$};
\coordinate (AEF) at (-2,1.66);
\node at (AEF) {$\bullet$};
\draw [shorten >=0.2cm,shorten <=.2cm,->] (AAC) -- (AAE);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (AAE) -- (ACE);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (ACE) -- (AAC);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (ACC) -- (ACE);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (ACE) -- (CCE);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (CCE) -- (ACC);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (ACE) -- (AEE);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (AEE) -- (CEE);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (CEE) -- (ACE);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (AAB) -- (AAC);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (AAC) -- (ABC);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (ABC) -- (AAB);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (ABB) -- (ABC);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (ABC) -- (BBC);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (BBC) -- (ABB);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (ABC) -- (ACC);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (ACC) -- (BCC);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (BCC) -- (ABC);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (AAE) -- (AAF);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (AAF) -- (AEF);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (AEF) -- (AAE);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (AEE) -- (AEF);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (AEF) -- (EEF);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (EEF) -- (AEE);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (AEF) -- (AFF);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (AFF) -- (EFF);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (EFF) -- (AEF);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (CDE) -- (DDE);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (DDE) -- (CDD);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (CDD) -- (CDE);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (CDE) -- (CEE);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (CEE) -- (DEE);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (DEE) -- (CDE);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (CDE) -- (CCD);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (CCD) -- (CCE);
\draw [shorten >=0.2cm,shorten <=.2cm,->] (CCE) -- (CDE);
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{amsart}
\usepackage{amsfonts,amsmath,amsthm,amssymb,tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale = .7]
\coordinate (A) at (.2,.8);
\coordinate (B) at (1.8,.8);
\coordinate (C) at (1.8,.2);
\coordinate (D) at (.2,.2);
\draw (A)--(B)--(C)--(D)--(A);
\draw (A)--(0,1);
\draw (B)--(2,1);
\draw (C)--(2,0);
\draw (D)--(0,0);
\draw [fill= white] (A) circle [radius = .065];
\draw [fill= white] (C) circle [radius = .065];
\draw [fill= black] (B) circle [radius = .065];
\draw [fill= black] (D) circle [radius = .065];
\node at (3,.5) {$=$};
\node at (7.2,.5) {$+$};
\begin{scope}[xshift = 4cm]
\draw [rounded corners] (0,1)--(1,.8)--(2,1);
\draw [rounded corners] (0,0)--(1,.2)--(2,0);
\end{scope}
\begin{scope}[xshift = 8cm]
\draw [rounded corners] (0,1)--(.2,.5)--(0,0);
\draw [rounded corners] (2,1)--(1.8,.5)--(2,0);
\end{scope}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{amsart}
\usepackage{amsfonts,amsmath,amsthm,amssymb,tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale = .7]
\draw [gray] (0,0) arc [radius=2, start angle=-90, end angle= -60];
\draw [gray] (0,0) arc [radius=2, start angle=-90, end angle= -120];
\draw [rounded corners] (0,0)--(-.4,.5)--(0,1);
\draw [rounded corners] (0,0)--(.4,.5)--(0,1);
\draw (0,1)--(0,1.35);
\draw [fill= black] (0,0) circle [radius = .065];
\draw [fill= white] (0,1) circle [radius = .065];
\node at (2.5,1) {$= \hspace{.1cm} 0$};
\node at (9.4,0) {\hfill};
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{amsart}
\usepackage{amsfonts,amsmath,amsthm,amssymb,tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale = 1]
\def \nnn{5};
\def \tic{360/5};
\node at (2.2,0) {$=$};
\node at (6.2,0) {$+$};
\draw [black] (1,0) arc [radius = 1, start angle = 0, end angle = 360];
\foreach \s in {1,...,\nnn}
{
\node at ({\tic* (-\s+3)}:1.3 cm) {$v_{\s}$};
\draw [fill= black] ({\tic * (\s - 1)}:1 cm) circle [radius = .06];
}
\coordinate (A) at (2*\tic:1);
\coordinate (B) at (1*\tic:1);
\coordinate (C) at (0:1);
\coordinate (D) at (-1*\tic:1);
\coordinate (E) at (-2*\tic:1);
\coordinate (F) at (-.2,.5);
\coordinate (G) at (-.55,-.1);
\draw (A)--(F)--(B)--(F)--(D);
\draw (A)--(G)--(C)--(G)--(E);
\draw [fill= white] (F) circle [radius = .065];
\draw [fill= white] (G) circle [radius = .065];
\begin{scope}[xshift = 4.2cm]
\draw [black] (1,0) arc [radius = 1, start angle = 0, end angle = 360];
\foreach \s in {1,...,\nnn}
{
\node at ({\tic* (-\s+3)}:1.3 cm) {$v_{\s}$};
\draw [fill= black] ({\tic * (\s - 1)}:1 cm) circle [radius = .065];
}
\coordinate (AA) at (2*\tic:1);
\coordinate (BB) at (1*\tic:1);
\coordinate (CC) at (0:1);
\coordinate (DD) at (-1*\tic:1);
\coordinate (EE) at (-2*\tic:1);
\coordinate (FF) at (-.2,.5);
\coordinate (GG) at (-.55,-.1);
\draw (AA)--(FF)--(BB)--(FF)--(CC);
\draw (AA)--(GG)--(DD)--(GG)--(EE);
\draw [fill= white] (FF) circle [radius = .06];
\draw [fill= white] (GG) circle [radius = .06];
\end{scope}
\begin{scope}[xshift = 8.2cm]
\draw [black] (1,0) arc [radius = 1, start angle = 0, end angle = 360];
\foreach \s in {1,...,\nnn}
{
\node at ({\tic* (-\s+3)}:1.3 cm) {$v_{\s}$};
\draw [fill= black] ({\tic * (\s - 1)}:1 cm) circle [radius = .065];
}
\coordinate (AAA) at (2*\tic:1);
\coordinate (BBB) at (1*\tic:1);
\coordinate (CCC) at (0:1);
\coordinate (DDD) at (-1*\tic:1);
\coordinate (EEE) at (-2*\tic:1);
\coordinate (FFF) at (-.2,.5);
\coordinate (GGG) at (-.55,-.1);
\coordinate (H) at (-.15,.05);
\coordinate (I) at (.23,-.03);
\draw (AAA)--(FFF)--(H)--(GGG)--(AAA);
\draw (FFF)--(BBB);
\draw (GGG)--(EEE);
\draw (H)--(I)--(CCC)--(I)--(DDD);
\draw [fill= white] (FFF) circle [radius = .065];
\draw [fill= white] (GGG) circle [radius = .065];
\draw [fill= black] (H) circle [radius = .065];
\draw [fill= white] (I) circle [radius = .065];
\end{scope}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{amsart}
\usepackage{amsfonts,amsmath,amsthm,amssymb,tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale = .7]
\draw (.5,0) circle [radius = .6];
\node at (-1.4,0) {\hfill};
\node at (3,0) {$= \hspace{.1cm} 3$};
\node at (11,0) {\hfill};
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{amsart}
\usepackage{amsfonts,amsmath,amsthm,amssymb,tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale = 2.5]
\draw [black] (1,0) arc [radius = 1, start angle = 0, end angle = 360];
\foreach \s in {1,...,6}
{
\node at ({360/6 * (-\s+6)-180}:1.3 cm) {$\s$};
\draw [fill= black] ({360/6 * (\s - 1)}:1 cm) circle [radius = .04];
}
\draw (0:1cm)--(30:.6cm);
\draw (60:1cm)--(30:.6cm);
\draw (120:1cm)--(150:.6cm);
\draw (180:1cm)--(150:.6cm);
\draw (240:1cm)--(270:.6cm);
\draw (300:1cm)--(270:.6cm);
\draw (65:1cm)--(90:.6cm);
\draw (115:1cm)--(90:.6cm);
\draw (185:1cm)--(210:.6cm);
\draw (235:1cm)--(210:.6cm);
\draw (305:1cm)--(330:.6cm);
\draw (355:1cm)--(330:.6cm);
\draw (30:.6cm)--(30:.4cm);
\node at (45:.5cm) {\tiny $F_{22}$};
\draw (150:.6cm)--(150:.4cm);
\node at (165:.5cm) {\tiny $F_{62}$};
\draw (270:.6cm)--(270:.4cm);
\node at (285:.5cm) {\tiny $F_{42}$};
\draw (90:.6cm)--(90:.4cm);
\node at (105:.5cm) {\tiny $F_{11}$};
\draw (210:.6cm)--(210:.4cm);
\node at (225:.5cm) {\tiny $F_{51}$};
\draw (330:.6cm)--(330:.4cm);
\node at (345:.5cm) {\tiny $F_{31}$};
\draw (120:1cm)--(140:.5cm);
\node at (140:.45cm) {\tiny $F_{61}$};
\draw (240:1cm)--(260:.5cm);
\node at (260:.45cm) {\tiny $F_{41}$};
\draw (0:1cm)--(20:.5cm);
\node at (20:.45cm) {\tiny $F_{21}$};
\node at (75:.45cm) {\tiny $F_{12}$};
\draw (65:1cm)--(75:.55cm);
\node at (-45:.45cm) {\tiny $F_{32}$};
\draw (-55:1cm)--(-45:.5cm);
\node at (195:.45cm) {\tiny $F_{52}$};
\draw (185:1cm)--(195:.5cm);
\draw [fill= white] (115:1 cm) circle [radius = .04];
\draw [fill= white] (65:1 cm) circle [radius = .04];
\draw [fill= white] (355:1 cm) circle [radius = .04];
\draw [fill= white] (-55:1 cm) circle [radius = .04];
\draw [fill= white] (185:1cm) circle [radius = .04];
\draw [fill= white] (235:1cm) circle [radius = .04];
\draw [fill= black] (90:.6 cm) circle [radius = .04];
\draw [fill= black] (210:.6 cm) circle [radius = .04];
\draw [fill= black] (-30:.6 cm) circle [radius = .04];
\draw [fill= white] (30:.6 cm) circle [radius = .04];
\draw [fill= white] (150:.6 cm) circle [radius = .04];
\draw [fill= white] (-90:.6 cm) circle [radius = .04];
\begin{scope}[xshift = 3.5cm]
\draw [black] (1,0) arc [radius = 1, start angle = 0, end angle = 360];
\foreach \s in {1,...,6}
{
\node at ({360/6 * (-\s+6)-180}:1.3 cm) {$\s$};
\draw [fill= black] ({360/6 * (\s - 1)}:1 cm) circle [radius = .04];
}
\draw (0:1cm)--(30:.6cm);
\draw (60:1cm)--(30:.6cm);
\draw (120:1cm)--(150:.6cm);
\draw (180:1cm)--(150:.6cm);
\draw (240:1cm)--(270:.6cm);
\draw (300:1cm)--(270:.6cm);
\draw (65:1cm)--(90:.6cm);
\draw (115:1cm)--(90:.6cm);
\draw (185:1cm)--(210:.6cm);
\draw (235:1cm)--(210:.6cm);
\draw (305:1cm)--(330:.6cm);
\draw (355:1cm)--(330:.6cm);
\draw (30:.6cm)--(30:.4cm);
\node at (17:.43cm) {\tiny $F_{12}$};
\draw (150:.6cm)--(150:.4cm);
\node at (137:.5cm) {\tiny $F_{52}$};
\draw (270:.6cm)--(270:.4cm);
\node at (257:.5cm) {\tiny $F_{32}$};
\draw (90:.6cm)--(90:.4cm);
\node at (80:.35cm) {\tiny $F_{61}$};
\draw (210:.6cm)--(210:.4cm);
\node at (200:.35cm) {\tiny $F_{41}$};
\draw (330:.6cm)--(330:.4cm);
\node at (320:.45cm) {\tiny $F_{21}$};
\draw (60:1cm)--(45:.5cm);
\node at (45:.45cm) {\tiny $F_{11}$};
\draw (180:1cm)--(165:.5cm);
\node at (165:.5cm) {\tiny $F_{51}$};
\draw (300:1cm)--(285:.5cm);
\node at (285:.45cm) {\tiny $F_{31}$};
\node at (110:.43cm) {\tiny $F_{62}$};
\draw (115:1cm)--(105:.55cm);
\node at (350:.43cm) {\tiny $F_{22}$};
\draw (-5:1cm)--(345:.53cm);
\node at (230:.45cm) {\tiny $F_{42}$};
\draw (235:1cm)--(220:.5cm);
\draw [fill= white] (115:1 cm) circle [radius = .04];
\draw [fill= white] (65:1 cm) circle [radius = .04];
\draw [fill= white] (355:1 cm) circle [radius = .04];
\draw [fill= white] (-55:1 cm) circle [radius = .04];
\draw [fill= white] (185:1cm) circle [radius = .04];
\draw [fill= white] (235:1cm) circle [radius = .04];
\draw [fill= black] (90:.6 cm) circle [radius = .04];
\draw [fill= black] (210:.6 cm) circle [radius = .04];
\draw [fill= black] (-30:.6 cm) circle [radius = .04];
\draw [fill= white] (30:.6 cm) circle [radius = .04];
\draw [fill= white] (150:.6 cm) circle [radius = .04];
\draw [fill= white] (-90:.6 cm) circle [radius = .04];
\end{scope}
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{amsart}
\usepackage{amsfonts,amsmath,amsthm,amssymb,tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale = .7]
\draw [gray] (0,0) arc [radius=2, start angle=-90, end angle= -60];
\draw [gray] (0,0) arc [radius=2, start angle=-90, end angle= -120];
\draw (.15,.02)--(.5,1)--(-.5,1)--(0,0);
\draw [dashed] (.5,1)--(1,1.5);
\draw [dashed] (-.5,1)--(-1,1.5);
\draw [fill= black] (0,0) circle [radius = .065];
\draw [fill= white] (.15,.02) circle [radius = .065];
\draw [fill= black] (.5,1) circle [radius = .065];
\draw [fill= white] (-.5,1) circle [radius = .065];
\begin{scope}[xshift = 5.25cm]
\node at (-2,0) {$=$};
\draw [gray] (0,0) arc [radius=2, start angle=-90, end angle= -60];
\draw [gray] (0,0) arc [radius=2, start angle=-90, end angle= -120];
\draw [dashed] (.15,.02)--(1,1.5);
\draw [dashed] (0,0)--(-1,1.5);
\draw [fill= black] (0,0) circle [radius = .065];
\draw [fill= white] (.15,.02) circle [radius = .065];
\end{scope}[xshift = 3cm]
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass[12pt]{amsart}
\usepackage{amsfonts,amsmath,amsthm,amssymb,tikz}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale = .7]
\draw [gray] (0,0) arc [radius=2, start angle=-90, end angle= -60];
\draw [gray] (0,0) arc [radius=2, start angle=-90, end angle= -120];
\draw (.15,.02,0) arc [radius = .3, start angle =-80,end angle = 245];
\draw [fill= black] (0,0) circle [radius = .065];
\draw [fill= white] (.15,.02) circle [radius = .065];
\node at (4.2,.5) {$= \hspace{1cm} 0$};
\node at (3.5,1.1) {\hfill };
\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\usepackage{CJKutf8}
\newcommand{\tangzero}{\begin{scope}[very thick] \draw[-] (-0.5,-0.5) .. controls (-0.2,-0.2) and (0.2,-0.2) .. (0.5,-0.5);\draw[-] (-0.5,0.5) .. controls (-0.2,0.2) and (0.2,0.2) .. (0.5,0.5);\end{scope}}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale=0.7]\tangzero\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\usepackage{CJKutf8}
\newcommand{\tanginf}{\begin{scope}[very thick] \draw[-] (-0.5,0.5) .. controls (-0.2,0.2) and (-0.2,-0.2) .. (-0.5,-0.5);\draw[-] (0.5,0.5) .. controls (0.2,0.2) and (0.2,-0.2) .. (0.5,-0.5);\end{scope}}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale=0.7]\tanginf\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale=0.5]\newcommand{\mixhorzinfzero}{\begin{scope}[very thick]
\draw[-] (-1.0,0.5) .. controls (-0.7,0.2) and (-0.7,-0.2) .. (-1,-0.5);
\draw[-] (1,0.5) .. controls (0.4,0) and (0.2,0.5) .. (0,0.5) .. controls (-0.4,0.5) and (-0.4,-0.5) .. (0,-0.5) .. controls (0.2,-0.5) and (0.4,0) .. (1,-0.5);\end{scope}}\mixhorzinfzero\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale=0.5]\newcommand{\mixhorzzerozero}{\begin{scope}[very thick]
\draw[-] (-1,0.5) .. controls (-0.4,0) and (-0.2,0.5) .. (0,0.5) .. controls (0.2,0.5) and (0.4,0) .. (1,0.5);
\draw[-] (-1,-0.5) .. controls (-0.4,0) and (-0.2,-0.5) .. (0,-0.5) .. controls (0.2,-0.5) and (0.4,0) .. (1,-0.5);\end{scope}}\mixhorzzerozero\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale=0.7]\newcommand{\clownhorz}{\begin{scope}[very thick] \draw[-] (-1,0.5) .. controls (-0.7,0.2) and (-0.7,-0.2) .. (-1,-0.5);\draw[-] (1,0.5) .. controls (0.7,0.2) and (0.7,-0.2) .. (1,-0.5);\draw[very thick] (0,0) circle (0.4cm);\end{scope}}\clownhorz\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale=0.5]\newcommand{\tangzero}{\begin{scope}[very thick] \draw[-] (-0.5,-0.5) .. controls (-0.2,-0.2) and (0.2,-0.2) .. (0.5,-0.5);\draw[-] (-0.5,0.5) .. controls (-0.2,0.2) and (0.2,0.2) .. (0.5,0.5);\end{scope}}\tangzero\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale=0.5]\newcommand{\tanginf}{\begin{scope}[very thick] \draw[-] (-0.5,0.5) .. controls (-0.2,0.2) and (-0.2,-0.2) .. (-0.5,-0.5);\draw[-] (0.5,0.5) .. controls (0.2,0.2) and (0.2,-0.2) .. (0.5,-0.5);\end{scope}}\tanginf\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale=0.5]\newcommand{\clownhorz}{\begin{scope}[very thick] \draw[-] (-1,0.5) .. controls (-0.7,0.2) and (-0.7,-0.2) .. (-1,-0.5);\draw[-] (1,0.5) .. controls (0.7,0.2) and (0.7,-0.2) .. (1,-0.5);\draw[very thick] (0,0) circle (0.4cm);\end{scope}}\clownhorz\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale=0.5]\newcommand{\mixhorzzeroinf}{\begin{scope}[very thick]
\draw[-] (1.0,0.5) .. controls (0.7,0.2) and (0.7,-0.2) .. (1,-0.5);
\draw[-] (-1,0.5) .. controls (-0.4,0) and (-0.2,0.5) .. (0,0.5) .. controls (0.4,0.5) and (0.4,-0.5) .. (0,-0.5) .. controls (-0.2,-0.5) and (-0.4,0) .. (-1,-0.5);\end{scope}}\mixhorzzeroinf\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale=0.7]\newcommand{\clownhorzdeloop}{\begin{scope}[very thick] \draw[-] (-1,0.5) .. controls (-0.7,0.2) and (-0.7,-0.2) .. (-1,-0.5);\draw[-] (1,0.5) .. controls (0.7,0.2) and (0.7,-0.2) .. (1,-0.5);\end{scope}}\clownhorzdeloop\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale=0.7]\newcommand{\clownvert}{\begin{scope}[very thick] \draw[-] (-0.5,-1) .. controls (-0.2,-0.7) and (0.2,-0.7) .. (0.5,-1);\draw[-] (-0.5,1) .. controls (-0.2,.7) and (0.2,.7) .. (0.5,1);\draw[very thick] (0,0) circle (0.4cm);\end{scope}}\clownvert\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale=0.7]\newcommand{\mixhorzzeroinf}{\begin{scope}[very thick]
\draw[-] (1.0,0.5) .. controls (0.7,0.2) and (0.7,-0.2) .. (1,-0.5);
\draw[-] (-1,0.5) .. controls (-0.4,0) and (-0.2,0.5) .. (0,0.5) .. controls (0.4,0.5) and (0.4,-0.5) .. (0,-0.5) .. controls (-0.2,-0.5) and (-0.4,0) .. (-1,-0.5);\end{scope}}\mixhorzzeroinf\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale=0.7]\newcommand{\mixhorzinfzero}{\begin{scope}[very thick]
\draw[-] (-1.0,0.5) .. controls (-0.7,0.2) and (-0.7,-0.2) .. (-1,-0.5);
\draw[-] (1,0.5) .. controls (0.4,0) and (0.2,0.5) .. (0,0.5) .. controls (-0.4,0.5) and (-0.4,-0.5) .. (0,-0.5) .. controls (0.2,-0.5) and (0.4,0) .. (1,-0.5);\end{scope}}\mixhorzinfzero\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\usepackage{CJKutf8}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\begin{tikzpicture}[scale=0.7]\newcommand{\mixhorzzerozero}{\begin{scope}[very thick]
\draw[-] (-1,0.5) .. controls (-0.4,0) and (-0.2,0.5) .. (0,0.5) .. controls (0.2,0.5) and (0.4,0) .. (1,0.5);
\draw[-] (-1,-0.5) .. controls (-0.4,0) and (-0.2,-0.5) .. (0,-0.5) .. controls (0.2,-0.5) and (0.4,0) .. (1,-0.5);\end{scope}}\mixhorzzerozero\end{tikzpicture}
\end{CJK}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\newcommand{\mixhorzzeroinf}{\begin{scope}[very thick]
\draw[-] (1.0,0.5) .. controls (0.7,0.2) and (0.7,-0.2) .. (1,-0.5);
\draw[-] (-1,0.5) .. controls (-0.4,0) and (-0.2,0.5) .. (0,0.5) .. controls (0.4,0.5) and (0.4,-0.5) .. (0,-0.5) .. controls (-0.2,-0.5) and (-0.4,0) .. (-1,-0.5);\end{scope}}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}[scale=0.7,rotate around={90:(0,0)}]\mixhorzzeroinf\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\newcommand{\mixhorzzerozero}{\begin{scope}[very thick]
\draw[-] (-1,0.5) .. controls (-0.4,0) and (-0.2,0.5) .. (0,0.5) .. controls (0.2,0.5) and (0.4,0) .. (1,0.5);
\draw[-] (-1,-0.5) .. controls (-0.4,0) and (-0.2,-0.5) .. (0,-0.5) .. controls (0.2,-0.5) and (0.4,0) .. (1,-0.5);\end{scope}}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}[scale=0.7,rotate around={90:(0,0)}]\mixhorzzerozero\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\newcommand{\mixhorzzeroinf}{\begin{scope}[very thick]
\draw[-] (1.0,0.5) .. controls (0.7,0.2) and (0.7,-0.2) .. (1,-0.5);
\draw[-] (-1,0.5) .. controls (-0.4,0) and (-0.2,0.5) .. (0,0.5) .. controls (0.4,0.5) and (0.4,-0.5) .. (0,-0.5) .. controls (-0.2,-0.5) and (-0.4,0) .. (-1,-0.5);\end{scope}}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}[scale=0.7,rotate around={-90:(0,0)}]\mixhorzzeroinf\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\newcommand{\mixhorzzerozero}{\begin{scope}[very thick]
\draw[-] (-1,0.5) .. controls (-0.4,0) and (-0.2,0.5) .. (0,0.5) .. controls (0.2,0.5) and (0.4,0) .. (1,0.5);
\draw[-] (-1,-0.5) .. controls (-0.4,0) and (-0.2,-0.5) .. (0,-0.5) .. controls (0.2,-0.5) and (0.4,0) .. (1,-0.5);\end{scope}}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}[scale=0.35,rotate around={90:(0,0)}]\mixhorzzerozero \draw[very thick,-] (-0.5,0.28) -- (-0.5,-0.28);\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}[very thick,scale=0.8]\draw [out=60,in=-60] (0,-0.5) to (0,0.5);\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}[scale=0.3, line width=0.7pt,rotate around={90:(0.5,0.5)}]\draw (0,0) .. controls (0.5,0.4) and (0.5,0.4) .. (1,0);\draw (0,1) .. controls (0.5,0.6) and (0.5,0.6) .. (1,1);\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}[semithick,scale=0.13]\draw (0,0) circle (1cm);\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}[very thick,scale=.7]\draw (0,0) -- (1,0);\filldraw[fill=white,very thick] (0,0) circle (4.5pt); \filldraw[fill=white,very thick] (1,0) circle (4.5pt);\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\newcommand{\mixhorzzeroinf}{\begin{scope}[very thick]
\draw[-] (1.0,0.5) .. controls (0.7,0.2) and (0.7,-0.2) .. (1,-0.5);
\draw[-] (-1,0.5) .. controls (-0.4,0) and (-0.2,0.5) .. (0,0.5) .. controls (0.4,0.5) and (0.4,-0.5) .. (0,-0.5) .. controls (-0.2,-0.5) and (-0.4,0) .. (-1,-0.5);\end{scope}}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}[scale=0.35,rotate around={90:(0,0)}]\mixhorzzeroinf \draw[very thick,-] (-0.5,0.28) -- (-0.5,-0.28);\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}[scale=0.3, line width=0.7pt,rotate around={90:(0.5,0.5)},-]\draw (0,0) .. controls (0.5,0.4) and (0.5,0.4) .. (1,0);\draw (0,1) .. controls (0.5,0.6) and (0.5,0.6) .. (1,1);\draw (0.5,0.3) -- (0.5,0.70);\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}\draw[very thick] (0,0) circle (0.175); \fill[scale=0.35] (-0.45,0) circle (6pt);\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}[scale=0.3, line width=0.7pt,rotate around={90:(0.5,0.5)}]\draw (0,0) -- (1,1);\draw (0,1) -- (0.35,0.65); \draw (0.65,0.35) -- (1,0);\end{tikzpicture}
\end{document}
``` | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}[scale=0.3, line width=0.7pt]\draw (0,0) .. controls (0.5,0.4) and (0.5,0.4) .. (1,0);\draw (0,1) .. controls (0.5,0.6) and (0.5,0.6) .. (1,1);\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}[scale=0.35,very thick]\draw [out=60,in=-60,-] (0,-0.5) to (0,0.5); \fill (0.15,0) circle (5pt);\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}[very thick,scale=0.6,rotate=60]\draw [out=180,in=-120] (0:1) to (60:1) [out=-60,in=0] (120:1) to (180:1) [out=60,in=120] (-120:1) to (-60:1);\draw (0,0) circle (0.35cm);\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] | |
\documentclass{article}
\usepackage{amsmath,amssymb,tikz,textcomp}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.markings}
\pagenumbering{gobble} % 放在导言区,最彻底的方法
\begin{document}
\begin{tikzpicture}[scale=0.3, line width=0.7pt,-]\draw (0,0) .. controls (0.5,0.4) and (0.5,0.4) .. (1,0);\draw (0,1) .. controls (0.5,0.6) and (0.5,0.6) .. (1,1);\draw (0.5,0.3) -- (0.5,0.70);\end{tikzpicture}
\end{document} | [
null,
null,
null,
null,
null
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.