Kent D. Lee - Böcker
Visar alla böcker från författaren Kent D. Lee. Handla med fri frakt och snabb leverans.
7 produkter
7 produkter
Lethal Frontiers
A Soviet View of Nuclear Strategy, Weapons, and Negotiations
Inbunden, Engelska, 1988
875 kr
Skickas inom 10-15 vardagar
Lethal Frontiers is one of the first samples of Soviet scholarship on nuclear strategy readily available to Western readers. A rising star in the Soviet foreign policy establishment, Arbatov offers a remarkable view of the evaluation of U.S. nuclear policy and strategy. This scholarly book is free of the ideological constraints and negative effects of excessive Soviet secrecy so often characterizing Soviet works on this subject. The author begins by tracing the buildup of U.S. nuclear and conventional forces during the Kennedy and Johnson administrations, and examines initial U.S. reactions to the achievement of strategic nuclear parity by the Soviet Union in the late 1960s and early 1970s. From notions of flexible response, to the Schlesinger doctrine, and ideas of fighting a limited nuclear war, Arbatov argues that the U.S. national security establishment has had enormous difficulty in reconciling itself with Soviet strategic parity. Consequently, U.S. strategy and arms programs have invariably collided with and contradicted the arms control process and efforts to decrease U.S.-Soviet tensions. In light of this, and of the new Soviet approach to security, Arbatov observes the challenges lying ahead in the new era of Soviet-American relations.
954 kr
Skickas inom 10-15 vardagar
Programming Languages: An Active Learning Approach introduces students to three programming paradigms: object-oriented/imperative languages using C++ and Ruby, functional languages using Standard ML, and logic programming using Prolog. This interactive textbook is intended to be used in and outside of class. Each chapter follows a pattern of presenting a topic followed by a practice exercise or exercises that encourage students to try what they have just read. This textbook is best-suited for students with a 2-3 course introduction to imperative programming.Key Features: (1) Accessible structure guides the student through various programming languages. (2) Seamlessly integrated practice exercises. (3) Classroom-tested. (4) Online support materials.Advance praise: “The Programming Languages book market is overflowing with books, but none like this. In many ways, it is precisely the book I have been searching for to use in my own programming languages course. One of the main challenges I perpetually face is how to teach students to program in functional and logical languages, but also how to teach them about compilers. This book melds the two approaches very well.” -- David Musicant, Carleton College
954 kr
Skickas inom 10-15 vardagar
Programming Languages: An Active Learning Approach introduces students to three programming paradigms: object-oriented/imperative languages using C++ and Ruby, functional languages using Standard ML, and logic programming using Prolog. This interactive textbook is intended to be used in and outside of class. Each chapter follows a pattern of presenting a topic followed by a practice exercise or exercises that encourage students to try what they have just read. This textbook is best-suited for students with a 2-3 course introduction to imperative programming.Key Features: (1) Accessible structure guides the student through various programming languages. (2) Seamlessly integrated practice exercises. (3) Classroom-tested. (4) Online support materials.Advance praise: “The Programming Languages book market is overflowing with books, but none like this. In many ways, it is precisely the book I have been searching for to use in my own programming languages course. One of the main challenges I perpetually face is how to teach students to program in functional and logical languages, but also how to teach them about compilers. This book melds the two approaches very well.” -- David Musicant, Carleton College
443 kr
Skickas inom 10-15 vardagar
highlights the patterns which frequently appear when writing programs, reinforcing the application of these patterns for problem-solving through practice exercises; introduces the use of a debugger tool to inspect a program, enabling students to discover for themselves how programs work and enhance their understanding;
482 kr
Skickas inom 5-8 vardagar
Data Structures and Algorithms with Python
With an Introduction to Multiprocessing
Häftad, Engelska, 2024
606 kr
Skickas inom 10-15 vardagar
This textbook explains the concepts and techniques required to write programs that can handle large amounts of data efficiently. Project-oriented and classroom-tested, the book presents a number of important algorithms—supported by motivating examples—that bring meaning to the problems faced by computer programmers. The idea of computational complexity is introduced, demonstrating what can and cannot be computed efficiently at scale, helping programmers make informed judgements about the algorithms they use. The easy-to-read text assumes some basic experience in computer programming and familiarity in an object-oriented language, but not necessarily with Python.Topics and features:Includes introductory and advanced data structures and algorithms topics, with suggested chapter sequences for those respective coursesProvides learning goals, review questions, and programming exercises in each chapter, as well as numerous examplesPresents a primer on Python for those coming from a different language backgroundAdds a new chapter on multiprocessing with Python using the DragonHPC multinode implementation of multiprocessing (includes a tutorial)Reviews the use of hashing in sets and maps, and examines binary search trees, tree traversals, and select graph algorithmsOffers downloadable programs and supplementary files at an associated website to help studentsStudents of computer science will find this clear and concise textbook invaluable for undergraduate courses on data structures and algorithms, at both introductory and advanced levels. The book is also suitable as a refresher guide for computer programmers starting new jobs working with Python.Dr. Kent D. Lee is a Professor Emeritus of Computer Science at Luther College, Decorah, Iowa, USA. He is the author of the successful Springer books, Python Programming Fundamentals, and Foundations of Programming Languages.Dr. Steve Hubbard is a Professor Emeritus of Mathematics and Computer Science at Luther College.
606 kr
Skickas inom 10-15 vardagar
introduces object-oriented languages through examples in Java, functional programming with Standard ML, and programming using the logic language Prolog;