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

Inductive Logic Programming

15970
10 / 400
出版日:2022/07/31 作者:Luca Castagnoli  出版社:Cambridge Univ Pr  裝訂:精裝
This Companion provides a comprehensive guide to ancient logic. The first part charts its chronological development, focussing especially on the Greek tradition, and discusses its two main systems: Aristotle's logic of terms and the Stoic logic of propositions. The second part explores the key concepts at the heart of the ancient logical systems: truth, definition, terms, propositions, syllogisms, demonstrations, modality and fallacy. The systematic discussion of these concepts allows the reader to engage with some specific logical and exegetical issues and to appreciate their transformations across different philosophical traditions. The intersections between logic, mathematics and rhetoric are also explored. The third part of the volume discusses the reception and influence of ancient logic in the history of philosophy and its significance for philosophy in our own times. Comprehensive coverage, chapters by leading international scholars and a critical overview of the recent literatu
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
The Cambridge Companion to Ancient Logic
滿額折
出版日:2022/07/31 作者:Luca Castagnoli  出版社:Cambridge Univ Pr  裝訂:平裝
This Companion provides a comprehensive guide to ancient logic. The first part charts its chronological development, focussing especially on the Greek tradition, and discusses its two main systems: Aristotle's logic of terms and the Stoic logic of propositions. The second part explores the key concepts at the heart of the ancient logical systems: truth, definition, terms, propositions, syllogisms, demonstrations, modality and fallacy. The systematic discussion of these concepts allows the reader to engage with some specific logical and exegetical issues and to appreciate their transformations across different philosophical traditions. The intersections between logic, mathematics and rhetoric are also explored. The third part of the volume discusses the reception and influence of ancient logic in the history of philosophy and its significance for philosophy in our own times. Comprehensive coverage, chapters by leading international scholars and a critical overview of the recent literatu
優惠價: 9 1579
無庫存
Concepts of Programming Languages, Global Edition
滿額折
出版日:2022/06/24 作者:Robert Sebesta  出版社:Pearson Education Limited  裝訂:平裝
Hallmark FeaturesIntroduces the fundamental constructs of contemporary programming languages•Critical evaluation of existing and future programming languages gives students the necessary tools for evaluating on their own.•An in-depth discussion of programming language structures, presenting a formal method of describing syntax, and introducing approaches to lexical and syntax analysis prepare students for the study of compiler design.•Coverage of advanced object-oriented topics and languages is integrated throughout.Addresses the most up-to-date information in this field•New - New material on Swift, a contemporary programming language, is now part of several chapters.•New - Section on Delphi now included in Chapter 2.•New - Section on optional types is included in Chapter 6.•New and Updated - Content describing iterations in Python are part of Chapter 8.•Revised - To ensure the material remains relevant to students, sections on outdated languages (specifically Lua and Objective-C) have
優惠價: 1 1500
無庫存
An Experiential Introduction to Principles of Programming Languages
79 折
出版日:2022/05/24 作者:Hridesh Rajan  出版社:Mit Pr  裝訂:精裝
A textbook that uses a hands-on approach to teach principles of programming languages, with Java as the implementation language.This introductory textbook teaches the principles of programming languages by using an experiential learning style, in which students learn about language features by realizing those features in a pedagogical compiler. Students use Java―the most commonly used programming language in the first two years of the computer science curriculum―as the implementation language throughout. The book also discusses a range of emerging topics in programming languages missing from existing textbooks, including concurrency, Big Data, and event-driven programming. The goal is to prepare students to design, implement, analyze, and understand both domain-specific and general-purpose programming languages. The book first develops basic concepts in languages, including means of computation using primitive values, means of combination such as variable definition and functions, an
優惠價: 79 1802
無庫存
Logic Primer, third edition
79 折
出版日:2022/02/15 作者:Colin Allen  出版社:Mit Pr  裝訂:平裝
The new edition of a comprehensive and rigorous but concise introduction to symbolic logic.Logic Primer offers a comprehensive and rigorous introduction to symbolic logic, providing concise definitions of key concepts, illustrative examples, and exercises. After presenting the definitions of validity and soundness, the book goes on to introduce a formal language, proof theory, and formal semantics for sentential logic (chapters 1–3) and for first-order predicate logic (chapters 4–6) with identity (chapter 7). For this third edition, the material has been reorganized from four chapters into seven, increasing the modularity of the text and enabling teachers to choose alternative paths through the book. New exercises have been added, and all exercises are now arranged to support students moving from easier to harder problems. Its spare and elegant treatment makes Logic Primer unique among textbooks. It presents the material with minimal chattiness, allowing students to proceed more dire
優惠價: 79 1051
無庫存
Programming ML.Net
滿額折
出版日:2021/12/06 作者:Dino Esposito  出版社:Microsoft Pr  裝訂:平裝
With .NET 5's ML.NET and Programming ML.NET, any Microsoft .NET developer can solve serious machine learning problems, increasing their value and competitiveness in some of today's fastest-growing are
優惠價: 1 2400
無庫存
出版日:2021/10/18 作者:Farzin Asadi  出版社:Morgan & Claypool  裝訂:精裝
A microcontroller is a compact, integrated circuit designed to govern a specific operation in an embedded system. A typical microcontroller includes a processor, memory, and input/output (I/O) peripherals on a single chip.When they first became available, microcontrollers solely used Assembly language. Today, the C programming language (and some other high-level languages) can be used as well. Some of advanced microcontrollers support another programming technique as well: Graphical programming. In graphical programming, the user does not write any code but draws the block diagram of the system he wants. Then a software converts the drawn block diagram into a suitable code for the target device.Programming microcontrollers using graphical programming is quite easier than programming in C or Assembly. You can implement a complex system within hours with graphical programming while its implementation in C may take months. These features make the graphical programming an important option
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Introduction to Java Programming and Data Structures, Comprehensive Version [Global Edition]
滿額折
出版日:2021/10/05 作者:Y. Liang  出版社:Pearson Education Limited  裝訂:平裝
For courses in Java Programming. A fundamentals-first introduction to basic programming concepts andtechniques Introduction to Java Programming and Data Structures seamlessly integrates programming, data structures,and algorithms into one text. With a fundamentals-first approach, the textbuilds a strong foundation of basic programming concepts and techniques beforeteaching students object-oriented programming and advanced Java programming.Liang explains programming in a problem-driven way that focuses on problemsolving rather than syntax, illustrating basic concepts by example andproviding a large number of exercises with various levels of difficulty forstudents to practice.The 12th Edition is completely revised in everydetail to enhance clarity, presentation, content, examples, and exercises.
優惠價: 1 3299
無庫存
Learn Python Visually: Visual Programming Made Easy
滿額折
出版日:2021/05/04 作者:Tristan Bunn  出版社:No Starch Pr  裝訂:平裝
An accessible, visual, and creative approach to teaching Python programming using the software literacy-focused Processing development environment. Readers learn the foundations of programming as they
優惠價: 79 1501
無庫存
出版日:2021/04/30 作者:Ignacio E. Grossmann  出版社:Cambridge Univ Pr  裝訂:精裝
Based on the author's forty years of teaching experience, this unique textbook covers both basic and advanced concepts of optimization theory and methods for process systems engineers. Topics covered include continuous, discrete and logic optimization (linear, nonlinear, mixed-integer and generalized disjunctive programming), optimization under uncertainty (stochastic programming and flexibility analysis), and decomposition techniques (Lagrangean and Benders decomposition). Assuming only a basic background in calculus and linear algebra, it enables easy understanding of mathematical reasoning, and numerous examples throughout illustrate key concepts and algorithms. End-of-chapter exercises involving theoretical derivations and small numerical problems, as well as in modeling systems like GAMS, enhance understanding and help put knowledge into practice. Accompanied by two appendices containing web links to modeling systems and models related to applications in PSE, this is an essential
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2021/02/25 作者:Alfred Tarski  出版社:Important Books  裝訂:平裝
This classic undergraduate treatment examines the deductive method in its first part and explores applications of logic and methodology in constructing mathematical theories in its second part. Exercises appear throughout.Alfred Tarski, one of the greatest logicians of all time, is widely thought of as 'the man who defined truth'. His work on the concepts of truth and logical consequence as defined by mathematical theory are cornerstones of modern logic, influencing developments in mathematics, philosophy, linguistics, and computer science. His teaching on logic and mathematics culminated in the 1941 classic INTRODUCTION TO LOGIC, which uses the method of deduction and explores logic and methodology as it pertains to creating mathematical theories.
優惠價: 1 538
無庫存
Learning Scientific Programming with Python
90 折
出版日:2020/10/31 作者:Christian Hill  出版社:Cambridge Univ Pr  裝訂:平裝
Learn to master basic programming tasks from scratch with real-life, scientifically relevant examples and solutions drawn from both science and engineering. Students and researchers at all levels are increasingly turning to the powerful Python programming language as an alternative to commercial packages and this fast-paced introduction moves from the basics to advanced concepts in one complete volume, enabling readers to gain proficiency quickly. Beginning with general programming concepts such as loops and functions within the core Python 3 language, and moving on to the NumPy, SciPy and Matplotlib libraries for numerical programming and data visualization, this textbook also discusses the use of Jupyter Notebooks to build rich-media, shareable documents for scientific analysis. The second edition features a new chapter on data analysis with the pandas library and comprehensive updates, and new exercises and examples. A final chapter introduces more advanced topics such as floating-p
優惠價: 9 2051
無庫存
The Logic of Gilles Deleuze:Basic Principles
90 折
French philosopher Gilles Deleuze wrote two 'logic' books: Francis Bacon: The Logic of Sensation and The Logic of Sense. However, in neither of these books nor in any other works does Deleuze articula
優惠價: 9 7290
無庫存
Programming Language Fundamentals by Example
90 折
出版日:2020/09/30 作者:D.E. Stevenson  出版社:Auerbach Pub UK  裝訂:平裝
Surveying the major programming languages that have hallmarked the evolution of computing, Programming Language Fundamentals by Example provides an understanding of the many languages and notations us
優惠價: 9 3077
無庫存
Scratch Programming for Beginners: A Kid's Guide to Coding Fundamentals
滿額折
出版日:2020/09/01 作者:Raina Burditt MS Ma  出版社:Rockridge Pr  裝訂:平裝
Think like a coder--the fun guide to Scratch programming for ages 8-12Scratch is a visual computer language designed especially for kids, and Scratch Programming for Beginners is the perfect book to i
優惠價: 1 646
無庫存
出版日:2020/05/14 作者:Bai  出版社:John Wiley & Sons Inc  裝訂:平裝
A guide to the practical issues and applications in database programming with updated Visual Basic.NETSQL Server Database Programming with Visual Basic.NET offers a guide to the fundamental knowledge
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2019/12/17 作者:A. John Bailer  出版社:Chapman & Hall  裝訂:平裝
Statistical Programming in SAS Second Edition provides a foundation for programming to implement statistical solutions using SAS, a system that has been used to solve data analytic problems for more t
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2019/11/01 作者:Akhilesh Kumar Srivastava  出版社:Arcler Education Inc  裝訂:精裝
A Practical Approach to Data Structure and Algorithm with Programming in C discusses about how data structure and algorithm plays out with programming in C. This book comprises topics such as algorith
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Learning C# Programming With Unity 3d
90 折
出版日:2019/08/30 作者:Alex Okita  出版社:CRC Pr I Llc  裝訂:平裝
Learning C# Programming with Unity 3D, Second Edition is for the novice game programmer without any prior programming experience. Readers will learn how C# is used to make a game in Unity 3D. Many exa
優惠價: 9 3077
無庫存
Super Scratch Programming Adventure!
滿額折
出版日:2019/08/20 作者:Lead Project (COR)  出版社:No Starch Pr  裝訂:平裝
Comics! Games! Programming! Now updated to cover Scratch 3.Scratch is the wildly popular educational programming language used by millions of first-time learners in classrooms and homes worldwide. By
優惠價: 79 599
無庫存
The Rust Programming Language ― Covers Rust 2018
滿額折
出版日:2019/08/06 作者:Steve Klabnik; Carol Nichols  出版社:No Starch Pr  裝訂:平裝
The official book on the Rust programming language, written by the Rust development team at the Mozilla Foundation, fully updated for Rust 2018.The Rust Programming Language is the official, definitiv
優惠價: 79 1200
無庫存
An Introduction to the Philosophy of Logic
滿額折
出版日:2019/07/31 作者:Daniel Cohnitz  出版社:Cambridge Univ Pr  裝訂:精裝
Philosophy of logic is a fundamental part of philosophical study, and one which is increasingly recognized as being immensely important in relation to many issues in metaphysics, metametaphysics, epistemology, philosophy of mathematics, and philosophy of language. This textbook provides a comprehensive and accessible introduction to topics including the objectivity of logical inference rules and its relevance in discussions of epistemological relativism, the revived interest in logical pluralism, the question of logic's metaphysical neutrality, and the demarcation between logic and mathematics. Chapters in the book cover the state of the art in contemporary philosophy of logic, and allow students to understand the philosophical relevance of these debates without having to contend with complex technical arguments. This will be a major new resource for students working on logic, as well as for readers seeking a better understanding of philosophy of logic in its wider context.
優惠價: 9 3392
無庫存
An Introduction to the Philosophy of Logic
滿額折
出版日:2019/07/31 作者:Daniel Cohnitz  出版社:Cambridge Univ Pr  裝訂:平裝
Philosophy of logic is a fundamental part of philosophical study, and one which is increasingly recognized as being immensely important in relation to many issues in metaphysics, metametaphysics, epistemology, philosophy of mathematics, and philosophy of language. This textbook provides a comprehensive and accessible introduction to topics including the objectivity of logical inference rules and its relevance in discussions of epistemological relativism, the revived interest in logical pluralism, the question of logic's metaphysical neutrality, and the demarcation between logic and mathematics. Chapters in the book cover the state of the art in contemporary philosophy of logic, and allow students to understand the philosophical relevance of these debates without having to contend with complex technical arguments. This will be a major new resource for students working on logic, as well as for readers seeking a better understanding of philosophy of logic in its wider context.
優惠價: 9 1345
無庫存
Integer Linear Programming in Computational and Systems Biology ― An Entry-level Text and Course
90 折
出版日:2019/07/31 作者:Dan Gusfield  出版社:Cambridge Univ Pr  裝訂:精裝
Integer linear programming (ILP) is a versatile modeling and optimization technique that is increasingly used in non-traditional ways in biology, with the potential to transform biological computation. However, few biologists know about it. This how-to and why-do text introduces ILP through the lens of computational and systems biology. It uses in-depth examples from genomics, phylogenetics, RNA, protein folding, network analysis, cancer, ecology, co-evolution, DNA sequencing, sequence analysis, pedigree and sibling inference, haplotyping, and more, to establish the power of ILP. This book aims to teach the logic of modeling and solving problems with ILP, and to teach the practical 'work flow' involved in using ILP in biology. Written for a wide audience, with no biological or computational prerequisites, this book is appropriate for entry-level and advanced courses aimed at biological and computational students, and as a source for specialists. Numerous exercises and accompanying soft
優惠價: 9 2969
無庫存
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 1351
無庫存
Supergenius Logic Puzzles
滿額折
出版日:2019/07/01 作者:Barry R. Clarke  出版社:Puzzlewright  裝訂:平裝
A terrific new book of logic puzzles by one of the true Renaissance men of our time. Are you a supergenius? These varied and challenging logic puzzles will reveal the truth! Each one tests your ment
優惠價: 79 239
無庫存
Microsoft Excel 2019 Programming by Example With Vba, Xml, and Asp
滿額折
出版日:2019/06/30 作者:Julitta Korol  出版社:Mercury Learning & Information  裝訂:平裝
Microsoft Excel 2019 Programming by Example with VBA, XML, and ASP is a practical, how-to book on Excel programming, suitable for readers already familiar with the Excel user interface. The book intr
優惠價: 1 2923
無庫存
Proceedings of the 14th and 15th Asian Logic Conferences
滿額折
出版日:2019/03/31 作者:Byunghan Kim  出版社:World Scientific Pub Co Inc  裝訂:精裝
The Asian Logic Conference (ALC) is a major international event in mathematical logic. It features the latest scientific developments in the fields in mathematical logic and its applications, logic in
優惠價: 9 3610
無庫存
出版日:2019/01/25 作者:Stephen J. Chapman  出版社:Cl-Engineering  裝訂:平裝
Master today's MATLAB technical programming language while strengthening problem-solving skills with the help of Chapman's successful MATLAB PROGRAMMING FOR ENGINEERS, 6th Edition. You learn how to wr
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Essential Logic for Computer Science
79 折
出版日:2019/01/08 作者:Rex Page; Ruben Gamboa  出版社:Mit Pr  裝訂:精裝
An introduction to applying predicate logic to testing and verification of software and digital circuits that focuses on applications rather than theory.Computer scientists use logic for testing and v
優惠價: 79 1501
無庫存
Beginning Functional Javascript ― Uncover the Concepts of Functional Programming With Ecmascript 8
滿額折
出版日:2018/12/29 作者:Anto Aravinth; Srikanth Machiraju  出版社:Apress  裝訂:平裝
Understand functional programming concepts and the functional nature of the JavaScript language. Starting with an introduction to functional programming concepts, you will learn the key differences be
優惠價: 1 2660
無庫存
Beginning Programming Using Retro Computing ― Learn Basic With a Commodore Emulator
滿額折
出版日:2018/12/11 作者:Gerald Friedland  出版社:Apress  裝訂:平裝
Learn programming using the Commodore 16/Plus 4 system. Following this book, you and your children will not only learn BASIC programming, but also have fun creating a retro Commodore system with a Ras
優惠價: 1 1140
無庫存
出版日:2018/12/10 作者:Egon Balas  出版社:Springer Nature  裝訂:精裝
Disjunctive Programming is a technique and a discipline initiated by the author in the early 1970's, which has become a central tool for solving nonconvex optimization problems like pure or mixed inte
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2018/11/28 作者:Irving M. Copi; Carl Cohen; Kenneth McMahon  出版社:Routledge  裝訂:精裝
For more than six decades, and for thousands of students, Introduction to Logic has been the gold standard in introductory logic texts. In this 15th Edition, Carl Cohen and Victor Rodych update Irving
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2018/11/26 作者:Mark Verus Lawson  出版社:CRC Pr I Llc  裝訂:平裝
A First Course in Logic is an introduction to first-order logic suitable for first and second year mathematicians and computer scientists. There are three components to this course: propositional logi
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2018/11/26 作者:Mark Verus Lawson  出版社:CRC Pr I Llc  裝訂:精裝
A First Course in Logic is an introduction to first-order logic suitable for first and second year mathematicians and computer scientists. There are three components to this course: propositional logi
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
C Programming in Easy Steps ― Updated for the Gnu Compiler Version 6.3.0 and Windows 10
滿額折
出版日:2018/11/25 作者:Mike McGrath  出版社:In Easy Steps Ltd  裝訂:平裝
C Programming in easy steps, 5th edition has an easy-to-follow style that will appeal to anyone who wants to begin programming in C, from programmers moving from another programming language, to the s
優惠價: 1 608
無庫存
出版日:2018/11/08 作者:Dov Gabbay (EDT); Franz Guenthner (EDT)  出版社:Springer Nature  裝訂:精裝
This eighteenth volume of the acclaimed Handbook of Philosophical Logic includes many contributors who are among the most famous leading figures of applied philosophical logic of our time. Coverage in
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Excel Vba Programming for Dummies
滿額折
出版日:2018/11/06 作者:John Walkenbach  出版社:For Dummies  裝訂:平裝
Take your Excel programming skills to the next level To take Excel to the next level, you need to understand and implement the power of Visual Basic for Applications (VBA). Excel VBA Programming
優惠價: 9 1197
無庫存
Programming Arduino Next Steps ― Going Further With Sketches
滿額折
出版日:2018/11/02 作者:Simon Monk  出版社:Tab Books  裝訂:平裝
Go beyond the basics with this up to date Arduino programming resourceTake your Arduino programming skills to the next level using the hands-on information contained in this thoroughly revised, easy t
優惠價: 1 875
無庫存
  • 15970
    400
  • 1
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 400

暢銷榜

客服中心

收藏

會員專區