Products related to Polymorphism:
-
Polymorphism in Molecular Crystals : Second Edition
Most people are familiar with the fact that diamond and graphite are both composed only of carbon; yet they have very different properties which result from the very different structures of the two solids - they are polymorphs of carbon.Understanding the relationship between the structures and the properties of materials is of fundamental importance in developing and producing new materials with improved or new properties.The existence of polymorphic systems allows the direct study of the connection between structures and properties.This book provides grounding on the fundamental structural and energetic basis for polymorphism, the preparation and characterization of polymorphic substances and its importance in the specific areas of pharmaceuticals, pigments and high energy (explosive) materials.The closing chapter describes the intellectual property implications and some of the precedent patent litigations in which polymorphism has played a central role.The book contains over 2500 references to provide a ready entry into the relevant literature.
Price: 45.00 £ | Shipping*: 0.00 £ -
Linux Kernel Development
Linux Kernel Development details the design and implementation of the Linux kernel, presenting the content in a manner that is beneficial to those writing and developing kernel code, as well as to programmers seeking to better understand the operating system and become more efficient and productive in their coding. The book details the major subsystems and features of the Linux kernel, including its design, implementation, and interfaces.It covers the Linux kernel with both a practical and theoretical eye, which should appeal to readers with a variety of interests and needs. The author, a core kernel developer, shares valuable knowledge and experience on the 2.6 Linux kernel.Specific topics covered include process management, scheduling, time management and timers, the system call interface, memory addressing, memory management, the page cache, the VFS, kernel synchronization, portability concerns, and debugging techniques.This book covers the most interesting features of the Linux 2.6 kernel, including the CFS scheduler, preemptive kernel, block I/O layer, and I/O schedulers. The third edition of Linux Kernel Development includes new and updated material throughout the book: An all-new chapter on kernel data structuresDetails on interrupt handlers and bottom halvesExtended coverage of virtual memory and memory allocationTips on debugging the Linux kernelIn-depth coverage of kernel synchronization and lockingUseful insight into submitting kernel patches and working with the Linux kernel community
Price: 36.99 £ | Shipping*: 0.00 £ -
Learning eBPF : Programming the Linux Kernel for Enhanced Observability, Networking, and Security
What is eBPF? With this revolutionary technology, you can write custom code that dynamically changes the way the kernel behaves.It's an extraordinary platform for building a whole new generation of security, observability, and networking tools. This practical book is ideal for developers, system administrators, operators, and students who are curious about eBPF and want to know how it works.Author Liz Rice, chief open source officer with cloud native networking and security specialists Isovalent, also provides a foundation for those who want to explore writing eBPF programs themselves. With this book, you will:Learn why eBPF has become so important in the past couple of yearsWrite basic eBPF code, and manipulate eBPF programs and attach them to eventsExplore how eBPF components interact with Linux to dynamically change the operating system's behaviorLearn how tools based on eBPF can instrument applications without changes to the apps or their configurationDiscover how this technology enables new tools for observability, security, and networking
Price: 44.99 £ | Shipping*: 0.00 £ -
Solid State Development and Processing of Pharmaceutical Molecules : Salts, Cocrystals, and Polymorphism
Solid State Development and Processing of Pharmaceutical Molecules A guide to the lastest industry principles for optimizing the production of solid state active pharmaceutical ingredients Solid State Development and Processing of Pharmaceutical Molecules is an authoritative guide that covers the entire pharmaceutical value chain.The authors—noted experts on the topic—examine the importance of the solid state form of chemical and biological drugs and review the development, production, quality control, formulation, and stability of medicines. The book explores the most recent trends in the digitization and automation of the pharmaceutical production processes that reflect the need for consistent high quality.It also includes information on relevant regulatory and intellectual property considerations.This resource is aimed at professionals in the pharmaceutical industry and offers an in-depth examination of the commercially relevant issues facing developers, producers and distributors of drug substances.This important book: Provides a guide for the effective development of solid drug forms Compares different characterization methods for solid state APIs Offers a resource for understanding efficient production methods for solid state forms of chemical and biological drugsIncludes information on automation, process control, and machine learning as an integral part of the development and production workflowsCovers in detail the regulatory and quality control aspects of drug development Written for medicinal chemists, pharmaceutical industry professionals, pharma engineers, solid state chemists, chemical engineers, Solid State Development and Processing of Pharmaceutical Molecules reviews information on the solid state of active pharmaceutical ingredients for their efficient development and production.
Price: 164.95 £ | Shipping*: 0.00 £ -
Understanding the Linux Kernel
In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel.The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in what order.It manages limited memory so well that hundreds of processes can share the system efficiently, and expertly organizes data transfers so that the CPU isn't kept waiting any longer than necessary for the relatively slow disks.The third edition of Understanding the Linux Kernel takes you on a guided tour of the most significant data structures, algorithms, and programming tricks used in the kernel.Probing beyond superficial features, the authors offer valuable insights to people who want to know how things really work inside their machine. Important Intel-specific features are discussed. Relevant segments of code are dissected line by line.But the book covers more than just the functioning of the code; it explains the theoretical underpinnings of why Linux does things the way it does.This edition of the book covers Version 2.6, which has seen significant changes to nearly every kernel subsystem, particularly in the areas of memory management and block devices.The book focuses on the following topics: * Memory management, including file buffering, process swapping, and Direct memory Access (DMA) * The Virtual Filesystem layer and the Second and Third Extended Filesystems * Process creation and scheduling * Signals, interrupts, and the essential interfaces to device drivers * Timing * Synchronization within the kernel * Interprocess Communication (IPC) * Program execution Understanding the Linux Kernel will acquaint you with all the inner workings of Linux, but it's more than just an academic exercise.You'll learn what conditions bring out Linux's best performance, and you'll see how it meets the challenge of providing good system response during process scheduling, file access, and memory management in a wide variety of environments.This book will help you make the most of your Linux system.
Price: 55.99 £ | Shipping*: 0.00 £ -
Linux System Programming
Write software that draws directly on services offered by the Linux kernel and core system libraries.With this comprehensive book, Linux kernel contributor Robert Love provides you with a tutorial on Linux system programming, a reference manual on Linux system calls, and an insider's guide to writing smarter, faster code.Love clearly distinguishes between POSIX standard functions and special services offered only by Linux. With a new chapter on multithreading, this updated and expanded edition provides an in-depth look at Linux from both a theoretical and applied perspective over a wide range of programming topics, including: A Linux kernel, C library, and C compiler overview Basic I/O operations, such as reading from and writing to files Advanced I/O interfaces, memory mappings, and optimization techniques The family of system calls for basic process management Advanced process management, including real-time processes Thread concepts, multithreaded programming, and Pthreads File and directory management Interfaces for allocating memory and optimizing memory access Basic and advanced signal interfaces, and their role on the system Clock management, including POSIX clocks and high-resolution timers
Price: 55.99 £ | Shipping*: 0.00 £ -
Mastering Embedded Linux Programming
Harness the power of Linux to create versatile and robust embedded solutionsAbout This Book• Create efficient and secure embedded devices using Linux• Minimize project costs by using open source tools and programs• Explore each component technology in depth, using sample implementations as a guideWho This Book Is ForThis book is ideal for Linux developers and system programmers who are already familiar with embedded systems and who want to know how to create best-in-class devices.A basic understanding of C programming and experience with systems programming is needed. What You Will Learn• Understand the role of the Linux kernel and select an appropriate role for your application• Use Buildroot and Yocto to create embedded Linux systems quickly and efficiently• Create customized bootloaders using U-Boot• Employ perf and ftrace to identify performance bottlenecks• Understand device trees and make changes to accommodate new hardware on your device• Write applications that interact with Linux device drivers• Design and write multi-threaded applications using POSIX threads• Measure real-time latencies and tune the Linux kernel to minimize themIn DetailMastering Embedded Linux Programming takes you through the product cycle and gives you an in-depth description of the components and options that are available at each stage.You will begin by learning about toolchains, bootloaders, the Linux kernel, and how to configure a root filesystem to create a basic working device.You will then learn how to use the two most commonly used build systems, Buildroot and Yocto, to speed up and simplify the development process.Building on this solid base, the next section considers how to make best use of raw NAND/NOR flash memory and managed flash eMMC chips, including mechanisms for increasing the lifetime of the devices and to perform reliable in-field updates.Next, you need to consider what techniques are best suited to writing applications for your device.We will then see how functions are split between processes and the usage of POSIX threads, which have a big impact on the responsiveness and performance of the final device The closing sections look at the techniques available to developers for profiling and tracing applications and kernel code using perf and ftrace. Style and approach This book is an easy-to-follow and pragmatic guide consisting of an in-depth analysis of the implementation of embedded devices.Each topic has a logical approach to it; this coupled with hints and best practices helps you understand embedded Linux better.
Price: 39.99 £ | Shipping*: 0.00 £ -
The Linux Programming Interface
The Linux Programming Interface (TLPI) is the definitive guide to the Linux and UNIX programming interface the interface employed by nearly every application that runs on a Linux or UNIX system.In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming, and accompanies his explanations with clear, complete example programs.You'll find descriptions of over 500 system calls and library functions, and more than 200 example programs, 88 tables, and 115 diagrams.You'll learn how to: Read and write files efficiently Use signals, clocks, and timers Create processes and execute programs Write secure programs Write multithreaded programs using POSIX threads Build and use shared libraries Perform interprocess communication using pipes, message queues, shared memory, and semaphores Write network applications with the sockets API While The Linux Programming Interface covers a wealth of Linux-specific features, including epoll, inotify, and the /proc file system, its emphasis on UNIX standards (POSIX.1-2001/SUSv3 and POSIX.1-2008/SUSv4) makes it equally valuable to programmers working on other UNIX platforms.The Linux Programming Interface is the most comprehensive single-volume work on the Linux and UNIX programming interface, and a book that's destined to become a new classic.The Linux Programming Interface (TLPI) is the definitive guide to the Linux and UNIX programming interface the interface employed by nearly every application that runs on a Linux or UNIX system.In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming, and accompanies his explanations with clear, complete example programs.You'll find descriptions of over 500 system calls and library functions, and more than 200 example programs, 88 tables, and 115 diagrams.You'll learn how to: Read and write files efficiently Use signals, clocks, and timers Create processes and execute programs Write secure programs Write multithreaded programs using POSIX threads Build and use shared libraries Perform interprocess communication using pipes, message queues, shared memory, and semaphores Write network applications with the sockets API While The Linux Programming Interface covers a wealth of Linux-specific features, including epoll, inotify, and the /proc file system, its emphasis on UNIX standards (POSIX.1-2001/SUSv3 and POSIX.1-2008/SUSv4) makes it equally valuable to programmers working on other UNIX platforms.The Linux Programming Interface is the most comprehensive single-volume work on the Linux and UNIX programming interface, and a book that's destined to become a new classic.
Price: 94.99 £ | Shipping*: 0.00 £
Similar search terms for Polymorphism:
-
What is polymorphism in Java programming?
Polymorphism in Java programming refers to the ability of a method to behave differently based on the object it is called on. This means that a single method can have different implementations depending on the type of object it is called on. This allows for more flexibility and reusability in code, as different objects can use the same method name but have different behaviors. Polymorphism is achieved through method overloading and method overriding in Java.
-
What is polymorphism in object-oriented programming?
Polymorphism in object-oriented programming refers to the ability of different objects to respond to the same message or method call in different ways. This means that objects of different classes can be treated as objects of a common superclass, allowing for more flexible and reusable code. Polymorphism allows for the implementation of methods that can work with objects of various types, making the code more adaptable and easier to maintain. This concept is a key feature of object-oriented programming and helps to promote code reusability and flexibility.
-
What is dynamic polymorphism in object-oriented programming?
Dynamic polymorphism in object-oriented programming refers to the ability of a program to determine at runtime which method to invoke based on the actual type of object being referenced. This allows for flexibility and extensibility in the code, as different objects can exhibit different behaviors even if they belong to the same class hierarchy. Dynamic polymorphism is achieved through method overriding, where a subclass provides a specific implementation of a method defined in its superclass. This feature enables code reusability and promotes the principle of "write once, use many times" in object-oriented programming.
-
How is identification done after VNTR polymorphism?
Identification after VNTR polymorphism is done by comparing the number of repeats in the variable number tandem repeats (VNTR) region of DNA between different individuals. This is typically done using a technique called polymerase chain reaction (PCR) to amplify the VNTR region, followed by gel electrophoresis to separate the DNA fragments based on size. The resulting pattern of DNA fragments, known as a DNA fingerprint, can then be compared between individuals to determine if they share a common genetic profile. This method is commonly used in forensic science and paternity testing to establish relationships between individuals based on their VNTR profiles.
-
What is the difference between polymorphism, allotropy, and pseudopolymorphism?
Polymorphism refers to the ability of a substance to exist in different crystal structures or forms. Allotropy, on the other hand, specifically refers to the existence of an element in multiple different forms, each with its own unique physical properties. Pseudopolymorphism, also known as solvomorphism, occurs when a substance appears to have different crystal forms due to the presence of solvent molecules within its crystal lattice. In summary, while polymorphism and allotropy refer to the different forms of a substance, pseudopolymorphism involves the influence of solvent molecules on the crystal structure.
-
What is the difference between inheritance and polymorphism in Java?
Inheritance in Java allows a class to inherit properties and behaviors from another class, promoting code reusability. On the other hand, polymorphism allows objects of different classes to be treated as objects of a common superclass, enabling flexibility and extensibility in the code. Inheritance establishes an "is-a" relationship between classes, while polymorphism enables an object to take on multiple forms based on its context.
-
What is the difference between substitution and polymorphism in Java?
Substitution refers to the ability to use a derived class object wherever a base class object is expected. This allows for code reusability and flexibility in the use of objects. Polymorphism, on the other hand, refers to the ability of a reference variable to point to different types of objects and invoke methods specific to those objects at runtime. In Java, polymorphism is achieved through method overriding, where a subclass provides a specific implementation of a method defined in its superclass. Overall, substitution is a concept related to inheritance and the use of derived classes, while polymorphism is a broader concept related to the ability of objects to take on different forms at runtime.
-
Which distro do you use, Linux users?
As an AI, I do not have personal preferences or the ability to use operating systems. However, Linux users often choose their distribution based on their specific needs and preferences. Some popular distributions include Ubuntu for its user-friendly interface, Fedora for its focus on the latest technologies, and Debian for its stability and reliability. Ultimately, the choice of distribution depends on the user's requirements and level of expertise.
* All prices are inclusive of VAT and, if applicable, plus shipping costs. The offer information is based on the details provided by the respective shop and is updated through automated processes. Real-time updates do not occur, so deviations can occur in individual cases.