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

Computer Technology and Computer Programming

1484
23 / 38
出版日:2020/10/31 作者:Sandip Roy  出版社:Cambridge Univ Pr  裝訂:精裝
This unique introduction to the foundational concepts of cyber-physical systems (CPS) describes key design principles and emerging research trends in detail. Several interdisciplinary applications are covered, with a focus on the wide-area management of infrastructures including electric power systems, air transportation networks, and health care systems. Design, control and optimization of cyber-physical infrastructures are discussed, addressing security and privacy issues of networked CPS, presenting graph-theoretic and numerical approaches to CPS evaluation and monitoring, and providing readers with the knowledge needed to operate CPS in a reliable, efficient, and secure manner. Exercises are included. This is an ideal resource for researchers and graduate students in electrical engineering and computer science, as well as for practitioners using cyber-physical systems in aerospace and automotive engineering, medical technology, and large-scale infrastructure operations.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Reflections on the Learning Sciences
滿額折
出版日:2020/10/29 作者:Michael A. Evans  出版社:Cambridge Univ Pr  裝訂:平裝
This volume offers a historical and critical analysis of the emerging field of the learning sciences, which takes an interdisciplinary approach to understanding and improving how children and adults learn. It features a wide range of authors, including established scholars who founded and guided the learning sciences through the initial turbulence of forming a new line of academic inquiry, as well as newcomers who are continuing to shape the field. This diversity allows for a broad yet selective perspective on what the learning sciences are, why they came to be, and how contributors conduct their work. Reflections on the Learning Sciences serves both as a starting point for discussion among scholars familiar with the discipline and as an introduction for those interested in learning more. It will benefit graduate students and researchers in computer science, educational psychology, instructional technology, science, engineering, and mathematics.
優惠價: 9 1507
無庫存
出版日: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]。
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
無庫存
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
無庫存
出版日:2020/08/31 作者:Jeffrey A. Hall  出版社:Cambridge Univ Pr  裝訂:精裝
This book answers one of the most critical questions of our time, does the vast connectivity afforded by mobile and social media lead to more personal connection with one another? It offers an evidence-based account of the role of technology in close relationships that confronts such pressing questions as where face-to-face communication belongs in this digital age, whether social media is harmful to our well-being, and how online communication spills-over into our offline communication and relationships. Each chapter explores the positive and negative influences of media on relationships, coalescing into a balanced assessment of how technological advancement has altered our connections with each other. By zeroing in on communication with the most important people in our lives and tracing the changes in computer-mediated communication over time, Relating Through Technology focuses the conversation about media on its use in our everyday lives and relationships.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2020/08/31 作者:Joe Valacich; Joey George  出版社:Pearson Education Limited  裝訂:平裝
Prioritising the practical over the technical, Modern Systems Analysis and Design presents the concepts, skills, methodologies, techniques, tools, and perspectives essential for systems analysts to develop information systems. The authors assume students have taken an introductory course on computer systems and have experience designing programs in at least one programming language. By drawing on the systems development life cycle, the authors provide a conceptual and systematic framework while progressing through topics logically. The 9th edition has been completely revised to adapt to the changing environment for systems development, with a renewed focus on agile methodologies.
定價:1390 元
無庫存
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
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
定價:1300 元
無庫存
出版日: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]。
Python by Example ― Learning to Program in 150 Challenges
90 折
出版日:2019/07/31 作者:Nichola Lacey  出版社:Cambridge Univ Pr  裝訂:平裝
Python is today's fastest growing programming language. This engaging and refreshingly different guide breaks down the skills into clear step-by-step chunks and explains the theory using brief easy-to-understand language. Rather than bamboozling readers with pages of mind-numbing technical jargon, this book includes 150 practical challenges, putting the power in the reader's hands. Through creating programs to solve these challenges the reader will quickly progress from mastering the basics to confidently using subroutines, a graphical user interface, and linking to external text, csv and SQL files. This book is perfect for anyone who wants to learn how to program with Python. In particular, students starting out in computer science and teachers who want to improve their confidence in Python will find here a set of ready-made challenges for classroom use.
優惠價: 9 1079
無庫存
出版日:2019/07/31 作者:Ashok D. Belegundu  出版社:Cambridge Univ Pr  裝訂:精裝
Organizations and businesses strive toward excellence, and solutions to problems are based mostly on judgment and experience. However, increased competition and consumer demands require that the solutions be optimum and not just feasible. Theory leads to algorithms. Algorithms need to be translated into computer codes. Engineering problems need to be modeled. Optimum solutions are obtained using theory and computers, and then interpreted. Revised and expanded in its third edition, this textbook integrates theory, modeling, development of numerical methods, and problem solving, thus preparing students to apply optimization to real-world problems. This text covers a broad variety of optimization problems using: unconstrained, constrained, gradient, and non-gradient techniques; duality concepts; multi-objective optimization; linear, integer, geometric, and dynamic programming with applications; and finite element-based optimization. It is ideal for advanced undergraduate or graduate cours
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
EEG Signal Processing ― Feature Extraction, Selection and Classification Methods
滿額折
出版日:2019/04/26 作者:Wai Yie Leong (EDT)  出版社:Inst of Engineering & Technology  裝訂:精裝
Electroencephalography (EEG) is an electrophysiological monitoring method used to record the brain activity in brain-computer interface (BCI) systems. It records the electrical activity of the brain,
優惠價: 79 5333
無庫存
出版日:2019/04/23 作者:Peckol  出版社:John Wiley & Sons Inc  裝訂:精裝
Embedded Systems: A Contemporary Design Tool, Second EditionEmbedded systems are one of the foundational elements of today’s evolving and growing computer technology. From operating our cars, ma
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2019/02/28 作者:Rajesh Kumar Gupta  出版社:Cambridge Univ Pr  裝訂:平裝
Written in an easy-to-understand manner, this comprehensive textbook brings together both basic and advanced concepts of numerical methods in a single volume. Important topics including error analysis, nonlinear equations, systems of linear equations, interpolation and interpolation for Equal intervals and bivariate interpolation are discussed comprehensively. The textbook is written to cater to the needs of undergraduate students of mathematics, computer science, mechanical engineering, civil engineering and information technology for a course on numerical methods/numerical analysis. The text simplifies the understanding of the concepts through exercises and practical examples. Pedagogical features including solved examples and unsolved exercises are interspersed throughout the book for better understanding.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2019/02/28 作者:Parteek Bhatia  出版社:Cambridge Univ Pr  裝訂:平裝
Written in lucid language, this valuable textbook brings together fundamental concepts of data mining and data warehousing in a single volume. Important topics including information theory, decision tree, Naïve Bayes classifier, distance metrics, partitioning clustering, associate mining, data marts and operational data store are discussed comprehensively. The textbook is written to cater to the needs of undergraduate students of computer science, engineering and information technology for a course on data mining and data warehousing. The text simplifies the understanding of the concepts through exercises and practical examples. Chapters such as classification, associate mining and cluster analysis are discussed in detail with their practical implementation using Weka and R language data mining tools. Advanced topics including big data analytics, relational data models and NoSQL are discussed in detail. Pedagogical features including unsolved problems and multiple-choice questions are
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Teacher Education in Computer-assisted Language Learning ― A Sociocultural and Linguistic Perspective
90 折
出版日:2019/02/21 作者:Euline Cutrim Schmid  出版社:Bloomsbury USA Academic  裝訂:平裝
Even though many pre-service and in-service teacher programs now address information and computer technology, computer- assisted language learning (CALL) teacher education is still reported as inadequ
優惠價: 9 2535
無庫存
Coding Projects in Scratch: A Step-By-Step Visual Guide to Coding Your Own Animations, Games, Simulations, a (DK Help Your Kids)
滿額折
出版日:2019/01/08 作者:Jon Woodcock  出版社:DK Pub  裝訂:平裝
A step-by-step visual guide to creating your own projects using Scratch 3.0.Techy kids will get familiar with Scratch 3.0 using this beginner's guide to coding. Difficult coding concepts become easy and fun to understand as budding programmers build their own projects using Scratch 3.0, the latest software from the world's most popular programming language for beginners.Make a Dino Dance Party or create your own electronic birthday cards. Build games, simulations, and mind-bending graphics as you discover the awesome things computer programmers can do with Scratch 3.0.Coding Projects in Scratch, 2nd Edition uses a visual step-by-step approach to split complicated code into manageable, easy-to-digest chunks, so that the most impressive projects become possible.Suitable for complete beginners, this book will give young readers a solid understanding of programming, preparingthem to create their very own projects from scratch, and even move on to more complex programming languages like Pyt
優惠價: 79 661
無庫存
Signal Processing and Machine Learning for Brain-machine Interfaces
滿額折
出版日:2018/11/25 作者:Toshihisa Tanaka (EDT); Mahnaz Arvaneh (EDT)  出版社:Inst of Engineering & Technology  裝訂:精裝
Brain-machine interfacing or brain-computer interfacing (BMI/BCI) is an emerging and challenging technology used in engineering and neuroscience. The ultimate goal is to provide a pathway from the bra
優惠價: 79 5688
無庫存
Beauty of Mathematics
90 折
出版日:2018/11/01 作者:Jun Wu  出版社:CRC Pr I Llc  裝訂:平裝
The Beauty of Mathematics in Computer Science explains the mathematical fundamentals of information technology products and services we use every day, from Google Web Search to GPS Navigation, and fro
優惠價: 9 2105
無庫存
出版日:2018/11/01 作者:Jun Wu  出版社:CRC Pr I Llc  裝訂:精裝
The Beauty of Mathematics in Computer Science explains the mathematical fundamentals of information technology products and services we use every day, from Google Web Search to GPS Navigation, and fro
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
  • 1484
    38
  • 1
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 38

暢銷榜

客服中心

收藏

會員專區