Geometry.Net - the online learning center
Home  - Basic_O - Object-oriented Programming

e99.com Bookstore
  
Images 
Newsgroups
Page 6     101-120 of 182    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Object-oriented Programming:     more books (100)
  1. OMT Insights: Perspective on Modeling from the Journal of Object-Oriented Programming (SIGS Reference Library) by James Rumbaugh, 1997-12-13
  2. Object Oriented Programming in Eiffel by Robert Rist, Robert Terwilliger, 1995-03
  3. OOPSLA `99 Conference Proceedings: Object-Oriented Programming Systems, Languages, and Applications by ACM, 1999-11-05
  4. Java For Artists: The Art, Philosophy, And Science Of Object-Oriented Programming by Kasparian Raffi, 2006-04-15
  5. Object Oriented Programming: A Unified Foundation (Progress in Theoretical Computer Science) by Giuseppe Castagna, 1997-01-01
  6. The Waite Group's C++ primer plus: Teach yourself object-oriented programming by Stephen Prata, 1991-05
  7. Object-Oriented Programming: A New Way of Thinking by Donald W. Macvittie, Lori A. Macvittie, 1996-03
  8. Mastering C++: An Introduction to C++ and Object-Oriented Programming for C and Pascal Programmers by Cay S. Horstmann, 1995-08
  9. The Java Tutorial: Object-Oriented Programming for the Internet (2nd Edition) by Mary Campione, Kathy Walrath, 1998-03-06
  10. Straley's Guide to Object-Oriented Programming With Ca-Visual Objects by Stephen J. Straley, 1996-10
  11. The Waite Group's Object-Oriented Programming in Turbo C++ by Robert Lafore, 1991-10
  12. Object-Oriented Programming: with Prototypes (EATCS Monographs in Theoretical Computer Science) by Günther Blaschek, 1994-12-13
  13. Object Oriented Programming Using C++ by B. Chandra, 2002-05-22
  14. Object-Oriented Programming Systems

101. Object-Z Systems
Home of CobolReport.com, CobolUniversity.com, ObjectZ publishing, cobol standards, object-oriented cobol, articles, reviews, tools, online chat, cobol books, code, links, samples, and programming.
http://www.cobolreport.com/index.asp

102. Programming Language Comparison
Table compares popular objectoriented languages Eiffel, Smalltalk, Ruby, Java, C++, Python, Perl, Visual Basic.
http://www.jvoegele.com/software/langcomp.html

103. The Future Is Multiparadigm Programming
In this interview Bjarne Stroustrup talks about the objectoriented revolution, the rigors of real-world software development, the continuing divergence of C and C++, and some additions to the C++ standard that he'd like to see.
http://www.linuxworld.com/linuxworld/lw-2001-02/lw-02-stroustrup_p.html

104. Visual Programming Languages Research Papers
Large list of papers, with abstracts and comments objectoriented, dataflow, and tree structures. Very useful.
http://www-ist.massey.ac.nz/~plyons/711_html/VPL papers.html

105. CS545S Modular Programming
College course on basic programming concepts modular (encapsulation, abstract data types); objectoriented (class, inheritance, polymorphism, dynamic binding); concurrent (thread, synchronization); via Java compared to Oberon, Smalltalk; then dataflow model.
http://www.cs.wustl.edu/~tdk/courses/Cs545/

106. Bruce, Kim B.
Williams College Semantics and design of programming languages, type theory, object-oriented languages, models of higher-order lambda calculus including subtypes and bounded polymorphism.
http://www.cs.williams.edu/~kim/

107. Vista Concepts And Architecture Of Vista A Multiparadigm Programming Environment
Visual multiparadigm programming visual + objectoriented (signal flow + data flow); from Proceedings of 10th IEEE/CS Symposium on Visual Languages, St. Louis, USA, 4-7 October 1994.
http://www.swe.uni-linz.ac.at/publications/abstract/TR-SE-94.17.html

108. Logic Programming Associates
Prolog compilers for Windows and Mac, expert system shell, objectoriented prolog, data mining.
http://www.lpa.co.uk/

109. Eiffel Software - The Home Of EiffelStudio And Eiffel ENViSioN!
Eiffel Software is a division of ISE (Interactive Software Engineering), the company formed by Eiffel's Category Computers programming Languages Eiffel...... For both, this means software that is more robust, reusable, fast, maintainable,and extendable. In short, truly objectoriented software.
http://www.eiffel.com/

110. Programming Java Threads In The Real World, Part 8
Discusses architectural solutions to threading problems. Takes a look at threads from the perspective of an objectoriented designer, and at how to implement threads in an object-oriented environment, focusing on the implementation of asynchronous methods.
http://www.javaworld.com/javaworld/jw-05-1999/jw-05-toolbox_p.html

111. ICFP 2002
The 2002 International Conference on Functional programming covers the entire spectrum of functional programming, from practice to theory, and from established functional programming languages (Scheme, ML, Haskell) to novel language designs and to the functional aspects of objectoriented or concurrent languages. October 4-6, 2002 Pittsburgh, PA, USA.
http://icfp2002.cs.brown.edu/

112. Leda Programming Language
Multiparadigm language, by Timothy Budd, creator of Little Smalltalk, Oregon State University. Combines procedural (imperative), objectoriented, logic, and functional programming, in one coherent, unified system.
http://cs.oregonstate.edu/~budd/leda.html

113. Pop-11 Programming Language
Like Lisp in power, but with more traditional, readable syntax. It is the main implementation language of Poplog environment. Features proper lexical scoping (procedures are 1st class objects), redefinable/extendible syntax, open user stack (user can explicitly manipulate), dynamic typing, garbage collecting, incremental compiling, lightweight processes, and object-oriented extensions (becoming standard part of language in near future).
http://www.cogs.susx.ac.uk/users/adrianh/pop11.html

114. Renaissance
Multiprocessor OO OS purely designed and implemented in objectoriented techniques, to give application programs transparent access to system and remote objects distributed in a network of machines. OO programming is an ideal approach for building distributed systems. Runs on Sun SPARC, Encore Multimax multiprocessor.
http://www.cs.purdue.edu/AnnualReports/95/AR95Book-120.html

115. AOP Aspect-Oriented Programming
Methodology enabling modularizing of crosscutting concerns. Experience shows that with standard procedural or objectoriented languages it can be hard to modularize many design concerns. Outgrowth of Xerox PARC OO programming research.
http://www2.parc.com/csl/projects/aop/

116. Emerald Distributed Programming Language
An objectoriented garbage-collected programming language. Research information, source code, and papers.
http://www.cs.ubc.ca/nest/dsg/emerald.html

117. Efficient C++ Performance Programming Techniques
Demonstrates the potential of C++ to produce highly efficient programs. Focuses on practical, everyday objectoriented design principles and C++ coding techniques that can yield large performance improvements. (Dov Bulka and David Mayhew)
http://cseng.aw.com/book/0,3828,0201379503,00.html

118. Fabrik A Visual Programming Environment
Kit of objectoriented computational and user-interface components that can be 'wired' together to build new components and applications; diagrams use bidirectional dataflow links as shorthand for multiple paths of flow.
http://users.ipa.net/~dwighth/smalltalk/Fabrik/Fabrik.html

119. Advanced Programming Language Design
Book compares over 70 languages, and main classes imperative, functional, objectoriented, dataflow, concurrent, declarative, aggregate. By Raphael Finkel, Addison-Wesley.
http://www.awprofessional.com/catalog/product.asp?product_id={92E30B39-5D91-45F9

120. ItmWEB Object Oriented Programming
Extensive collection of the top resources for object oriented analysis, design, programming, and Category Computers programming Methodologies object-oriented......Selected expert and academic Object Oriented programming, methodology, andreference sites. Object Oriented programming. Recommended Books.
http://www.itmweb.com/ooprogram.htm

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 6     101-120 of 182    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

free hit counter