Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
2
20240414IEEETG
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
XingguoChen
20240414IEEETG
Commits
81f4e340
Commit
81f4e340
authored
May 16, 2024
by
LiXinwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加素材
parent
6ebe2bb2
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
53 additions
and
48 deletions
+53
-48
main/nonergodicity.tex
+3
-39
main/paradox.tex
+1
-1
pic/2048example.tex
+9
-8
pic/main/2048pic/0.png
+0
-0
pic/main/2048pic/2_0.png
+0
-0
pic/main/2048pic/2_1.png
+0
-0
pic/main/2048pic/2_2.png
+0
-0
pic/main/2048pic/3_0.png
+0
-0
pic/main/2048pic/3_1.png
+0
-0
pic/main/2048pic/3_2.png
+0
-0
pic/randomWalk.tex
+21
-0
pic/randomWalkRestart.tex
+19
-0
No files found.
main/nonergodicity.tex
View file @
81f4e340
...
...
@@ -18,7 +18,7 @@ P = \begin{pmatrix}
\end
{
pmatrix
}
\]
%可重启的随机游走
%可重启的随机游走
矩阵
\[
P
=
\begin
{
pmatrix
}
0
&
0
&
1
&
0
&
0
&
\\
...
...
@@ -42,26 +42,7 @@ P = \begin{pmatrix}
\]
%随机游走pic
\begin{tikzpicture}
\node
[draw, rectangle, fill=gray!50]
(DEAD) at (-2,0) ;
\node
[draw, rectangle, fill=gray!50]
(DEAD2) at (10,0) ;
\node
[draw, circle]
(A) at (0,0)
{
A
}
;
\node
[draw, circle]
(B) at (2,0)
{
B
}
;
\node
[draw, circle]
(C) at (4,0)
{
C
}
;
\node
[draw, circle]
(D) at (6,0)
{
D
}
;
\node
[draw, circle]
(E) at (8,0)
{
E
}
;
\draw
[->]
(A) -- (DEAD);
\draw
[->]
(B) -- (A);
\draw
[->]
(B) to [bend left=30] (C);
\draw
[->]
(C) to [bend left=30] (B);
\draw
[->]
(C) to [bend left=30] (D);
\draw
[->]
(D) to [bend left=30] (C);
\draw
[->]
(D) -- (E);
\draw
[->]
(E) -- (DEAD2);
\draw
[->]
([yshift=4ex]C.north) -- ([yshift=4.5ex]C.south);
\end{tikzpicture}
\input
{
pic/randomWalk
}
设两个上三角矩阵为( A ) 和 ( B ),它们的形式分别为:
...
...
@@ -93,24 +74,7 @@ c_{ij}=\sum_{k=1}^{n} a_{ik}b_{kj}
$
N
=
1
+
Q
^
1
+
Q
^
2
……
$
% “重启”随机游走 pic
\begin{tikzpicture}
\node
[draw, circle]
(A) at (0,0)
{
A
}
;
\node
[draw, circle]
(B) at (2,0)
{
B
}
;
\node
[draw, circle]
(C) at (4,0)
{
C
}
;
\node
[draw, circle]
(D) at (6,0)
{
D
}
;
\node
[draw, circle]
(E) at (8,0)
{
E
}
;
\draw
[->]
(A.north) to [bend left=30] (C.north)
\draw
[->]
(B) -- (A);
\draw
[->]
(B) to [bend left=30] (C);
\draw
[->]
(C) to [bend left=30] (B);
\draw
[->]
(C) to [bend left=30] (D);
\draw
[->]
(D) to [bend left=30] (C);
\draw
[->]
(D) -- (E);
\draw
[->]
(E.south) to [bend left=30] (C.south)
\end{tikzpicture}
\input
{
pic/randomWalkRestart
}
...
...
main/paradox.tex
View file @
81f4e340
...
...
@@ -94,7 +94,7 @@ N = \begin{pmatrix}
30
&
186.15
&
+156.15
\\
\hline
\end{tabular}
\end{table}
\end{table}
...
...
pic/2048example.tex
View file @
81f4e340
\usepackage
{
graphicx
}
\usepackage
{
tikz
}
\begin{figure*}
\centering
\tikzstyle
{
place
}
=[circle,draw=blue!50,fill=blue!20,thick,minimum size=10mm]
...
...
@@ -21,26 +23,25 @@
\node
(p1) at(-10,16)
{
\includegraphics
[height=3.0cm,width=3cm]
{
main/2048pic/2
_
1
.png
}}
;
\node
(p1) at(-10,16)
{
\includegraphics
[height=3.0cm,width=3cm]
{
main/2048pic/2
_
1
}}
;
\node
(p2) at(-3,16)
{
\includegraphics
[height=3.0cm,width=3cm]
{
main/2048pic/2
_
2
.png
}}
;
\node
(p2) at(-3,16)
{
\includegraphics
[height=3.0cm,width=3cm]
{
main/2048pic/2
_
2
}}
;
\node
(p3) at(3,16)
{
\includegraphics
[height=3.0cm,width=3cm]
{
main/2048pic/3
_
1
.png
}}
;
\node
(p3) at(3,16)
{
\includegraphics
[height=3.0cm,width=3cm]
{
main/2048pic/3
_
1
}}
;
\node
(p4) at(10,16)
{
\includegraphics
[height=3.0cm,width=3cm]
{
main/2048pic/3
_
2
.png
}}
;
\node
(p4) at(10,16)
{
\includegraphics
[height=3.0cm,width=3cm]
{
main/2048pic/3
_
2
}}
;
\draw
[-] (p1.north) -- (s11.south);
\draw
[-] (p2.north) -- (s12.south);
\draw
[-] (p3.north) -- (s21.south);
\draw
[-] (p4.north) -- (s22.south);
\node
(p5) at(-7,30)
{
\includegraphics
[height=3.0cm,width=3cm]
{
main/2048pic/0
}}
;
\node
(p
5) at(-7,30)
{
\includegraphics
[height=3.0cm,width=3cm]
{
main/2048pic/0.png
}}
;
\node
(p
6) at(10,25)
{
\includegraphics
[height=3.0cm,width=3cm]
{
main/2048pic/2
_
0
}}
;
\node
(p6) at(10,25)
{
\includegraphics
[height=3.0cm,width=3cm]
{
main/2048pic/2
_
0.png
}}
;
\node
(p7) at(-10,25)
{
\includegraphics
[height=3.0cm,width=3cm]
{
main/2048pic/2
_
0.png
}}
;
\node
(p7) at(-10,25)
{
\includegraphics
[height=3.0cm,width=3cm]
{
main/2048pic/2
_
0
}}
;
\draw
[-] (st.west) -- (p5.east);
\draw
[-] (as1.west) -- (p7.east);
...
...
main/2048pic/0.png
→
pic/
main/2048pic/0.png
View file @
81f4e340
File moved
main/2048pic/2_0.png
→
pic/
main/2048pic/2_0.png
View file @
81f4e340
File moved
main/2048pic/2_1.png
→
pic/
main/2048pic/2_1.png
View file @
81f4e340
File moved
main/2048pic/2_2.png
→
pic/
main/2048pic/2_2.png
View file @
81f4e340
File moved
main/2048pic/3_0.png
→
pic/
main/2048pic/3_0.png
View file @
81f4e340
File moved
main/2048pic/3_1.png
→
pic/
main/2048pic/3_1.png
View file @
81f4e340
File moved
main/2048pic/3_2.png
→
pic/
main/2048pic/3_2.png
View file @
81f4e340
File moved
pic/randomWalk.tex
0 → 100644
View file @
81f4e340
\begin{tikzpicture}
\node
[draw, rectangle, fill=gray!50]
(DEAD) at (-2,0) ;
\node
[draw, rectangle, fill=gray!50]
(DEAD2) at (10,0) ;
\node
[draw, circle]
(A) at (0,0)
{
A
}
;
\node
[draw, circle]
(B) at (2,0)
{
B
}
;
\node
[draw, circle]
(C) at (4,0)
{
C
}
;
\node
[draw, circle]
(D) at (6,0)
{
D
}
;
\node
[draw, circle]
(E) at (8,0)
{
E
}
;
\draw
[->]
(A) -- (DEAD);
\draw
[->]
(B) -- (A);
\draw
[->]
(B) to [bend left=30] (C);
\draw
[->]
(C) to [bend left=30] (B);
\draw
[->]
(C) to [bend left=30] (D);
\draw
[->]
(D) to [bend left=30] (C);
\draw
[->]
(D) -- (E);
\draw
[->]
(E) -- (DEAD2);
\draw
[->]
([yshift=4ex]C.north) -- ([yshift=4.5ex]C.south);
\end{tikzpicture}
\ No newline at end of file
pic/randomWalkRestart.tex
0 → 100644
View file @
81f4e340
\begin{tikzpicture}
\node
[draw, circle]
(A) at (0,0)
{
A
}
;
\node
[draw, circle]
(B) at (2,0)
{
B
}
;
\node
[draw, circle]
(C) at (4,0)
{
C
}
;
\node
[draw, circle]
(D) at (6,0)
{
D
}
;
\node
[draw, circle]
(E) at (8,0)
{
E
}
;
\draw
[->]
(A.north) to [bend left=30] (C.north)
\draw
[->]
(B) -- (A);
\draw
[->]
(B) to [bend left=30] (C);
\draw
[->]
(C) to [bend left=30] (B);
\draw
[->]
(C) to [bend left=30] (D);
\draw
[->]
(D) to [bend left=30] (C);
\draw
[->]
(D) -- (E);
\draw
[->]
(E.south) to [bend left=30] (C.south)
\end{tikzpicture}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment