Cite This Page
Bibliographic details for Example:Hough transform/C
- Page name: Example:Hough transform/C
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 30 August 2022 22:41 UTC
- Date retrieved: 26 March 2023 05:55 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Example:Hough_transform/C&oldid=329225
- Page Version ID: 329225
Citation styles for Example:Hough transform/C
APA style
Example:Hough transform/C. (2022, August 30). Rosetta Code, . Retrieved 05:55, March 26, 2023 from https://rosettacode.org/w/index.php?title=Example:Hough_transform/C&oldid=329225.
MLA style
"Example:Hough transform/C." Rosetta Code, . 30 Aug 2022, 22:41 UTC. 26 Mar 2023, 05:55 <https://rosettacode.org/w/index.php?title=Example:Hough_transform/C&oldid=329225>.
MHRA style
Rosetta Code contributors, 'Example:Hough transform/C', Rosetta Code, , 30 August 2022, 22:41 UTC, <https://rosettacode.org/w/index.php?title=Example:Hough_transform/C&oldid=329225> [accessed 26 March 2023]
Chicago style
Rosetta Code contributors, "Example:Hough transform/C," Rosetta Code, , https://rosettacode.org/w/index.php?title=Example:Hough_transform/C&oldid=329225 (accessed March 26, 2023).
CBE/CSE style
Rosetta Code contributors. Example:Hough transform/C [Internet]. Rosetta Code, ; 2022 Aug 30, 22:41 UTC [cited 2023 Mar 26]. Available from: https://rosettacode.org/w/index.php?title=Example:Hough_transform/C&oldid=329225.
Bluebook style
Example:Hough transform/C, https://rosettacode.org/w/index.php?title=Example:Hough_transform/C&oldid=329225 (last visited March 26, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Example:Hough transform/C --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Example:Hough_transform/C&oldid=329225", note = "[Online; accessed 26-March-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Example:Hough transform/C --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Example:Hough_transform/C&oldid=329225}", note = "[Online; accessed 26-March-2023]" }