TOP
紅利積點抵現金,消費購書更貼心
篩選商品
縮小範圍
搜尋結果 /

Perinatal Programming

8218
5 / 206
出版日:1998/02/01 作者:Jon Pearce  出版社:Springer Verlag  裝訂:精裝
By now, Scheme is a well-established programming language and is finding increasing popularity in programming courses for undergraduates. Its expressive capabilities are matched by a simplicity of lan
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Logic Programming
79 折
出版日:1997/10/10 作者:Jan Maluszynski  出版社:Mit Pr  裝訂:平裝
The annual International Logic Programming Symposium, traditionally held in North America, is one of the main international conferences sponsored by the Association of Logic Programming. The themes of
Genetic Programming 1996
79 折
出版日:1996/07/08 作者:JohnR. Koza  出版社:Bradford Books  裝訂:平裝
Genetic programming is a domain-independent method for automatic programming that evolves computer programmes that solve, or approximately solve, problems. Starting with thousands of randomly created
Logic Programming
79 折
出版日:1995/12/11 作者:John W. Lloyd  出版社:Mit Pr  裝訂:平裝
December 4-7, 1995, Portland, Oregon The International Logic Programming Symposium is one of two major international conferences sponsored by the Association of Logic Programming. It is held annually
Practical Parallel Programming
79 折
出版日:1995/11/21 作者:GregoryV. Wilson  出版社:Mit Pr  裝訂:平裝
Practical Parallel Programming provides scientists and engineers with a detailed, informative, and often critical introduction to parallel programming techniques. Parallel computers have become wide
出版日:1995/07/01 作者:Andras Prekopa  出版社:Springer Verlag  裝訂:平裝
Stochastic programming - the science that provides us with tools to design and control stochastic systems with the aid of mathematical programming techniques - lies at the intersection of statistic
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1995/07/01 作者:A. Prekopa  出版社:Springer Verlag  裝訂:精裝
Stochastic Programming is the science that provides us with tools to design and control stochastic systems with the aid of mathematical programming techniques. It is on the border line of statistics a
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Logic Programming
79 折
出版日:1993/06/24 作者:DavidS. Warren  出版社:Mit Pr  裝訂:平裝
The Tenth International Conference on Logic Programming, sponsored by the Association for Logic Programming, is a major forum for presentations of research, applications, and implementations in this i
Concurrent Constraint Programming
79 折
出版日:1993/03/22 作者:VijayA. Saraswat  出版社:Mit Pr  裝訂:精裝
Concurrent Constraint Programming introduces a new and rich class of programming languages based on the notion of computing with partial information, or constraints, that synthesize and extend work on
出版日:1992/06/01 作者:Donald E. Knuth  出版社:Stanford Univ Center for the Study  裝訂:平裝
Literate programming is a programming methodology that combines a programming language with a documentation language, making programs more robust, more portable, and more easily maintained than progr
優惠價: 1 2100
無庫存
Data-Parallel Programming on MIMD Computers
79 折
出版日:1991/12/30 作者:PhilipJ. Hatcher  出版社:Mit Pr  裝訂:精裝
Data-Parallel Programming demonstrates that architecture-independent parallel programming is possible by describing in detail how programs written in a high-level SIMD programming language may be comp
INTRODUCTION TO PYTHON PROGRAMMING (Taiwan Edition / 含Access Code, 刮除不受退)
滿額折
出版日:2024/11/15 作者:LIANG  出版社:PEARSON  裝訂:平裝
This book is a customized version in Taiwan, and the content is extracted from Chapters 1 to 15 of the book "Introduction to Python Programming and Data Structures, Global Edition, 3rd edition".-- --For introductory courses in Python Programming.A fundamentals first approach to programming helps students create efficient, elegant code.Introduction to Python Programming and Data Structures introduces students to basic programming concepts using a fundamentals-first approach that prepares students to learn object-oriented programming and advanced Python programming. This approach presents programming concepts and techniques that include control statements, loops, functions, and arrays before designing custom classes. Students learn basic logic and programming concepts prior to moving into object-oriented and GUI programming. The content incorporates a wide variety of problems with various levels of difficulty and covers many application areas to engage and motivate students.For a list of
優惠價: 1 1700
無庫存
出版日:2023/04/24 作者:Joyce Farrell  出版社:Cengage Learning  裝訂:平裝
Learn the fundamental principles of developing structured program logic and be prepared for success with Joyce Farrell�s PROGRAMMING LOGIC AND DESIGN, 10th EDITION. This edition takes a comprehensive and language-independent approach to programming logic with an emphasis on modern conventions. It avoids technical jargon while introducing universal programming concepts and ensuring strong programming style and logical thinking. Chapters contain figures that illustrate the logic described in the text, and there are diverse and project-rich opportunities for you to creatively apply logic to program designs. Flowcharts and pseudocode are employed to appeal to varied learning styles and preferences. Chapters contain learning objectives, notes and short quizzes, summaries, key terms and multiple-choice review. Plus, there are multiple exercises in developing programming logic, maintaining existing programs, debugging programs that contain errors, and developing simple games.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
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 1801
無庫存
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
無庫存
Perinatal Neuropathology
90 折
出版日:2021/06/30 作者:Mirna Lechpammer  出版社:Cambridge Univ Pr  裝訂:平裝
There is an increasing demand for high-standard fetal and infant neuropathology examinations. Novel imaging techniques, development of new diagnostic methods and advances in genetics have stimulated the interest in gaining additional knowledge on developmental, perinatal and neonatal neuropathology. Approaching the subject from a practical standpoint, diagnostic templates for reports are provided in this essential guide to aid clinicians with different areas of expertise. Each chapter will includes numerous high-quality images, accompanied by explanatory legends from the authors' own experiences. Covering autopsy and tissue processing techniques, the authors discuss a range of disorders such as neural tube defects, brain tumours, storage disorders and many others. This book provides access to an online version on Cambridge Core, which can be accessed via the code printed on the inside of the cover. Compiling the latest advances in fetal and infant diagnostics and care, this book is a h
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
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
無庫存
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
無庫存
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
無庫存
Sql Server Database Programming With Visual Basic.Net: Concepts, Designs And Implementations
90 折
出版日: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]。
Statistical Programming in SAS
90 折
出版日: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]。
A Practical Approach to Data Structure and Algorithm With Programming in C
95 折
出版日: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 1199
無庫存
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
無庫存
出版日:2019/05/01 作者:Lori D'agincourt-canning (EDT); Carolyn Ells (EDT)  出版社:Oxford Univ Pr  裝訂:精裝
Numerous issues confront women's healthcare today, among them the medicalization of women's bodies, cosmetic genital surgery, violence against women, HIV, perinatal mental health disorders. This volum
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日: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]。
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]。
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
無庫存
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
無庫存
Improving the Psychological Wellbeing of Children and Young People ― Effective Prevention and Early Intervention Across Health, Education and Social Care
滿額折
Written for professionals spanning children's services, this must-read guide provides an authoritative overview of what shapes the psychological wellbeing of children and young people - from perinatal
優惠價: 79 1785
無庫存
出版日:2018/09/30 作者:Fabrizio Riguzzi  出版社:River Publishers  裝訂:精裝
Probabilistic Logic Programming extends Logic Programming by enabling the representation of uncertain information by means of probability theory. Probabilistic Logic Programming is at the intersection
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
  • 8218
    206
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 206

暢銷榜

客服中心

收藏

會員專區