Ignore:
Timestamp:
May 29, 2023, 11:44:29 AM (2 years ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT
Children:
fa2c005
Parents:
3a513d89 (diff), 2b78949 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into ADT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/local.bib

    r3a513d89 r044ae62  
    5555url={http://hdl.handle.net/10012/17617}
    5656}
     57
     58@article{Roscoe88,
     59  title={The laws of occam programming},
     60  author={Roscoe, Andrew William and Hoare, Charles Antony Richard},
     61  journal={Theoretical Computer Science},
     62  volume={60},
     63  number={2},
     64  pages={177--229},
     65  year={1988},
     66  publisher={Elsevier}
     67}
     68
     69@article{Pike84,
     70  title={The UNIX system: The blit: A multiplexed graphics terminal},
     71  author={Pike, Rob},
     72  journal={AT\&T Bell Laboratories Technical Journal},
     73  volume={63},
     74  number={8},
     75  pages={1607--1631},
     76  year={1984},
     77  publisher={Nokia Bell Labs}
     78}
     79
     80@inproceedings{Dice11,
     81  title={Brief announcement: multilane-a concurrent blocking multiset},
     82  author={Dice, David and Otenko, Oleksandr},
     83  booktitle={Proceedings of the twenty-third annual ACM symposium on Parallelism in algorithms and architectures},
     84  pages={313--314},
     85  year={2011}
     86}
     87
     88@misc{go:chan,
     89  author = "The Go Programming Language",
     90  title = "src/runtime/chan.go",
     91  howpublished = {\href{https://go.dev/src/runtime/chan.go}},
     92  note = "[Online; accessed 23-May-2023]"
     93}
     94
     95@misc{go:select,
     96  author = "The Go Programming Language",
     97  title = "src/runtime/chan.go",
     98  howpublished = {\href{https://go.dev/src/runtime/select.go}},
     99  note = "[Online; accessed 23-May-2023]"
     100}
     101
Note: See TracChangeset for help on using the changeset viewer.