![]() |
Welcome to Loot.co.za!
Sign in / Register |Wishlists & Gift Vouchers |Help | Advanced search
|
Your cart is empty |
||
|
Books > Computing & IT > Computer programming
As information systems used for research and educational purposes have become more complex, there has been an increase in the need for new computing architecture. High performance and cloud computing provide reliable and cost-effective information technology infrastructure that enhances research and educational processes. Handbook of Research on High Performance and Cloud Computing in Scientific Research and Education presents the applications of cloud computing in various settings, such as scientific research, education, e-learning, ubiquitous learning, and social computing. Providing various examples, practical solutions, and applications of high performance and cloud computing; this book is a useful reference for professionals and researchers discovering the applications of information and communication technologies in science and education, as well as scholars seeking insight on how modern technologies support scientific research.
Although gaming was once primarily used for personal entertainment, video games and other similar technologies are now being utilized across various disciplines such as education and engineering. As digital technologies become more integral to everyday life, it is imperative to explore the underlying effects they have on society and within these fields. Exploring the Cognitive, Social, Cultural, and Psychological Aspects of Gaming and Simulations provides emerging research on the societal and mental aspects of gaming and how video games impact different parts of an individual's life. While highlighting the positive, important results of gaming in various disciplines, readers will learn how video games can be used in areas such as calculus, therapy, and professional development. This book is an important resource for engineers, graduate-level students, psychologists, game designers, educators, sociologists, and academics seeking current information on the effects of gaming and computer simulations across different industries.
DESCRIPTION Most web developers have encountered the "same-origin" policy enforced by all browsers-pages and applications can't access data from domains other than the one that serves them. This limitation means that complex server-side code is needed in order to share data between different domains. CORS, Cross-Origin Resource Sharing, is a new web standard that provides a safe method for cross-domain access. CORS in Action introduces Cross-Origin Resource Sharing from both the server and the client perspective. It starts with the basics: making CORS requests and implementing CORS on the server. It then explores key details such as performance, debugging, and security. API authors learn how CORS opens APIs to a wider range of users. JavaScript developers will find valuable techniques for building rich web apps that can take advantage of APIs hosted anywhere. The techniques described in this book are especially applicable to mobile environments, where browsers are guaranteed to support CORS. RETAIL SELLING POINTS CORS from the ground up Best practices for building CORS APIs Explains different cross-origin technologies CORS security AUDIENCE This book is written for web developers with a working knowledge of JavaScript. No CORS experience is required. ABOUT THE TECHNOLOGY CORS is a good fit for mobile technology and is the cornerstone of building open web APIs. Traditionally, web developers would have to add a server-side component to their web apps in order to access APIs. CORS allows the entire web application, including API access to reside inside JavaScript and the browser.
This is the second volume of Morgan Kaufmann's "GPU Computing Gems," offering an all-new set of insights, ideas, and practical "hands-on" skills from researchers and developers worldwide. Each chapter gives you a window into the work being performed across a variety of application domains, and the opportunity to witness the impact of parallel GPU computing on the efficiency of scientific research. "GPU Computing Gems: Jade Edition" showcases the latest research solutions with GPGPU and CUDA, including: Improving memory access patterns for cellular automata using CUDALarge-scale gas turbine simulations on GPU clustersIdentifying and mitigating credit risk using large-scale economic capital simulationsGPU-powered MATLAB acceleration with JacketBiologically-inspired machine visionAn efficient CUDA algorithm for the maximum network flow problem"30 more chapters" of innovative GPU computing ideas, written to be accessible to researchers from any industry "GPU Computing Gems: Jade Edition" contains 100% new material
covering a variety of application domains: algorithms and data
structures, engineering, interactive physics for games,
computational finance, and programming tools.
Applying methodologies of Software Process Improvement (SPI) is an effective way for businesses to remain competitive in the software industry. However, many organizations find implementing software process initiatives challenging. Agile Estimation Techniques and Innovative Approaches to Software Process Improvement reviews current SPI techniques and applications through discussions on current and future trends as well as the presentation of case studies on SPI implementation. Ideal for use by academics, students, and policy-makers, as well as industry professionals and managers, this publication provides a complete overview of current tools and methodologies regarding Software Process Improvement.
..".the perfect companion to "Programming Massively Parallel Processors" by Hwu & Kirk." -Nicolas Pinto, Research Scientist at Harvard & MIT, NVIDIA Fellow 2009-2010 Graphics processing units (GPUs) can do much more than render graphics. Scientists and researchers increasingly look to GPUs to improve the efficiency and performance of computationally-intensive experiments across a range of disciplines. "GPU Computing Gems: Emerald Edition" brings their techniques to you, showcasing GPU-based solutions including: Black hole simulations with CUDAGPU-accelerated computation and interactive display of molecular orbitalsTemporal data mining for neuroscienceGPU -based parallelization for fast circuit optimizationFast graph cuts for computer visionReal-time stereo on GPGPU using progressive multi-resolution adaptive windowsGPU image demosaicingTomographic image reconstruction from unordered lines with CUDAMedical image processing using GPU -accelerated ITK image filters"41 more chapters" of innovative GPU computing ideas, written to be accessible to researchers from any domain "GPU Computing Gems: Emerald Edition" is the first volume in
Morgan Kaufmann's Applications of GPU Computing Series, offering
the latest insights and research in computer vision, electronic
design automation, emerging data-intensive applications, life
sciences, medical imaging, ray tracing and rendering, scientific
simulation, signal and audio processing, statistical modeling, and
video / image processing.
As Web service technologies have matured in recent years, an increasing number of geospatial Web services designed to deal with spatial information over the network have emerged. Geospatial Web Services: Advances in Information Interoperability provides relevant theoretical frameworks and the latest empirical research findings and applications in the area. This book highlights the strategic role of geospatial Web services in a distributed heterogeneous environment and the life cycle of geospatial Web services for building interoperable geospatial applications.
With the advancement of technology in the modern world, the constant influx of data, information, and computing can become droning and one-dimensional. Re-examining these methods through a different approach helps highlight broader perspectives and further understanding. Applying abstract and holistic methods, such as nature and visualization, to computing technologies is a developing area of study but has yet to be empirically researched. Graphical Thinking for Science and Technology Through Knowledge Visualization provides emerging research exploring the theoretical and practical aspects of implementing visuals and images within data and information. The text contains projects, examples of students' solutions, and invites the reader to apply graphical thinking. Featuring coverage on a broad range of topics such as nanoscale structures, computer graphics, and data visualization, this book is ideally designed for software engineers, instructional designers, researchers, scientists, artists, marketers, media professionals, and students seeking current research on applying artistic solutions within information and computing.
Despite the advances that have been made in programming, there is still a lack of sufficient methods for quality control. While code standards try to force programmers to follow a specific set of rules, few tools exist that really deal with automatic refactoring of this code, and evaluation of the coverage of these tests is still a challenge. Code Generation, Analysis Tools, and Testing for Quality is an essential reference source that discusses the generation and writing of computer programming and methods of quality control such as analysis and testing. Featuring research on topics such as programming languages, quality assessment, and automated development, this book is ideally designed for academicians, practitioners, computer science teachers, enterprise developers, and researchers seeking coverage on code auditing strategies and methods.
Semantic Web technologies and applications have become increasingly important as new methods for understanding and expressing information are discovered. Progressive Concepts for Semantic Web Evolution: Applications and Developments unites research on essential theories, models, and applications of Semantic Web research. Contributions focus on mobile ontologies and agents, fuzzy databases, and new approaches to retrieval and evaluation in the Semantic Web.
SQL Clearly Explained, Third Edition, provides an in-depth introduction to using SQL (Structured Query Language). Readers will learn not only SQL syntax, but also how SQL works. Although the core of the SQL language remains relatively unchanged, the most recent release of the SQL standard (SQL:2008) includes two sets of extensions: 1) support for object-relational databases and 2) support for XML. As a result, the set of standard SQL commands has been greatly extended and this new edition takes that into account. This new edition includes updated tips and tricks to reflect the current concepts of SQL and XML standards; several new chapters covering object-relational and XML extensions; and an ancillary package that includes case studies, a syllabus, exams and more. This book is intended for working SQL programmers, database administrators, database designers, database analysts, and application system developers as well as those who are developing new features for database management systems who want to know about user needs. This would include anyone working with electronic content in the relational database context but also XML. Web services, etc.
In a global, highly competitive environment, organizations face increasing economic pressure and customer demands for more complex products and services. Hybrid algorithms have the potential to play an important role in helping organizations achieve cost reduction and increased product development. Hybrid Algorithms for Service, Computing and Manufacturing Systems: Routing and Scheduling Solutions explores research developments and applications from an interdisciplinary perspective that combines approaches from operations research, computer science, artificial intelligence, and applied computational mathematics. Contributions cover a range of hybrid algorithm theory and practice as it relates to routing, scheduling, and real-life applications.
Software development and information systems design have a unique relationship, but are often discussed and studied independently. However, meticulous software development is vital for the success of an information system. Software Development Techniques for Constructive Information Systems Design focuses the aspects of information systems and software development as a merging process. This reference source pays special attention to the emerging research, trends, and experiences in this area which is bound to enhance the reader s understanding of the growing and ever-adapting field. Academics, researchers, students, and working professionals in this field will benefit from this publication s unique perspective. |
You may like...
UC/OS-III - The Real-Time Kernel and the…
Jean J. Labrosse, Freddy Torres
Hardcover
R1,796
Discovery Miles 17 960
Handbook of Research on Advanced…
Siddhartha Bhattacharyya, Pinaki Banerjee, …
Hardcover
R7,041
Discovery Miles 70 410
Research Anthology on Big Data…
Information R Management Association
Hardcover
R15,738
Discovery Miles 157 380
New Approaches to Data Analytics and…
P. Karthikeyan, Polinpapilinho F. Katina, …
Hardcover
R6,685
Discovery Miles 66 850
UC/OS-III - The Real-Time Kernel and the…
Jean J. Labrosse, Juan P. Benavides, …
Hardcover
R2,203
Discovery Miles 22 030
|