TOP
英國出版界指標大獎肯定!A.F. Steadman 獲年度作家,《史坎德》系列帶你踏上熱血奇幻旅程
縮小範圍
搜尋結果 /

Concurrent Programming

8298
13 / 208
出版日:2000/02/28 作者:Paul Hudak  出版社:Cambridge Univ Pr  裝訂:精裝
Functional programming is a style of programming that emphasizes the use of functions (in contrast to object-oriented programming, which emphasizes the use of objects). It has become popular in recent years because of its simplicity, conciseness, and clarity. This book teaches functional programming as a way of thinking and problem solving, using Haskell, the most popular purely functional language. Rather than using the conventional (boring) mathematical examples commonly found in other programming language textbooks, the author uses examples drawn from multimedia applications, including graphics, animation, and computer music, thus rewarding the reader with working programs for inherently more interesting applications. Aimed at both beginning and advanced programmers, this tutorial begins with a gentle introduction to functional programming and moves rapidly on to more advanced topics. Details about progamming in Haskell are presented in boxes throughout the text so they can be easil
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Programming Pearls
90 折
出版日:1999/10/01 作者:Jon Louis Bentley  出版社:Addison-Wesley Professional  裝訂:平裝
Bentley (Bell Labs) offers practical programming techniques and fundamental design principles first published in his column for Communications of the Association for Computing Machinery . The second
優惠價: 9 1944
無庫存
The Practice of Programming
滿額折
出版日:1999/02/01 作者:Kernighan; Brian W.; Pike; Rob  出版社:Addison-Wesley Professional  裝訂:平裝
With the same insight and authority that made their book The Unix Programming Environment a classic, Brian Kernighan and Rob Pike have written The Practice of Programming to help make individual progr
優惠價: 1 2899
無庫存
The Functional Approach to Programming
90 折
出版日:1998/10/29 作者:Guy Cousineau  出版社:Cambridge Univ Pr  裝訂:平裝
A programming course should concentrate as much as possible on a program's logical structure and design rather than simply show how to write code. The Functional Approach to Programming achieves this aim because logical concepts are evident and programs are transparent so can be written quickly and cleanly. In this book the authors emphasise the notions of function and function application which relate programming to familiar concepts from mathematics and logic. They introduce functional programming via examples but also explain what programs compute and how to reason about them. They show how the ideas can be implemented in the Caml language, a dialect of the ML family, and give examples of how complex programs from a variety of areas (such as arithmetic, tree algorithms, graph algorithms, text parsing and geometry) can be developed in close agreement with their specifications. Many exercises and examples are included throughout the book; solutions are also available.
優惠價: 9 3158
無庫存
Programming For Design: From Theory To Practice
滿額折
出版日:1998/10/27 作者:Cherry  出版社:John Wiley & Sons Inc  裝訂:平裝
Quickly master architectural programming concepts, skills, and techniques In the essential discipline of architectural programming, the ideas of philosophy, sociology, anthropology, psychology, an
優惠價: 9 3384
無庫存
出版日:1998/10/13 作者:John C. Reynolds  出版社:Cambridge Univ Pr  裝訂:精裝
First published in 1998, this textbook is a broad but rigourous survey of the theoretical basis for the design, definition and implementation of programming languages and of systems for specifying and proving programme behaviour. Both imperative and functional programming are covered, as well as the ways of integrating these aspects into more general languages. Recognising a unity of technique beneath the diversity of research in programming languages, the author presents an integrated treatment of the basic principles of the subject. He identifies the relatively small number of concepts, such as compositional semantics, binding structure, domains, transition systems and inference rules, that serve as the foundation of the field. Assuming only knowledge of elementary programming and mathematics, this text is perfect for advanced undergraduate and beginning graduate courses in programming language theory and also will appeal to researchers and professionals in designing or implementing
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1998/04/27 作者:Schrijver  出版社:John Wiley & Sons Inc  裝訂:平裝
Theory of Linear and Integer Programming Alexander Schrijver Centrum voor Wiskunde en Informatica, Amsterdam, The Netherlands This book describes the theory of linear and integer programming and surve
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1998/04/01 作者:John M. Chambers  出版社:Springer Verlag  裝訂:平裝
Here is a thorough and authoritative guide to the latest version of the S language and its programming environment. Programming With Data describes a new and greatly extended version of S, written by
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Since the early 1990s, genetic programming (GP) a discipline whose goal is to enable the automatic generation of computer programs has emerged as one of the most promising paradigms for fast, producti
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1997/08/01 作者:Steve Oualline  出版社:Oreilly & Associates Inc  裝訂:平裝
Emphasizing skills for real-world programming, this guide covers not only the mechanics of C programming, but also the entire life cycle of a C program. This third edition introduces popular integrate
優惠價: 1 1710
無庫存
出版日:1997/06/09 作者:Ghezzi  出版社:John Wiley & Sons Inc  裝訂:精裝
This book explains and illustrates key concepts of programming by taking a breadth approach to programming languages. It uses C++ as the primary language throughout, demonstrating imperative, function
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1997/06/05 作者:Richard F. Walters  出版社:Elsevier Science Ltd  裝訂:平裝
M Programming: A Comprehensive Guide is a complete update to ABCs of MUMPS. While ABCs of MUMPS was an introduction for novice and intermediate M programmers, M Programming: A Comprehensive Guide has
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1996/12/18 作者:Harrington  出版社:John Wiley & Sons Inc  裝訂:平裝
A gentle introductory programming book written specifically to teach readers to use objects for the very beginning, rather than starting with structured programming. Perfect for structure programmers
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1996/08/14 作者:Michael Maher  出版社:Mit Pr  裝訂:平裝
Includes tutorials, invited lectures, and refereed papers on all aspects of logic programming including: Constraints, Concurrency and Parallelism, Deductive Databases, Implementations, Meta and Higher
Ruminations on C++—A Decade of Programming Insight and Experience
90 折
出版日:1996/08/01 作者:Andrew Koenig; Barbara E. Moo (EDT); Barbara E. Moo  出版社:Prentice Hall  裝訂:平裝
Ruminations on C++ concentrates on the key C++ ideas and programming techniques - skimming the cream - to let you understand the "why" and not just the "how" of C++ programming. You need not be an exp
優惠價: 9 1418
無庫存
出版日:1995/08/03 作者:JohnR. Mcdonnell  出版社:Bradford Books  裝訂:精裝
March 1-3, 1995, San Diego, California Evolutionary programming is one of the predominate algorithms withing the rapidly expanding field of evolutionary computation. These edited contributions to the
出版日:1995/06/16 作者:LeonS. Sterling  出版社:Mit Pr  裝訂:平裝
13-16 June 1995, Tokyo, Japan ICLP, which is sponsored by the Association for Logic Programming, is one of two major annual international conferences reporting recent research results in logic program
出版日:1994/10/13 作者:Andrew D. Gordon  出版社:Cambridge University Press  裝訂:平裝
Extends functional programming to solve I/O problems, while retaining usual verification features.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1994/07/24 作者:Pascal Van Hentenryck  出版社:Mit Pr  裝訂:平裝
Conference proceedings presenting the state-of-the-art in Logic Programming.
出版日:1994/05/17 作者:John R. Koza  出版社:Bradford Books  裝訂:精裝
Genetic Programming II extends the results of John Koza's ground-breaking work on programming by means of natural selection, described in his first book, Genetic Programming. Using a hierarchical appr
出版日:1994/03/01 作者:DavidA. Schmidt  出版社:Mit Pr  裝訂:精裝
The Structure of Typed Programming Languages describes the fundamental syntactic and semantic features of modern programming languages, carefully spelling out their impacts on language design. Using c
出版日:1993/10/13 作者:Dale Miller  出版社:Mit Pr  裝訂:平裝
The past years have seen a large number of effective implementations of logic programs for a variety of computer architectures in numerous application areas. Logic programming continues to develop by
出版日:1993/07/15 作者:Bonnie A. Nardi  出版社:Mit Pr  裝訂:精裝
A Small Matter of Programming asks why it has been so difficult for end users to command programming power and explores the problems of end-user-driven application development that must be solved to a
出版日:1993/06/04 作者:Andreas Paepcke  出版社:Mit Pr  裝訂:平裝
To date, books on object-oriented programming have focused either on the methodology of the object-oriented paradigm or on teaching the details of a particular programming language. This collection ta
出版日:1993/03/22 作者:Vijay A. Saraswat  出版社:Mit Pr  裝訂:平裝
Concurrent Constraint Programming introduces a new and rich class of programming languages based on the notion of computing with partial information, or constraints, that synthesize and extend work on
絕版無法訂購
出版日:1993/03/02 作者:KrzysztofR. Apt  出版社:Mit Pr  裝訂:平裝
This collection of current research on logic programming languages presents results from a three-year, ESPRIT-funded effort to explore the integration of the foundational issues of functional, logic,
出版日:1992/10/23 作者:Van Le  出版社:John Wiley & Sons Inc  裝訂:平裝
Presents a step-by-step guide in Prolog programming through 4 stages: declarative, procedural, advanced and meta programming with an emphasis on artificial intelligence.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Introduction to Functional Programming Systems Using Haskell
90 折
出版日:1992/06/18 作者:Antony J. T. Davie  出版社:Cambridge Univ Pr  裝訂:平裝
Here is an introduction to functional programming and its associated systems. A unique feature is its use of the language Haskell for teaching both the rudiments and the finer points of the functional technique. Haskell is a new, internationally agreed and accepted functional language that is designed for teaching, research and applications, that has a complete formal description, that is freely available, and that is based on ideas that have a wide consensus. Thus it encapsulates some of the main thrusts of functional programming itself, which is a style of programming designed to confront the software crisis directly. Programs written in functional languages can be built up from smaller parts, and they can also be proved correct, important when software has to be reliable. Moreover, a certain amount of parallelism can be extracted from functional languages automatically. This book serves as an introduction both to functional programming and Haskell, and will be most useful to student
優惠價: 9 2398
無庫存
出版日:1989/10/04 作者:Harvey Abramson  出版社:Mit Pr  裝訂:平裝
A comprehensive survey of the theory and applications of meta-programming, covering problems of representation and of soundness and correctness of interpreters, analysis and evaluation of meta-logic p
Linear Programming and Economic Analysis
滿額折
出版日:1987/11/01 作者:Robert Dorfman; Paul A. Samuelson; Robert M. Solow  出版社:Dover Pubns  裝訂:平裝
Clear, comprehensive exposition of interrelation of game theory and linear programming, interrelation of linear programming and modern welfare economics, Leontief theory of input-output, problems of d
優惠價: 9 1024
無庫存
Games Programming
90 折
出版日:1984/06/14 作者:Eric Solomon  出版社:Cambridge Univ Pr  裝訂:平裝
Games Programming has been written for the personal computer owner who is setting out to write fams programs. It charts the territory which lies beyond the simplistic arcade game and which leads to the more intellectually exciting game moderators and learning programs. This is not another book of program listings, nor does it present game algorithms in isolation from the computer methods which make them work. The aim is to equip the reader with an awareness of modern techniques of structured programming, a robust attitude to computer languages, and a source of valuable 'know how'.
優惠價: 9 2691
無庫存
出版日:1983/09/23 作者:Murty  出版社:John Wiley & Sons Inc  裝訂:平裝
A comprehensive, up-to-date text on linear programming. Covers all practical modeling, mathematical, geometrical, algorithmic, and computational aspects. Surveys recent developments in the field, incl
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
A COMPREHENSIVE INTRODUCTION TO OBJECT-ORIENTED PROGRAMMING WITH JAVA (IE)
95 折
作者:C. THOMAS WU  出版社:全華經銷  裝訂:平裝
A Comprehensive Introduction to Object-Oriented Programming with Java provides an accessible and technically thorough introduction to the basics of programming using java. The text takes a truly objec
優惠價: 95 1188
無庫存
STARTING OUT WITH PROGRAMMING LOGIC AND DESIGN 3/E
95 折
作者:GADDIS  出版社:全華圖書  裝訂:平裝
Starting Out with Programming Logic and Design, Third Edition, is a language-independent introductory programming book that orients students to programming concepts and logic without assuming any prev
優惠價: 95 1140
無庫存
MATLAB Programming with Applications for Engineers
滿額折
作者:STEPHEN J. CHAPMAN  出版社:Cengage Learning  裝訂:平裝
MATLAB PROGRAMMING WITH APPLICATIONS FOR ENGINEERS seeks to simultaneously teach MATLAB as a technical programming language while introducing the student to many of the practical functions that make s
優惠價: 1 1060
無庫存
AN INTRODUCTION TO PROGRAMMING USING JAVA
95 折
作者:DOS REIS  出版社:全華圖書  裝訂:平裝
為一本基礎的Java程式設計教科書,內容簡單適宜初學者。每一章後面都有練習題,提供學生課後複習。Ideal for the introductory programming course, An Introduction to Programming Using Java covers all recommended topics put forth by the ACM/IEEE curricu
優惠價: 95 1121
無庫存
出版日:2023/08/06 作者:James Broderick  出版社:PBKTYFRL  裝訂:平裝
The History of Psychology through Symbol provides a ground breaking approach by expanding the roots of psychology beyond the Greeks to concurrent events during the same period (800 BCE-200 BCE) identi
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
An Introduction to Python Programming for Scientists and Engineers
90 折
出版日:2022/05/31 作者:Johnny Wei-Bing Lin  出版社:Cambridge Univ Pr  裝訂:平裝
Python is one of the most popular programming languages, widely used for data analysis and modelling, and is fast becoming the leading choice for scientists and engineers. Unlike other textbooks introducing Python, typically organised by language syntax, this book uses many examples from across Biology, Chemistry, Physics, Earth science, and Engineering to teach and motivate students in science and engineering. The text is organised by the tasks and workflows students undertake day-to-day, helping them see the connections between programming tools and their disciplines. The pace of study is carefully developed for complete beginners, and a spiral pedagogy is used so concepts are introduced across multiple chapters, allowing readers to engage with topics more than once. “Try This!” exercises and online Jupyter notebooks encourage students to test their new knowledge, and further develop their programming skills. Online solutions are available for instructors, alongside discipline-specif
優惠價: 9 3078
無庫存
出版日:2021/03/30 作者:John V. Guttag  出版社:Mit Pr  裝訂:平裝
The new edition of an introduction to the art of computational problem solving using Python.This book introduces students with little or no prior programming experience to the art of computational pro
優惠價: 1 1360
無庫存
Invitation to Linear Programming and Game Theory
90 折
出版日:2021/02/28 作者:David C. Vella  出版社:Cambridge Univ Pr  裝訂:平裝
Written in a conversational tone, this classroom-tested text introduces the fundamentals of linear programming and game theory, showing readers how to apply serious mathematics to practical real-life questions by modelling linear optimization problems and strategic games. The treatment of linear programming includes two distinct graphical methods. The game theory chapters include a novel proof of the minimax theorem for 2x2 zero-sum games. In addition to zero-sum games, the text presents variable-sum games, ordinal games, and n-player games as the natural result of relaxing or modifying the assumptions of zero-sum games. All concepts and techniques are derived from motivating examples, building in complexity, which encourages students to think creatively and leads them to understand how the mathematics is applied. With no prerequisite besides high school algebra, the text will be useful to motivated high school students and undergraduates studying business, economics, mathematics, and
優惠價: 9 2375
無庫存
  • 8298
    208
  • 1
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 208

暢銷榜

客服中心

收藏

會員專區