الصفحة 1
الصفحة 1
img

Object-Oriented Data Structures Using Java ; 4th ed.

an essential resource for students learning data structures using the Java programming language. It presents both the traditional and modern data structure topics with an emphasis on problem-solving and object-oriented software design. Beginning early and continuing throughout the text, it introduces and expands upon the use of many Java features such as classes, objects, generics, polymorphism, packages, interfaces, library classes, inheritance, exceptions, and threads.

img

Object-Oriented ActionScript for Flash 8

Object-Oriented ActionScript For Flash 8 teaches the theory and practice of OOP with ActionScript. You do not need any extensive prior programming experience, you just need to want to go beyond the usual Flash interfaces. Authors and working Flash developers Peter Elst and Todd Yard take you through the complete development cycle of a series of related applications, using numerous step-by-step instructions. You'll be able to develop highly reusable applications and services that leverage the dynamic features in Flash. This book demonstrates professional OOP skills and techniques that are completely transferable to other programming languages and technologies, including Inheritance, Polymorphism, managing classes, component development, consuming web services, and much more. It also includes some cutting edge ActionScript programming techniques, and animation and effects classes.

img

Obesity and Cancer

This book highlights the concordance between signaling pathways that are involved in obesity and cancer cross-talks. It describes the role of cytokines, chemokines, growth factors, insulin, and adipokines in the development of obesity-associated cancers. The book reviews the role of inflammatory signaling pathways such as estrogen-mediated signaling, mTOR and AMP-activated protein kinase pathway and the involvement of adaptive and innate immunity, oxidative stress, gene polymorphism, dietary phytochemicals, and miRNAs in obesity and cancer. In addition, it covers the latest research on the drugs and natural therapeutic agents that target obesity-induced cancers and discusses various in vivo models for studying obesity and obesity-associated cancer. Lastly, it analyses the role of genetic polymorphisms in the obesity-related genes that influence cancer development.

img

Neuroimmune Pharmacology

This exciting new textbook, Neuroimmune Pharmacology, reflects the history and vision of the Society on NeuroImmune Pharmacology and of the Society’s official publication, the Journal of Neuroimmune Pharmacology. All three represent deliberations arising from a relatively young, interdisciplinary, and dynamic field of research, which have major translational implications for neurodegenerative, neuroinflammatory, neuropsychiatric diseases, and infections of the nervous system. They all demonstrate the synergistic value of integrating the parts: Neuroscience, Immunology, and Pharmacology. The extraordinary accomplishment of Neuroimmune Pharmacology is its comprehensive nature.

img

Multiple Testing Procedures and Applications to Genomics

This book establishes the theoretical foundations of a general methodology for multiple hypothesis testing and discusses its software implementation in R and SAS. The methods are applied to a range of testing problems in biomedical and genomic research, including the identification of differentially expressed and co-expressed genes in high-throughput gene expression experiments.

img

Introduction to Computational Biology : An Evolutionary Approach

Molecular biology has changed dramatically over the past two decades. Until the early 1990s genes were studied one at a time by small teams of researchers; today entire genomes are sequenced by internationally collaborating laboratories. In the bygone gene-centered era the accumulation of data was the rate-limiting step in research. Now that step is often data interpretation. This is increasingly dependent on computational methods and as a consequence, computational biology has emerged in the past decade as a new subdiscipline of biology. This introduction to computational biology is centered on the analysis of molecular sequence data. There are two closely connected aspects to biological sequences: (i) their relative position in the space of all other sequences, and (ii) their movement through this sequence space in evolutionary time. Accordingly, the first part of the book deals with classical methods of sequence analysis: pairwise alignment, exact string matching, multiple alignment, and hidden Markov models. In the second part evolutionary time takes center stage and phylogenetic reconstruction, the analysis of sequence variation, and the dynamics of genes in populations are explained in detail. In addition, the book contains a computer program with a graphical user interface that allows the reader to experiment with a number of key concepts developed by the authors.

img

Implementing distributed systems with Java and CORBA

This book provides graduate students and practitioners with knowledge of the CORBA standard and practical experience of implementing distributed systems with CORBA's Java mapping. With tested code examples that will run immediately.

img

Immobilisation of DNA on Chips II

DNA chips are gaining increasing importance in different fields ranging from medicine to analytical chemistry with applications in the latter in food safety and food quality issues as well as in environmental protection. In the medical field, DNA chips are frequently used in arrays for gene expression studies to identify diseased cells due to over- or under-expression of certain genes, to follow the response of drug treatments, or to grade cancers), for genotyping of individuals, for the detection of single nucleotide polymorphisms, point mutations, and short tandem reports, or moreover for genome and transcriptome analyses in the quasi post-genomic sequencing era. Furthermore, due to some unique properties of DNA molecules, self-assembled layers of DNA are promising candidates in the field of molecular electronics.the main focus of these two volumes is on the immobilization chemistry, considering the various aspects of the immobilization process itself, since different types of nucleic acids, support materials, surface activation chemistries and patterning tools are of key concern.

img

Foundations of software science and computation structures ; 11th International conference, FOSSACS 2008, Held as part of the joint European conferences on theory and practice of software, ETAPS 2008, Budapest, Hungary, March 29 - April 6, 2008. proceedings

The fve main conferences received 571 submissions, 147 of which were accepted, giving an overall acceptance rate of less than 26%, with each conference below 27%.Congratulations there foretoall the authorswhomadeittothe fnalprogramme! I hope that most of the other authors will still have found a way of participating in this exciting event, and that you will all continue submitting to ETAPS and contributing to make of it the best conference in the area. The events that comprise ETAPS address various aspects of the system velopment process, including specifcation, design, implementation, analysis and improvement

img

Datatype-Generic Programming ; International Spring School, SSDGP 2006, Nottingham, UK, April 24-27, 2006, Revised Lectures

A leitmotif in the evolution of programming paradigms has been the level and extent of parametrisation that is facilitated — the so-called genericity of the paradigm. The sorts of parameters that can be envisaged in a programming language range from simple values, like integers and fioating-point numbers, through structured values, types and classes, to kinds (the type of types and/or classes).Datatype-generic programming is about parametrising programsby the structure of the data that they manipulate. To appreciate the importance of data type genericity,one need look no further than the internet. The internet is a massive repository of structured data, but the structure is rarely exploited. For example, compression of data can be much more efiective if its structure is known, but most compression algorithms regard the input data as simply a string of bits, and take no account of its internal organisation. Datatype-generic programming is about exploiting the structure of data when it is relevant and ignoring it when it is not. Programming languages most c- monly used at the present time do not provide efiective mechanisms for do- menting and implementing datatype genericity.

img

Low-cost methods for molecular characterization of mutant plants : Tissue desiccation, DNA extraction and mutation discovery : Protocols

Offers low-cost and rapid molecular assays for the characterization of mutant plant germplasm. Detailed protocols are provided for the desiccation of plant tissues; the extraction of high-quality DNA for downstream applications; the extraction of single-strand-specific nucleases for single nucleotide polymorphism; and small insertion/deletion discovery using standard agarose gel electrophoresis. The methods described can be applied in any laboratory equipped for basic molecular biology and do away with the need for expensive freezers and toxic organic compounds.

img

Java : how to program. Late objects : Introducing Jshell

Introduction to Computers, the Internet and Java / Introduction to Java Applications; Input/Output and Operators / Control Statements: Part 1; Assignment, ++ and Operators / Control Statements: Part 2; Logical Operators / Methods / Arrays and ArrayLists / Introduction to Classes and Objects / Classes and Objects: A Deeper Look / Object-Oriented Programming: Inheritance / Object-Oriented Programming: Polymorphism and Interfaces / Exception Handling: A Deeper Look / JavaFX Graphical User Interfaces / JavaFX GUI / Strings, Characters and Regular Expressions / Files, Input/Output Streams, NIO and XML Serialization / Generic Collections / Lambdas and Streams / Recursion / Searching, Sorting and Big O / Generic Classes and Methods: A Deeper Look / Custom Generic Data Structures / JavaFX Graphics and Multimedia / Concurrency / Accessing Databases with JDBC / Introduction to JShell: Java 9's REPL for Interactive Java

img

Computational and Statistical Approaches to Genomics

Computational and Statistical Approaches to Genomics, 2nd Edition, aims to help researchers deal with current genomic challenges. During the three years after the publication of the first edition of this book, the computational and statistical research in genomics have become increasingly more important and indispensable for understanding cellular behavior under a variety of environmental conditions and for tackling challenging clinical problems. In the first edition, the organizational structure was: data à analysis à synthesis à application. In the second edition, the same structure remains, but the chapters that primarily focused on applications have been deleted.

img

Bioinformatics research and development ; 1st International Conference, BIRD 2007, Berlin, Germany, March 12-14, 2007, Proceedings

This volume covers a wide range of topics related to bioinformatics like microarray data, genomics, single nucleotide polymorphism, sequence analysis, systems biology, medical applications, proteomics, information systems.

img

Bioinformatics of genome regulation and structure II

The conference was organized by the Laboratory of Theoretical Genetics, Institute of Cytology and Genetics, Siberian Branch of the Russian Academy of Sciences, Novosibirsk, Russia. The material covers the most recent topics in bioinformatics, including (i) regulatory genomic sequences: databases, knowledge bases, computer analysis, modeling, and recognition; (ii) large-scale genome analysis and functional annotation; (iii) gene structure detection and prediction; (iv) comparative and evolutionary genomics; (v) computer analysis of genome polymorphism and evolution; computer analysis and modeling of transcription, splicing, and translation; structural computational biology: structure- function organization of genomic DNA, RNA, and proteins; (vi) gene networks, signal transduction pathways, and genetically controlled metabolic pathways: databases, knowledge bases, computer analysis, and modeling; principles of organization, operation, and evolution; (vii) data warehousing, knowledge discovery and data mining; and (viii) analysis of basic patterns of genome operation, organization, and evolution.

img

Binary Rare Earth Oxides

The book begins with a brief introduction to binary rare earth oxides, their physical and chemical stabilities, polymorphism, crystal structures and phase transformation and the association with current applications. The book goes on to present the band structure of the oxides using several quantum chemical calculations, which belong to a newly developed area in the binary rare earth oxides. Central to this chapter are the characterizations of electrical, magnetic and optical properties, as well as details of single crystal growth and particle preparation methods that have progressed in recent years. Later chapters concentrate on thermo-chemical properties and trace determination techniques. The final chapter contains a variety of useful applications in various fields such as phosphors, glass abrasives, automotive catalysts, fuel cells, solid electrolytes, sunscreens, iron steels, and biological materials.

img

Automated deduction – CADE-21 ; 21st International Conference on automated deduction, Bremen, Germany, July 17-20, 2007, Proceedings

All current aspects of automated deduction are addressed, ranging from theoretical and methodological issues to presentation and evaluation of theorem provers and logical reasoning systems. The papers are organized in topical sections on higher-order logic, description logic, intuitionistic logic, satisfiability modulo theories, induction, rewriting, and polymorphism, first-order logic, model checking and verification, termination, as well as tableaux and first-order systems.

img

Alpha-1 antitrypsin : Methods and protocols

Provides a collection of protocols that will allow researchers to further explore the multiple, fascinating activities of Alpha-1 Antitrypsin (AAT) isoforms in innate immunity, and gene therapy. Written in the highly successful Methods in Molecular Biology series format, chapters include introductions to their respective topics, lists of the necessary materials and reagents, step-by-step, readily reproducible laboratory protocols, and tips on troubleshooting and avoiding known pitfalls.

عدد النتائج بكل صفحة