Computer Science: A Structured Approach Using C++


Behrouz A. Forouzan - 1999
    Every complete program uses a consistent style, and as programs are analyzed, styles and standards are further explained. Whenever possible, the authors develop the principle of a subject before they introduce the language implementation so the student understands the concept before dealing with the nuances of C++. In addition, a vast array of figures and tables visually reinforce key concepts. By integrating software engineering principles and encouraging the student to resist the temptation to immediately code, the text builds a solid foundation in problem solving.

Reincarnation:RPG


Erik Colombe - 2018
    John died and was reincarnated into a world that resembles his favorite RPG. His in-game level carried over with him and he is overpowered in this run-down world. Keeping his stats secret he looks for a way home, but there are others, reincarnated with stats from their own games hunting for him.

Operations Research: Applications and Algorithms (with CD-ROM and InfoTrac)


Wayne L. Winston - 1987
    It moves beyond a mere study of algorithms without sacrificing the rigor that faculty desire. As in every edition, Winston reinforces the book's successful features and coverage with the most recent developments in the field. The Student Suite CD-ROM, which now accompanies every new copy of the text, contains the latest versions of commercial software for optimization, simulation, and decision analysis.

Intercultural Communication in Contexts


Judith N. Martin - 1996
    The dialectical framework, integrated throughout the book, is used as a lens to examine the relationship of these research traditions. This text is unique in its emphasis on the importance of histories, popular culture, and identities.

An Introduction to Data Structures with Applications


Jean-Paul Tremblay - 1984
    Product Condition: No Defects.

Discrete-Event System Simulation


Jerry Banks - 1983
    This text provides a basic treatment of discrete-event simulation, including the proper collection and analysis of data, the use of analytic techniques, verification and validation of models, and designing simulation experiments. It offers an up-to-date treatment of simulation of manufacturing and material handling systems, computer systems, and computer networks. Students and instructors will find a variety of resources at the associated website, www.bcnn.net, including simulation source code for download, additional exercises and solutions, web links and errata.

Systems Analysis and Design


Alan Dennis - 2002
    Building on their experience as professional systems analysts and award-winning teachers, authors Dennis, Wixom, and Roth capture the experience of developing and analyzing systems in a way that students can understand and apply.With Systems Analysis and Design, 4th edition , students will leave the course with experience that is a rich foundation for further work as a systems analyst.

Basic VLSI Design


Douglas A. Pucknell - 1985
    It also provides a straightforward but comprehensive treatment of VLSI design processes and design rules for students and all novice digital systems designers.

Digital Integrated Circuits


Jan M. Rabaey - 1995
    Digital Integrated Circuits maintains a consistent, logical flow of subject matter throughout. KEY TOPICS: Addresses today's most significant and compelling industry topics, including: the impact of interconnect, design for low power, issues in timing and clocking, design methodologies, and the tremendous effect of design automation on the digital design perspective. MARKET: For readers interested in digital circuit design.

Systems Programming (McGraw-Hill computer science series)


John J. Donovan - 1972
    

Learning React: A Hands-On Guide to Building Maintainable, High-Performing Web Application User Interfaces Using the React JavaScript Library


Kirupa Chinnathambi - 2016
    

The Royal Games: (A Game of Crowns and Lies #1)


Jamie Sanders - 2021
    In the aftermath of the Great War, huge swaths of what was once the United States of America are uninhabitable. Every day is a struggle to survive.But Kaia doesn’t want to leave her family or her best friend Finn behind—not even for a chance at winning Crown Prince Dominic’s hand in marriage. Life in her home territory of Hilora is hard, but at least it’s hers.Her life. Her choice.Until, suddenly, it’s not anymore.Branded a criminal and sentenced to a punishment that amounts to death, Kaia is given only one way out.She must compete in the Royal Games… as a spy for the Queen of Palias herself.Perfect for fans of The Selection and The Hunger Games. Dive into this story of intrigue, danger, romance, and deception!

Dual Body Cultivation: A Wuxia/Xianxia Cultivation Novel (Path of Emperor Book 1)


A.P. Gore - 2019
     No Dantian, no cultivation path. No cultivation path, no power. No power, no life. In a world where cultivators rule and non-cultivators suffer, Jei lives with his handicapped sister. Earning a pittance each day for the next day's meal. But he doesn't know what secrets his little sister holds for the cultivators. Can Li Jei survive in the power-hungry world without an aptitude for cultivation? If you like Cradle or Coiling Dragon series, you will love this book.

Kings and Sorcerers Bundle


Morgan Rice - 2016
    Fans of Young Adult Fiction will devour this latest work by Rice and beg for more.”--The Wanderer, A Literary Journal (regarding Rise of the Dragons)A bundle of books #4 (A FORGE OF VALOR) and #5 (A REALM OF SHADOWS) in Morgan Rice’s #1 Bestselling fantasy series KINGS AND SORCERERS, comprising 6 books. The series begins with RISE OF THE DRAGONS (Book #1), a free download on Amazon with over 500 five star reviews!In A FORGE OF VALOR, Kyra slowly returns from the verge of death, healed by Kyle’s love and mysterious power. As he sacrifices for her, she regains her strength—yet not without a price. She presses Alva for the secret of her lineage, and he finally reveals all about her mother. Aidan, Motley at his side, strives to rescue his father, trapped in the perilous capital, while in the far corner of the kingdom, Merk, amazed by what he discovers in the Tower of Ur, braces himself against a massive troll invasion. Dierdre finds herself facing a full-fledged Pandesian invasion in her embattled city of Ur.In A REALM OF SHADOWS, Kyra finds herself in the midst of a burning capital, attacked by a host of dragons, clinging for life. With her beloved homeland destroyed, The Flames down and the trolls pouring in, Kyra must urgently quest to Marda to retrieve the magic weapon before it is too late—even if it takes her into the very heart of darkness. Duncan finds himself trapped, with the others, in the burning capital, and he uses all his wits to find his men, attempt escape, and rally his forces to regroup and attack Pandesia. Across the kingdom, Merk sails with King Tarnis’ daughter through the Bay of Death as they abandon the Tower of Kos and sail for the warrior isle of Knossos.With its strong atmosphere and complex characters, KINGS AND SORCERERS is a sweeping saga of knights and warriors, of kings and lords, of honor and valor, of magic, destiny, monsters and dragons. It is fantasy at its finest, inviting us into a world that will live with us forever, one that appeals to all ages and genders.

Algorithms


Robert Sedgewick - 1983
    This book surveys the most important computer algorithms currently in use and provides a full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing -- including fifty algorithms every programmer should know. In this edition, new Java implementations are written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.The algorithms in this book represent a body of knowledge developed over the last 50 years that has become indispensable, not just for professional programmers and computer science students but for any student with interests in science, mathematics, and engineering, not to mention students who use computation in the liberal arts.The companion web site, algs4.cs.princeton.edu contains An online synopsis Full Java implementations Test data Exercises and answers Dynamic visualizations Lecture slides Programming assignments with checklists Links to related material The MOOC related to this book is accessible via the "Online Course" link at algs4.cs.princeton.edu. The course offers more than 100 video lecture segments that are integrated with the text, extensive online assessments, and the large-scale discussion forums that have proven so valuable. Offered each fall and spring, this course regularly attracts tens of thousands of registrants.Robert Sedgewick and Kevin Wayne are developing a modern approach to disseminating knowledge that fully embraces technology, enabling people all around the world to discover new ways of learning and teaching. By integrating their textbook, online content, and MOOC, all at the state of the art, they have built a unique resource that greatly expands the breadth and depth of the educational experience.