TOP
💡 邁向小一的第一步!給孩子一本「查得到自信」的專屬辭典,輕鬆跨越閱讀關卡!🚀
縮小範圍
搜尋結果 /

Pathways in Software Engineering

599
15 / 15
Specifying Software:A Hands-On Introduction
90 折
出版日:2002/02/25 作者:R. D. Tennent  出版社:Cambridge Univ Pr  裝訂:平裝
Provides an innovative hands-on introduction to techniques for specifying the behaviour of software components. It is primarily intended for use as a text book for a course in the 2nd or 3rd year of Computer Science and Computer Engineering programs, but it is also suitable for self-study. Using this book will help the reader improve programming skills and gain a sound foundation and motivation for subsequent courses in advanced algorithms and data structures, software design, formal methods, compilers, programming languages, and theory. The presentation is based on numerous examples and case studies appropriate to the level of programming expertise of the intended readership. The main topics covered are techniques for using programmer-friendly assertional notations to specify, develop, and verify small but non-trivial algorithms and data representations, and the use of state diagrams, grammars, and regular expressions to specify and develop recognizers for formal languages.
優惠價: 9 1930
無庫存
出版日:2002/02/25 作者:R. D. Tennent  出版社:Cambridge Univ Pr  裝訂:精裝
Provides an innovative hands-on introduction to techniques for specifying the behaviour of software components. It is primarily intended for use as a text book for a course in the 2nd or 3rd year of Computer Science and Computer Engineering programs, but it is also suitable for self-study. Using this book will help the reader improve programming skills and gain a sound foundation and motivation for subsequent courses in advanced algorithms and data structures, software design, formal methods, compilers, programming languages, and theory. The presentation is based on numerous examples and case studies appropriate to the level of programming expertise of the intended readership. The main topics covered are techniques for using programmer-friendly assertional notations to specify, develop, and verify small but non-trivial algorithms and data representations, and the use of state diagrams, grammars, and regular expressions to specify and develop recognizers for formal languages.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2000/04/01 作者:Howard Eisner  出版社:Artech House  裝訂:精裝
Synthesizing his years of management experience in systems and software engineering companies with others' observations about change, Eisner (engineering management and systems engineering, George Was
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1998/05/28 作者:Jacques Heyman  出版社:Cambridge Univ Pr  裝訂:精裝
This volume provides a concise, historical review of the methods of structural analysis and design - from Galileo in the seventeenth century, to the present day. Through it, students in structural engineering and professional engineers will gain a deeper understanding of the theory behind the modern software packages they use daily in structural design. This book also offers the reader a lucid examination of the process of structural analysis and how it relates to modern design. The first three chapters cover questions about the strength of materials, and how to calculate local effects. An account is then given of the development of the equations of elastic flexure and buckling, followed by a separate chapter on masonry arches. Three chapters on the overall behaviour of elastic structures lead to a discussion of plastic behaviour, and a final chapter indicates that there are still problems needing solution.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1998/02/26 作者:Bruno Buchberger  出版社:Cambridge Univ Pr  裝訂:平裝
The theory of Gröbner bases, invented by Bruno Buchberger, is a general method by which many fundamental problems in various branches of mathematics and engineering can be solved by structurally simple algorithms. The method is now available in all major mathematical software systems. This book provides a short and easy-to-read account of the theory of Gröbner bases and its applications. It is in two parts, the first consisting of tutorial lectures, beginning with a general introduction. The subject is then developed in a further twelve tutorials, written by leading experts, on the application of Gröbner bases in various fields of mathematics. In the second part are seventeen original research papers on Gröbner bases. An appendix contains the English translations of the original German papers of Bruno Buchberger in which Gröbner bases were introduced.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1997/06/13 作者:Robert R. Shannon  出版社:Cambridge Univ Pr  裝訂:平裝
The Art and Science of Optical Design is a comprehensive introduction to lens design, covering the fundamental physical principles and key engineering issues. Several practical examples of modern computer-aided lens design are worked out in detail from start to finish. The basic theory and results of optics are presented early on in the book, along with a discussion of optical materials. Aberrations, and their correction, and image analysis are then covered in great detail. Subsequent chapters deal with design optimisation and tolerance analysis. Several design examples are then given, beginning with basic lens design forms, and progressing to advanced systems, such as gradient index and diffractive optical components. In covering all aspects of optical design, including the use of modern lens design software, this book will be invaluable to students of optical engineering as well as to anyone engaged in optical design at any stage.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1997/06/13 作者:Robert R. Shannon  出版社:Cambridge Univ Pr  裝訂:精裝
The Art and Science of Optical Design is a comprehensive introduction to lens design, covering the fundamental physical principles and key engineering issues. Several practical examples of modern computer-aided lens design are worked out in detail from start to finish. The basic theory and results of optics are presented early on in the book, along with a discussion of optical materials. Aberrations, and their correction, and image analysis are then covered in great detail. Subsequent chapters deal with design optimisation and tolerance analysis. Several design examples are then given, beginning with basic lens design forms, and progressing to advanced systems, such as gradient index and diffractive optical components. In covering all aspects of optical design, including the use of modern lens design software, this book will be invaluable to students of optical engineering as well as to anyone engaged in optical design at any stage.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
The Way of Z: Practical Programming With Formal Methods
90 折
出版日:1997/06/01 作者:Jonathan Jacky  出版社:Cambridge Univ Pr  裝訂:平裝
This 1997 book is a self-contained tutorial on Z, a formal notation for modelling, specifying and designing computer systems and software, for experienced professionals and serious students in programming and software engineering. It presents realistic case studies emphasising safety-critical systems, with examples drawn from embedded controls, real-time and concurrent programming, computer graphics, games, text processing, databases, artificial intelligence, and object-oriented programming. It motivates the use of formal methods and discusses practical issues concerning how to apply them in real projects. It also teaches how to apply formal program derivation and verification to implement Z specifications in real programming languages with examples in C. The book includes exercises with solutions, reference materials, and a guide to further reading.
優惠價: 9 2983
無庫存
ML for the Working Programmer
90 折
出版日:1996/07/18 作者:Larry C. Paulson  出版社:Cambridge Univ Pr  裝訂:平裝
The new edition of this successful and established textbook retains its two original intentions of explaining how to program in the ML language, and teaching the fundamentals of functional programming. The major change is the early and prominent coverage of modules, which are extensively used throughout. In addition, the first chapter has been totally rewritten to make the book more accessible to those without experience of programming languages. The main features of new Standard Library for the revised version of ML are described and many new examples are given, while references have also been updated. Dr Paulson has extensive practical experience of ML and has stressed its use as a tool for software engineering; the book contains many useful pieces of code, which are freely available (via the Internet) from the author. He shows how to use lists, trees, higher-order functions and infinite data structures. Many illustrative and practical examples are included.. Efficient functional imp
優惠價: 9 3158
無庫存
出版日:1991/09/26 作者:Gerard Huet  出版社:Cambridge Univ Pr  裝訂:精裝
This 1991 volume contains the proceedings of the first international workshop on Logical Frameworks. The contributions are concerned with the application of logical reasoning and proof theory in computer science and its relevance to automatic theorem proving, and consequently topics such as artificial intelligence. It is the only source for much of this material and will be a necessary purchase for mathematicians and computer scientists undertaking research at the interface of logic and software engineering.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:1990/07/05 作者:Barry Lynch  出版社:Cambridge Univ Pr  裝訂:精裝
This book presents the proceedings of the Ada-Europe International Conference held in Dublin, June 1990. These meetings constitute the most significant events in this field within Europe, and attract delegates from around the world. This year's conference takes as its theme the impact of technical and management issues in the software engineering economics of Ada, as well as technology transfer and training. With the start of a new decade in which Ada comes of age both in terms of use and acceptability, papers also assess the impact of Ada through descriptions of projects in which Ada has been used throughout their life cycle. Discussion of topical issues affecting the development of Ada-9X is also presented.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
The Foundations of Artificial Intelligence:A Sourcebook
90 折
出版日:1990/04/26 作者:Derek Partridge  出版社:Cambridge Univ Pr  裝訂:平裝
This outstanding collection is designed to address the fundamental issues and principles underlying the task of Artificial Intelligence. The editors have selected not only papers now recognized as classics but also many specially commissioned papers which examine the methodological and theoretical foundations of the discipline from a wide variety of perspectives: computer science and software engineering, cognitive psychology, philosophy, formal logic and linguistics. Carefully planned and structured, the volume tackles many of the contentious questions of immediate concern to AI researchers and interested observers. Is Artificial Intelligence in fact a discipline, or is it simply part of computer science? What is the role of programs in AI and how do they relate to theories? What is the nature of representation and implementation, and how should the challenge of connectionism be viewed? Can AI be characterized as an empirical science? The comprehensiveness of this collection is furthe
優惠價: 9 2515
無庫存
Computer Organization 5/e /Hamacher
90 折
作者:Hamacher  出版社:新月圖書  裝訂:平裝
Suitable for a one-semester course in engineering or computer science programs, this text has hardware and software-oriented topics. It uses examples drawn from commercially available computers. The m
優惠價: 9 945
無庫存
Designing Software
90 折
出版日:2020/01/31 作者:Andre Van Der Hoek; Alex Baker (EDT); Marian Petre  出版社:CRC Press UK  裝訂:精裝
The book places software engineering in a general design perspective, relating the activity of designing software to the activities involved in designing other "things" in other disciplines. Central t
優惠價: 9 3515
無庫存
Information Modelling for Archaeology and Anthropology ― Software Engineering Principles for Cultural Heritage
90 折
出版日:2019/04/30 作者:Cesar Gonzalez-perez  出版社:Springer-Nature New York Inc  裝訂:平裝
This unique text/reference reviews the key principles and techniques in conceptual modelling which are of relevance to specialists in the field of cultural heritage.Information modelling tasks are a v
優惠價: 9 2835
無庫存
出版日:2019/01/24 作者:Michael Felderer (EDT); Riccardo Scandariato (EDT)  出版社:Information Science Reference  裝訂:精裝
"This book explores security in software architecture and design. It examines software security from a software engineering perspective and addresses technical, as well as managerial aspects of secure
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2018/05/17 作者:Radek Silhavy (EDT)  出版社:Springer-Verlag New York Inc  裝訂:平裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2018/01/31 作者:Ankur Dumka (EDT)  出版社:Engineering Science Reference  裝訂:精裝
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2006/11/14 作者:Manuel Imaz; David Benyon  出版社:Mit Pr  裝訂:精裝
The evolution of the concept of mind in cognitive science over the past 25 years creates new ways to think about the interaction of people and computers. New ideas about embodiment, metaphor as a fun
Object-Oriented Programming In Simotion Fundamentals, Program Examples And Software Concepts According To Iec 61131-3
滿額折
出版日:2017/06/07 作者:Braun  出版社:John Wiley & Sons Inc  裝訂:精裝
In mechanical engineering the trend towards increasingly flexible solutions is leading to changes in control systems. The growth of mechatronic systems and modular functional units is placing high dem
優惠價: 9 1958
無庫存
出版日:2017/02/01 作者:Constantine H. Houpis; Gary B. Lamont; Stuart N. Sheldon  出版社:CRC Pr I Llc  裝訂:精裝
Completely revised and updated, written to be understandable for students, and practical in its coverage, this new edition features a range of new engineering applications, such as control of unmanned
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2009/07/10 作者:Matthias Felleisen; Robert Bruce Findler; Matthew Flatt  出版社:Mit Pr  裝訂:精裝
This text is the first comprehensive presentation of reduction semantics in one volume; it also introduces the first reliable and easy-to-use tool set for such forms of semantics. Software engineers
出版日:2008/10/04 作者:Stanislaw Rosloniec  出版社:Springer Verlag  裝訂:精裝
Stormy development of electronic computation techniques (computer systems and software), observed during the last decades, has made possible automation of data processing in many important human activ
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2026/09/13 作者:Ehab Ellobody  出版社:WOODHEAD PUB  裝訂:平裝
Thin-Walled Structural Members Under Web Crippling Loadings: Finite Element Analysis, Design, and Integrated Testing addresses a critical and specialized area in structural engineering focused on the behavior, analysis, and design of thin-walled steel members subjected to web crippling loadings. This reference integrates experimental testing, advanced numerical modeling, and international design codes to improve understanding and practical design of cold-formed steel structures worldwide. The book offers in-depth coverage of experimental testing procedures and finite element analysis, including practical guidance on software tools, model verification, and validation best practices. It includes design examples that demonstrate real-world applications across multiple international codes. The book also presents integrated comparisons of experimental, numerical, and design results, discusses failure modes, and incorporates reliability analyses and parametric studies. This book serves as a
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
氮化碳基半導體光解水製氫(簡體書)
滿額折
出版日:2025/08/01 作者:劉學成  出版社:化學工業出版社  裝訂:平裝
This book systematically explores carbon nitride-based semiconductors for photocatalytic hydrogen production through water splitting. Beginning with fundamental concepts of hydrogen generation, it details modifications to pure g-C3N4 and interfacial engineering designs before examining various composite materials: CeO2/g-C3N4 nanocomposites demonstrate enhanced charge separation, while CoO nanoparticle integration improves visible-light absorption. The text analyzes N-doped ZnO/g-C3N4 heterojunctions, MnO2-loaded architectures for oxidative stability, and oxygen-deficient LaVO4/g-C3N4 systems. Advanced configurations include Co-C3N4/BiPO4 dual-cocatalysts, atomically dispersed Co-N4 sites in 2D frameworks, and B/P-doped variants for bandgap modulation, concluding with molten-salt synthesized Fe@C3N4 nanosheets. Each system's synthesis, characterization, mechanistic pathways, and hydrogen evolution performance are rigorously evaluated, culminating in forward-looking perspectives for nex
優惠價: 87 668
無庫存
Elasticity: Theory, Applications, and Numerics, Fourth Edition, continues its market-leading tradition of concisely presenting and developing the linear theory of elasticity, moving from solution methodologies, formulations, and strategies into applications of contemporary interest, such as fracture mechanics, anisotropic and composite materials, micromechanics, nonhomogeneous graded materials, and computational methods. Developed for a one- or two-semester graduate elasticity course, this new edition has been revised with new worked examples and exercises, and new or expanded coverage of areas such as treatment of large deformations, fracture mechanics, strain gradient and surface elasticity theory, and tensor analysis. Using MATLAB software, numerical activities in the text are integrated with analytical problem solutions.Online ancillary support materials for instructors include a solutions manual, image bank, and a set of PowerPoint lecture slides.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2018/08/29 出版社:Springer Verlag  裝訂:平裝
This book presents real-world problems and pioneering research that reflect novel approaches to cybernetics, algorithms and software engineering in the context of intelligent systems. It gathers the p
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2018/02/13 作者:Dorling Kindersley (COR)  出版社:DK Pub  裝訂:平裝
Meet four amazing women - astronauts, scientists, and mathematicians - who helped make space travel a reality. Illustrated with photography from the new LEGO® Ideas Women of NASA set, this book for children learning to read is a fun way to discover the achievements of some of space travel's greatest pioneers.Read about Mae Jemison, the first African American women to travel in space. Find out how Sally Ride inspired future scientists after her career as an astronaut. Discover how Margaret Hamilton created computer software for the Apollo mission, and see the stars with Nancy Grace Roman through the giant Hubble Telescope. Learn about NASA, and explore what life is like aboard the Endeavour Space Shuttle!Presented with fun images, simple vocabulary and lots of word repetition to engage young readers and help them build their literary skills,DK Reader L1:LEGOWomen ofNASA celebrates achievements in science, technology, engineering and mathematics.©2018 The LEGO Group.
絕版無法訂購
出版日:2017/06/01 作者:Mohamed Fayad  出版社:Productivity Press  裝訂:精裝
This book presents a new, pragmatic approach for understanding the problem domain and in utilizing stable analysis patterns for engineering and modeling stable software systems, components and framewo
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Designing Embedded Systems ― Handbook + Lamp Project
滿額折
出版日:2014/04/10 作者:Steve McClure  出版社:Createspace Independent Pub  裝訂:平裝
This book reviews the Software Development and Engineering Principles involved in the Design of Embedded Computer Systems.A LAMP (Linux Apache MySQL PHP) design for a Web-Based Home Control / Security
定價:1447 元
無庫存
出版日:2008/11/12 作者:A. Ravi Ravindran (EDT)  出版社:CRC Press UK  裝訂:精裝
Ravindran (industrial and manufacturing engineering, Pennsylvania State U.) has edited this guide of operations research applications for students and practitioners who may not be experts in software
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2004/12/23 作者:Benjamin C. Pierce  出版社:Mit Pr  裝訂:精裝
The study of type systems for programming languages now touches many areas of computer science, from language design and implementation to software engineering, network security, databases, and analy
出版日:2001/10/03 作者:VON HALLE  出版社:JOHN WILEY & SONS;LTD  裝訂:平裝
From a bestselling author and expert--a soon-to-be classic on application developmentRepresenting a significant change of focus in software engineering, the business rule approach to application devel
絕版無法訂購
出版日:1997/12/01 作者:Jeffrey O. Grady  出版社:CRC Press UK  裝訂:平裝
Historically, the terms validation and verification have been very loosely defined in the system engineering world, with predictable confusion. Few hardware or software testing texts even touch upon v
絕版無法訂購
作者:MELLO  出版社:AMERICAN MANAGEMENT ASSOCIATION  裝訂:精裝
Mello draws on years of experience in product development, hardware engineering, software development, and marketing, in creating this text for executives and new-product professionals. She presents
絕版無法訂購
出版日:2016/08/01 作者:Warren Smith  出版社:McGraw-Hill  裝訂:精裝
The definitive guide to the art and science of lens design—fully updated to reflect the latest advancesThis benchmark optical engineering resource offers an encyclopedic overview of all forms of lenses and optical systems. Revised from start to finish, this new edition brings all existing content up to date and adds new sections on design advances from the last 10 years. With this book in hand, there's no lens that you can't design.Modern Lens Design, Third Edition, leads you through the fundamentals and hands-on practices of optical engineering, covering time-tested methods for designing top-quality lenses. Long a paragon of design instruction, the book provides clear explanations, examples, and hands-on instruction and fully covers the latest software and optimization techniques.Features new coverage of cell phone cameras, panoramic and 360-degree lenses, and large-format focal planesClarifies and consolidates a wide range of crucial lens design informationTwo industry-recognized exp
絕版無法訂購
  • 599
    15
  • 1
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15

暢銷榜

客服中心

收藏

會員專區