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. Objective-C: Object-Oriented Programming Techniques by Lewis J. Pinson, Richard S. Wiener, 1991-06
  2. Object-oriented Programming for the Macintosh by K.J. Schmucker, 1986-12
  3. An Introduction to Object-Oriented Programming and C++ by Richard Wiener, Lewis J. Pinson, 1988-01-01
  4. Object-Oriented Programming in Oberon-2 by Hanspeter Mössenböck, 1995-10-18
  5. Object Oriented Programming Using C++ by B. Chandra, 2002-05-22
  6. Object-Oriented Programming Languages: Interpretation (Undergraduate Topics in Computer Science) by Iain D. Craig, 2007-03-28
  7. Object-Oriented Programming Using C++ by Joyce Farrell, 2008-06-24
  8. Computing Fundamentals With C++: Object-Oriented Programming & Design by Rick Mercer, 1998-08
  9. The Interpretation of Object-Oriented Programming Languages by Iain Craig, 2001-11-09
  10. Object-Oriented Programming (From Problem Solving to JAVA) (Programming Series) by José M. Garrido, 2003-07-22
  11. Ps-Algol Implementations: Applications in Persistent Object-Oriented Programming (Ellis Horwood Series in Computers and Their Applications) by W. Paul Cockshot, 1990-04-03
  12. Object-Oriented Programming: A New Way of Thinking by Donald W. Macvittie, Lori A. Macvittie, 1996-03
  13. Standard C++ with Object-Oriented Programming by Paul S. Wang, 2000-07-19
  14. ECOOP - Object-Oriented Programming: 21th European Conference, Berlin, Germany, July 30 - August 3, 2007, Proceedings (Lecture Notes in Computer Science / Programming and Software Engineering)

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