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

Clojure Programming

4948
20 / 124
出版日:2011/11/03 作者:Jimmy Lee (EDT)  出版社:Springer-Verlag New York Inc  裝訂:平裝
This book constitutes the refereed proceedings of the 17th International Conference on Principles and Practice of Constraint Programming, CP 2011, held in Perugia, Italy, September 12-16, 2011. The 51
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2011/10/08 作者:Dennis Merritt  出版社:Springer-Verlag New York Inc  裝訂:平裝
This book is aimed at the programmer who wishes to learn the advantages of programming in Prolog. It takes a pragmatic rather than theoretical approach to the language, using a full programming exampl
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
C++ How to Program 8/E
滿額折
出版日:2011/09/01 作者:PAUL DEITEL; HARVEY DEITEL  出版社:PEARSON  裝訂:平裝
For Introduction to Programming (CS1) and other more intermediate courses covering programming in C++. Also appropriate as a supplement for upper-level courses where the instructor uses a book as a re
優惠價: 1 888
無庫存
Matlab
95 折
出版日:2011/07/28 作者:Stormy Attaway  出版社:Butterworth-Heinemann  裝訂:平裝
Assuming no knowledge of programming, this book presents both programming concepts and MATLAB’s built-in functions, providing a perfect platform for exploiting MATLAB’s extensive capabilities for tack
優惠價: 95 2752
無庫存
出版日:2011/04/29 作者:Mike Allerhand  出版社:Springer Verlag  裝訂:平裝
A handbook of the R statistical programming language, this volume provides a roadmap for the R language and programming environment, pointing readers to further resources and documentation.
優惠價: 1 3499
無庫存
Computational Semantics With Functional Programming
90 折
出版日:2010/10/31 作者:Jan van Eijck  出版社:Cambridge Univ Pr  裝訂:平裝
Computational semantics is the art and science of computing meaning in natural language. The meaning of a sentence is derived from the meanings of the individual words in it, and this process can be made so precise that it can be implemented on a computer. Designed for students of linguistics, computer science, logic and philosophy, this comprehensive text shows how to compute meaning using the functional programming language Haskell. It deals with both denotational meaning (where meaning comes from knowing the conditions of truth in situations), and operational meaning (where meaning is an instruction for performing cognitive action). Including a discussion of recent developments in logic, it will be invaluable to linguistics students wanting to apply logic to their studies, logic students wishing to learn how their subject can be applied to linguistics, and functional programmers interested in natural language processing as a new application area.
優惠價: 9 2047
無庫存
C++ How to Program, Late Objects Version
90 折
出版日:2010/08/12 作者:P. J. Deitel; H. M. Deitel  出版社:Pearson College Div  裝訂:平裝
Late Objects Version: C++ How to Program, 7/e is ideal for Introduction to Programming (CS1) and other more intermediate courses covering programming in C++. Also appropriate as a supplement for upper
優惠價: 9 11519
無庫存
JavaTech, an Introduction to Scientific and Technical Computing with Java
90 折
出版日:2010/06/10 作者:Clark S. Lindsey  出版社:Cambridge Univ Pr  裝訂:平裝
JavaTech is a practical introduction to the Java programming language with an emphasis on the features that benefit technical computing. After presenting the basics of object-oriented programming in Java, it examines introductory topics such as graphical interfaces and thread processes. It goes on to review network programming and develops Web client-server examples for tasks such as monitoring remote devices. The focus then shifts to distributed computing with RMI. Finally, it examines how Java programs can access the local platform and interact with hardware. Topics include combining native code with Java, communication via serial lines, and programming embedded processors. An extensive web site supports the book with additional instructional materials. JavaTech demonstrates the ease with which Java can be used to create powerful network applications and distributed computing applications. It will be used as a textbook for programming courses, and by researchers who need to learn Jav
優惠價: 9 3217
無庫存
出版日:2010/05/04 作者:Scott Stevenson  出版社:Oreilly & Associates Inc  裝訂:平裝
Build solid applications for Mac OS X, iPhone, and iPod Touch, regardless of whether you have basic programming skills or years of programming experience. With this book, you'll learn how to use Apple
優惠價: 1 1330
無庫存
出版日:2009/10/01 作者:Esra Erdem (EDT); Fangzhen Lin; Torsten Schaub  出版社:Springer-Verlag New York Inc  裝訂:平裝
This volume contains the proceedings of the 10th International Conference on Logic Programming and Nonmonotonic Reasoning (LPNMR 2009) held during 14-18 September in Potsdam. The special theme of LPNM
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2009/10/01 作者:Pieter Koopman (EDT); Rinus Plasmeijer (EDT); Doaitse Swierstra (EDT)  出版社:Springer-Verlag New York Inc  裝訂:平裝
This tutorial book presents seven carefully revised lectures given at the 6th International School on Functional Programming, AFP 2008, in Heijen, The Netherlands in May 2008.The book presents the fol
優惠價: 1 3249
無庫存
The Clausal Theory of Types
90 折
出版日:2009/07/30 作者:D. A. Wolfram  出版社:Cambridge Univ Pr  裝訂:平裝
Logic programming was based on first-order logic. Higher-order logics can also lead to theories of theorem-proving. This book introduces just such a theory, based on a lambda-calculus formulation of a clausal logic with equality, known as the Clausal Theory of Types. By restricting this logic to Horn clauses, a concise form of logic programming that incorporates functional programming is achieved. The book begins by reviewing the fundamental Skolem-Herbrand-Gödel Theorem and resolution, which are then extrapolated to a higher-order setting; this requires introducing higher-order equational unification which builds in higher-order equational theories and uses higher-order rewriting. The logic programming language derived has the unique property of being sound and complete with respect to Henkin-Andrews general models, and consequently of treating equivalent terms as identical. First published in 1993, the book can be used for graduate courses in theorem-proving, but will be of interest
優惠價: 9 1520
無庫存
Python for Software Design ─ How to Think Like a Computer Scientist
90 折
出版日:2009/03/16 作者:Allen B. Downey  出版社:Cambridge Univ Pr  裝訂:平裝
A no-nonsense introduction to software design using the Python programming language. Written for people with no programming experience, this book starts with the most basic concepts and gradually adds new material. Some of the ideas students find most challenging, like recursion and object-oriented programming, are divided into a sequence of smaller steps and introduced over the course of several chapters. The focus is on the programming process, with special emphasis on debugging. The book includes a wide range of exercises, from short examples to substantial projects, so that students have ample opportunity to practise each new concept. Exercise solutions and code examples are available from thinkpython.com, along with Swampy, a suite of Python programs that is used in some of the exercises.
優惠價: 9 1813
無庫存
出版日:2009/01/03 作者:Francois Fages (EDT); Francesca Rossi (EDT); Sylvain Soliman (EDT)  出版社:Springer-Verlag New York Inc  裝訂:平裝
This book constitutes the thoroughly refereed and extended post-workshop proceedings of the 12th Annual ERCIM International Workshop on Constraint Solving and Constraint Logic Programming, CSCLP 2007,
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2008/12/01 作者:Iliano Cervesato (EDT); Helmut Veith (EDT); Andrei Voronkov (EDT)  出版社:Springer-Verlag New York Inc  裝訂:平裝
This book constitutes the refereed proceedings of the 15th International Conference on Logic for Programming, Artificial Intelligence, and Reasoning, LPAR 2008, which took place in Doha, Qatar, during
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2008/12/01 作者:G. Ramalingam (EDT)  出版社:Springer-Verlag New York Inc  裝訂:平裝
This book constitutes the refereed proceedings of the 6th Asian Symposium on Programming Languages and Systems, APLAS 2008, held in Bangalore, India, in December 2008.The 20 revised full papers presen
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Practical Database Programming with Visual Basic.NET
90 折
出版日:2008/10/20 作者:Ying Bai  出版社:Cambridge Univ Pr  裝訂:平裝
Avoiding overly large blocks of code used in most other database programming books, this book shows a simple and easy way to create database programs and explains how to build professional and practical databases more efficiently. In addition to Design Tools and Wizards, the runtime object method is also discussed and analyzed to let users design and implement more sophisticated data-driven applications with complicated coding techniques. Three popular database systems – Microsoft Access, SQL Server 2005, and Oracle Database 10g Express Edition (XE) – are discussed in detail, with practical examples and sample projects. This book will appeal to college students, programmers, and software engineers alike. Sample code and additional exercise questions for students, as well as solutions and lecture slides for instructors, are available via the Web (www.cambridge.org/9780521712354).
優惠價: 9 3568
無庫存
This book constitutes the refereed proceedings of the 8th International Conference on Agile Processes in Software Engineering and eXtreme Programming, XP 2008, held in Limerick, Ireland, in June 2008.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2008/05/25 作者:Chuck Hellebuyck  出版社:Createspace  裝訂:平裝
The C language has been covered in many books but none as dedicated to the embedded microcontroller beginner as the Beginner's Guide to Embedded C Programming. Through his down to earth style of writi
優惠價: 1 2397
無庫存
Learn to Tango with D
滿額折
出版日:2008/01/28 作者:Kris Macleod Bell; Lars Ivar Igesund; Sean Kelly; Michael Parker  出版社:Springer-Verlag New York Inc  裝訂:平裝
Presents a guide to the D programming language and the Tango software library.
優惠價: 1 1739
無庫存
Bluetooth Essentials for Programmers
90 折
出版日:2007/09/30 作者:Albert S. Huang  出版社:Cambridge Univ Pr  裝訂:平裝
This book provides an introduction to Bluetooth programming, with a specific focus on developing real code. The authors discuss the major concepts and techniques involved in Bluetooth programming, with special emphasis on how they relate to other networking technologies. They provide specific descriptions and examples for creating applications in a number of programming languages and environments including Python, C, Java, GNU/Linux, Windows XP, Symbian Series 60, and Mac OS X. No previous experience with Bluetooth is assumed, and the material is suitable for anyone with some programming background. The authors place special emphasis on the essential concepts and techniques of Bluetooth programming, starting simply and allowing the reader to quickly master the basic concepts before addressing advanced features.
優惠價: 9 2515
無庫存
出版日:2007/08/10 作者:Edward K. Conklin; Elizabeth D. Rather  出版社:Createspace  裝訂:平裝
Forth Programmer's Handbook is a thorough introduction to the Forth programming language. Written for readers with programming backgrounds but not necessarily with prior exposure to Forth, it offer
優惠價: 1 2397
無庫存
出版日:2007/02/12 作者:Andrew W. Appel  出版社:Cambridge Univ Pr  裝訂:平裝
The control and data flow of a program can be represented using continuations, a concept from denotational semantics that has practical application in real compilers. This book shows how continuation-passing style is used as an intermediate representation on which to perform optimisations and program transformations. Continuations can be used to compile most programming languages. The method is illustrated in a compiler for the programming language Standard ML. However, prior knowledge of ML is not necessary, as the author carefully explains each concept as it arises. This is the first book to show how concepts from the theory of programming languages can be applied to the producton of practical optimising compilers for modern languages like ML. This book will be essential reading for compiler writers in both industry and academe, as well as for students and researchers in programming language theory.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2006/07/15 作者:Finland) Xp 200 (2006 Oulu; Pekka Abrahamsson; Michele Marchesi; Giancarlo Succi  出版社:Springer Verlag  裝訂:平裝
This book constitutes the refereed proceedings of the 7th International Conference on Extreme Programming and Agile Processes in Software Engineering, XP 2006, held in Oulu, Finland, June 2006. The bo
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2005/07/16 作者:Roman Bartak (NA)  出版社:Springer Verlag  裝訂:平裝
This book constitutes the refereed proceedings of the Second International Conference on Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, CPAIOR 2
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Action Semantics
90 折
出版日:2005/02/17 作者:Peter D. Mosses  出版社:Cambridge Univ Pr  裝訂:平裝
Action Semantics is a novel approach to the formal description of programming languages. Its abstractness is at an intermediate level, between that of denotational and operational semantics. Action Semantics has considerable pragmatic advantages over all previous approaches, in its comprehensibility and accessibility, and especially in the usefulness of its semantic descriptions of realistic programming languages. In this volume, Dr Peter Mosses gives a thorough introduction to action semantics, and provides substantial illustrations of its use. Graduates of computer science or maths who have an interest in the semantics of programming languages will find Action Semantics a most helpful book.
優惠價: 9 2749
無庫存
COBOL Programmers Swing with Java
90 折
出版日:2004/12/28 作者:E. Reed Doke  出版社:Cambridge Univ Pr  裝訂:平裝
In the fast moving world of information technology, Java is now the number 1 programming language. Programmers and developers everywhere need to know Java to keep pace with traditional and web-based application development. COBOL Programmers Swing with Java provides COBOL programmers a clear, easy transition to Java programming by drawing on the numerous similarities between COBOL and Java. The authors introduce the COBOL programmer to the history of Java and object-oriented programming and then dive into the details of the Java syntax, always contrasting them with their parallels in COBOL. A running case study gives the reader an overall view of application development with Java, with increased functionality as new material is presented. This new edition features the development of graphical user interfaces (GUI's) using the latest in Java Swing components. The clear writing style and excellent examples make the book suitable for anyone wanting to learn Java and OO programming, whethe
優惠價: 9 3275
無庫存
出版日:2004/10/15 作者:Jim Messinger  出版社:Pearson College Div  裝訂:平裝
The purpose of the book is to help readers learn general programming topics, structured programming principles, and how to use basic tools and algorithms. There are two modules contained in Messinge
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2004/09/03 作者:Peter Sestoft; Henrik I. Hansen  出版社:Mit Pr  裝訂:平裝
C# is an object-oriented programming language that is similar to the Java programming language in many respects but more comprehensive and different in most details. This book gives a concise descrip
Logic Programming:Operational Semantics and Proof Theory
90 折
出版日:2004/08/19 作者:James H. Andrews  出版社:Cambridge Univ Pr  裝訂:平裝
Dr Andrews here provides a homogeneous treatment of the semantics (operational and logical) of both theoretical and practical logic programming languages. He shows how the rift between theory and practice in logic programming can be bridged. This is achieved by precisely characterizing the way in which 'depth-first' search for solutions to a logical formula - the usual strategy in most practical languages - is incomplete. Languages that perform 'breadth-first' searches reflect more closely the theory underlying logic programming languages. Researchers interested in logic programming or semantics, as well as artificial intelligence search strategies, will want to consult this book as the only source for some essential and new ideas in the area.
優惠價: 9 1696
無庫存
出版日:2003/10/01 作者:Harold Davis  出版社:Springer-Verlag New York Inc  裝訂:平裝
An entertaining introduction to programming for novice computer users teaches the fundamental principles of programming using JavaScript, covering such topics and techniques as Looping, Functions, Arr
優惠價: 1 950
無庫存
出版日:2002/12/01 作者:Andy Duncan  出版社:Oreilly & Associates Inc  裝訂:平裝
Objective-C is an exciting and dynamic approach to C-based object-oriented programming; it's the approach adopted by Apple as the foundation for programming under Mac OS X, a Unix-based operating syst
優惠價: 1 378
無庫存
Learning Visual Basic .Net
滿額折
出版日:2002/10/01 作者:Jesse Liberty  出版社:Oreilly & Associates Inc  裝訂:平裝
Discusses the fundamentals of the language, programming in the Microsoft .NET Framework, and object-oriented software development.
優惠價: 1 1328
無庫存
出版日:2002/01/01 作者:James Tisdall  出版社:Oreilly & Associates Inc  裝訂:平裝
A practical introduction to Perl designed for biologists with little or no programming experience. The book approaches programming as an important new laboratory skill, and shows many Perl programs an
Nlp Workbook — A Practical Guide to Achieving the Results You Want
滿額折
出版日:2001/09/01 作者:Joseph O'Connor  出版社:Harpercollins  裝訂:平裝
A practical, creative guidebook to achieving the results you want using Neuro Linguistinc Programming techniques
優惠價: 79 749
無庫存
出版日:2000/10/01 作者:Dave Baum (EDT); Michael Gasperi; Ralph Hempel; Luis Villa; Dave Baum  出版社:Springer-Verlag New York Inc  裝訂:平裝
Five experts in Mindstorm programming present advanced techniques for building and programming robots using LEGO bricks and LEGO's RCX Code, presenting advanced sample projects and coverage of LegOS,
優惠價: 1 1138
無庫存
出版日:2000/10/01 作者:Jeri R. Hanly; Elliot B. Koffman  出版社:Pearson College Div  裝訂:平裝
This book presents introductory programming and software development concepts to engineers using a disciplined approach. It provides numerous case studies and programming projects based on real-world
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
David McCarter's Essential Vb Tips and Techniques
滿額折
出版日:2000/07/01 作者:David McCarter  出版社:Springer-Verlag New York Inc  裝訂:平裝
A guide to the programming language for intermediate to advanced level programmers covers forms, disk and files, advanced Windows API usage, and database and Internet programming.
優惠價: 1 1062
無庫存
Advanced Object-Oriented Analysis and Design Using UML
90 折
出版日:1998/02/13 作者:James J. Odell  出版社:Cambridge Univ Pr  裝訂:平裝
This 1998 book conveys the essence of object-oriented programming and software building through the Unified Modeling Language (UML). Composed of updated versions of James Odell's articles from The Journal of Object-Oriented Programming, ROAD, and Object Magazine, it provides concise but in-depth pieces on structural issues, dynamic issues, business rules, object complexity, object aggregation, design templates, and the process of objects.
優惠價: 9 2866
無庫存
出版日:1997/12/24 作者:Matthias Felleisen; Daniel P. Friedman  出版社:Mit Pr  裝訂:平裝
Java is a new object-oriented programming language that was developed by SunMicrosystems for programming the Internet and intelligent appliances. In a very short time it hasbecome one of the most wide
  • 4948
    124
  • 1
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 124

暢銷榜

客服中心

收藏

會員專區