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

Java Data Object

192
5 / 5
An Introduction to Parallel and Vector Scientific Computation
90 折
出版日:2006/08/14 作者:Ronald W. Shonkwiler  出版社:Cambridge Univ Pr  裝訂:平裝
In this text, students of applied mathematics, science and engineering are introduced to fundamental ways of thinking about the broad context of parallelism. The authors begin by giving the reader a deeper understanding of the issues through a general examination of timing, data dependencies, and communication. These ideas are implemented with respect to shared memory, parallel and vector processing, and distributed memory cluster computing. Threads, OpenMP, and MPI are covered, along with code examples in Fortran, C, and Java. The principles of parallel computation are applied throughout as the authors cover traditional topics in a first course in scientific computing. Building on the fundamentals of floating point representation and numerical error, a thorough treatment of numerical linear algebra and eigenvector/eigenvalue problems is provided. By studying how these algorithms parallelize, the reader is able to explore parallelism inherent in other computations, such as Monte Carlo
優惠價: 9 2164
無庫存
出版日:2006/06/19 作者:Richard J. Gardner  出版社:Cambridge Univ Pr  裝訂:平裝
Geometric tomography deals with the retrieval of information about a geometric object from data concerning its projections (shadows) on planes or cross-sections by planes. It is a geometric relative of computerized tomography, which reconstructs an image from X-rays of a human patient. The subject overlaps with convex geometry and employs many tools from that area, including some formulas from integral geometry. It also has connections to discrete tomography, geometric probing in robotics and to stereology. This comprehensive study provides a rigorous treatment of the subject. Although primarily meant for researchers and graduate students in geometry and tomography, brief introductions, suitable for advanced undergraduates, are provided to the basic concepts. More than 70 illustrations are used to clarify the text. The book also presents 66 unsolved problems. Each chapter ends with extensive notes, historical remarks, and some biographies. This edition includes numerous updates and imp
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Java I/O
滿額折
出版日:2006/05/01 作者:Elliotte Rusty Harold  出版社:Oreilly & Associates Inc  裝訂:平裝
All of Java's Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own
定價:3000 元
無庫存
出版日:2005/09/20 作者:Kim B. Bruce; Andrea Pohoreckyj Danyluk; Thomas P. Murtagh  出版社:Pearson College Div  裝訂:平裝
Java, an object-oriented language with many standard libraries, offers both complexities and opportunities. This introductory book makes use of a new approach to understanding programming in Java.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
The Analysis of Emission Lines
90 折
出版日:2005/07/14 作者:Robert Williams  出版社:Cambridge Univ Pr  裝訂:平裝
What can emission lines tell us about an astrophysical object? A workshop at the Space Telescope Science Institute was dedicated to address just this question – for a host of objects (including planetary nebulae and active galactic nuclei) across a broad range of wavelengths (from the infrared through to gamma-rays). Thirteen review articles from internationally renowned experts are presented in this volume. They provide an edited and coherent overview of the latest technical data, techniques in and applications of the study of emission lines from a variety of objects. Chapters include the theory of radiative transfer, photoionising shocks, and emission lines from stellar winds, as well as useful summaries of abundance determinations, atomic data, and diagnostics for IR, UV, gamma-ray and molecular lines. Together these review articles provide an overview of the analysis of emission lines. They summarise current knowledge, highlight outstanding problems and provide focus for fruitful f
優惠價: 9 2281
無庫存
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
無庫存
Pro Spring
滿額折
出版日:2005/02/28 作者:Rob Harrop; Jan Machacek  出版社:Springer Verlag  裝訂:平裝
Intended for experienced Java developers, this guide introduces the Spring lightweight framework for building Java applications, and offers advice on aspect-oriented programming, accessing data, manag
定價:1900 元
無庫存
COBOL Programmers Swing with Java
90 折
出版日:2004/12/28 作者:E. Reed Doke  出版社:Cambridge Univ Pr  裝訂:平裝
In the fast moving world of information technology, Java is now the number 1 programming language. Programmers and developers everywhere need to know Java to keep pace with traditional and web-based application development. COBOL Programmers Swing with Java provides COBOL programmers a clear, easy transition to Java programming by drawing on the numerous similarities between COBOL and Java. The authors introduce the COBOL programmer to the history of Java and object-oriented programming and then dive into the details of the Java syntax, always contrasting them with their parallels in COBOL. A running case study gives the reader an overall view of application development with Java, with increased functionality as new material is presented. This new edition features the development of graphical user interfaces (GUI's) using the latest in Java Swing components. The clear writing style and excellent examples make the book suitable for anyone wanting to learn Java and OO programming, whethe
優惠價: 9 3275
無庫存
Pro ADO.NET with VB .NET 1.1 ― From Professional To Expert
滿額折
Intended for experienced Visual Basic .NET application developers, this book introduces the ADO.NET classes for connecting with data stores. The 15 chapters explain the dataset object model, data adap
定價:1900 元
無庫存
Object-Oriented Programming with Visual Basic.NET
90 折
出版日:2004/06/21 作者:Michael McMillan  出版社:Cambridge Univ Pr  裝訂:平裝
Michael McMillan provides a complete presentation of the object-oriented features of the Visual Basic .NET language for advanced Visual Basic programmers. Beginning with an introduction to abstract data types and their initial implementation using structures, he explains standard OOP topics including class design, inheritance, access modifiers and scoping issues, abstract classes, design and implemention of interfaces and design patterns, and refactoring in VB.NET. More advanced OOP topics are included as well, such as reflection, object persistence, and serialization. To tie everything together, McMillan demonstrates sound OOP design and implementation principles through practical examples of standard Windows applications, database applications using ADO.NET, Web-based applications using ASP.NET, and Windows service applications.
優惠價: 9 2632
無庫存
From Words to Numbers―Narrative, Data, and Social Science
90 折
出版日:2004/05/31 作者:Roberto Franzosi  出版社:Cambridge Univ Pr  裝訂:平裝
This book illustrates a set of tools - story grammars, relational data models, and network models - that can be profitably used for the collection, organization, and analysis of narrative data in socio-historical research. A story grammar, or Subject-Action-Object and their modifiers, is the linguistic tool the author uses to structure narrative for the purpose of collecting event data. Relational database models make such complex data collection schemes practically feasible in a computer environment. Finally, network models are a statistical tool best suited to analyze this type of data. Driven by the metaphors of the journal (from … to) and the alchemy (words into numbers), the book leads the reader throughout a number of paths, from substantive to methodological issues, across time and disciplines: sociology, linguistics, literary criticism, history, statistics, computer science, philosophy, cognitive psychology, political science.
優惠價: 9 2515
無庫存
出版日:2002/08/15 作者:A. J. Dessler  出版社:Cambridge Univ Pr  裝訂:平裝
Jupiter's magnetosphere (the region of space in which Jupiter's magnetic field influences the motion of charged particles) is the largest object in the solar system; it exhibits new phenomena and behaves, in some respects, like a pulsar. It is a magnetosphere whose physics is dominated by internal sources of plasma and energy. This book consists of twelve carefully interwoven articles written by leading space scientists who summarize our state of knowledge of the physics of the magnetosphere surrounding the planet Jupiter. Ground-based data as well as information from the Pioneer and Voyager spacecraft are used in developing both physical descriptions and theoretical understanding. Physics of the Jovian Magnetosphere is a valuable reference work for those doing research in magnetospheric physics and in a number of related disciplines.
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Tried and True Object Development:Industry-Proven Approaches with UML
90 折
出版日:1998/12/28 作者:Ari Jaaksi  出版社:Cambridge Univ Pr  裝訂:平裝
Written by four experienced Nokia Telecommunications software developers, this is a practical book about object-based and component-based software development. The book concentrates on the most important issues in real-life software development, such as the development process itself, software architecture, the development of user interfaces, data management, and the development of large commercial software products. The book exemplifies the presented practices by using the Unified Modeling Language (UML).
優惠價: 9 3393
無庫存
Guide to the Sun
90 折
出版日:1995/03/30 作者:Kenneth J. H. Phillips  出版社:Cambridge Univ Pr  裝訂:平裝
The Sun has been an object of scientific interest since the time of the ancient Greeks. The vast amounts of observational data acquired in recent years have led to a greatly improved knowledge of the physics of the Sun. With a minimum of technicalities, this book gives an account of what we now know about the Sun's interior, its surface and atmosphere, its relation to the solar system including the earth, and its relation to other stars. The way that solar power is being converted to useful forms of energy is explained. The book is aimed at anyone with a broad science background interested in learning about the latest developments in solar studies, from those at high-school level to the non-specialist professional.
優惠價: 9 3159
無庫存
Full-Stack Java & Android: Enterprise Apps, Cloud Deployments, and Data Science Integration
滿額折
出版日:2025/06/25 作者:Axionics Ltd  出版社:Independently published  裝訂:平裝
定價:1152 元
無庫存
Mastering Data Structures & Algorithms: With Python, Java & C++ Implementations and Real Interview Challenges
滿額折
Java Development: Master Object-Oriented Programming: A Complete Guide to Java's Core Features and Techniques
滿額折
Practical Spring LDAP: Using Enterprise Java-Based LDAP in Spring Data and Spring Framework 6
滿額折
出版日:2024/01/16 作者:Balaji Varanasi  出版社:Apress  裝訂:平裝
定價:1900 元
無庫存
Advanced Object-oriented Programming in R ─ Statistical Programming for Data Science, Analysis and Finance
滿額折
出版日:2017/07/22 作者:Thomas Mailund  出版社:Apress  裝訂:平裝
Learn how to write object-oriented programs in R and how to construct classes and class hierarchies in the three object-oriented systems available in R. This book gives an introduction to object-orien
定價:1500 元
無庫存
出版日:2022/04/20 作者:任鋼  出版社:深智數位  裝訂:平裝
從基礎到進階――Quarkus完整開發大全!★專業推薦中國紅帽首席架構師 張家駒亞馬遜雲端科技專業顧問服務團隊經理 陳明儀▍本書內容 Quarkus是一個來自Red Hat公司的超音速次原子Kubernetes原生Java框架。該框架允許Java開發人員結合容器、微服務和Kubernetes的能力來構建可靠、高性能、快速的雲端原生應用和Serverless應用。 本書是一本Quarkus開發大全,涵蓋Quarkus大部分內容,書中共包含50多個案例,共12章,第1章是Quarkus概述,可以從整體上認識Quarkus;第2章是對Quarkus的初探,將使用Quarkus構建一個微服務並開發基礎應用;第3章至第10章是本書的主要部分,將詳細講解如何在Quarkus架構上進行Web、Data、Message、Security、Reactive、Tolerance、Health、Tracing、Spring整合應用場景的開發和實作;第11章介紹Quarkus在雲端原生應用場景下的實施和部署;第12章是Quarkus Extension,進階開發者在Quarkus的基礎上擴充外部元件。本書適合想在Quarkus獲得更多知識或實現更多新創方式的IT工程師,針對Spring框架已經有經驗的工程師更是如虎添翼。▍本書特點.Java工程師用K8s探索微服務的先驅Quarkus概述.Quarkus中進行Web開發完整專案.資料驅動的Quarkus案例實作.Message系統的案例架設.Security安全考量的微服務專案.Reactive的整合場景.Tolerance在Quarkus的應用場景.Health的企業專案開發.Tracing場景下的微服務應用.Spring整合應用場景.Quarkus在雲端原生實施部署.Quarkus Extension進一步使用※適合讀者群本書適合對Quarkus感興趣且想在這方面獲得更多知識或實現更多想法的IT從業者。.初級讀者:可以透過本書知道如何使用Quarkus進行Web、Data和Message方面的開發,能非常迅速、高效、簡單地架設一個微服務應用系統。.中級讀者:如具有豐富開發經驗的軟體開發工程師等,可以透過本書獲得對Quarkus的全面認識,能建構安全的、整合的、伸縮性和容錯能力強的雲端原生應用。.進階讀者:如具有豐富經驗的架構師和分析
出版日:2021/04/06 作者:Clive Gifford  出版社:Wide Eyed Editions  裝訂:平裝
Maths + history + jokes - boring bits = A Quick History of Maths. This book begins around 43,000 years ago with a notched baboon leg, the Lebombo bone (the very first mathematical object in the world) and rushes us past Hindu numerals and the invention of zero, via Pythagoras, Pascal and probability, right up to the present day, with big data and the maths that rules our digital lives. Geometri-coolYou will discover:How to count on your fingers (there are more ways than you might think )Why we have 60 seconds in a minute (hint: it's to do with the ancient Babylonians)How to count like an Egyptian (using hieroglyphs)Why it's hip to be square using square numbersA Pythagorean party trickThe naked truth of Archimedes' bath time mathematicsHow to do matha-magic with magic squares...and much more.In chronological order from pre-history to present day, this is the story of maths itself. It's 43,000 years of human mathematical endeavor squeezed into one book for your reading pleasure. Illustr
絕版無法訂購
An Introduction to Computer Simulation Methods ― Applications to Physical Systems
滿額折
出版日:2017/09/18 作者:Harvey Gould; Jan Tobochnik; Wolfgang Christian  出版社:Createspace Independent Pub  裝訂:平裝
The revised Third Edition of An Introduction to Computer Simulation Methodsuses Java to teach physical concepts using computer simulations. The text incorporates object-oriented programming techniques
定價:2400 元
無庫存
出版日:2016/01/11 作者:陳會安  出版社:旗標出版社  裝訂:平裝
只懂 Java 語法還不夠, 學習使用類別、繼承、介面和集合物件來實作各種資料結構, 才能真正強化 Java 程式設計的能力。 「資料結構」(Data Structures)是計算機科學領域的一門重要課程,在學習基本程式設計,例如:Java 語言的課程後,資料結構提供的相關理論可以快速擴大程式設計的視野,在 Java 程式靈活運用陣列、串列、堆疊、佇列、二元樹和圖形等各種結構來解決問題,或是使用搜
絕版無法訂購
出版日:2015/02/06 作者:Amritendu De  出版社:McGraw-Hill Osborne Media  裝訂:平裝
Design and develop Java-based, data-driven applications using Spring and Hibernate technology Spring 4 and Hibernate 4: Agile Java Design and Development covers real-world applications for developing
絕版無法訂購
出版日:2011/11/18 作者:Peter Sestoft; Henrik I. Hansen  出版社:Mit Pr  裝訂:平裝
C# is an object-oriented programming language that is similar to Java in manyrespects but more comprehensive and different in most details. This book offers a quick andaccessible reference for anyone
出版日:2004/09/03 作者:Peter Sestoft; Henrik I. Hansen  出版社:Mit Pr  裝訂:平裝
C# is an object-oriented programming language that is similar to the Java programming language in many respects but more comprehensive and different in most details. This book gives a concise descrip
出版日:2002/03/01 作者:Kim B. Bruce  出版社:Mit Pr  裝訂:平裝
In recent years, object-oriented programming has emerged as the dominant computer programming style, and object-oriented languages such as C++ and Java enjoy wide use in academia and industry. This te
絕版無法訂購
Javaspaces ― Principles, Patterns, and Practice
90 折
出版日:1999/06/01 作者:Eric Freeman; Susanne Hupfer; Ken Arnold  出版社:Addison-Wesley Professional  裝訂:平裝
Introduces the Jini service that facilitates building distributed applications by providing persistent object exchange areas in which remote Java processes can coordinate their actions and exchange da
優惠價: 9 1618
無庫存
出版日:1997/12/24 作者:Matthias Felleisen; Daniel P. Friedman  出版社:Mit Pr  裝訂:平裝
Java is a new object-oriented programming language that was developed by SunMicrosystems for programming the Internet and intelligent appliances. In a very short time it hasbecome one of the most wide
出版日:1985/05/01 作者:J. Joseph Errington  出版社:Ohio Univ Pr  裝訂:平裝
Errington explores linguistic evidence of social change among the traditional priyayi elite of Surakarta in south-central Java. Employing data from texts, interviews, observed speech, and questionnair
定價:2097 元
無庫存
  • 192
    5
  • 1
  • 2
  • 3
  • 4
  • 5

暢銷榜

客服中心

收藏

會員專區