- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/papers/concurrency/annex/local.bib
raac7197 r604e76d 21 21 @string{pldi="Programming Language Design and Implementation"} 22 22 23 @inproceedings{Hochstein05, 24 keywords = {Application software; Computer aided software engineering; Concurrent computing; Educational 25 institutions; High performance computing; Humans; Instruments; Productivity; Programming profession; 26 Software engineering}, 27 author = {Lorin Hochstein and Jeff Carver and Forrest Shull and Sima Asgari and Victor Basili and Jeffrey K. Hollingsworth and Marvin V. Zelkowitz}, 28 title = {Parallel Programmer Productivity: A Case Study of Novice Parallel Programmers}, 29 booktitle = {Supercomputing, 2005. Proceedings of the ACM/IEEE SC 2005 Conference}, 30 publisher = {IEEE}, 31 year = {2005}, 32 pages = {35-35}, 33 month = nov, 23 24 @article{HPP:Study, 25 keywords = {Parallel, Productivity}, 26 author = {Lorin Hochstein and Jeff Carver and Forrest Shull and Sima Asgari and Victor Basili and Jeffrey K. Hollingsworth and Marvin V. Zelkowitz }, 27 title = {Parallel Programmer Productivity: A Case Study of Novice Parallel Programmers}, 34 28 } 35 29 … … 41 35 } 42 36 43 @misc{TBB, 44 keywords = {Intel, TBB}, 45 key = {TBB}, 46 title = {Thread Building Blocks}, 47 howpublished= {Intel, \url{https://www.threadingbuildingblocks.org}}, 48 note = {Accessed: 2018-3}, 37 @article{TBB, 38 key = {TBB}, 39 keywords = {Intel, TBB}, 40 title = {Intel Thread Building Blocks}, 41 note = "\url{https://www.threadingbuildingblocks.org/}" 49 42 } 50 43 … … 55 48 title = {C$\forall$ Programmming Language}, 56 49 note = {\url{https://plg.uwaterloo.ca/~cforall}}, 50 } 51 52 @mastersthesis{rob-thesis, 53 keywords = {Constructors, Destructors, Tuples}, 54 author = {Rob Schluntz}, 55 title = {Resource Management and Tuples in Cforall}, 56 year = 2017, 57 school = {University of Waterloo}, 58 note = {\url{https://uwspace.uwaterloo.ca/handle/10012/11830}}, 57 59 } 58 60
Note:
See TracChangeset
for help on using the changeset viewer.