TOP
英國出版界指標大獎肯定!A.F. Steadman 獲年度作家,《史坎德》系列帶你踏上熱血奇幻旅程
755
1 / 19
出版日:2022/10/31 作者:Norman Ramsey  出版社:Cambridge Univ Pr  裝訂:精裝
Computer scientists often need to learn new programming languages quickly. The best way to prepare for this is to understand the foundational principles that underlie even the most complicated industrial languages. This text for an undergraduate programming languages course distills great languages and their design principles down to easy-to-learn 'bridge' languages implemented by interpreters whose key parts are explained in the text. The book goes deep into the roots of both functional and object-oriented programming, and it shows how types and modules, including generics/polymorphism, contribute to effective programming. The book is not just about programming languages; it is also about programming. Through concepts, examples, and more than 300 practice exercises that exploit the interpreter, students learn not only what programming-language features are but also how to do things with them. Substantial implementation projects include Milner's type inference, both copying and mark-an
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2023/04/24 作者:Joyce Farrell  出版社:Cengage Learning  裝訂:平裝
Learn the fundamental principles of developing structured program logic and be prepared for success with Joyce Farrell�s PROGRAMMING LOGIC AND DESIGN, 10th EDITION. This edition takes a comprehensive and language-independent approach to programming logic with an emphasis on modern conventions. It avoids technical jargon while introducing universal programming concepts and ensuring strong programming style and logical thinking. Chapters contain figures that illustrate the logic described in the text, and there are diverse and project-rich opportunities for you to creatively apply logic to program designs. Flowcharts and pseudocode are employed to appeal to varied learning styles and preferences. Chapters contain learning objectives, notes and short quizzes, summaries, key terms and multiple-choice review. Plus, there are multiple exercises in developing programming logic, maintaining existing programs, debugging programs that contain errors, and developing simple games.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Concepts of Programming Languages, Global Edition
滿額折
出版日:2022/06/24 作者:Robert Sebesta  出版社:Pearson Education Limited  裝訂:平裝
Hallmark FeaturesIntroduces the fundamental constructs of contemporary programming languages•Critical evaluation of existing and future programming languages gives students the necessary tools for evaluating on their own.•An in-depth discussion of programming language structures, presenting a formal method of describing syntax, and introducing approaches to lexical and syntax analysis prepare students for the study of compiler design.•Coverage of advanced object-oriented topics and languages is integrated throughout.Addresses the most up-to-date information in this field•New - New material on Swift, a contemporary programming language, is now part of several chapters.•New - Section on Delphi now included in Chapter 2.•New - Section on optional types is included in Chapter 6.•New and Updated - Content describing iterations in Python are part of Chapter 8.•Revised - To ensure the material remains relevant to students, sections on outdated languages (specifically Lua and Objective-C) have
優惠價: 1 1500
無庫存
An Experiential Introduction to Principles of Programming Languages
79 折
出版日:2022/05/24 作者:Hridesh Rajan  出版社:Mit Pr  裝訂:精裝
A textbook that uses a hands-on approach to teach principles of programming languages, with Java as the implementation language.This introductory textbook teaches the principles of programming languages by using an experiential learning style, in which students learn about language features by realizing those features in a pedagogical compiler. Students use Java―the most commonly used programming language in the first two years of the computer science curriculum―as the implementation language throughout. The book also discusses a range of emerging topics in programming languages missing from existing textbooks, including concurrency, Big Data, and event-driven programming. The goal is to prepare students to design, implement, analyze, and understand both domain-specific and general-purpose programming languages. The book first develops basic concepts in languages, including means of computation using primitive values, means of combination such as variable definition and functions, an
優惠價: 79 1801
無庫存
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
無庫存
Functional, Object-Oriented, and Concurrent Programming
滿額折
出版日:2022/04/15 作者:Michel Charpentier  出版社:ADDISON WESLEY PUB CO INC  裝訂:平裝
Functional and concurrent programming paradigms can help experienced object-oriented developers write high-quality software faster: code that's easier to understand, debug, optimize, and evolve. But these approaches have often been surrounded by mystification and misconceptions, leading many developers to avoid them. In Functional and Concurrent Programming, Michel Charpentier clears away the confusion, showing how to use these features safely and well, so you can gain their benefits without their pitfalls. Writing for developers with some object-oriented experience in Java, C++, C#, Python, or elsewhere, Charpentier teaches key concepts through the use of realistic, modern examples: code written in Scala, but relevant to users of any modern object-oriented language. As a hybrid language, Scala can be used effectively to illustrate both object-oriented and functional programming; it offers advanced features for concurrency; and it interoperates with Java, and can use many components of
優惠價: 1 2880
無庫存
C How to Program: With Case Studies in Applications and Systems Programming, Global Edition
滿額折
出版日:2022/05/27 作者:Paul Deitel; Harvey Deitel  出版社:Pearson Education Limited  裝訂:平裝
Thistitle is a Pearson Global Edition. The editorial team at Pearson has workedclosely with educators around the world to include content which is especiallyrelevant to an international and diverse audience.For courses in computerprogramming.A user-friendly,code-intensive introduction to C programming with case studies introducing applicationsand system programming.C How to Program is a comprehensive introduction toprogramming in C. Like other texts of the Deitels How to Program series,the books modular presentation serves as a detailed, beginner source ofinformation for college students looking to embark on a career in coding, orinstructors and software-development professionals seeking to learn how toprogram with C. The signature Deitel live-code approach presents concepts inthe context of 142 fully working programs rather than incomplete snips of code.This gives students a chance to run each program as they study it and see howtheir learning applies to real-world programming scenari
優惠價: 1 3299
無庫存
Python Challenges: 100 Proven Programming Tasks Designed to Prepare You for Anything
滿額折
出版日:2022/03/13 作者:Michael Inden  出版社:Apress  裝訂:平裝
Augment your knowledge of Python with this entertaining learning guide, which features 100 exercises and programming puzzles and solutions. Python Challenges will help prepare you for your next exam or a job interview, and covers numerous practical topics such as strings, data structures, recursion, arrays, and more.Each topic is addressed in its own separate chapter, starting with an introduction to the basics and followed by 10 to 15 exercises of various degrees of difficulty, helping you to improve your programming skills effectively. Detailed sample solutions, including the algorithms used for all tasks, are included to maximize your understanding of each area. Author Michael Inden also describes alternative solutions and analyzes possible pitfalls and typical errors.Three appendices round out the book: the first covers the Python command line interpreter, which is often helpful for trying out the code snippets and examples in the book, followed by an overview of Pytest for unit te
優惠價: 1 2660
無庫存
Structure and Interpretation of Computer Programs
79 折
出版日:2022/02/01 作者:Harold Abelson  出版社:Mit Pr  裝訂:平裝
A new version of the classic and widely used text adapted for the JavaScript programming language.Since the publication of its first edition in 1984 and its second edition in 1996, Structure and Interpretation of Computer Programs (SICP) has influenced computer science curricula around the world. Widely adopted as a textbook, the book has its origins in a popular entry-level computer science course taught by Harold Abelson and Gerald Jay Sussman at MIT. SICP introduces the reader to central ideas of computation by establishing a series of mental models for computation. Earlier editions used the programming language Scheme in their program examples. This new version of the second edition has been adapted for JavaScript. The first three chapters of SICP cover programming concepts that are common to all modern high-level programming languages. Chapters four and five, which used Scheme to formulate language processors for Scheme, required significant revision. Chapter four offers new mat
優惠價: 79 3555
無庫存
出版日:2023/09/25 作者:Unmesh Joshi  出版社:ADDISON WESLEY PUB CO INC  裝訂:平裝
Learn How to Better Understand Distributed System Design and Solve Common Problems Enterprises today rely on a range of distributed software handling data storage, messaging, system management, and compute capability. Distributed system designs need to be implemented in some programming language, and there are common problems that these implementations need to solve. These problems have common recurring solutions. A patterns approach is very suitable to describe these implementation aspects. Patterns by nature are generic enough to cover a broad range of products from cloud services like Amazon S3 to message brokers like Apache Kafka to infrastructure frameworks like Kubernetes to databases like MongoDB or Actor frameworks like Akka. At the same time the pattern structure is specific enough to be able to show real code. The beauty of this approach is that even if the code structure is shown in one programming language (Java in this case), the structure applies to many other programming
優惠價: 1 2400
無庫存
React Programming: The Big Nerd Ranch Guide
滿額折
出版日:2023/03/10 作者:Loren Klingman  出版社:BIG NERD RANCH GUIDES  裝訂:平裝
React is today's most popular open-source JavaScript library for front-end web application development. React Programming: The Big Nerd Ranch Guide helps you master React hands-on, through examples crafted to help you quickly leverage its remarkable power. Based on Big Nerd Ranch's popular bootcamps, it illuminates key concepts with realistic code, guiding you step-by-step through building a complete production-ready React app with Create React App, functional components, hooks, lint rules with ESLint, React Testing Library, and Cypress. Step by step, Big Nerd Ranch instructor and expert developer Loren Klingman help you build on your current skills, as you learn how to: Set up React and get started with its tools and environment Work with styles and components Utilize React's router and flexboxes Use declarative views to write more manageable, reliable code Create carts, checkouts, fulfillment, and other ecommerce features Add authentication to your front-ends Test components and en
優惠價: 1 2400
無庫存
A Tour of C++
滿額折
出版日:2022/10/10 作者:Bjarne Stroustrup  出版社:ADDISON WESLEY PUB CO INC  裝訂:平裝
In A Tour of C++, Third Edition, Bjarne Stroustrup provides an overview of ISO C++, C++20, that aims to give experienced programmers a clear understanding of what constitutes modern C++. Featuring carefully crafted examples and practical help in getting started, this revised and updated edition concisely covers most major language features and the major standard-library components needed for effective use. Stroustrup presents C++ features in the context of the programming styles they support, such as object-oriented and generic programming. His tour is remarkably comprehensive. Coverage begins with the basics, then ranges widely through more advanced topics, emphasizing newer language features. This edition covers many features that are new in C++20 as implemented by major C++ suppliers, including modules, concepts, coroutines, and ranges. It even introduces some library components in current use that are not scheduled for inclusion in the standard until C++23. This authoritative guid
優惠價: 1 1920
無庫存
Economic Dynamics, second edition
79 折
出版日:2022/08/16 作者:John Stachurski  出版社:Mit Pr  裝訂:平裝
The second edition of a rigorous and example-driven introduction to topics in economic dynamics that emphasizes techniques for modeling dynamic systems.This text provides an introduction to the modern theory of economic dynamics, with emphasis on mathematical and computational techniques for modeling dynamic systems. Written to be both rigorous and engaging, the book shows how sound understanding of the underlying theory leads to effective algorithms for solving real-world problems. The material makes extensive use of programming examples to illustrate ideas, bringing to life the abstract concepts in the text. Key topics include algorithms and scientific computing, simulation, Markov models, and dynamic programming. Part I introduces fundamentals and part II covers more advanced material. This second edition has been thoroughly updated, drawing on recent research in the field.New for the second edition:“Programming-language agnostic” presentation using pseudocode.New chapter 1 covering
優惠價: 79 2252
無庫存
七周七併發模型(簡體書)
滿額折
出版日:2022/08/01 作者:(美)布徹  出版社:人民郵電出版社  裝訂:平裝
併發程式設計近年逐漸熱起來,Go 等併發語言也對併發程式設計提供了良好的支援,使得併發這個話題受到越來越多人的關注。本書延續了《七周七語言》的寫作風格,通過以下七個精選的模型説明讀者瞭解併發領域的輪廓:執行緒與鎖,函數式程式設計,Clojure,actor,通信順序進程,資料級並行,Lambda 架構。書中每一章都設計成三天的閱讀量。每天閱讀結束都會有相關練習,鞏固並擴展當天的知識。每一章均有複習
優惠價: 87 256
無庫存
Programming in Parallel with CUDA:A Practical Guide
90 折
出版日:2022/05/31 作者:Richard Ansorge  出版社:Cambridge Univ Pr  裝訂:精裝
CUDA is now the dominant language used for programming GPUs, one of the most exciting hardware developments of recent decades. With CUDA, you can use a desktop PC for work that would have previously required a large cluster of PCs or access to a HPC facility. As a result, CUDA is increasingly important in scientific and technical computing across the whole STEM community, from medical physics and financial modelling to big data applications and beyond. This unique book on CUDA draws on the author's passion for and long experience of developing and using computers to acquire and analyse scientific data. The result is an innovative text featuring a much richer set of examples than found in any other comparable book on GPU computing. Much attention has been paid to the C++ coding style, which is compact, elegant and efficient. A code base of examples and supporting material is available online, which readers can build on for their own projects.
優惠價: 9 2808
無庫存
Decentralized Governance and Accountability:Academic Research and the Future of Donor Programming
90 折
出版日:2022/04/14 作者:Jonathan A. Rodden  出版社:Cambridge Univ Pr  裝訂:平裝
At the end of the twentieth century, academics and policymakers welcomed a trend toward fiscal and political decentralization as part of a potential solution for slow economic growth and poor performance by insulated, unaccountable governments. For the last two decades, researchers have been trying to answer a series of vexing questions about the political economy of multi-layered governance. Much of the best recent research on decentralization has come from close collaborations between university researchers and international aid institutions. As the volume and quality of this collaborative research have increased in recent decades, the time has come to review the lessons from this literature and apply them to debates about future programming. In this volume, the contributors place this research in the broader history of engagement between aid institutions and academics, particularly in the area of decentralized governance, and outline the challenges and opportunities to link evidence
優惠價: 9 1673
無庫存
Php & Mysql: Server-Side Web Development
滿額折
出版日:2022/03/25 作者:Duckett  出版社:John Wiley & Sons Inc  裝訂:精裝
Learn PHP, the programming language used to build sites like Facebook, Wikipedia and WordPress, then discover how these sites store information in a database (MySQL) and use the database&nbs
優惠價: 9 1778
無庫存
Php & Mysql: Server-Side Web Development
滿額折
出版日:2022/02/02 作者:Duckett  出版社:John Wiley & Sons Inc  裝訂:平裝
Learn PHP, the programming language used to build sites like Facebook, Wikipedia and WordPress, then discover how these sites store information in a database (MySQL) and use the database&nbs
優惠價: 9 1539
無庫存
Stem Coding Activity Book
滿額折
出版日:2022/01/03 作者:Jenny Jacoby  出版社:b small publishing UK  裝訂:平裝
Future coders will love the mix of non-fiction and activities in this educational book full of BIG ideas. Fun games and puzzles teach boys and girls about code, programming, loops, conditionals, spotting patterns and solving problems. Start a lifelong passion for STEM subjects.
優惠價: 79 303
無庫存
Sword of Azrael
滿額折
出版日:2023/07/04 作者:Dan Watters; Nikola Cizmesija  出版社:UK Penguin  裝訂:平裝
THE WARRIOR ANGEL OF ST. DUMAS RETURNS!Jean-Paul Valley does not want to be Azrael ever again. All it has brought him is pain, violence, and misery. He has sequestered himself away at a monastery in Europe to find peace. But when a young woman who claims to have the same System programming that made Jean-Paul into Azrael arrives at the monastery, he won’t have a choice but to don his violent mantle of Azrael once more to protect her from the deadly assassins who wish her harm.From the rising star creative team ofDan Watters(Arkham City: The Order of the World,Lucifer) andNikola Cižmešija(Batman: Urban Legends,Future State: Gotham) this collection redefines one of the Batman world’s most iconic and fierce characters!
優惠價: 79 600
無庫存
UNIX環境高級程式設計(第3版)(簡體書)
滿額折
出版日:2023/06/01 作者:(美)W.理查德‧史蒂文斯; 史蒂芬‧A.拉戈  出版社:人民郵電出版社  裝訂:平裝
本書是被譽為UNIX程式設計“聖經”的Advanced Programming in the UNIX Environment一書的第3版。在本書第2版出版後的8年中,UNIX發生了巨大的變化,特別是影響UNIX程式設計介面的有關標準變化很大。本書在保持前一版風格的基礎上,根據新的標準對內容進行了修訂和增補,反映了新的技術發展。書中除了介紹UNIX檔和目錄、標準I/O庫、系統資料檔案和資訊、進程環
優惠價: 87 882
無庫存
Engineers Making a Difference:Inventors, Technicians, Scientists and Tech Entrepreneurs Changing the World, and How You Can Join Them
滿額折
出版日:2023/03/02 作者:Shini Somara; Manuel Sumberac; Adam Allsuch Boardman  出版社:What on Earth Publishing Ltd  裝訂:精裝
Meet 46 engineers who are changing our world. Find out what makes them tick and how they create awe-inspiring technologies to improve our lives.Engineers are the superheroes of the real world. They use their problem-solving skills to face down the biggest challenges we have, from creating clean energy to designing prosthetic limbs, from eliminating food shortages to programming AI to exploring the surface of Mars. In this book you’ll meet 46 engineers, from apprentices and lab technicians to university professors and start-up CEOs and hear what problems they are solving and why they love their jobs. Engineers are changing the world. Will you be one of them?
優惠價: 79 738
無庫存
Everyday Hero Machine Boy
滿額折
出版日:2022/09/13 作者:Irma Kniivila; Tri Vuong; Tri Vuong  出版社:Image Comics  裝訂:平裝
When a machine boy falls to earth, his heart is awoken for the first time. As he learns to be human, he struggles to override his own programming and become a hero, from rising stars Tri Vuong and Irma Kniivila. It's a bird, it's a plane, it's... Machine Boy! When Machine Boy falls from the sky into the domed city of Mega 416, he leaves a wake of destruction in his path... until Karate Grandpa is able to turn on his heart. Now, Machine Boy wants nothing more than to become a hero! Whether he is fighting giant bugs in the school's basement, rescuing cats from trees, or making the perfect spaghetti sauce, Machine Boy is always looking for the best way to help others. But when his heart begins to interact dangerously with other debris from space, Machine Boy wonders if he can be a power for good after all. Rising stars Tri Vuong and Irma Kniivila create a funny and engaging all-ages adventure that asks-can you override your own programming?
優惠價: 1 494
無庫存
出版日:2022/08/31 作者:Dionysios Aliprantis  出版社:Cambridge Univ Pr  裝訂:精裝
Offering a new perspective, this textbook demystifies the operation of electric machines by providing an integrated understanding of electromagnetic fields, electric circuits, numerical analysis, and computer programming. It presents fundamental concepts in a rigorous manner, emphasising underlying physical modelling assumptions and limitations, and provides detailed explanations of how to implement the finite element method to explore these concepts using Python. It includes explanations of the conversion of concepts into algorithms, and algorithms into code, and examples building in complexity, from simple linear-motion electromagnets to rotating machines. Over 100 theoretical and computational end-of-chapter exercises test understanding, with solutions for instructors and downloadable Python code available online. Ideal for graduates and senior undergraduates studying electric machines, electric machine design and control, and power electronic converters and power systems engineerin
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2022/06/30 作者:William J. Marks  出版社:Cambridge Univ Pr  裝訂:精裝
Deep brain stimulation (DBS) is now a firmly established treatment for movement disorders, and an increasing body of evidence supports DBS in the treatment of other neurological and psychiatric disorders. This essential reference guide outlines a practical approach to the use of this paradigm-shifting therapy and covers key aspects of DBS practice. Chapters describe how to implement a DBS program and select appropriate patients, device programming to achieve optimal symptom control, and long-term management of patients. Thoroughly revised, this third edition includes additional chapters on managing patients with emerging applications of DBS. An entire chapter is dedicated to troubleshooting common problems with the therapy as many 'failures' are preventable and addressable. With contributions from experts in the field, this is a must-have reference guide for any clinician working with DBS patients.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2023/12/29 作者:Donis Marshall  出版社:ADDISON WESLEY PUB CO INC  裝訂:平裝
優惠價: 1 2160
無庫存
出版日:2023/12/22 作者:Marilyn J. Matelski  出版社:PBKTYFRL  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
R Programming for Actuarial Science
滿額折
出版日:2023/12/21 作者:Peter McQuire; Alfred Kume  出版社:PBKWILTR  裝訂:精裝
優惠價: 9 3215
無庫存
出版日:2023/12/14 作者:Kalpana P  出版社:BLUES KIDS OF AMER  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
The Rational Software Engineer: A Comprehensive Guide for Personal and Professional Growth
滿額折
出版日:2023/12/08 作者:Mykyta Chernenko  出版社:Apress  裝訂:平裝
This book will serve as a framework for you as a software engineer seeking a fulfilling career and wishing to stay passionate and maintain a healthy mental state. It is filled with protocols to achieve effective life-long learning, navigate career development, adapt to changes, maintain work-life balance, and have a healthy lifestyle.As a successful software engineer you tend to focus on improving your technical skills: learning a new programming language, mastering another tool, or using a library. But you also need to build a solid mental framework that will help you navigate your professional development. You need to develop the skills that will help you be a happy software engineer.This book will help you if you feel frustrated, unmotivated, or unhappy; lost in your career path; or uncertain if you want to be a software engineer. It can help you deal with burnout, high levels of stress, or depression; or if you struggle to be productive while working from home. What You Will LearnE
優惠價: 1 1710
無庫存
Programming Language Design and Implementation
滿額折
出版日:2023/12/07 作者:Torben ÆGidius Mogensen  出版社:Springer Nature  裝訂:平裝
優惠價: 1 3769
無庫存
出版日:2023/12/01 作者:Mir Shehzad Ahmad  出版社:TORONTO ACADEMIC PR  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2023/12/01 作者:Vinod Patidar  出版社:ARCLER PR  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2023/12/01 作者:Manmohan Singh  出版社:ARCLER PR  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2023/12/01 作者:Motopeda Oluyide  出版社:TORONTO ACADEMIC PR  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2023/12/01 作者:Mir Shehzad Ahmad  出版社:TORONTO ACADEMIC PR  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2023/11/01 作者:Alan S. Bluck  出版社:INGSPARK  裝訂:平裝
優惠價: 1 1900
無庫存
出版日:2023/10/29 作者:Poliana Moderno  出版社:OUR KNOWLEDGE PUB  裝訂:平裝
優惠價: 1 2520
無庫存
出版日:2023/10/26 作者:Serge Mbele Amoungui  出版社:OUR KNOWLEDGE PUB  裝訂:平裝
優惠價: 1 2760
無庫存
出版日:2023/10/04 作者:Karina Fanelli  出版社:OUR KNOWLEDGE PUB  裝訂:平裝
優惠價: 1 3420
無庫存
  • 755
    19
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 19

暢銷榜

客服中心

收藏

會員專區