Library

E Business Value creation for management by Samson, Danny

"E-Business: Value Creation for Management" is a simple and powerful introduction to the field of e-commerce and the integral role it plays in business planning, strategy, and performance enhancement. Rich with practical insights into the structures and strategies of e-enabled companies, and written within a sound conceptual framework, the book consolidates the experiences and learning of real organizations employing e-business models. Focused on how to best think about, plan for and enact e-strategies that will maximize productivity and profitability, the book is 50 per cent text-based and 50 per cent case driven, making it especially relevant for students needing to understand e-technologies within the context of business....

Mathematical Foundations of Computer Networking by Srinivasan Keshav

“To design future networks that are worthy of society’s trust, we must put the ‘discipline’ of computer networking on a much stronger foundation. This book rises above the considerable minutiae of today’s networking technologies to emphasize the long-standing mathematical underpinnings of the field.”–Professor Jennifer Rexford, Department of Computer Science, Princeton University “This book is exactly the one I have been waiting for the last couple of years. Recently, I decided most students were already very familiar with the way the net works but were not being taught the fundamentals–the math. This book contains the knowledge for people who will create and understand future communications systems."–Professor Jon Crowcroft, The Computer Laboratory, University of Cambridge. The Essential Mathematical Principles Required to Design, Implement, or Evaluate Advanced Computer Networks. Students, researchers, and professionals in computer networking require a firm conceptual understanding of its foundations. Mathematical Foundations of Computer Networking provides an intuitive yet rigorous introduction to these essential mathematical principles and techniques.Assuming a basic grasp of calculus, this book offers sufficient detail to serve as the only reference many readers will need. Each concept is described in four ways: intuitively; using appropriate mathematical notation; with a numerical example carefully chosen for its relevance to networking; and with a numerical exercise for the reader.The first part of the text presents basic concepts, and the second part introduces four theories in a progression that has been designed to gradually deepen readers’ understanding. Within each part, chapters are as self-contained as possible.The first part covers probability; statistics; linear algebra; optimization; and signals, systems, and transforms. Topics range from Bayesian networks to hypothesis testing, and eigenvalue computation to Fourier transforms.These preliminary chapters establish a basis for the four theories covered in the second part of the book: queueing theory, game theory, control theory, and information theory. The second part also demonstrates how mathematical concepts can be applied to issues such as contention for limited resources, and the optimization of network responsiveness, stability, and throughput....

New Venture Creation by Jeffry A.Timmons , Stephen Spinelli

Timmons & Spinelli, New Venture Creation: Entrepreneurship For The 21st Century, 6/e is a perforated paperback text that covers the process of getting a new venture started, growing the venture, successfully harvesting it and starting again. Through text, case studies, and hands-on exercises, the book guides students in discovering the concepts of entrepreneurship and the competencies, skills, know-how and experience that are sufficient to pursue different entrepreneurial opportunities. The authors recognize that there is no substitute for actually starting a company, but believe that it is possible to expose students to many of the vital issues and immerse them in key learning experiences....

Introduction to Systems Modelling and Simulation by NANDINI PRASAD K.S

This book is a good one and I suggest VTU 8th semester students of CS dept to refer this for SMS subject. It includes all the theory concepts in simple terms which is easy to understand especially for the students who are not taught properly in their college and there are a considerable number of problems which can also be followed easily....

Cosmo Dictionary of Philosophy by Cosmo

The Terms and concepts that have stimulated thinkers from Aristotle onward come to life in this most comprehensive, authoritative, and uptodate dictionary of Philosophy available. Ideal for students or a general readership, it provides lively and accessible coverage of not only the Western philosophical tradition but also important themes from Chinese, Indian, Islamic, and other important Philosophical systems of the world. Key features 6500 entries including the most recent terms and concepts The most comprehensive Biographical coverage of major philosophers Terms relevant to philosophy from allied subject areas Extensive coverage of rapidly developing fields such as the philosophy of mind and applied ethic...

Introduction to Fuzzy Logic using MATLAB by S.N. Sivanandam , S. Sumathi , S. N. Deepa

This book provides a broad-ranging, but detailed overview of the basics of Fuzzy Logic. The fundamentals of Fuzzy Logic are discussed in detail, and illustrated with various solved examples. The book also deals with applications of Fuzzy Logic, to help readers more fully understand the concepts involved. Solutions to the problems are programmed using MATLAB 6.0, with simulated results. The MATLAB Fuzzy Logic toolbox is provided for easy reference....

Philosophical Essays by Bertrand Russell

This collection of essays dates from the first decade of this century, and marks an important period in the evolution of Bertrand Russell's thought. Now available in paperback for the first time, they display all of Russell's clarity, incisiveness and brilliance of exposition, particularly on matters of ethics and the nature of truth. Russell intended the collection to appeal to those who take an interest in philosophical questions without having had a professional training in philosophy' - those people will find these writings just as illuminating today....

Introduction to Soft Computing: Neuro-Fuzzy and Genetic Algorithms by Samir Roy

Soft computing is a branch of computer science that deals with a family of methods that imitate human intelligence. This is done with the goal of creating tools that will contain some human-like capabilities (such as learning, reasoning and decision-making). This book covers the entire gamut of soft computing, including fuzzy logic, rough sets, artificial neural networks, and various evolutionary algorithms. It offers a learner-centric approach where each new concept is introduced with carefully designed examples/instances to train the learner....

Imagination and Its Pathologies by James Phillips, James Morley

Essays on the relation between the imagination and psychopathology that retrieve imagination from the margins to place it once again at the center of psychiatric discourse. From John Locke's Essay Concerning Human Understanding to the most recent edition of the Diagnostic and Statistical Manual of Mental Disorders, madness has been viewed as a faulty mix of ideas by a deranged and violent imagination. This book shows that the relation of the imagination to pathological phenomena is as diverse and complex as the human condition itself. The imagination has the power not only to react to the world but to recreate it. And that power is double-edged: it is as destructive as it is creative.Recent advances in genetics and neuroscience have reinforced the empiricist approach in psychiatry, to the neglect of subjective aspects of the pathological experience. This book argues that the study of the imagination and pathology is long overdue, and that such an integration will be both theoretically and clinically fruitful. Because imagination can be creatively integrative as well as pathological, the book emphasizes the holistic, therapeutic dimension of imagination as well as its destructive effects. The areas discussed include philosophical perspectives on pathological imagination; pathological imagination and the psychodynamic tradition; and specific cases of pathological imagination in schizophrenia, juvenile pathology, artistic creativity (Vaslav Nijinsky), and religious expression (St. Anthony)....

-Optimizing Compilers for Modern Architectures: A Dependence-based Approach by Allen, Randy

See my other reviews for the top 6 undergraduate compiler texts. After those, if you are IN compilers, or doing work beyond undergrad, with the exception of this one extraordinary text, the only more advanced option is journals and online research. By "beyond," I mean advanced, detailed topics not covered in undergrad, such as hierarchical memory management and cache optimization via data dependence. This includes loops and arrays and many aspects of data dependence that detail compiler analysis and optimization from a fine grained cache, memory and parallelism opportunity identification frame.There are other reviews in more detail on the earlier text that are generally close to this edition at:  Optimizing Compilers for Modern Architectures: A Dependence-based Approach . Be sure to search this title on Amazon to see the various editions, as some are $80 and some $160, and print/ editions vary greatly in price, while being identical in content (there are four in total including the copy I have here, with a 2002 copyright and 2005 print date).Highly recommended for advanced compiler study. NOT recommended for learning compiler basics like front ends (scan/ parse); intermediate translation (with the exception of optimization); or code generation and back ends in an introductory manner (see my other reviews for those texts). Focus is on very important advanced memory and data dependence topics, including an extraordinary section on C between high level, compile and machine language, with integration details found in NO other single text with this level of integration. Numerous languages (high, middle and assembly/ machine) are covered, as well as numerous chipsets and hardware config examples.NOTE: Amazon's description fails to give the page count for the paperback: there are 790 value packed pages in this beautiful and thorough behemoth-- same as the casebound edition.EMAILER ANSWER: YES, if you see this offered from India for $15 to $20 new (for an $80 book) it IS the "international" edition. It is identical to the expensive editions, is the 2001 printing, but does not have a copyright page. Whether it is bootleg- knockoff or publisher third world dump is impossible to tell....