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

Clojure Programming

4948
21 / 124
Recursion via Pascal
90 折
出版日:1984/07/26 作者:Rohl  出版社:Cambridge Univ Pr  裝訂:平裝
This book is devoted to recursion in programming, the technique by which the solution to a problem is expressed partly in terms of the solution to a simpler version of the same problem. Ultimately the solution to the simplest version must be given explicitly. In functional programming, recursion has received its full due since it is quite often the only repetitive construct. However, the programming language used here is Pascal and the examples have been chosen accordingly. It makes an interesting contrast with the use of recursion in functional and logic programming. The early chapters consider simple linear recursion using examples such as finding the highest common factor of a pair of numbers, and processing linked lists. Subsequent chapters move up through binary recursion, with examples which include the Towers of Hanoi problem and symbolic differentiation, to general recursion. The book contains well over 100 examples.
優惠價: 9 2105
無庫存
出版日:1964/03/15 作者:Steven J. Fenves  出版社:Mit Pr  裝訂:平裝
A manual describing STRESS, a programming system for the solution of structural engineering problems. STRESS, which is the abbreviation for STRuctural Engineering Systems Solver, is a programming sy
Linux Application Development by Example: The Fundamental APIs
滿額折
出版日:2025/12/01 作者:Arnold Robbins  出版社:ADDISON WESLEY PUB CO INC  裝訂:平裝
Unlock the Secrets of Linux System Programming and Take Your Coding Skills to the Next Level Do you use Linux, but not really understand it? Have you ever wondered how ls -l' knows everything does? Could you explain to a coworker why ls' and find' can be external commands but cd' and umask' must be built into the shell? The answers to these questions, and more, are in Linux Application Programming by Example, Second Edition. Purposely avoiding Too Much Information (TMI) this book tells you exactly what you need to know--no more and no less--about the fundamental Linux system programming APIs. Following the latest POSIX standard, author Arnold Robbins explains how the basic file, process, IPC and networking APIs work. Wherever possible, he demonstrates the use of the APIs with code drawn from real programs (V7 Unix, BSD Unix, and GNU). When not possible, the author provides small, clearly documented and annotated, standalone example programs of his own. The author focuses on both
優惠價: 1 2880
無庫存
Bitesize Python for Absolute Beginners: With Practice Labs, Real-World Examples, and Generative AI Assistance
90 折
出版日:2025/07/31 作者:Di Wu  出版社:CRC PR INC  裝訂:平裝
As an introduction to Python, this book allows readers to take a slow and steady approach to understanding Python code, explaining concepts, connecting programming with real-life examples, writing Python programs, and completing case studies.While there are many books, websites, and online courses about the topic, we break down Python programming into easily digestible lessons of less than 5 minutes each, following our BiteSize approach. Each lesson begins with a clear and short introduction to the topic. This gives you a strong base to start from and gets you ready for deeper learning. Then, you will see coding demonstrations that show the ideas discussed. These examples are simple and useful, helping you really understand the concepts. You'll then practice tasks at different difficulty levels, so you can test your knowledge and increase your confidence. You'll also play with case studies to solve real-world problems. Tips are included to show how you can incorporate generative AI int
優惠價: 9 3316
無庫存
Java程序員修煉之道(第2版)(簡體書)
滿額折
出版日:2025/06/01 作者:(英)本傑明 ‧ J. 埃文斯; (美)傑森 ‧ 克拉克; (荷)馬丁‧韋爾伯格  出版社:人民郵電出版社  裝訂:平裝
《Java 程序員修煉之道(第2 版)》是為有志成為卓越 Java 開發者的人編寫的實用指南。相比於第 1 版,第 2 版擴展了內容,深入探討了 Java 8、11 及更高版本的特性。本書不僅覆蓋了 Java 語言本身的新特性,還引入了與現代開發實踐息息相關的主題,包括函數式編程、併發、多語言編程及容器化部署等。本書的核心目標是幫助開發者建立紮實的基礎,掌握 Java 語言和 JVM 平臺的深層知識,同時引導讀者瞭解 Java 生態中的非 Java 語言,如 Kotlin 和 Clojure。通過對 Java 語言核心原理的學習,讀者將掌握如何高效地使用 Java,如何應對日益複雜的開發環境,並理解平臺的未來演化方向。
優惠價: 87 834
無庫存
出版日: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
無庫存
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/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
無庫存
The Lego Mindstorms Robot Inventor Activity Book
滿額折
出版日:2021/08/31 作者:Daniele Benedettelli  出版社:No Starch Pr  裝訂:平裝
A playful project-based introduction to robot building and programming using the new LEGO MINDSTORMS Robot Inventor Kit. This introduction to the LEGO MINDSTORMS Robot Inventor Kit is a great way to enter the world of robotics--no previous programming experience necessary! Seven cool projects guide you through creating interactive robotic models with the LEGO MINDSTORMS Robot Inventor kit. You'll build a series of funny and increasingly sophisticated models, like: - a remotely-controlled biped walking robot that can transform into a car- a playable 3/4-sized guitar- a fully functional pinball game bigger than the kit box itself- a cute and shy turtle pet with unpredictable behavior- and more! The book is packed with illustrations to help you better visualize each model and includes a quick reference guide to the programming blocks used and the complete bill of materials of the kit, really helpful when developing your own creations. As you build these robots, you'll learn how to use the
優惠價: 79 1051
無庫存
Learn to Program With 3d Printing
滿額折
出版日:2021/07/20 作者:Justin Gohde; Marius Kintel  出版社:No Starch Pr  裝訂:平裝
The Creator of OpenSCAD, Marius Kintel, teaches anyone how to code and print fun games, puzzles, and more.OpenSCAD is free, open-source 3D modeling software; its easy-to-use programming interface is g
優惠價: 79 901
無庫存
Artificial Intelligence: Research Directions in Cognitive Science: European Perspectives Vol. 5
90 折
出版日:2021/06/19 作者:D. Sleeman(EDI)  出版社:Routledge  裝訂:平裝
Originally published in 1992, this title reviews seven major subareas in artificial intelligence at that time: knowledge acquisition; logic programming and representation; machine learning; natural la
優惠價: 9 1821
無庫存
The Art of 64-Bit Assembly Language
滿額折
出版日:2021/05/25 作者:Randall Hyde  出版社:No Starch Pr  裝訂:平裝
A new assembly language programming book from a well-loved master. Art of 64-bit Assembly Language capitalizes on the long-lived success of Hyde's seminal The Art of Assembly Language. Randall Hyde's
優惠價: 79 2402
無庫存
Learn Quantum Computing with Python and Q#: A Hands-On Approach
滿額折
出版日:2021/04/20 作者:Sarah C. Kaiser  出版社:PBKMANGN  裝訂:平裝
Learn Quantum Computing with Python and Q# introduces quantum computing from a practical perspective. Summary Learn Quantum Computing with Python and Q# demystifies quantum computing. Using Python and the new quantum programming language Q#, you'll build your own quantum simulator and apply quantum programming techniques to real-world examples including cryptography and chemical analysis. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Quantum computers present a radical leap in speed and computing power. Improved scientific simulations and new frontiers in cryptography that are impossible with classical computing may soon be in reach. Microsoft's Quantum Development Kit and the Q# language give you the tools to experiment with quantum computing without knowing advanced math or theoretical physics. About the book Learn Quantum Computing with Python and Q# introduces quantum computing from a practical pers
優惠價: 79 1801
無庫存
Data Structures using Python provides an introduction to design, analysis, and implementation of data structures using the powerful programming language, Python. This book is designed for a first cour
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Competitive Programming in Python:128 Algorithms to Develop your Coding Skills
90 折
出版日:2020/11/30 作者:Christoph Dürr  出版社:Cambridge Univ Pr  裝訂:平裝
Want to kill it at your job interview in the tech industry? Want to win that coding competition? Learn all the algorithmic techniques and programming skills you need from two experienced coaches, problem setters, and jurors for coding competitions. The authors highlight the versatility of each algorithm by considering a variety of problems and show how to implement algorithms in simple and efficient code. Readers can expect to master 128 algorithms in Python and discover the right way to tackle a problem and quickly implement a solution of low complexity. Classic problems like Dijkstra's shortest path algorithm and Knuth-Morris-Pratt's string matching algorithm are featured alongside lesser known data structures like Fenwick trees and Knuth's dancing links. The book provides a framework to tackle algorithmic problem solving, including: Definition, Complexity, Applications, Algorithm, Key Information, Implementation, Variants, In Practice, and Problems. Python code included in the book
優惠價: 9 1835
無庫存
Real-world Python ― A Hacker's Guide to Solving Problems With Code
滿額折
出版日:2020/10/13 作者:Lee Vaughan  出版社:No Starch Pr  裝訂:平裝
A project-based approach to learning Python programming for beginners. Intriguing projects teach you how to tackle challenging problems with code.You've mastered the basics. Now you're ready to explor
優惠價: 79 1201
無庫存
Algorithms for the Adventurous ― Creative Solutions to Computational (And Human) Problems
滿額折
出版日:2020/10/13 作者:Bradford Tuckfield  出版社:No Starch Pr  裝訂:平裝
Dive Into Algorithms is a broad introduction to algorithms using the Python Programming Language.Dive Into Algorithms is a wide-ranging, Pythonic tour of many of the world's most interesting algorithm
優惠價: 79 1199
無庫存
Introduction to Bioinformatics with R:A Practical Guide for Biologists
90 折
出版日:2020/08/18 作者:Edward Curry  出版社:Chapman & Hall  裝訂:平裝
This book takes the reader through the basics of using the R statistical programming environment for data analysis using a series of case studies based around tasks that answer real research questions
優惠價: 9 3131
無庫存
Computational Finance:MATLAB (R) Oriented Modeling
90 折
出版日:2020/08/05 作者:Francesco Cesarone  出版社:Routledge  裝訂:平裝
The theoretical aspects of the book are based on an essential introduction to the building blocks of the two topics under consideration: mathematical programming and stochastic processes. It also 
優惠價: 9 1997
無庫存
Robotics Actvity Book
滿額折
出版日:2020/01/31 作者:Jenny Jacoby  出版社:b small publishing UK  裝訂:平裝
Future robotics engineers 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 robotics, automation, programming
優惠價: 79 303
無庫存
Ready, Steady, Code!: Coding with Scratch Jr
滿額折
出版日:2020/01/23 作者:Álvaro Scrivano  出版社:Wayland UK  裝訂:平裝
Get ready to code with this easy-to-use series full of projects and tips to get kids programming. Each book in the Ready, Steady Code! series has 4 step-by-step projects with an introduction section (
優惠價: 79 426
無庫存
ENGINEERING COMPUTATION WITH MATLAB 3/E (IE)
滿額折
出版日:2019/10/17 作者:SMITH  出版社:PEARSON  裝訂:平裝
This textbook is ideal for MATLAB/Introduction to Programming courses in both Engineering and Computer Science departments.Engineering Computation with MATLAB introduces the power of computing to engi
優惠價: 1 1300
無庫存
I Can Be an Awesome Inventor
滿額折
出版日:2019/10/16 作者:Anna Claybourne  出版社:Dover Pubns  裝訂:平裝
Put on your thinking cap and get inventive! Make a musical instrument from glass bottles, use a drop of water to create a microscope, develop your own computer programming language, and more! Filled w
優惠價: 1 380
無庫存
Get Coding! ― Build Five Computer Games Using Html and Javascript
滿額折
出版日:2019/09/24 作者:David Whitney; Duncan Beedie (ILT)  出版社:Candlewick Pr  裝訂:平裝
Ready to learn how to code a game? Get an introduction to programming with this fun and accessible guide. Learn HTML and JavaScript. Design and build five interactive computer games. Create cool graph
優惠價: 79 390
無庫存
Computer Coding With Scratch 3.0
滿額折
出版日:2019/09/03 作者:Inc. Dorling Kindersley (COR)  出版社:DK Pub  裝訂:平裝
Kids will easily learn to code games and projects using Scratch 3.0 with this coding workbook, perfect for school projects or just for fun.Download Scratch, a simple and free programming language, and
優惠價: 79 240
無庫存
Code This!
滿額折
出版日:2019/08/27 作者:Jennifer Szymanski  出版社:National Geographic Kids  裝訂:平裝
Programming concepts come to life in this kid-friendly intro to the basics of computer science and coding, with puzzles, games, and quirky characters.Welcome to the Coder Crew, where you're on a missi
優惠價: 79 510
無庫存
The 7cs of Coaching ― A Personal Journey Through the World of Nlp and Coaching Psychology
90 折
出版日:2019/08/18 作者:Bruce Grimley  出版社:Taylor & Francis  裝訂:平裝
In The 7Cs of Coaching, Bruce Grimley expertly explains neuro-linguistic programming (NLP) to the advanced coach and counsellor by asking a simple question: 'What is NLP?'. Inviting us on his personal
優惠價: 9 1565
無庫存
25 Scratch Games for Kids ― A Playful Guide to Coding
滿額折
出版日:2019/08/13 作者:Max Wainewright  出版社:No Starch Pr  裝訂:平裝
Build your own computer games with Scratch 3!Learn how to make fun games with Scratch—a free, beginner-friendly programming language from the MIT Media Lab. Create mazes, road-crossing games, and two-
優惠價: 79 599
無庫存
Black Widow - Seeing Red
滿額折
出版日:2019/07/30 作者:Jen Soska; Sylvia Soska; Flaviano (ILT)  出版社:Marvel Enterprises  裝訂:平裝
Natasha Romanoff was trained to kill. For years now she's tried to overcome that programming, to side with the angels...to be a hero. And where'd that get her? Killed. By one of the few true friends s
優惠價: 79 480
無庫存
Powershell and Python Together ― Targeting Digital Investigations
90 折
出版日:2019/05/29 作者:Chet Hosmer  出版社:Apress  裝訂:平裝
Bring together the Python programming language and Microsoft’s PowerShell to address digital investigations and create state-of-the-art solutions for administrators, IT personnel, cyber response teams
優惠價: 9 1310
無庫存
Pro Python 3 ― Features and Tools for Professional Development
滿額折
出版日:2019/04/27 作者:J. Burton Browning; Marty Alchin  出版社:Apress  裝訂:平裝
Refine your programming techniques and approaches to become a more productive and creative Python programmer. This book explores the concepts and features that will improve not only your code but also
優惠價: 1 2470
無庫存
The Happiness Hack ― How to Take Charge of Your Brain and Program More Happiness into Your Life
滿額折
出版日:2019/04/01 作者:Ellen Petry Leanse  出版社:Simple Truths Llc  裝訂:平裝
For years, Ellen Leanse worked with the biggest technology titans that fight for our attention, including Apple, Facebook, Google, and Microsoft... programming habits that revolved around our devices.
優惠價: 79 390
無庫存
Coding for Kids - Python ― Learn to Code With 50 Awesome Games and Activities
滿額折
出版日:2019/03/19 作者:Adrienne Tacke  出版社:Rockridge Pr  裝訂:平裝
Learning Python just got fun for kids!Learning to code is just like playing a new sport or practicing an instrument—just get started! From the basic building blocks of programming to creating your ver
優惠價: 79 600
無庫存
The Art of the Artistic Director ― Conversations With Leading Practitioners
90 折
出版日:2019/02/21 作者:Christopher Haydon  出版社:Bloomsbury Methuen Drama  裝訂:平裝
Every theatre is different – its programming particular, its space idiosyncratic and its place in the market distinctive.Thus the demands for the management of any theatre will be unique to that build
優惠價: 9 1941
無庫存
The Official Scratch Coding Cards (Scratch 3.0)
滿額折
出版日:2019/02/05 作者:Natalie Rusk  出版社:No Starch Pr  裝訂:平裝
Kids learn to code with a deck of instructional cards by creating interactive games, stories, music, and animations with Scratch, a popular visual programming language.Now updated for Scratch 3.0, thi
優惠價: 79 749
無庫存
  • 4948
    124
  • 1
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 124

暢銷榜

客服中心

收藏

會員專區