Geometry.Net - the online learning center
Home  - Basic_C - Concurrent Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 3     41-60 of 71    Back | 1  | 2  | 3  | 4  | 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  

         Concurrent Programming:     more books (100)
  1. Objects for Concurrent Constraint Programming (The Springer International Series in Engineering and Computer Science) by Martin Henz, 1997-10-31
  2. Concurrent Programming for Software Engineers (Ellis Horwood Series in Computers and Their Applications) by Dick Whiddett, 1987-09
  3. Concurrent programming in occam 2 (Ellis Horwood series in computers and their applications) by John Wexler, 1989
  4. Object-Oriented Concurrent Programming (Artificial Intelligence) by Akinori Yonezawa, Mario Tokoro, 1987-04-14
  5. Concurrent Programming (International Computer Science Series) by Narain Gehani, 1988-03
  6. Whiddett: Concurrent Programming for Software Engineers (Paper) by Richard John Whiddett, 1987-09-16
  7. Ada: Concurrent Programming by Narain Gehani, 1991-01
  8. Non-Deterministic Concurrent Logic Programming in Pandora (World Scientific Series in Computer Science) by Reem Bahgat, 1993-09
  9. The Origin of Concurrent Programming: From Semaphores to Remote Procedure Calls
  10. Concurrent Information Processing and Computing (NATO Science) by Dan Grigoras, Romania) NATO Advanced Research Workshop on Concurrent Information Processing and Computing (2003 : Sinaia, et all 2005-05-31
  11. Theory and Practice of Parallel Programming: International Workshop TPPP '94, Sendai, Japan, November 7-9, 1994. Proceedings (Lecture Notes in Computer Science)
  12. Open Multithreaded Transactions: A Transaction Model for Concurrent Object-Oriented Programming by Jörg Kienzle, 2010-11-02
  13. Object-Based Models and Languages for Concurrent Systems: ECOOP '94 Workshop on Models and Languages for Coordination of Parallelism and Distribution, ... Papers (Lecture Notes in Computer Science)
  14. Concurrent Engineering: Tools and Technologies for Mechanical System Design (NATO ASI Series / Computer and Systems Sciences)

41. The Alef Concurrent Programming Language
Papers describing Plan 9 s Alef programming language by Phil Winterbottom.
http://doc.cat-v.org/plan_9/2nd_edition/papers/alef/

42. Concurrent Programming In Java: Tutorials And Design Patterns
Concurrent Programming in Java. This page once contained drafts of material that was collected, revised, corrected, expanded, and reorganized into the book
http://g.oswego.edu/dl/pats/aopintro.html
Concurrent Programming in Java
This page once contained drafts of material that was collected, revised, corrected, expanded, and reorganized into the book: Concurrent Programming in Java: Design Principles and Patterns Most of the entries have been reorganized into parts of the online supplement to the book which you can read instead. Doug Lea Last modified: Wed Mar 24 08:06:54 EST 1999

43. Curry Forward
Multiparadigm declarative programming language seamlessly merges functional, logic, and concurrent programming paradigms; covers the most important operational principles in the area of integrated functional logic languages.
http://www.informatik.uni-kiel.de/~curry/
Curry Forward
If you are not automatically redirected use this link to the current home page of Curry.

44. Concurrent Programming Definition Of Concurrent Programming In The Free Online E
concurrent programming. Computer programming designed for execution on multiple processors, where more than one processor is used to execute a program or complex of programs
http://encyclopedia2.thefreedictionary.com/Concurrent programming

45. Concurrent Programming | Video Lectures From Academic Earth
Academic Earth offers free access to video courses and academic lectures from leading colleges and universities.
http://academicearth.org/lectures/search/concurrent programming

46. Doug Lea's Workstation
Author of Concurrent Programming in Java Design Principles And Patterns. A collection of resources to Java, Object Oriented Programming and Design Patterns. Also, Lea s Java concurrency library is available here, as Public Domain.
http://gee.cs.oswego.edu/dl/
Doug Lea's Home Page
Surface mail: Doug Lea, Computer Science Department State University of New York at Oswego Oswego dl@cs.oswego.edu ... shortbio
Documents
Books
Software

47. Pearson Education - Concurrent Programming
Buy Concurrent Programming by Alan Burns, Geoffrey Davies from Pearson Education's online bookshop.
http://www.pearsoned.co.uk/Bookshop/detail.asp?item=100000000005429

48. Concurrency In Ada
By Alan Burns, Andy Wellings; Cambridge University Press, 1998, ISBN 052162911X. A main Ada trait is facilities for concurrent programming; thorough, self-contained book, good for beginners to experts. Cambridge University Press
http://www.cambridge.org/uk/catalogue/catalogue.asp?isbn=052162911X

49. Concurrent Programming
Chapter7 Concurrent Programming Architectural advances of recent years, coupled with the growing availability of networked computers, have led to anew style of computing
http://www.nondot.org/sabre/Mirrored/AdvProgLangDesign/finkel07.pdf

50. Go Parallel: Parallel And Multi-Core Articles
What does the future hold for concurrency? What will happen to the tools and techniques around concurrent programming? In part two of our series, concurrency guru Herb Sutter talks about these issues and what developers need to be reading to understand concurrency.
http://www.devx.com/go-parallel/Article/37839
d=document.domain.split('.');document.domain = d[d.length-2]+"."+d[d.length-1]; Not sure if you have an account? Include Code Search Tips TODAY'S HEADLINES ARTICLE ARCHIVE SKILLBUILDING ... APIfinder The Essential Directory of Application Programnming Interfaces Web Site Analysis Tool TheCounter.com - The Affordable Web Site Analysis Tool Menuing Software HierMenus provides DHTML-based cross-browser navigation of your Web site through drop down and pop-up menus. Shop DevX Shop our partner network for great selection and prices! Technology Jobs Search thousands of high-tech jobs posted by thousands of employers. Go Parallel: Parallel and Multi-Core Articles 1 - 11 of 11 Previous Next Intel Experts Answer Your Parallel Programming and Multithreaded App Questions April 18, 2010 If you have questions about application threading, memory management, synchronization, concurrency, or anything else related to parallel programming, who better to ask than the experts at Intel? Software Research Promises Faster Apps April 6, 2010 A new memory management approach improves parallelism on multi-core systems and reduces the overhead from security checks.

51. Concurrent Programming In Java
Concurrent Programming in Java 2 Topics Concurrency Models, design forces, Java Designing objects for concurrency Immutability, locking, state dependence, containment
http://gee.cs.oswego.edu/dl/cpjslides/slides.pdf

52. AngelikaLanger.com - Concurrent Java - Angelika Langer Training/Consulting
A course covering all aspects of multi-thread programming in Java from plain synchronization over Java 5.0 concurrency utilities to memory model issues.
http://www.angelikalanger.com/Courses/ConcurrentJava.htm

53. Concurrent Programming Research Group
Welcome to the Concurrent Programming Research Group. In the field of concurrent programming languages, problems known as code tangling and code crosscutting have received a
http://www.iit.edu/~concur/
Home Members Presentations Publications Courses ... Members' Professional Activities
Welcome to the Concurrent Programming Research Group
In the field of concurrent programming languages, problems known as code tangling and code crosscutting have received a large attention. Synchronization and scheduling code can hardly be factored out of the functional code using traditional code reuse mechanism such as inheritance, and ends up tangled with the functional code. Tangled code is hard to understand, impede code reusability and may leave a negative impact on adaptability, system performance and reliability.
Aspect Oriented Software Development
Aspect-Oriented Software Development seeks to modularize those crosscutting concerns and aims at supporting the bottom line of separation of concerns. It is an extension to other software development paradigms that allows capturing and modularizing concerns that cut across a software system into modules called aspects. AOSD advocates the need to treat aspects as first class entities throughout the software development cycle.
The Concurrent Programming research Groups dedicates itself to investigate research areas in the field of AOSD:
  • Aspect-Oriented Modeling Analysis of Aspect-Oriented Software Aspect-Oriented Software Testing Dynamic Aspect Weaving
Projects
Aspect Interference Detector (AID)
Motorola
WEAVR
The Motorola WEAVR is an industrial strength Aspect-Oriented Software Development tool that supports weaving of UML 2.0 behavioral models. Model weaving has multiple advantages compared to code-level weaving. Modeling languages allow a system to be defined according to different decompositions. Different views of the system focus on different properties, while omitting others. Crosscutting concerns can therefore be coordinated with a base system according to different joinpoint models. The implementation of an aspect is often more natural according to one decomposition compared to another. Model weaving allows aspects to be defined according to the perspective of the system that fits the problem definition the best. The abstractions provided by the different perspectives are lost at the level of the code. There is therefore a strong motivation to fully coordinate crosscutting concerns at the model level. The Motorola

54. Java Theory And Practice: Safe Construction Techniques
Concurrent programming in Java applications is more complicated than it looks there are several subtle (and not so subtle) ways to create data races and other concurrency hazards in Java programs. In this article, Brian Goetz looks at a common threading hazard allowing the this reference to escape during construction.
http://www.ibm.com/developerworks/library/j-jtp0618.html
Skip to main content All of dW AIX and UNIX Information Mgmt Lotus Rational Tivoli WebSphere Java technology Linux Open source SOA/Web services Web development XML dW forums University alphaWorks All of IBM
Java theory and practice: Safe construction techniques
Don't let the "this" reference escape during construction Brian Goetz brian@quiotix.com ), Principal Consultant, Quiotix Corp Brian Goetz is a software consultant and has been a professional software developer for the past 15 years. He is a Principal Consultant at Quiotix, a software development and consulting firm located in Los Altos, California. See Brian's published and upcoming articles in popular industry publications. Summary: The Java language offers a flexible and seemingly simple threading facility that makes it easy to incorporate multithreading into your applications. However, concurrent programming in Java applications is more complicated than it looks: there are several subtle (and not so subtle) ways to create data races and other concurrency hazards in Java programs. In this installment of Java theory and practice , Brian looks at a common threading hazard: allowing the this reference to escape during construction. This harmless-looking practice can cause unpredictable and undesirable results in your Java programs.

55. Concurrent Programming, (Book, 1978) [WorldCat.org]
Get this from a library! Concurrent Programming,. Randal E Bryant; Jack B Dennis; MASSACHUSETTS INST OF TECH CAMBRIDGE LAB FOR COMPUTER SCIENCE.; Concurrency of activities
http://www.worldcat.org/title/concurrent-programming/oclc/227514755

56. Java Concurrency / Multithreading - Tutorial
This article describes how to do concurrent programming with Java and the Java 5.0 concurrency collection. Covers threads, the executor framework (thread pools), futures, callables, deadlocks and the fork-join framework.
http://www.vogella.de/articles/JavaConcurrency/article.html

57. Concurrent Programming In Early Courses
Concurrent Programming CAN be Introduced into the LowerLevel Undergraduate Curriculum. Michael B. Feldman and Bruce D. Bachus. School of Engineering and Applied Science
http://www.seas.gwu.edu/~adagroup/concurrency/bachus/
Concurrent Programming CAN be Introduced into the Lower-Level Undergraduate Curriculum Michael B. Feldman and Bruce D. Bachus
School of Engineering and Applied Science
Department of Computer Science
The George Washington University
Washington, DC 20052 mfeldman@seas.gwu.edu A later version of this paper appeared in the Second Annual Conference on Intergrating Technology into Computer Science Education, Uppsala, Sweden, June 1997. Abstract 1 Introduction ACM Curriculum 91 recommended introducing distributed and parallel programming constructs into the undergraduate curriculum Unfortunately, ACM Curriculum 91 did not specify when, within the confines of the undergraduate curriculum, we should introduce these concurrent/parallel constructs. 2 Novice Programmer Definition The literature is inconsistent in defining the term novice or beginner programmer. Our experiment dealt specifically with novice programmers those which we would typically enroll in lower-level undergraduate curriculum. The related curriculum for the definition of a novice programmer would be the lower-level undergraduate curriculum .. We define the term novice (or beginner) as a subject who

58. Nilsen Elektronikk As
Makes 2 very small, open source realtime OSs for embedded systems, written in C proc Real-Time Kernel, preemptive, mature; nesos Finite State Machine Operating System (FSMOS), modular, use concurrent programming methods in little time and space. Also nemon Boot and Debug Monitor; Embedded Web Servers.
http://www.nilsenelektronikk.no/
Consultancy
Services

o
Development of Digital
and Analogue Hardware.
System-on-FPGA development.
o
Real-time systems.
Embedded web-servers.
Connecting embedded
devices to Internet. USB interfaces. o Embedded Linux. Resistor Calculator Parallel and serial connection. Voltage dividers. Op-amp networks etc. Download Freeware: FSM Operating System Compact and efficient RTOS ... Embedded Web Server Source code included. Consultancy Services Freeware Download ... Norsk Web and Applet design: nilsen elektronikk as

59. Concurrent Programming Without Locks
Concurrent Programming Without Locks KEIRFRASER University of Cambridge Computer Laboratory and TIM HARRIS Microsoft Research Cambridge Mutual exclusion locks remain the
http://research.microsoft.com/en-us/um/people/tharris/papers/2007-tocs.pdf

60. The Problem With Threads
Argues that for concurrent programming to become mainstream, threads must be discarded as a programming model. Nondeterminism should be judiciously and carefully introduced where needed, and it should be explicit in programs.
http://www.computer.org/portal/site/computer/menuitem.5d61c1d591162e4b0ef1bd108b

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 3     41-60 of 71    Back | 1  | 2  | 3  | 4  | Next 20

free hit counter