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

Beginning Linux Programming

438
10 / 11
Linux and Python for Beginners New Edition: This Book Includes: "Linux for Beginners + Learn Python Programming "
滿額折
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
無庫存
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
定價:380 元
無庫存
Silberschatz'S Operating System Concepts Global Edition 10E
90 折
出版日:2019/09/26 作者:Silberschatz  出版社:John Wiley & Sons Inc  裝訂:平裝
The tenth edition of Operating System Concepts has been revised to keep it fresh and up-to-date with contemporary examples of how operating systems function, and to improve learning and the student's experience with the material. It combines instruction on concepts with real-world applications so that students can understand the practical usage of the content. End-of-chapter practice exercises help to further reinforce important concepts.Each chapter also includes homework exercises and additional suggested readings on core topics. The text provides several example programs written in C and Java for use in several programming environments and a Linux Virtual Machine that can be run on Windows 10, Linux, or macOS.
優惠價: 9 1575
無庫存
PHP for the Web
滿額折
出版日:2016/06/24 作者:Larry Ullman  出版社:Peachpit Pr  裝訂:平裝
With PHP for the Web, Fifth Edition: Visual QuickStart Guide, readers can start from the beginning to get a tour of the programming language, or look up specific tasks to learn just what they need to
定價:2025 元
無庫存
出版日:2015/12/19 作者:Allen B. Downey  出版社:Oreilly & Associates Inc  裝訂:平裝
If you want to learn how to program, working with Python is an excellent way to start. This hands-on guide takes you through the language one step at a time, beginning with basic programming concepts
定價:2250 元
無庫存
出版日:2014/08/27 作者:Sasha Vodnik; Don Gosselin  出版社:Cengage Learning  裝訂:平裝
Now in its sixth edition, JAVASCRIPT guides beginning programmers through web application development using the JavaScript programming language. As with previous editions of the book, the authors intr
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2014/04/01 作者:Joel Adams  出版社:Cengage Learning  裝訂:平裝
This 14-chapter text uses a combination of Alice 3 and pure Java to introduce beginning students to object-oriented (OO) programming concepts. Originally developed to eliminate barriers that have trad
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2014/02/28 作者:Andrew W. Appel  出版社:Cambridge Univ Pr  裝訂:精裝
Separation logic is the twenty-first-century variant of Hoare logic that permits verification of pointer-manipulating programs. This book covers practical and theoretical aspects of separation logic at a level accessible to beginning graduate students interested in software verification. On the practical side it offers an introduction to verification in Hoare and separation logics, simple case studies for toy languages, and the Verifiable C program logic for the C programming language. On the theoretical side it presents separation algebras as models of separation logics; step-indexed models of higher-order logical features for higher-order programs; indirection theory for constructing step-indexed separation algebras; tree-shares as models for shared ownership; and the semantic construction (and soundness proof) of Verifiable C. In addition, the book covers several aspects of the CompCert verified C compiler, and its connection to foundationally verified software analysis tools. All c
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2014/02/20 作者:Joel Adams  出版社:Cengage Learning  裝訂:平裝
This six-chapter supplementary text uses Alice, a three-dimensional virtual reality authoring system, to make programming easy and fun for the beginning student.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2013/11/21 作者:Raphael Couturier (EDT)  出版社:Taylor & Francis  裝訂:精裝
"This book covers designs of scientific applications for GPUs, beginning with a review of the principles of GPU programming. It then describes various scientific applications for GPUs and presents les
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Java for Dummies + Website
滿額折
出版日:2013/08/22 作者:BURD  出版社:JOHN WILEY & SONS;LTD  裝訂:平裝
The top-selling beginning Java book is now fully updated!As an unstoppably platform-independent, object-oriented programming language, Java is used for developing web and mobile applications. In thi
優惠價: 9 1024
無庫存
Numerical Methods in Finance With C++
滿額折
出版日:2012/09/30 作者:Maciej J. Capiński  出版社:Cambridge Univ Pr  裝訂:精裝
Driven by concrete computational problems in quantitative finance, this book provides aspiring quant developers with the numerical techniques and programming skills they need. The authors start from scratch, so the reader does not need any previous experience of C++. Beginning with straightforward option pricing on binomial trees, the book gradually progresses towards more advanced topics, including nonlinear solvers, Monte Carlo techniques for path-dependent derivative securities, finite difference methods for partial differential equations, and American option pricing by solving a linear complementarity problem. Further material, including solutions to all exercises and C++ code, is available online. The book is ideal preparation for work as an entry-level quant programmer and it gives readers the confidence to progress to more advanced skill sets involving C++ design patterns as applied in finance.
優惠價: 9 3078
無庫存
Numerical Methods in Finance With C++
90 折
出版日:2012/09/30 作者:Maciej J. Capiński  出版社:Cambridge Univ Pr  裝訂:平裝
Driven by concrete computational problems in quantitative finance, this book provides aspiring quant developers with the numerical techniques and programming skills they need. The authors start from scratch, so the reader does not need any previous experience of C++. Beginning with straightforward option pricing on binomial trees, the book gradually progresses towards more advanced topics, including nonlinear solvers, Monte Carlo techniques for path-dependent derivative securities, finite difference methods for partial differential equations, and American option pricing by solving a linear complementarity problem. Further material, including solutions to all exercises and C++ code, is available online. The book is ideal preparation for work as an entry-level quant programmer and it gives readers the confidence to progress to more advanced skill sets involving C++ design patterns as applied in finance.
優惠價: 9 1813
無庫存
出版日:2012/08/02 作者:Henry Bojack; Sharon Scollard  出版社:Cengage Learning  裝訂:平裝
New Perspectives on Blended HTML and CSS Fundamentals provides your beginning Web programming students with in-depth coverage of CSS and its use with HTML5. With the New Perspectives proven pedagogy,
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2012/06/05 作者:Ioannis K. Argyros  出版社:Science Publishers  裝訂:精裝
This book introduces advanced numerical-functional analysis to beginning computer science researchers. The reader is assumed to have had basic courses in numerical analysis, computer programming, comp
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2012/03/05 作者:David M. Smith  出版社:Pearson College Div  裝訂:平裝
This textbook is ideal for MATLAB/Introduction to Programming courses in both Engineering and Computer Science departments. It is also a suitable introduction for beginning programmers. Engineering
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2011/05/16 作者:John W. McCormick  出版社:Cambridge Univ Pr  裝訂:精裝
The arrival and popularity of multi-core processors has sparked a renewed interest in the development of parallel programs. Similarly, the availability of low-cost microprocessors and sensors has generated a great interest in embedded real-time programs. This book provides students and programmers whose backgrounds are in traditional sequential programming with the opportunity to expand their capabilities into parallel, embedded, real-time and distributed computing. It also addresses the theoretical foundation of real-time scheduling analysis, focusing on theory that is useful for actual applications. Written by award-winning educators at a level suitable for undergraduates and beginning graduate students, this book is the first truly entry-level textbook in the subject. Complete examples allow readers to understand the context in which a new concept is used, and enable them to build and run the examples, make changes, and observe the results.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Lego Mindstorms NXT 2.0 for Teens
90 折
出版日:2011/01/10 作者:Jerry Lee Ford  出版社:Cengage Learning  裝訂:平裝
Lego Mindstorms NXT 2.0 for Teens is a step-by-step guide to beginning programming and robotic development using Lego Mindstorms NXT. Instead of using computers to create and execute programs that ru
優惠價: 9 1418
無庫存
出版日:2010/11/23 作者:John M. Chambers  出版社:Springer-Verlag New York Inc  裝訂:平裝
John Chambers turns his attention to R, the enormously successful open-source system based on the S language. His book guides the reader through programming with R, beginning with simple interactive u
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2010/04/30 作者:Dru Lavigne  出版社:Apress  裝訂:平裝
In a thorough reference for both beginning and advanced users of PC-BSD--a free, easy-to-use operating system that is fast becoming a hassle-free alternative to Linux--teaches how to contribute one's
定價:2500 元
無庫存
出版日:2010/04/15 作者:Stephen Kaufman; Danny Garber  出版社:Apress  裝訂:平裝
Each book aims to teach an important technology or programming language and is designed to take a person from being a novice to a professional by including the most essential information and explainin
定價:3000 元
無庫存
出版日:2010/02/13 作者:Don Gosselin  出版社:Cengage Learning  裝訂:平裝
Now in its fifth edition, JAVASCRIPT guides beginning programmers through Web application development using the JavaScript programming language. As with previous editions of this book, Don Gosselin in
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2009/12/30 作者:Dave Mark; Jeff Lamarche  出版社:Apress  裝訂:平裝
A programmer's manual for creating a variety of iPhone applications covers such topics as core data, peer-to-peer networking, MapKit, Web file access, concurrent programming, and debugging.
定價:2000 元
無庫存
出版日:2009/11/19 作者:Henry Bojack  出版社:Cengage Learning  裝訂:平裝
NEW PERSPECTIVES ON BLENDED HTML, XHTML, AND CSS provides you with beginning Web programming skills with in-depth coverage of CSS and its use with HTML and XHTML. With the New Perspectives proven peda
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
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
無庫存
Data Structures and Algorithms Using Visual Basic.NET
90 折
出版日:2005/03/07 作者:Michael McMillan  出版社:Cambridge Univ Pr  裝訂:平裝
This is the first Visual Basic.NET book to provide a comprehensive discussion of the major data structures and algorithms. Here, instead of having to translate material on C++ or Java, the professional or student VB.NET programmer will find a tutorial on how to use data structures and algorithms and a reference for implementation using VB.NET for data structures and algorithms from the .NET Framework Class Library as well as those which must be developed by the programmer. In an object-oriented fashion, the author presents arrays and arraylists, linked lists, hash tables, dictionaries, trees, graphs, sorting and searching as well as more advanced algorithms, such as probabilistic algorithms and dynamic programming. His approach is very practical, for example using timing tests rather than Big O analysis to compare the performance of data structures and algorithms. This book can be used in both beginning and advanced computer programming courses that use the VB.NET language and, most im
優惠價: 9 2807
無庫存
出版日:2003/11/01 作者:James D. Tisdall; Lincoln Stein (FRW)  出版社:Oreilly & Associates Inc  裝訂:平裝
A companion volume to Beginning Perl for Bioinformatics discusses the ties between biology and computer science and covers core PERL programming concepts, module extensions, and more advanced Perl tec
定價:1900 元
無庫存
Topics in Finite and Discrete Mathematics
90 折
出版日:2000/07/31 作者:Sheldon M. Ross  出版社:Cambridge Univ Pr  裝訂:平裝
Written for a broad audience of students in mathematics, computer science, operations research, statistics, and engineering, this textbook presents a short, lively survey of several fascinating non-calculus topics in modern applied mathematics. Coverage includes probability, mathematical finance, graphs, linear programming, statistics, computer science algorithms, and groups. A key feature is the abundance of interesting examples not normally found in standard finite mathematics courses, such as options pricing and arbitrage, tournaments, and counting formulas. The author assumes a level of mathematical sophistication at the beginning calculus level, that is, students should have had at least a course in pre-calculus, and the added sophistication attained from studying calculus would be useful.
優惠價: 9 2164
無庫存
Basic Proof Theory
90 折
出版日:2000/07/27 作者:A. S. Troelstra  出版社:Cambridge Univ Pr  裝訂:平裝
This introduction to the basic ideas of structural proof theory contains a thorough discussion and comparison of various types of formalization of first-order logic. Examples are given of several areas of application, namely: the metamathematics of pure first-order logic (intuitionistic as well as classical); the theory of logic programming; category theory; modal logic; linear logic; first-order arithmetic and second-order logic. In each case the aim is to illustrate the methods in relatively simple situations and then apply them elsewhere in much more complex settings. There are numerous exercises throughout the text. In general, the only prerequisite is a standard course in first-order logic, making the book ideal for graduate students and beginning researchers in mathematical logic, theoretical computer science and artificial intelligence. For the new edition, many sections have been rewritten to improve clarity, new sections have been added on cut elimination, and solutions to sel
優惠價: 9 2398
無庫存
C by Example
滿額折
出版日:1999/12/01 作者:Greg M. Perry  出版社:Pearson P T R  裝訂:平裝
A tutorial for beginning programmers demonstrates the programming language's fundamental concepts in a series of short easy-to-understand exercises accompanied by real-world examples
優惠:外文書周末優惠-單79雙75 優惠價: 79 1051
無庫存
出版日:1997/02/20 作者:Richard P. Halpern  出版社:Oxford Univ Pr on Demand  裝訂:平裝
This innovative text provides beginning programmers with a concise, accessible introduction to the world of C. Assuming no prior programming experience, the author presents a carefully chosen subset o
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1992/03/12 作者:Daniel Léonard  出版社:Cambridge Univ Pr  裝訂:精裝
Optimal control theory is a technique being used increasingly by academic economists to study problems involving optimal decisions in a multi-period framework. This textbook is designed to make the difficult subject of optimal control theory easily accessible to economists while at the same time maintaining rigour. Economic intuitions are emphasized, and examples and problem sets covering a wide range of applications in economics are provided to assist in the learning process. Theorems are clearly stated and their proofs are carefully explained. The development of the text is gradual and fully integrated, beginning with simple formulations and progressing to advanced topics such as control parameters, jumps in state variables, and bounded state space. For greater economy and elegance, optimal control theory is introduced directly, without recourse to the calculus of variations. The connection with the latter and with dynamic programming is explained in a separate chapter. A second purp
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Optimal Control Theory and Static Optimization in Economics
90 折
出版日:1992/03/01 作者:Daniel Léonard  出版社:Cambridge Univ Pr  裝訂:平裝
Optimal control theory is a technique being used increasingly by academic economists to study problems involving optimal decisions in a multi-period framework. This textbook is designed to make the difficult subject of optimal control theory easily accessible to economists while at the same time maintaining rigour. Economic intuitions are emphasized, and examples and problem sets covering a wide range of applications in economics are provided to assist in the learning process. Theorems are clearly stated and their proofs are carefully explained. The development of the text is gradual and fully integrated, beginning with simple formulations and progressing to advanced topics such as control parameters, jumps in state variables, and bounded state space. For greater economy and elegance, optimal control theory is introduced directly, without recourse to the calculus of variations. The connection with the latter and with dynamic programming is explained in a separate chapter. A second purp
優惠價: 9 3392
無庫存
  • 438
    11
  • 1
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11

暢銷榜

客服中心

收藏

會員專區