Skip to content

Commit f84b038

Browse files
committed
Работаем над регулярными языками.
1 parent b189637 commit f84b038

File tree

3 files changed

+282
-121
lines changed

3 files changed

+282
-121
lines changed

tex/FormalLanguageConstrainedReachabilityLectureNotes.bib

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2007,3 +2007,38 @@ @article{chomsky1958finite
20072007
}
20082008

20092009
@article{OWENS_REPPY_TURON_2009, title={Regular-expression derivatives re-examined}, volume={19}, DOI={10.1017/S0956796808007090}, number={2}, journal={Journal of Functional Programming}, author={OWENS, SCOTT and REPPY, JOHN and TURON, AARON}, year={2009}, pages={173–190}} <div></div>
2010+
2011+
@article{10.1145/363347.363387,
2012+
author = {Thompson, Ken},
2013+
title = {Programming Techniques: Regular expression search algorithm},
2014+
year = {1968},
2015+
issue_date = {June 1968},
2016+
publisher = {Association for Computing Machinery},
2017+
address = {New York, NY, USA},
2018+
volume = {11},
2019+
number = {6},
2020+
issn = {0001-0782},
2021+
url = {https://doi.org/10.1145/363347.363387},
2022+
doi = {10.1145/363347.363387},
2023+
abstract = {A method for locating specific character strings embedded in character text is described and an implementation of this method in the form of a compiler is discussed. The compiler accepts a regular expression as source language and produces an IBM 7094 program as object language. The object program then accepts the text to be searched as input and produces a signal every time an embedded string in the text matches the given regular expression. Examples, problems, and solutions are also presented.},
2024+
journal = {Commun. ACM},
2025+
month = {jun},
2026+
pages = {419–422},
2027+
numpages = {4},
2028+
keywords = {match, regular expression, search}
2029+
}
2030+
2031+
@article{Glushkov1961,
2032+
title = {THE ABSTRACT THEORY OF AUTOMATA},
2033+
volume = {16},
2034+
ISSN = {1468-4829},
2035+
url = {http://dx.doi.org/10.1070/RM1961v016n05ABEH004112},
2036+
DOI = {10.1070/rm1961v016n05abeh004112},
2037+
number = {5},
2038+
journal = {Russian Mathematical Surveys},
2039+
publisher = {Steklov Mathematical Institute},
2040+
author = {Glushkov, V M},
2041+
year = {1961},
2042+
month = oct,
2043+
pages = {1–53}
2044+
}

tex/FormalLanguageConstrainedReachabilityLectureNotes.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
\usepackage[]{pseudo}
1818
\newtcbtheorem{algorithm}{Листинг}{pseudo/booktabs, float, floatplacement=h, separator sign={.}}{algo}
1919

20+
\usepackage{caption}
21+
\usepackage{subcaption}
22+
2023
\pghyphenation[]{russian}{%
2124
тео-ре-ти-ко-мно-жест-вен-ных
2225
}

0 commit comments

Comments
 (0)