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

Clojure Programming

7705
28 / 193
出版日:1990/03/01 作者:W. Richard Stark  出版社:Springer Verlag  裝訂:平裝
Here is a presentation of LISP which is both practical and theoretical. For the practical, the syntax of the language, the programming styles, and the semantics of computation are carefully developed.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1988/02/01 作者:Anthony L. Peressini  出版社:Springer Verlag  裝訂:精裝
Nonlinear programming provides an excellent opportunity to explore an interesting variety of pure and solidly applicable mathematics, numerical analysis, and computing. This text develops some of the
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1986/06/12 作者:Hughes  出版社:John Wiley & Sons Inc  裝訂:平裝
A complete course in the PL/I programming language, presented in a simple and logical manner with many features to help the reader grasp the material quickly: checkpoint questions interspersed through
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Introduction to Linear and Convex Programming
90 折
出版日:1985/09/05 作者:Neil Cameron  出版社:Cambridge Univ Pr  裝訂:平裝
This introduction to optimization emphasizes the need for both a pure and an applied mathematical point of view. Beginning with a chapter on linear algebra and Euclidean geometry, the author then applies this theory with an introduction to linear programming. There follows a discussion of convex analysis, which finds application in non-linear programming. The book ends with an extensive commentary to the exercises that are given at the end of each chapter. The author's straightforward, geometrical approach makes this an attractive textbook for undergraduate students of mathematics, engineering, operations research and economics.
優惠價: 9 1754
無庫存
出版日:1984/03/01 作者:Brian W. Kernighan; Rob Pike  出版社:Pearson P T R  裝訂:平裝
Designed for first-time and experienced users, this book describes the UNIXR programming environment and philosophy in detail. Readers will gain an understanding not only of how to use the system, i
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Simply Java Programming An Application-Driven Tutorial Approach /Deitel
90 折
作者:Deitel  出版社:新月圖書  裝訂:平裝
Combining the Deitel? signature Live-Code? Approach with a new Application-Driven? methodology, this book uses a step-by-step tutorial approach to begin teaching the basics of programming, builds upon
優惠價: 9 1035
無庫存
Programming & Problem Solvingwith C++ 4/e /Dale
90 折
作者:Dale  出版社:新月圖書  裝訂:平裝
Dale (University of Texas) and Weems (University of Massachusetts) introduce C++, object-oriented programming, and software development in this text for undergraduates. The text covers many topics onc
優惠價: 9 1035
無庫存
Swift Game Programming for Absolute Beginners (2015)
滿額折
出版日:1911/07/29 作者:Arjan Egges  出版社:Apress  裝訂:平裝
Swift Game Programming for Absolute Beginners teaches Apple’s Swift language in the context of four, fun and colorful games. Learn the Swift 2.0 language, and learn to create game apps for iOS at the
優惠價: 1 2609
無庫存
A Practitioner's Guide to Public Archaeology:Intentional Programming for Effective Outreach
90 折
出版日:2024/09/17 作者:Reetz; Elizabeth C.; Sperling; Stephanie T.  出版社:Rowman & Littlefield  裝訂:平裝
AQ: Many archaeologists learn by trial and error while developing public programs and events and are mostly unaware that others in the profession are undergoing the same challenges. Archaeologists seldom receive professional development on K-12 pedagogy, public engagement, program design, or assessment. For many in the field, public outreach is often an under-funded and under-resourced extension of an already overwhelming workload; yet this work is incredibly important.InA Practitioner's Guide to Public Archaeology: Intentional Programming for Effective Outreach, more than thirty public archaeology practitioners will help you reduce the guesswork and stress behind program planning in this engaging and reader-friendly handbook. A complement to the growing library of public archaeology publications, the authors exclusively focus on key components of planning, implementing, and assessing public archaeology programming. Learn how to connect with your audience; build an accessibility mindse
優惠價: 9 1583
無庫存
出版日:2024/01/19 作者:Malcolm Sherrington  出版社:PACKT PUB  裝訂:平裝
A hands-on, code-based guide to leveraging Julia in a variety of scientific and data-driven scenarios Key Features: Augment your basic computing skills with an in-depth introduction to JuliaFocus on topic-based approaches to scientific problems and visualisationBuild on prior knowledge of programming languages such as Python, R, or C/C++Purchase of the print or Kindle book includes a free PDF eBook Book Description: Julia is a well-constructed programming language which was designed for fast execution speed by using just-in-time LLVM compilation techniques, thus eliminating the classic problem of performing analysis in one language and translating it for performance in a second.This book is a primer on Julia's approach to a wide variety of topics such as scientific computing, statistics, machine learning, simulation, graphics, and distributed computing.Starting off with a refresher on installing and running Julia on different platforms, you'll quickly get to grips with the core concept
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
無庫存
Learn to Code by Solving Problems : A Python-Based Introduction
滿額折
出版日:2021/06/29 作者:Daniel Zingaro  出版社:No Starch Pr  裝訂:平裝
Learn to Program by Solving Problems is a practical introduction to programming using Python, one of the world’s most popular programming languages. The book emphasizes problem-solving strategies that
優惠價: 79 1051
無庫存
Raspberry Pi 4: The Ultimate Step-by-Step Guide to Using Raspbian to Create Amazing Projects and Expand Your Programming Skills with t
滿額折
出版日:2021/06/22 作者:Liam Clark Sr.  出版社:Lightning Source Inc  裝訂:精裝
Do you already know Python and love using this programming language to create stunning projects? Are you looking to increase your programming skills and stay up to date with the latest languages and trends?Then you've probably been wanting to learn Raspberry Pi 4.Now you can!This comprehensive step-by-step guide will teach you everything you need to know about installing, programming, and learning Raspberry Pi 4.With detailed instructions, tips, tricks, and a full index for you to refer back to, every programmer who desires to learn Raspberry Pi 4 must have this book by their computers.With this book in your hands, you will: Learn step-by-step how to install Raspbian and set up Raspberry Pi 4 to create stunning programs and automationReplace your PC with Raspberry Pi 4 so your computer is completely customizable how you like itBecome a better programmer with Python and practice your coding skills with the steps contained in this bookCreate incredible projects and programs with Raspberr
優惠價: 1 1632
無庫存
A First Course in Statistical Programming with R
滿額折
出版日:2021/05/31 作者:W. John Braun  出版社:Cambridge Univ Pr  裝訂:平裝
This third edition of Braun and Murdoch's bestselling textbook now includes discussion of the use and design principles of the tidyverse packages in R, including expanded coverage of ggplot2, and R Markdown. The expanded simulation chapter introduces the Box–Muller and Metropolis–Hastings algorithms. New examples and exercises have been added throughout. This is the only introduction you'll need to start programming in R, the computing standard for analyzing data. This book comes with real R code that teaches the standards of the language. Unlike other introductory books on the R system, this book emphasizes portable programming skills that apply to most computing languages and techniques used to develop more complex projects. Solutions, datasets, and any errata are available from www.statprogr.science. Worked examples - from real applications - hundreds of exercises, and downloadable code, datasets, and solutions make a complete package for anyone working in or learning practical data
優惠價: 9 2047
無庫存
出版日:2021/03/31 作者:Christos T. Maravelias  出版社:Cambridge Univ Pr  裝訂:精裝
Understand common scheduling as well as other advanced operational problems with this valuable reference from a recognized leader in the field. Beginning with basic principles and an overview of linear and mixed-integer programming, this unified treatment introduces the fundamental ideas underpinning most modeling approaches, and will allow you to easily develop your own models. With more than 150 figures, the basic concepts and ideas behind the development of different approaches are clearly illustrated. Addresses a wide range of problems arising in diverse industrial sectors, from oil and gas to fine chemicals, and from commodity chemicals to food manufacturing. A perfect resource for engineering and computer science students, researchers working in the area, and industrial practitioners.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Multi-Agent Oriented Pgm
79 折
出版日:2020/09/15 作者:Olivier Boissier  出版社:Mit Pr  裝訂:精裝
The main concepts and techniques of multi-agent oriented programming, which supports the multi-agent systems paradigm at the programming level.A multi-agent system is an organized ensemble of autonomo
優惠價: 79 1501
無庫存
How to Write Good Programs:A Guide for Students
90 折
出版日:2020/07/23 作者:Perdita Stevens  出版社:Cambridge Univ Pr  裝訂:平裝
Learning to program isn't just learning the details of a programming language: to become a good programmer you have to become expert at debugging, testing, writing clear code and generally unsticking yourself when you get stuck, while to do well in a programming course you have to learn to score highly in coursework and exams. Featuring tips, stories and explanations of key terms, this book teaches these skills explicitly. Examples in Python, Java and Haskell are included, helping you to gain transferable programming skills whichever language you are learning. Intended for students in Higher or Further Education studying early programming courses, it will help you succeed in, and get the most out of, your course, and support you in developing the software engineering habits that lead to good programs.
優惠價: 9 863
無庫存
Python for Linguists
90 折
出版日:2020/03/31 作者:Michael Hammond  出版社:Cambridge Univ Pr  裝訂:平裝
Specifically designed for linguists, this book provides an introduction to programming using Python for those with little to no experience of coding. Python is one of the most popular and widely-used programming languages as it's also available for free and runs on any operating system. All examples in the text involve language data and can be adapted or used directly for language research. The text focuses on key language-related issues: searching, text manipulation, text encoding and internet data, providing an excellent resource for language research. More experienced users of Python will also benefit from the advanced chapters on graphical user interfaces and functional programming.
優惠價: 9 1835
無庫存
出版日:2020/03/31 作者:Michael Hammond  出版社:Cambridge Univ Pr  裝訂:精裝
Specifically designed for linguists, this book provides an introduction to programming using Python for those with little to no experience of coding. Python is one of the most popular and widely-used programming languages as it's also available for free and runs on any operating system. All examples in the text involve language data and can be adapted or used directly for language research. The text focuses on key language-related issues: searching, text manipulation, text encoding and internet data, providing an excellent resource for language research. More experienced users of Python will also benefit from the advanced chapters on graphical user interfaces and functional programming.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Learn to Program With App Inventor
滿額折
出版日:2019/06/11 作者:Lyra Logan  出版社:No Starch Pr  裝訂:平裝
Learn to build mobile apps for Android/iOS devices with MIT App Inventor, a visual drag-and-drop programming language like Scratch.App Inventor is a free, open-source visual blocks-based programming l
優惠價: 79 749
無庫存
Python Crash Course
滿額折
出版日:2019/04/02 作者:Eric Matthes  出版社:No Starch Pr  裝訂:平裝
Second edition of the best selling Python book in the world. A fast-paced, no-nonsense guide to programming in Python. This book teaches beginners the basics of programming in Python with a focus on r
優惠價: 79 1199
無庫存
Modern Systems Programming With Scala Native ― Write Lean, High-performance Code Without the Jvm
滿額折
出版日:2019/03/07 作者:Richard Whaling  出版社:Pragmatic Bookshelf  裝訂:平裝
Access the power of bare-metal systems programming with Scala Native, an ahead-of-time Scala compiler. Without the baggage of legacy frameworks and virtual machines, Scala Native lets you re-imagine h
優惠價: 1 2527
無庫存
Modern C Quick Syntax Reference ― A Pocket Guide to the Language, Apis, and Library
滿額折
出版日:2019/02/12 作者:Mikael Olsson  出版社:Apress  裝訂:平裝
Discover how C's efficiency makes it a popular choice in a wide variety of applications and operating systems with special applicability to wearables, game programming, system level programming, embed
優惠價: 1 1444
無庫存
Python For Data Science For Dummies, 2Nd Edition
滿額折
出版日:2019/02/08 作者:Mueller  出版社:John Wiley & Sons Inc  裝訂:平裝
The fast and easy way to learn Python programming and statisticsPython is a general-purpose programming language created in the late 1980s—and named after Monty Python—that's used by thousands of peop
優惠價: 9 1197
無庫存
出版日:2019/01/22 作者:Quentin Charatan; Aaron Kans  出版社:Springer-Nature New York Inc  裝訂:精裝
Java in Two Semesters caters both for those taking a first programming course in Java, as well as those going on to specialise in programming and software engineering.This revised and updated new edit
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Introduction to Python for Science and Engineering
90 折
出版日:2018/10/29 作者:David J. Pine  出版社:CRC Pr I Llc  裝訂:平裝
This guide offers a rapid introduction to Python programming to anyone with no experience in programming, taking a careful and methodical approach to presenting the features available and their use fo
優惠價: 9 2969
無庫存
出版日:2018/10/29 作者:David J. Pine  出版社:CRC Pr I Llc  裝訂:精裝
This guide offers a rapid introduction to Python programming to anyone with no experience in programming, taking a careful and methodical approach to presenting the features available and their use fo
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Inductive Logic Programming ― 28th International Conference, Ilp 2018, Ferrara, Italy, September 2-4, 2018, Selected Papers
90 折
出版日:2018/08/24 作者:Fabrizio Riguzzi (EDT); Elena Bellodi (EDT); Riccardo Zese (EDT)  出版社:Springer-Nature New York Inc  裝訂:平裝
This book constitutes the refereed conference proceedings of the 28th International Conference on Inductive Logic Programming, ILP 2018, held in Ferrara, Italy, in September 2018.The 10 full papers pr
優惠價: 9 2430
無庫存
出版日:2018/03/18 作者:Tony Gaddis; Godfrey Muganda  出版社:Pearson College Div  裝訂:平裝
For courses in computer science and programming Starting Out with Java: From Control Structures through Data Structures provides a smooth introduction to programming with Java that moves fl
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Bad Programming Practices 101 ― Become a Better Coder by Learning How Not to Program
滿額折
出版日:2018/03/12 作者:Karl Beecher  出版社:Apress  裝訂:平裝
This book takes a humorous slant on the programming practice manual by reversing the usual approach: under the pretence of teaching you how to become the world’s worst programmer who generally causes
優惠價: 1 2609
無庫存
出版日:2018/03/12 作者:A. Arockia Bazil Raj  出版社:CRC Pr I Llc  裝訂:精裝
The book covers various aspects of VHDL programming and FPGA interfacing with examples and sample codes giving an overview of VLSI technology, digital circuits design with VHDL, programming, component
無法訂購
Genetic Programming ― 21st European Conference, Eurogp 2018, Parma, Italy, April 4-6, 2018, Proceedings
90 折
This book constitutes the refereed proceedings of the 21st European Conference on Genetic Programming, EuroGP 2018, held in Parma, Italy, in April 2018, co-located with the Evo* 2018 events, EvoCOP, E
優惠價: 9 2714
無庫存
出版日:2018/02/26 作者:Tony Gaddis  出版社:Pearson College Div  裝訂:平裝
For courses in computer programming in Java. Provide a step-by-step introduction to programming in Java Starting Out with Java: From Control Structures through Objects provides a step-by-
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Accelerator Programming Using Directives ― 4th International Workshop, Waccpd 2017, Denver, Co, USA, November 13, 2017, Proceedings
90 折
出版日:2018/01/31 作者:Sunita Chandrasekaran (EDT); Guido Juckeland (EDT)  出版社:Springer-Verlag New York Inc  裝訂:平裝
This book constitutes the refereed post-conference proceedings of the 4th International Workshop on Accelerator Programming Using Directives, WACCPD 2017, held in Denver, CO, USA, in November 2017. T
優惠價: 9 2430
無庫存
出版日:2018/01/29 作者:John Dean  出版社:Jones & Bartlett Learning  裝訂:平裝
Web Programming with HTML 5, CSS, and JavaScript is written for the undergraduate, client-side web programming course. It covers the three client-side technologies (HTML5, CSS, and JavaScript) in dept
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2018/01/29 作者:Julie Anderson; Herv?J. Franceschi  出版社:Jones & Bartlett Learning  裝訂:平裝
Written for the one- to three-term introductory programming course, the fifth edition of Java Illuminated provides learners with an interactive, user-friendly approach to learning the Java programming
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
A Student`s Guide to Python for Physical Modeling
90 折
出版日:2018/01/16 作者:Jesse M. Kinder; Philip Nelson  出版社:Princeton Univ Pr  裝訂:精裝
A fully updated tutorial on the basics of the Python programming language for science studentsPython is a computer programming language that is rapidly gaining popularity throughout the sciences. This
優惠價: 9 2565
無庫存
A Student`s Guide to Python for Physical Modeling
90 折
出版日:2018/01/16 作者:Jesse M. Kinder; Philip Nelson  出版社:Princeton Univ Pr  裝訂:平裝
A fully updated tutorial on the basics of the Python programming language for science studentsPython is a computer programming language that is rapidly gaining popularity throughout the sciences. This
優惠價: 9 853
無庫存
Cross over to Html5 Game Development ― Use Your Programming Experience to Create Mobile Games
滿額折
出版日:2018/01/01 作者:Zarrar Chishti  出版社:Apress  裝訂:平裝
Break into the most lucrative platform in the world by adding HTML5 game development to your current skillset. Zarrar Chishti has trained developers from a wide range of programming disciplines to cro
優惠價: 1 1739
無庫存
  • 7705
    193
  • 1
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 193

暢銷榜

客服中心

收藏

會員專區