- Timestamp:
- Jun 4, 2019, 6:37:47 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 7564e10
- Parents:
- 9be45a2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/bibliography/pl.bib
r9be45a2 r30fe96d 2585 2585 2586 2586 @article{Tarjan75, 2587 keywords= {union-find},2588 contributer= {a3moss@uwaterloo.ca},2589 author= {Tarjan, Robert Endre},2590 title= {Efficiency of a Good But Not Linear Set Union Algorithm},2591 journal= {J. ACM},2592 issue_date= {April 1975},2593 volume= {22},2594 number= {2},2595 month= apr,2596 year= {1975},2597 issn= {0004-5411},2598 pages= {215--225},2599 numpages= {11},2600 url= {http://doi.acm.org/10.1145/321879.321884},2601 doi= {10.1145/321879.321884},2602 acmid= {321884},2603 publisher= {ACM},2604 address= {New York, NY, USA},2587 keywords = {union-find}, 2588 contributer = {a3moss@uwaterloo.ca}, 2589 author = {Tarjan, Robert Endre}, 2590 title = {Efficiency of a Good But Not Linear Set Union Algorithm}, 2591 journal = {J. ACM}, 2592 issue_date = {April 1975}, 2593 volume = {22}, 2594 number = {2}, 2595 month = apr, 2596 year = {1975}, 2597 issn = {0004-5411}, 2598 pages = {215--225}, 2599 numpages = {11}, 2600 url = {http://doi.acm.org/10.1145/321879.321884}, 2601 doi = {10.1145/321879.321884}, 2602 acmid = {321884}, 2603 publisher = {ACM}, 2604 address = {New York, NY, USA}, 2605 2605 } 2606 2606 … … 2623 2623 journal = ipl, 2624 2624 year = 1980, 2625 month = apr, volume = 10, number = 3, pages = {120-123}, 2625 month = apr, 2626 volume = 10, 2627 number = 3, 2628 pages = {120-123}, 2626 2629 comment = { 2627 2630 The ``two-pass'' algorithm. An upward pass over a parse tree … … 2657 2660 } 2658 2661 2659 @ InProceedings{chambers89a,2662 @inproceedings{chambers89a, 2660 2663 keywords = {maps, delegation}, 2661 2664 author = "Craig Chambers and David Ungar and Elgin Lee", 2662 title = "An Efficient Implementation of {SELF}, a Dynamically-Typed 2663 Object-Oriented Language Based on Prototypes", 2665 title = "An Efficient Implementation of {SELF}, a Dynamically-Typed Object-Oriented Language Based on Prototypes", 2664 2666 crossref = "OOPSLA89", 2665 2667 pages = {49-70} 2666 2668 } 2667 2669 2670 @misc{Turley99, 2671 keywords = {embedded system, micrprocessor}, 2672 contributer = {pabuhr@plg}, 2673 author = {Jim Turley}, 2674 title = {Embedded Processors by the Numbers}, 2675 year = 1999, 2676 month = may, 2677 note = {Electronic Engineering Times}, 2678 howpublished= {\href{https://www.eetimes.com/author.asp?sectionid=36&doc_id=1287712} 2679 {https://\-www.eetimes.com/\-author.asp?sectionid=\-36&doc_id=1287712}}, 2680 } 2681 2668 2682 @article{oop:encapsulation, 2669 2683 keywords = {Encapsulation, Inheritance, Subclasses, Multiple Inheritance}, 2670 2684 contributer = {gjditchfield@plg}, 2671 2685 author = {Alan Snyder}, 2672 title = {Encapsulation and Inheritance in Object-Oriented Programming 2673 Languages}, 2686 title = {Encapsulation and Inheritance in Object-Oriented Programming Languages}, 2674 2687 journal = sigplan, 2675 2688 volume = {21}, number = {11}, … … 2706 2719 title = {Encapsulators: A New Software Paradigm in Smalltalk-80}, 2707 2720 journal = sigplan, 2708 volume = {21}, number = {11}, 2721 volume = {21}, 2722 number = {11}, 2709 2723 pages = {341-346}, 2710 month = nov, year = 1986, 2724 month = nov, 2725 year = 1986, 2711 2726 comment = { 2712 2727 Encapsulators are objects that surround other objects.
Note: See TracChangeset
for help on using the changeset viewer.