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

Male Sexual Function : A Guide to Clinical Management

Male Sexual Function: A Guide to Clinical Management, Second Edition, completely updates and reviews newer developments, including linking erectile dysfunction (ED) with lower urinary tract systems, advances in erectile physiology, and the appreciation of ED as a form of endothelial dysfunction and a harbinger of other potentially lethal forms of vascular disease. Treatments of ED as well as the background, causes, associated conditions, and diagnostic tools are also provided. This new updated edition also presents the facts of sexual function and dysfunction so that the practitioner can properly treat basic problems with easily prescribed therapies. Also included is a new chapter on cardiovascular disease as well as chapters on pelvic surgeries, intracavernous injections with vasoactive agents, and vacuum erection devices.

img

Lung Pathology

Learning the diagnostic elements of lung pathology requires not only great familiarity with a wide diversity of cases, but also a sharp eye for analyzing pictorial images. In Lung Pathology: A Consultative Atlas, leading experts offer a novel and substantive approach to the teaching of pulmonary pathology. Drawing on 263 challenging, yet exemplary, referral cases taken from files collected over 20 years by internationally renowned lung pathologist, Dr. Eugene Mark, the authors introduce his state-of-the-art approach to the interpretation of pulmonary pathology. This text includes the primary and/or differential diagnosis and the pertinent histological features of each case, as well as clinical history, when available. Key words or phrases in the text are highlighted and digitally hyperlinked to associated images or regions of interest within those images to assist the readers in their correlation. Novel and user friendly, Lung Pathology: A Consultative Atlas describes a cutting-edge diagnostic approach to pulmonary pathology, describing its principles and demonstrating its application in text and full-color illustrations drawn from 263 difficult cases of human lung pathologies.

img

Clinical decision support systems : Theory and practice

Writes the editor, "If used properly, CDSS have the potential to change the way medicine has been taught and practiced." As clinical decision support systems (CDSS) gain an increasingly central role in the delivery of high quality health care, it becomes more important for the health care community to understand their use. This text is designed as a resource for practicing clinicians, informaticians, teachers and students alike, and provides the most current, comprehensive look a the development and evaluation of clinical decision support systems.

img

Cell Cycle Regulation

The cell cycle is tightly regulated on many different levels to ensure properly controlled proliferation. Deregulation of cell cycle regulation is a hallmark of cancer. In this book, many aspects of cell cycle regulation are discussed, which include G1, S, M phase control, ubiquitin-mediated degradation, DNA damage response, mitotic spindle checkpoint, the centrosome cycle, Retinoblastoma protein family, the Myc oncogene, and mouse models for tumor suppressors, cyclin-dependent kinases, and meiosis. These chapters written by experts provide an updated view on how the cell cycle is regulated in vivo and about the involvement of cell cycle regulators in cancer.

img

Basic knowledge of pharmacology

Concise and up-to-date coverage of the most important drugs Integration of experimental and clinical pharmacology with focus on diseases Discusses the most important drugs (400) in the context of relevant diseases. Summary tables and schemes, MCQ exam questions, case studies and a list of drugs aid memorization of the material before an exam. All chapters are written in the same concise style and use a modern and precise pharmacological nomenclature. After reading of the book, the student will be able to critically assess the proper use of the most important drugs and advise patients properly. The didactic concept of the book has been developed on the author’s own pharmacology courses for which he has received numerous teaching awards. The book takes advantage of the learning spiral, in which material is presented repeatedly from various angles.

img

Amazing numbers in biology

With hundreds of tables and over 10,000 entries anyone who works or studies in the life sciences or those with a curious mind will find exact answers to many questions requiring comparative data. This book is a clearly laid out presentation of the plain facts of life from all areas of biology. None of those figures or superlatives that might seem exotic to the layman is left out. Biology comes alive by this comprehensive references work.

img

Mastering Oracle SQL and SQL*Plus

This exceptional book explains fundamentals in detail, supported by realistic examples, while most other books on the market do not properly cover such basics. If you work with relational databases you need to understand the SQL language. And you will gain full competence to define, access, and manipulate data in an Oracle database, if you do so following this book's guidance.

img

Bioinformatics : Problem Solving Paradigms

This book highlights basic paradigms of problem analysis and algorithm design in the context of core bioinformatics problems. Mathematically demanding themes are put across to the reader by properly chosen representations with the aid of lots of illustrations.

img

Beginning Web Development with Perl

Beginning Perl Web Development: From Novice to Professional introduces you to the world of Perl Internet application development. This book tackles all areas crucial to developing your first web applications and includes a powerful combination of real-world examples coupled with advice. Topics range from serving and consuming RSS feeds, to monitoring Internet servers, to interfacing with e-mail. You'll learn how to use Perl with ancillary packages like Mason and Nagios. Though not version-specific, this book is an ideal read if you have had some grounding in Perl basics and now want to move into the world of web application development. Author Steve Suehring emphasizes the security implications of Perl, drawing on years of experience teaching readers how to think safe, avoid common pitfalls, and produce well-planned, secure code.

img

Beginning MapServer : Open Source GIS Development

Beginning MapServer: Open Source GIS Development is the first book of its kind. It offers a comprehensive introduction to MapServer, the development platform for integrating mapping technology into Internet applications. You'll learn how to build and extend dynamic applications using popular languages like PHP, Perl, and Python. After a thorough introduction to installation and configuration, you'll uncover basic MapServer topics and examples. You'll also learn about advanced MapServer features, and how to query and incorporate dynamic data into your application. The book culminates with the creation of an actual mapping application.

img

Beginning Databases with PostgreSQL : From novice to professional

The book continues with a complete tutorial on PostgreSQL features and functions and include information on database construction and administration. Key features such as transactions, stored procedures and triggers are covered, along with many of the capabilities new to version 8. To help you get started quickly, step-by-step instructions on installing PostgreSQL on Windows and Linux/UNIX systems are included. In the remainder of the book, we show you how to make the most of PostgreSQL features in your own applications using a wide range of programming languages, including C, Perl, PHP, Java and C#. Many example programs are presented in the book, and all are available for download from the Apress web site. By the end of the book you will be able to install, use, and effectively manage a PostgreSQL server, design and implement a database, and create and deploy your own database applications.

img

Analyzing computer system performance with Perl::PDQ

Analyzing computer system performance is often regarded by most system administrators, IT professionals and software engineers as a black art that is too time consuming to learn and apply. Finally, this book by acclaimed performance analyst Dr. Neil Gunther makes this subject understandable and applicable through programmatic examples. The means to this end is the open-source performance analyzer Pretty Damn Quick (PDQ) written in Perl As the epigraph in this book points out, Common sense is the pitfall of performance analysis. The performance analysis framework that replaces common sense is revealed in the first few chapters of Part I. The important queueing concepts embedded in PDQ are explained in a very simple style that does not require any knowledge of formal probability theory. Part II begins with a full specification of how to set up and use PDQ replete with examples written in Perl. Subsequent chapters present applications of PDQ to the performance analysis of multicomputer architectures, benchmark results, client/server scalability, and Web-based applications.

img

An Introduction to Language Processing with Perl and Prolog : An Outline of Theories, Implementation, and Application with Special Consideration of English, French, and German

This book teaches the principles of natural language processing, first covering linguistics issues such as encoding, entropy, and annotation schemes; defining words, tokens and parts of speech; and morphology. It then details the language-processing functions involved, including part-of-speech tagging using rules and stochastic techniques; using Prolog to write phase-structure grammars; parsing techniques and syntactic formalisms; semantics, predicate logic and lexical semantics; and analysis of discourse, and applications in dialog systems. The key feature of the book is the author's hands-on approach throughout, with extensive exercises, sample code in Prolog and Perl, and a detailed introduction to Prolog. The reader is supported with a companion website that contains teaching slides, programs, and additional material.

img

Capital project management ; Vol.2 : Capital project finance

Describes the strategic challenge of adding real economic value, properly and rigorously defined. The author explains how this is accomplished through the capital budgeting process; discusses the importance of free cash flow and finally, capital projects, as financial options, are discussed, as a way to manage risk while enhancing the likelihood of project approval.

img

Building with paper : Architecture and construction

Paper and cardboard as sustainable building materials are currently the subject of research and testing in building practice. Properly protected from moisture and fire, the material proves to be strong and durable. This introduction explains the basics and the technology of building with cardboard and paper and shows a wide range of exciting examples.

img

Complex Variables with Applications

Complex numbers can be viewed in several ways: as an element in a field, as a point in the plane, and as a two-dimensional vector. Examined properly, each perspective provides crucial insight into the interrelations between the complex number system and its parent, the real number system. It explore these relationships by adopting both generalization and specialization methods to move from real variables to complex variables, and vice versa, while simultaneously examining their analytic and geometric characteristics, using geometry to illustrate analytic concepts and employing analysis to unravel geometric notions. The engaging exposition is replete with discussions, remarks, questions, and exercises, motivating not only understanding on the part of the reader, but also developing the tools needed to think critically about mathematical problems. This focus involves a careful examination of the methods and assumptions underlying various alternative routes that lead to the same destination.

img

Character Evidence : An Abductive Theory

This book is on evidence for character judgments, This book answers the question using a model of abductive reasoning, commonly called inference to the best explanation. The methodology of the book derives from recent work on models of reasoning in argumentation theory and artificial intelligence. The aim is not just to show how character judgments are made, but to show how they should be properly be made based on sound reasoning, in order to avoid errors and superficial judgments of a kind that are common.

img

Casting : An Analytical Approach

For a long time, the die cast industry has used trial and error as a leading development method, resulting in tremendous growth in the utilisation of available CFD (computational fluid dynamics) software. This software allows the development of better products that maximise the advantages the die cast process has to offer. Casting: An Analytical Approach will refresh knowledge of the governing laws of the fluid dynamics that have an effect on die cast die and die cast process design. MATLAB® (MathWorks, Inc.) and Visual Basic® (Microsoft) code are listed in Casting: An Analytical Approach for every stage of product, die and die cast process design; providing better understanding of die and process design and simplifying calculations of the die cast die as well as the die cast process. Gas ventilation system calculations and fundamentals of compressible gas flow are also included.

img

Business Ethics : The Ethical Revolution of Minority Shareholders

The empirical part of the book presents four cases of US, French and Israeli companies, most of them in high-tech, in which the minority shareholders lose almost all of their investments. The cases are based on current events and try to find the common aspects and basic rules that govern the wrongdoing to minority shareholders.The book concludes that once the minority shareholders, who are ultimately all of us, are assisted by the new vehicles of Ethics, and are properly organized, motivated and conscious of their strengths, they will be able to win their fight and safeguard their interests.

img

Buried Waste in the Seabed – Acoustic Imaging and Bio-Toxicity : Results from the European SITAR Project

Buried waste on the seabed is a major source of pollution. But, very often, waste sites are not known until a serious problem occurs, or are not adequately mapped. Recent examples around Europe include WWI and WWII ammunition dump sites (e.g. Beufort Dyke in the UK), dumped nuclear submarines in the Arctic Seas, clandestine or hidden toxic-waste in the Baltic Sea and the North Sea.. Even if properly documented, waste sites evolve with time (dumped material can move with currents and tides, especially on a scale of decades; toxic-material barrels can corrode and leak). This book shows the results of a concerted EU-funded effort to tackle this problem and find innovative ways to identify and map toxic waste sites ona the seabed, whether they have been covered with sediments or not. These results are applicable to any region on the seabed in the entire world.

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