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

Clojure Programming

8059
86 / 202
出版日:2020/10/08 作者:Hans Petter Langtangen  出版社:Lightning Source Inc  裝訂:平裝
優惠價: 1 2517
無庫存
出版日:2020/10/08 作者:Hans Petter Langtangen  出版社:Lightning Source Inc  裝訂:精裝
優惠價: 1 3117
無庫存
Computer Programming
滿額折
出版日:2020/10/07 作者:Steve Tudor  出版社:Lightning Source Inc  裝訂:平裝
優惠價: 1 1708
無庫存
Python Programming For Beginners
滿額折
出版日:2020/10/07 作者:Steve Tudor  出版社:Lightning Source Inc  裝訂:平裝
優惠價: 1 758
無庫存
Python Programming For Beginners
滿額折
出版日:2020/10/07 作者:Steve Tudor  出版社:Lightning Source Inc  裝訂:精裝
優惠價: 1 1138
無庫存
Python Programming
滿額折
出版日:2020/10/07 作者:Steve Tudor  出版社:Lightning Source Inc  裝訂:平裝
優惠價: 1 1138
無庫存
出版日:2020/10/02 作者:Wolsey  出版社:John Wiley & Sons Inc  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Beyond the Worst-Case Analysis of Algorithms
90 折
出版日:2020/09/30 作者:Tim Roughgarden  出版社:Cambridge Univ Pr  裝訂:精裝
There are no silver bullets in algorithm design, and no single algorithmic idea is powerful and flexible enough to solve every computational problem. Nor are there silver bullets in algorithm analysis, as the most enlightening method for analyzing an algorithm often depends on the problem and the application. However, typical algorithms courses rely almost entirely on a single analysis framework, that of worst-case analysis, wherein an algorithm is assessed by its worst performance on any input of a given size. The purpose of this book is to popularize several alternatives to worst-case analysis and their most notable algorithmic applications, from clustering to linear programming to neural network training. Forty leading researchers have contributed introductions to different facets of this field, emphasizing the most important models and results, many of which can be taught in lectures to beginning graduate students in theoretical computer science and machine learning.
優惠價: 9 3023
無庫存
Numerical Methods in Physics with Python
90 折
出版日:2020/09/30 作者:Alex Gezerlis  出版社:Cambridge Univ Pr  裝訂:平裝
Bringing together idiomatic Python programming, foundational numerical methods, and physics applications, this is an ideal standalone textbook for courses on computational physics. All the frequently used numerical methods in physics are explained, including foundational techniques and hidden gems on topics such as linear algebra, differential equations, root-finding, interpolation, and integration. Accompanying the mathematical derivations are full implementations of dozens of numerical methods in Python, as well as more than 250 end-of-chapter problems. Numerical methods and physics examples are clearly separated, allowing this introductory book to be later used as a reference; the penultimate section in each chapter is an in depth project, tackling physics problems which cannot be solved without the use of a computer. Written primarily for students studying computational physics, this textbook brings the non-specialist quickly up to speed with Python before looking in detail at the
優惠價: 9 2267
無庫存
出版日:2020/09/30 作者:Alex Gezerlis  出版社:Cambridge Univ Pr  裝訂:精裝
Bringing together idiomatic Python programming, foundational numerical methods, and physics applications, this is an ideal standalone textbook for courses on computational physics. All the frequently used numerical methods in physics are explained, including foundational techniques and hidden gems on topics such as linear algebra, differential equations, root-finding, interpolation, and integration. Accompanying the mathematical derivations are full implementations of dozens of numerical methods in Python, as well as more than 250 end-of-chapter problems. Numerical methods and physics examples are clearly separated, allowing this introductory book to be later used as a reference; the penultimate section in each chapter is an in depth project, tackling physics problems which cannot be solved without the use of a computer. Written primarily for students studying computational physics, this textbook brings the non-specialist quickly up to speed with Python before looking in detail at the
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2020/09/30 作者:Santosh Kumar  出版社:CRC Pr I Llc  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2020/09/24 作者:Ritik S. Jain  出版社:LAP LAMBERT ACADEMIC PUB  裝訂:平裝
優惠價: 1 2820
無庫存
出版日:2020/09/23 作者:Ch V. Raghavendran  出版社:BLUES KIDS OF AMER  裝訂:平裝
優惠價: 1 2520
無庫存
出版日:2020/08/31 出版社:Cengage Learning; Inc  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Artificial Intelligence
滿額折
出版日:2020/08/11 作者:Dinah Williams  出版社:Starry Forest Books  裝訂:精裝
CBC and NSTA's Best STEM Books Pick for 2022Explore artificial intelligence—the programming that teaches computers to be brainy—in this “enjoyable, upbeat series” (Booklist).Did you know that you can teach a robot to play soccer? Or that you can ride in a car driven by a computer? Discover how AI learns and grows, as well as how it identifies objects by recognizing differences and similarities!Ignite your scientific mind with fun facts, activities, and experiments. Try this: Hum “Twinkle, Twinkle Little Star,” “Baa, Baa, Black Sheep,” and the ABCs. Do you notice any similarities? Soon you’ll be thinking just like an AI program!This STEM-driven series helps beginning scientists and engineers grasp big scientific ideas with:Intriguing info to fill and thrill your brain.Hands-on activities to jumpstart your imagination.Great photos to help you get the bigger picture.New ideas sure to change the way you see the world.From Starry Forest Books,STEAM & Me™uses science, technology, enginee
優惠價: 1 380
無庫存
CONSTRUCTION PLANNING PROGRAMMING & CONT
滿額折
出版日:2020/08/07 作者:BRIAN COOKE  出版社:WILEY  裝訂:平裝
優惠價: 9 1928
無庫存
Algorithm Design with Haskell
90 折
出版日:2020/07/31 作者:Richard Bird  出版社:Cambridge Univ Pr  裝訂:精裝
This book is devoted to five main principles of algorithm design: divide and conquer, greedy algorithms, thinning, dynamic programming, and exhaustive search. These principles are presented using Haskell, a purely functional language, leading to simpler explanations and shorter programs than would be obtained with imperative languages. Carefully selected examples, both new and standard, reveal the commonalities and highlight the differences between algorithms. The algorithm developments use equational reasoning where applicable, clarifying the applicability conditions and correctness arguments. Every chapter concludes with exercises (nearly 300 in total), each with complete answers, allowing the reader to consolidate their understanding and apply the techniques to a range of problems. The book serves students (both undergraduate and postgraduate), researchers, teachers, and professionals who want to know more about what goes into a good algorithm and how such algorithms can be expresse
優惠價: 9 2861
無庫存
出版日:2020/07/29 作者:June Jamrich Parsons; Kyla Mcmullen; Elizabeth Matthews  出版社:Cengage Learning  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Rape Culture 101 ― Programming Change
滿額折
出版日:2020/07/25 作者:Angel Dionne (EDT); Geraldine Cannon Becker (EDT)  出版社:Demeter Pr  裝訂:平裝
優惠價: 1 1300
無庫存
出版日:2020/07/24 作者:Cristina Videira (University of California Lopes Irvine USA)  出版社:PBKTYFRL  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Exercises in Programming Style
90 折
出版日:2020/07/24 作者:Cristina Videira (University of California Lopes Irvine USA)  出版社:PBKTYFRL  裝訂:平裝
優惠價: 9 1997
無庫存
Competitive Programming 4 - Book 2:The Lower Bound of Programming Contests in the 2020s
滿額折
出版日:2020/07/18 作者:Steven Halim; Felix Halim; Suhendry Effendy  出版社:Lulu.Com  裝訂:平裝
優惠價: 95 1092
無庫存
Parallel Programming with Co-arrays
90 折
出版日:2020/06/30 作者:Robert W. Numrich  出版社:PBKTYFRL  裝訂:平裝
優惠價: 9 2429
無庫存
Conceptual Programming with Python
滿額折
出版日:2020/04/08 作者:Thorsten Altenkirch; Isaac Triguero  出版社:Lulu.Com  裝訂:平裝
優惠價: 95 928
無庫存
C Programming For Beginners:The Simple Guide to Learning C Programming Language Fast!
滿額折
出版日:2020/04/05 作者:Tim Warren  出版社:Ingram Publishing  裝訂:精裝
優惠價: 95 1196
無庫存
Statistics Using Stata ― An Integrative Approach
90 折
出版日:2020/03/31 作者:Sharon Lawner Weinberg  出版社:Cambridge Univ Pr  裝訂:平裝
Building upon the success of the first edition, Statistics Using Stata uses the latest version of Stata to meet the needs of today's students. Engaging and accessible for students from a variety of mathematical backgrounds, this textbook integrates statistical concepts with the Stata (version 16) software package. It aligns Stata commands with examples based on real data, enabling students to understand statistics in a way that reflects statistical practice. Capitalizing on Stata's menu-driven 'point and click' and program syntax interface, the chapters guide students from the comfortable 'point and click' environment to the beginnings of statistical programming. Its coverage of essential topics gives instructors flexibility in curriculum planning and provides students with more advanced material to prepare for future work. Online resources - including solutions to exercises, PowerPoint slides, and Stata syntax (do-files) for each chapter - allow students to review independently and ad
優惠價: 9 3401
無庫存
Programming in Scala, Fourth Edition
滿額折
出版日:2020/01/01 作者:Martin Odersky; Lex Spoon; Bill Venners  出版社:Artima Inc  裝訂:平裝
優惠價: 95 2573
無庫存
Interactive Object-Oriented Programming in Java:Learn and Test Your Programming Skills
滿額折
出版日:2019/12/19 作者:Vaskaran Sarcar  出版社:Apress  裝訂:平裝
優惠價: 95 2873
無庫存
Web Development With Clojure ― Build Large, Maintainable Web Applications Interactively
滿額折
出版日:2019/12/05 作者:Dmitri Sotnikov; Scot Brown  出版社:Pragmatic Bookshelf  裝訂:平裝
優惠價: 1 2637
無庫存
出版日:2019/11/11 作者:Richard Jennings; Fabiola De la Cueva  出版社:McGraw-Hill Education  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Computer Programming in C
滿額折
出版日:2019/10/30 作者:V. Rajaraman  出版社:PHI Learning  裝訂:平裝
優惠價: 95 1023
無庫存
Scratch Programming in Easy Steps
滿額折
出版日:2019/10/25 作者:Sean McManus  出版社:In Easy Steps Ltd  裝訂:平裝
優惠價: 1 608
無庫存
出版日:2019/09/30 作者:Stoyan Mihov  出版社:Cambridge Univ Pr  裝訂:精裝
Finite-state methods are the most efficient mechanisms for analysing textual and symbolic data, providing elegant solutions for an immense number of practical problems in computational linguistics and computer science. This book for graduate students and researchers gives a complete coverage of the field, starting from a conceptual introduction and building to advanced topics and applications. The central finite-state technologies are introduced with mathematical rigour, ranging from simple finite-state automata to transducers and bimachines as 'input-output' devices. Special attention is given to the rich possibilities of simplifying, transforming and combining finite-state devices. All algorithms presented are accompanied by full correctness proofs and executable source code in a new programming language, C(M), which focuses on transparency of steps and simplicity of code. Thus, by enabling readers to obtain a deep formal understanding of the subject and to put finite-state methods t
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Programming Interviews For Dummies
滿額折
出版日:2019/09/27 作者:Butow  出版社:John Wiley & Sons Inc  裝訂:平裝
Get ready for interview successProgramming jobs are on the rise, and the field is predicted to keep growing, fast. Landing one of these lucrative and rewarding jobs requires more than just being a goo
優惠價: 9 855
無庫存
出版日:2019/09/01 作者:John Pile Jr.  出版社:A K Peters Ltd  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Climate Mathematics ― Theory and Applications
90 折
出版日:2019/07/31 作者:Samuel S. P. Shen  出版社:Cambridge Univ Pr  裝訂:精裝
This unique text provides a thorough, yet accessible, grounding in the mathematics, statistics, and programming that students need to master for coursework and research in climate science, meteorology, and oceanography. Assuming only high school mathematics, it presents carefully selected concepts and techniques in linear algebra, statistics, computing, calculus and differential equations within the context of real climate science examples. Computational techniques are integrated to demonstrate how to visualize, analyze, and apply climate data, with R code featured in the book and both R and Python code available online. Exercises are provided at the end of each chapter with selected solutions available to students to aid self-study and further solutions provided online for instructors only. Additional online supplements to aid classroom teaching include datasets, images, and animations. Guidance is provided on how the book can support a variety of courses at different levels, making i
優惠價: 9 2591
無庫存
Foundations of Computer Programming
滿額折
出版日:2019/07/30 作者:Jon Steinhart  出版社:No Starch Pr  裝訂:平裝
A primer on the underlying technologies that allow computer programs to work. Covers topics like computer hardware, combinatorial logic, sequential logic, computer architecture, computer anatomy, and
優惠:外文書周末優惠-單79雙75 優惠價: 79 1351
無庫存
Microsoft Excel 2019 Programming
滿額折
出版日:2019/07/15 作者:Julitta Korol  出版社:Mercury Learning & Information  裝訂:平裝
優惠價: 1 1618
無庫存
  • 8059
    202
  • 1
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 202

暢銷榜

客服中心

收藏

會員專區