0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (5)
  • R2,500 - R5,000 (3)
  • R5,000 - R10,000 (2)
  • -
Status
Brand

Showing 1 - 10 of 10 matches in All Departments

Methods in Algorithmic Analysis (Paperback): Vladimir A. Dobrushkin Methods in Algorithmic Analysis (Paperback)
Vladimir A. Dobrushkin; Series edited by Sartaj Sahni
R2,424 Discovery Miles 24 240 Ships in 12 - 17 working days

Explores the Impact of the Analysis of Algorithms on Many Areas within and beyond Computer Science A flexible, interactive teaching format enhanced by a large selection of examples and exercises Developed from the author's own graduate-level course, Methods in Algorithmic Analysis presents numerous theories, techniques, and methods used for analyzing algorithms. It exposes students to mathematical techniques and methods that are practical and relevant to theoretical aspects of computer science. After introducing basic mathematical and combinatorial methods, the text focuses on various aspects of probability, including finite sets, random variables, distributions, Bayes' theorem, and Chebyshev inequality. It explores the role of recurrences in computer science, numerical analysis, engineering, and discrete mathematics applications. The author then describes the powerful tool of generating functions, which is demonstrated in enumeration problems, such as probabilistic algorithms, compositions and partitions of integers, and shuffling. He also discusses the symbolic method, the principle of inclusion and exclusion, and its applications. The book goes on to show how strings can be manipulated and counted, how the finite state machine and Markov chains can help solve probabilistic and combinatorial problems, how to derive asymptotic results, and how convergence and singularities play leading roles in deducing asymptotic information from generating functions. The final chapter presents the definitions and properties of the mathematical infrastructure needed to accommodate generating functions. Accompanied by more than 1,000 examples and exercises, this comprehensive, classroom-tested text develops students' understanding of the mathematical methodology behind the analysis of algorithms. It emphasizes the important relation between continuous (classical) mathematics and discrete mathematics, which is the basis of computer science.

Network and Parallel Computing - 9th IFIP International Conference, NPC 2012, Gwangju, Korea, September 6-8, 2012, Proceedings... Network and Parallel Computing - 9th IFIP International Conference, NPC 2012, Gwangju, Korea, September 6-8, 2012, Proceedings (Paperback, 2012 ed.)
James J. Park, Albert Y. Zomaya, Sang-Soo Yeo, Sartaj Sahni
R3,075 Discovery Miles 30 750 Ships in 10 - 15 working days

This book constitutes the refereed post-proceedings of the 9th IFIP International Conference on Network and Parallel Computing, NPC 2012, held in Gwangju, Korea, in September 2012. The 38 papers presented were carefully reviewed and selected from 136 submissions. The papers are organized in the following topical sections: algorithms, scheduling, analysis, and data mining; network architecture and protocol design; network security; paralel, distributed, and virtualization techniques; performance modeling, prediction, and tuning; resource management; ubiquitous communications and networks; and web, communication, and cloud computing. In addition, a total of 37 papers selected from five satellite workshops (ATIMCN, ATSME, Cloud&Grid, DATICS, and UMAS 2012) are included.

Hypercube Algorithms - with Applications to Image Processing and Pattern Recognition (Paperback, Softcover reprint of the... Hypercube Algorithms - with Applications to Image Processing and Pattern Recognition (Paperback, Softcover reprint of the original 1st ed. 1990)
Sanjay Ranka, Sartaj Sahni
R1,553 Discovery Miles 15 530 Ships in 10 - 15 working days

Fundamentals algorithms for SIMD and MIMD hypercubes are developed. These include algorithms for such problems as data broadcasting, data sum, prefix sum, shift, data circulation, data accumulation, sorting, random access reads and writes and data permutation. The fundamental algorithms are then used to obtain efficient hypercube algorithms for matrix multiplication, image processing problems such as convolution, template matching, hough transform, clustering and image processing transformation, and string editing. Most of the algorithms in this book are for hypercubes with the number of processors being a function of problems size. However, for image processing problems, the book also includes algorithms for and MIMD hypercube with a small number of processes. Experimental results on an NCUBE/77 MIMD hypercube are also presented. The book is suitable for use in a one-semester or one-quarter course on hypercube algorithms. For students with no prior exposure to parallel algorithms, it is recommended that one week will be spent on the material in chapter 1, about six weeks on chapter 2 and one week on chapter 3. The remainder of the term can be spent covering topics from the rest of the book.

Information Intelligence, Systems, Technology and Management - 5th International Conference, ICISTM 2011, Gurgaon, India, March... Information Intelligence, Systems, Technology and Management - 5th International Conference, ICISTM 2011, Gurgaon, India, March 10-12, 2011. Proceedings (Paperback, Edition.)
Sumeet Dua, Sartaj Sahni, D. P. Goyal
R1,586 Discovery Miles 15 860 Ships in 10 - 15 working days

This book constitutes the refereed proceedings of the 5th International Conference on Information Systems, Technology and Management, ICISTM 2011, held in Gurgaon, India, in March 2011. The 35 revised full papers presented together with 4 short papers were carefully reviewed and selected from 106 submissions. The papers are organized in topical sections on information management, information systems, information technology, healthcare information management and technology, business intelligence, applications, as well as management science and education.

Information Systems, Technology and Management - 4th International Conference, ICISTM 2010, Bangkok, Thailand, March 11-13,... Information Systems, Technology and Management - 4th International Conference, ICISTM 2010, Bangkok, Thailand, March 11-13, 2010. Proceedings (Paperback, Edition.)
Sushil K. Prasad, Bundit Thipakorn, Mahadeo P. Jaiswal, Sartaj Sahni, Harrick M. Vin
R3,000 Discovery Miles 30 000 Ships in 10 - 15 working days

This volume constitutes the refereed proceedings of the 4th International Conference on Information Systems, Technology and Management, ICISTM 2010, held in Bangkok, Thailand, in March 2010. The 28 revised full papers presented together with 3 keynote lectures, 9 short papers, and 2 tutorial papers were carefully reviewed and selected from 86 submissions. The papers are organized in topical sections on information systems, information technology, information management, and applications.

Handbook of Data Structures and Applications (Paperback, 2nd edition): Dinesh P. Mehta, Sartaj Sahni Handbook of Data Structures and Applications (Paperback, 2nd edition)
Dinesh P. Mehta, Sartaj Sahni
R1,571 Discovery Miles 15 710 Ships in 12 - 17 working days

The Handbook of Data Structures and Applications was first published over a decade ago. This second edition aims to update the first by focusing on areas of research in data structures that have seen significant progress. While the discipline of data structures has not matured as rapidly as other areas of computer science, the book aims to update those areas that have seen advances. Retaining the seven-part structure of the first edition, the handbook begins with a review of introductory material, followed by a discussion of well-known classes of data structures, Priority Queues, Dictionary Structures, and Multidimensional structures. The editors next analyze miscellaneous data structures, which are well-known structures that elude easy classification. The book then addresses mechanisms and tools that were developed to facilitate the use of data structures in real programs. It concludes with an examination of the applications of data structures. Four new chapters have been added on Bloom Filters, Binary Decision Diagrams, Data Structures for Cheminformatics, and Data Structures for Big Data Stores, and updates have been made to other chapters that appeared in the first edition. The Handbook is invaluable for suggesting new ideas for research in data structures, and for revealing application contexts in which they can be deployed. Practitioners devising algorithms will gain insight into organizing data, allowing them to solve algorithmic problems more efficiently.

High Performance Computing - HiPC 2002 - 9th International Conference Bangalore, India, December 18-21, 2002, Proceedings... High Performance Computing - HiPC 2002 - 9th International Conference Bangalore, India, December 18-21, 2002, Proceedings (Paperback, 2002 ed.)
Sartaj Sahni, Viktor K. Prasanna, Uday Shukla
R3,353 Discovery Miles 33 530 Ships in 10 - 15 working days

This book constitutes the refereed proceedings of the 9th International Conference on High Performance Computing, HiPC 2002, held in Bangalore, India in December 2002. The 57 revised full contributed papers and 9 invited papers presented together with various keynote abstracts were carefully reviewed and selected from 145 submissions. The papers are organized in topical sections on algorithms, architecture, systems software, networks, mobile computing and databases, applications, scientific computation, embedded systems, and biocomputing.

Handbook of Data Structures and Applications (Hardcover, 2nd edition): Dinesh P. Mehta, Sartaj Sahni Handbook of Data Structures and Applications (Hardcover, 2nd edition)
Dinesh P. Mehta, Sartaj Sahni
R6,416 Discovery Miles 64 160 Ships in 12 - 17 working days

The Handbook of Data Structures and Applications was first published over a decade ago. This second edition aims to update the first by focusing on areas of research in data structures that have seen significant progress. While the discipline of data structures has not matured as rapidly as other areas of computer science, the book aims to update those areas that have seen advances. Retaining the seven-part structure of the first edition, the handbook begins with a review of introductory material, followed by a discussion of well-known classes of data structures, Priority Queues, Dictionary Structures, and Multidimensional structures. The editors next analyze miscellaneous data structures, which are well-known structures that elude easy classification. The book then addresses mechanisms and tools that were developed to facilitate the use of data structures in real programs. It concludes with an examination of the applications of data structures. Four new chapters have been added on Bloom Filters, Binary Decision Diagrams, Data Structures for Cheminformatics, and Data Structures for Big Data Stores, and updates have been made to other chapters that appeared in the first edition. The Handbook is invaluable for suggesting new ideas for research in data structures, and for revealing application contexts in which they can be deployed. Practitioners devising algorithms will gain insight into organizing data, allowing them to solve algorithmic problems more efficiently.

Information Systems, Technology and Management - Third International Conference, ICISTM 2009, Ghaziabad, India, March 12-13,... Information Systems, Technology and Management - Third International Conference, ICISTM 2009, Ghaziabad, India, March 12-13, 2009, Proceedings (Paperback, 2009 ed.)
Sushil K. Prasad, Susmi Routray, Reema Khurana, Sartaj Sahni
R1,713 Discovery Miles 17 130 Ships in 10 - 15 working days

B. S. Sahay for providing constant support during the conference and for p- viding the premises and facilities of IMT for hosting the conference. We are also thankful to Rajshekhar Sunderraman for taking up the important and time-consuming job of Publications Chair, interfacing with all the authors, - suring that Springer's formatting requirements were adhered to, and that the requirements of copyrights, author registrations and excess page charges were ful?lled, all in a timely and professional manner. Finally, we thank all the - thors for their interest in ICISTM 2009 and for their contributions in making this year's technical program particularly impressive. We wish all the attendees and authors a very informative and engaging conference. January 2009 Sushil K. Prasad Susmi Routray Organization General Co-chairs Reema Khurana Institute of ManagementTechnology, Ghaziabad, India Sartaj Sahni University of Florida, USA Program Co-chairs Sushil K. Prasad Georgia State University, USA Susmi Routray Institute of ManagementTechnology, Ghaziabad, India Track Chairs Information Systems Shamkant Navathe, Georgia Tech., USA Applications Mahmoud Daneshmand, AT&T Labs - Research, USA Information Technology Indranil Sengupta, IIT, Kharagpur, India Information Management Subhajyoti Bandyopadhyay, Univ. of Florida, USA Workshop and Tutorial Chair Rajat Moona Indian Institute of Technology, Kanpur, India Publications Chair Rajshekhar Sunderraman Georgia State University, USA Publicity Chairs S.

Methods in Algorithmic Analysis (Hardcover): Vladimir A. Dobrushkin Methods in Algorithmic Analysis (Hardcover)
Vladimir A. Dobrushkin; Series edited by Sartaj Sahni
R5,868 Discovery Miles 58 680 Ships in 12 - 17 working days

Explores the Impact of the Analysis of Algorithms on Many Areas within and beyond Computer Science A flexible, interactive teaching format enhanced by a large selection of examples and exercises Developed from the author's own graduate-level course, Methods in Algorithmic Analysis presents numerous theories, techniques, and methods used for analyzing algorithms. It exposes students to mathematical techniques and methods that are practical and relevant to theoretical aspects of computer science. After introducing basic mathematical and combinatorial methods, the text focuses on various aspects of probability, including finite sets, random variables, distributions, Bayes' theorem, and Chebyshev inequality. It explores the role of recurrences in computer science, numerical analysis, engineering, and discrete mathematics applications. The author then describes the powerful tool of generating functions, which is demonstrated in enumeration problems, such as probabilistic algorithms, compositions and partitions of integers, and shuffling. He also discusses the symbolic method, the principle of inclusion and exclusion, and its applications. The book goes on to show how strings can be manipulated and counted, how the finite state machine and Markov chains can help solve probabilistic and combinatorial problems, how to derive asymptotic results, and how convergence and singularities play leading roles in deducing asymptotic information from generating functions. The final chapter presents the definitions and properties of the mathematical infrastructure needed to accommodate generating functions. Accompanied by more than 1,000 examples and exercises, this comprehensive, classroom-tested text develops students' understanding of the mathematical methodology behind the analysis of algorithms. It emphasizes the important relation between continuous (classical) mathematics and discrete mathematics, which is the basis of computer science.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Infertile Environments - Epigenetic…
Janelle Lamoreaux Hardcover R2,133 Discovery Miles 21 330
Death On A Friday Afternoon…
Richard Neuhaus Paperback R472 R396 Discovery Miles 3 960
Statistical Models in Toxicology
Mehdi Razzaghi Paperback R1,478 Discovery Miles 14 780
Advanced Studies in Experimental and…
P. Mereena Luke, K. R. Dhanya, … Paperback R2,480 R2,083 Discovery Miles 20 830
Handbook of Forensic Toxicology for…
Veronica Hargrove, D. K. Molina, M.D. Hardcover R6,692 Discovery Miles 66 920
Neurobehavioral Toxicology: Neurological…
James W. Albers, Stanley Berent Paperback R971 Discovery Miles 9 710
Encounters
Kenneth Payne Paperback R184 Discovery Miles 1 840
Byron, Shelley and Goethe's Faust - An…
Ben Hewitt Hardcover R2,647 Discovery Miles 26 470
The Theory of Preaching - Lectures on…
Austin Phelps Paperback R1,539 Discovery Miles 15 390
Painism - A Modern Morality
Richard D. Ryder Paperback R290 Discovery Miles 2 900

 

Partners