Computational Granular Dynamics : Models and Algorithms
Computer simulations not only belong to the most important methods for the theoretical investigation of granular materials, but also provide the tools that have enabled much of the expanding research by physicists and engineers. The present book is intended to serve as an introduction to the application of numerical methods to systems of granular particles. Accordingly, emphasis is placed on a general understanding of the subject rather than on the presentation of the latest advances in numerical algorithms. Although a basic knowledge of C++ is needed for the understanding of the numerical methods and algorithms in the book, it avoids usage of elegant but complicated algorithms to remain accessible for those who prefer to use a different programming language. While the book focuses more on models than on the physics of granular material, many applications to real systems are presented.
Computational Geometry and Graph Theory ; International Conference, KyotoCGGT 2007, Kyoto, Japan, June 11-15, 2007. Revised Selected Papers
This book constitutes the thoroughly refereed post-conference proceedings of the Kyoto Conference on Computational Geometry and Graph Theory, KyotoCGGT 2007, held in Kyoto, Japan, in June 2007.
Computational Geometry : Algorithms and Applications
This introduction to computational geometry focuses on algorithms. Modern insights in computational geometry are used to provide solutions that are both efficient and easy to understand and implement.
Computational genome analysis : An introduction
Computational Genome Analysis: An Introduction presents the foundations of key problems in computational molecular biology and bioinformatics. It focuses on computational and statistical principles applied to genomes, and introduces the mathematics and statistics that are crucial for understanding these applications. The book is appropriate for a one-semester course for advanced undergraduate or beginning graduate students, and it can also introduce computational biology to computer scientists, mathematicians, or biologists who are extending their interests into this exciting field.
Computational formalism : Art history and machine learning
"Computational Formalism investigates examples of art historical analysis in the fields of computer and information sciences, and frames this research in the context of art historiography. The use of machine learning to analyze art images has ushered in a renewed interest in formalism in art history, but these new techniques create new critical challenges for the field"
Computational Forensic ; 2nd International Workshop, IWCF 2008, Washington, DC, USA, August 7-8, 2008. Proceedings
This book constitutes the refereed proceedings of the Second International Workshop, IWCF 2008, held in Washington, DC, USA, August 2008. The papers are organized in topical sections on trends and challenges; scanner, printer, and prints; human identification; shoeprints; linguistics;decision making and search; speech analysis; signatures and handwriting.
Computational Fluid Dynamics for Engineers
This book introduces a wide range of Computational Fluid Dynamics (CFD) methods used in the aerospace industry to solve engineering problems. Its format is arranged so that students and practicing engineers can understand the fundamental principles used in CFD, with sample computer programs for the solution of model problems. The emphasis is on two-dimensional equations in order to present the material in a modest sized book. Source codes for selected problems are given so that the reader can understand how those methods are implemented in FORTRAN and C languages, while exercises provide more hands-on experience.
Computational Ergodic Theory
Ergodic theory is hard to study because it is based on measure theory, which is a technically difficult subject to master for ordinary students, especially for physics majors. Many of the examples are introduced from a different perspective than in other books and theoretical ideas can be gradually absorbed while doing computer experiments. Theoretically less prepared students can appreciate the deep theorems by doing various simulations. The computer experiments are simple but they have close ties with theoretical implications. The last chapter explains the relation between entropy and data compression, which belongs to information theory and not to ergodic theory.
Computational earthquake physics ; Part II
Exciting developments in earthquake science have benefited from new observations, improved computational technologies, and improved modeling capabilities. Designing realistic supercomputer simulation models for the complete earthquake generation process is a grand scientific challenge due to the complexity of phenomena and range of scales involved from microscopic to global. The present volume - Part II - incorporates computational environment and algorithms, data assimilation and understanding, model applications and iSERVO. Topics covered range from iSERVO and QuakeSim: implementing the international solid earth research virtual observatory by integrating computational grid and geographical information web services; LURR (Load-Unload Response Ratio) described in six papers involving this promising earthquake forecasting model; pattern informatics and phase dynamics and their applications, which was also a highlight in the Workshop; computational algorithms, including continuum damage models and visualization and analysis of geophysical datasets; evolution of mantle material; the state vector approach; and assimilation of data such as geodetic data, GPS data, and seismicity and laboratory experimental data.
Computational drug discovery and design
Provides new and updated methods and techniques for identification of drug target, binding sites prediction, high- throughput virtual screening, lead discovery and optimization, conformational sampling, prediction of pharmacokinetic properties using computer-based methodologies. Chapters also focus on the application of the latest artificial intelligence technologies for computer aided drug discovery.
Computational drug discovery : methods and application
Covers a wide range of cutting-edge computational technologies and computational chemistry methods that are transforming drug discovery. The book delves into recent advances, particularly focusing on artificial intelligence (AI) and its application for protein structure prediction, AI-enabled virtual screening, and generative modeling for compound design. Additionally, it covers key technological advancements in computing such as quantum and cloud computing that are driving innovations in drug discovery.
Computational Discovery of Scientific Knowledge : Introduction, Techniques, and Applications in Environmental and Life Sciences
Advances in technology have enabled the collection of data from scientific observations, simulations, and experiments at an ever-increasing pace. For the scientist and engineer to benefit from these enhanced data collecting capabilities, it is becoming clear that semi-automated data analysis techniques must be applied to find the useful information in the data. Computational scientific discovery methods can be used to this end: they focus on applying computational methods to automate scientific activities, such as finding laws from observational data. In contrast to mining scientific data, which focuses on building highly predictive models, computational scientific discovery puts a strong emphasis on discovering knowledge represented in formalisms used by scientists and engineers, such as numeric equations and reaction pathways. This state-of-the-art survey provides an introduction to computational approaches to the discovery of scientific knowledge and gives an overview of recent advances in this area, including techniques and applications in environmental and life sciences.
Computational Contact Mechanics
Topics of this book span the range from spatial and temporal discretization techniques for contact and impact problems with small and finite deformations over investigations on the reliability of micromechanical contact models over emerging techniques for rolling contact mechanics to homogenization methods and multi-scale approaches in contact problems. Furthermore, solution algorithms for single- and multi-processor computing environments, enabling methods that span from multi-contact to multi-scale approaches are discussed together with numerical experiments related to soil mechanics using discontinuous deformation analysis.
Computational Commutative : Algebra 2
The main part of this book is a breathtaking passeggiata through the computational domains of graded rings and modules and their Hilbert functions. Besides Gröbner bases, we encounter Hilbert bases, border bases, SAGBI bases, and even SuperG bases. The tutorials traverse areas ranging from algebraic geometry and combinatorics to photogrammetry, magic squares, coding theory, statistics, and automatic theorem proving. Whereas in the first volume gardening and chess playing were not treated, in this volume they are. This is a book for learning, teaching, reading, and most of all, enjoying the topic at hand. The theories it describes can be applied to anything from children's toys to oil production. If you buy it, probably one spot on your desk will be lost forever!
Computational Collective Intelligence ; 12th International Conference, ICCCI 2020, Da Nang, Vietnam, November 30 – December 3, 2020, Proceedings
This volume constitutes the refereed proceedings of the 12th International Conference on Computational Collective Intelligence, ICCCI 2020, held in Da Nang, Vietnam, in November 2020.* The 70 full papers presented were carefully reviewed and selected from 314 submissions. The papers are grouped in topical sections on: knowledge engineering and semantic web; social networks and recommender systems; collective decision-making; applications of collective intelligence; data mining methods and applications; machine learning methods; deep learning and applications for industry 4.0; computer vision techniques; biosensors and biometric techniques; innovations in intelligent systems; natural language processing; low resource languages processing; computational collective intelligence and natural language processing; computational intelligence for multimedia understanding; and intelligent processing of multimedia in web systems.
Command-Line Rust : A Project-Based Primer for Writing Rust CLIs
Rather than focusing on the language as a whole, this guide teaches Rust using a single small, complete, focused program in each chapter. Author Ken Youens-Clark shows you how to start, write, and test each of these programs to create a finished product. You'll learn how to handle errors in Rust, read and write files, and use regular expressions, Rust types, structs, and more.
Comfort and Perception in Architecture
This book discusses the design of comfortable buildings and shows that design perception and, as a result, comfort should be an intentional feature of architectural design. Modern buildings are often sealed boxes without operable windows or daylighting design. However, contemporary designers increasingly find themselves faced with the task of creating spaces that are comfortable in terms of thermal and visual aspects.
Combinatorics, Algorithms, Probabilistic and Experimental Methodologies ; 1st International Symposium, ESCAPE 2007, Hangzhou, China, April 7-9, 2007, Revised Selected Papers
This book address practical large data processing problems with different, and eventually converging, methodologies from major important disciplines such as computer science, combinatorics, and statistics. The symposium provides an interdisciplinary forum for researchers across their discipline boundaries to exchange their approaches, to search for ideas, methodologies, and tool boxes, to find better, faster and more accurate solutions thus fostering innovative ideas as well as to develop research agenda of common interest.
Combinatorial pattern matching ; Vol.4009) ; 17th Annual Symposium, CPM 2006, Barcelona, Spain, July 5-7, 2006, Proceedings
The book presents 33 revised full papers together with 3 invited talks, organized in topical sections on data structures, indexing data structures, probabilistic and algebraic techniques, applications in molecular biology, string matching, data compression, and dynamic programming
Combinatorial pattern matching ; Vol. 3537 ; 16th Annual Symposium, CPM 2005, Jeju Island, Korea, June 19-22, 2005, Proceedings
This volume presents the proceedings of The 16th Annual Symposium on Combinatorial Pattern Matching was heldon Jeju Island, Korea on June 19–22, 2005. the Program Committee accepted 37 of the submissionsto be presented at the conference. This collection of papers offers original research contributionsin combinatorial pattern matching and its applications.In addition to the selected papers



















