Put these lines to preamble (the preamble is everything from the start of the LaTeX source file until the egin{document}
command):
enewcommandlstlistingname{Algorithm}
enewcommandlstlistlistingname{Algorithms}
The first changes the caption name for listings. The second — the header name for the list of listings which is printed by the lstlistoflistings
command. You would also probably want to modify the text in autoref
s:
deflstlistingautorefname{Alg.}
Then when you're referring to a particular listing, e. g. For details see autoref{sec2:bubblesort}.
it is written as "For details see Alg. 2.1."
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…