computer engineering courses list: A First Course in Electrical and Computer Engineering Louis L. Scharf, Richard T. Behrens, 1990 |
computer engineering courses list: Higher Education Opportunity Act United States, 2008 |
computer engineering courses list: Computer Engineering: Concepts, Methodologies, Tools and Applications Management Association, Information Resources, 2011-12-31 This reference is a broad, multi-volume collection of the best recent works published under the umbrella of computer engineering, including perspectives on the fundamental aspects, tools and technologies, methods and design, applications, managerial impact, social/behavioral perspectives, critical issues, and emerging trends in the field--Provided by publisher. |
computer engineering courses list: Assessing and Responding to the Growth of Computer Science Undergraduate Enrollments National Academies of Sciences, Engineering, and Medicine, Division on Engineering and Physical Sciences, Computer Science and Telecommunications Board, Policy and Global Affairs, Board on Higher Education and Workforce, Committee on the Growth of Computer Science Undergraduate Enrollments, 2018-04-28 The field of computer science (CS) is currently experiencing a surge in undergraduate degree production and course enrollments, which is straining program resources at many institutions and causing concern among faculty and administrators about how best to respond to the rapidly growing demand. There is also significant interest about what this growth will mean for the future of CS programs, the role of computer science in academic institutions, the field as a whole, and U.S. society more broadly. Assessing and Responding to the Growth of Computer Science Undergraduate Enrollments seeks to provide a better understanding of the current trends in computing enrollments in the context of past trends. It examines drivers of the current enrollment surge, relationships between the surge and current and potential gains in diversity in the field, and the potential impacts of responses to the increased demand for computing in higher education, and it considers the likely effects of those responses on students, faculty, and institutions. This report provides recommendations for what institutions of higher education, government agencies, and the private sector can do to respond to the surge and plan for a strong and sustainable future for the field of CS in general, the health of the institutions of higher education, and the prosperity of the nation. |
computer engineering courses list: Python Crash Course Eric Matthes, 2015-11-01 Python Crash Course is a fast-paced, thorough introduction to Python that will have you writing programs, solving problems, and making things that work in no time. In the first half of the book, you’ll learn about basic programming concepts, such as lists, dictionaries, classes, and loops, and practice writing clean and readable code with exercises for each topic. You’ll also learn how to make your programs interactive and how to test your code safely before adding it to a project. In the second half of the book, you’ll put your new knowledge into practice with three substantial projects: a Space Invaders–inspired arcade game, data visualizations with Python’s super-handy libraries, and a simple web app you can deploy online. As you work through Python Crash Course you’ll learn how to: –Use powerful Python libraries and tools, including matplotlib, NumPy, and Pygal –Make 2D games that respond to keypresses and mouse clicks, and that grow more difficult as the game progresses –Work with data to generate interactive visualizations –Create and customize Web apps and deploy them safely online –Deal with mistakes and errors so you can solve your own programming problems If you’ve been thinking seriously about digging into programming, Python Crash Course will get you up to speed and have you writing real programs fast. Why wait any longer? Start your engines and code! Uses Python 2 and 3 |
computer engineering courses list: Deep Learning for Coders with fastai and PyTorch Jeremy Howard, Sylvain Gugger, 2020-06-29 Deep learning is often viewed as the exclusive domain of math PhDs and big tech companies. But as this hands-on guide demonstrates, programmers comfortable with Python can achieve impressive results in deep learning with little math background, small amounts of data, and minimal code. How? With fastai, the first library to provide a consistent interface to the most frequently used deep learning applications. Authors Jeremy Howard and Sylvain Gugger, the creators of fastai, show you how to train a model on a wide range of tasks using fastai and PyTorch. You’ll also dive progressively further into deep learning theory to gain a complete understanding of the algorithms behind the scenes. Train models in computer vision, natural language processing, tabular data, and collaborative filtering Learn the latest deep learning techniques that matter most in practice Improve accuracy, speed, and reliability by understanding how deep learning models work Discover how to turn your models into web applications Implement deep learning algorithms from scratch Consider the ethical implications of your work Gain insight from the foreword by PyTorch cofounder, Soumith Chintala |
computer engineering courses list: See MIPS Run Dominic Sweetman, 2010-07-08 See MIPS Run, Second Edition, is not only a thorough update of the first edition, it is also a marriage of the best-known RISC architecture--MIPS--with the best-known open-source OS--Linux. The first part of the book begins with MIPS design principles and then describes the MIPS instruction set and programmers' resources. It uses the MIPS32 standard as a baseline (the 1st edition used the R3000) from which to compare all other versions of the architecture and assumes that MIPS64 is the main option. The second part is a significant change from the first edition. It provides concrete examples of operating system low level code, by using Linux as the example operating system. It describes how Linux is built on the foundations the MIPS hardware provides and summarizes the Linux application environment, describing the libraries, kernel device-drivers and CPU-specific code. It then digs deep into application code and library support, protection and memory management, interrupts in the Linux kernel and multiprocessor Linux. Sweetman has revised his best-selling MIPS bible for MIPS programmers, embedded systems designers, developers and programmers, who need an in-depth understanding of the MIPS architecture and specific guidance for writing software for MIPS-based systems, which are increasingly Linux-based. - Completely new material offers the best explanation available on how Linux runs on real hardware - Provides a complete, updated and easy-to-use guide to the MIPS instruction set using the MIPS32 standard as the baseline architecture with the MIPS64 as the main option - Retains the same engaging writing style that made the first edition so readable, reflecting the authors 20+ years experience in designing systems based on the MIPS architecture |
computer engineering courses list: Practical Programming in Tcl and Tk Brent B. Welch, Ken Jones, Jeffrey Hobbs, 2003 The bulk of the book is about Tcl scripting and the aspects of C programming to create Tcl extentions is given a lighter treatment.--Author. |
computer engineering courses list: MATLAB Tutorial for ECE Students and Engineers Randy J. Jost, Roland Priemer, David Padgett, 2013-02-25 This book combines the teaching of the MATLAB programming language with the presentation and development of carefully selected electrical and computer engineering (ECE) fundamentals. This is what distinguishes it from other books concerned with MATLAB: it is directed specifically to ECE concerns. Students will see, quite explicitly, how and why MATLAB is well suited to solve practical ECE problems. This book is intended primarily for the freshman or sophomore ECE major who has no programming experience, no background in EE or CE, and is required to learn MATLAB programming. It can be used for a course about MATLAB or an introduction to electrical and computer engineering, where learning MATLAB programming is strongly emphasized. A first course in calculus, usually taken concurrently, is essential. The distinguishing feature of this book is that about 15% of this MATLAB book develops ECE fundamentals gradually, from very basic principles. Because these fundamentals are interwoven throughout, MATLAB can be applied to solve relevant, practical problems. The plentiful, in-depth example problems to which MATLAB is applied were carefully chosen so that results obtained with MATLAB also provide insights about the fundamentals. With this feedback approach to learning MATLAB, ECE students also gain a head start in learning some core subjects in the EE and CE curricula. There are nearly 200 examples and over 80 programs that demonstrate how solutions of practical problems can be obtained with MATLAB. After using this book, the ECE student will be well prepared to apply MATLAB in all coursework that is commonly included in EE and CE curricula. |
computer engineering courses list: Code Charles Petzold, 2022-08-02 The classic guide to how computers work, updated with new chapters and interactive graphics For me, Code was a revelation. It was the first book about programming that spoke to me. It started with a story, and it built up, layer by layer, analogy by analogy, until I understood not just the Code, but the System. Code is a book that is as much about Systems Thinking and abstractions as it is about code and programming. Code teaches us how many unseen layers there are between the computer systems that we as users look at every day and the magical silicon rocks that we infused with lightning and taught to think. - Scott Hanselman, Partner Program Director, Microsoft, and host of Hanselminutes Computers are everywhere, most obviously in our laptops and smartphones, but also our cars, televisions, microwave ovens, alarm clocks, robot vacuum cleaners, and other smart appliances. Have you ever wondered what goes on inside these devices to make our lives easier but occasionally more infuriating? For more than 20 years, readers have delighted in Charles Petzold's illuminating story of the secret inner life of computers, and now he has revised it for this new age of computing. Cleverly illustrated and easy to understand, this is the book that cracks the mystery. You'll discover what flashlights, black cats, seesaws, and the ride of Paul Revere can teach you about computing, and how human ingenuity and our compulsion to communicate have shaped every electronic device we use. This new expanded edition explores more deeply the bit-by-bit and gate-by-gate construction of the heart of every smart device, the central processing unit that combines the simplest of basic operations to perform the most complex of feats. Petzold's companion website, CodeHiddenLanguage.com, uses animated graphics of key circuits in the book to make computers even easier to comprehend. In addition to substantially revised and updated content, new chapters include: Chapter 18: Let's Build a Clock! Chapter 21: The Arithmetic Logic Unit Chapter 22: Registers and Busses Chapter 23: CPU Control Signals Chapter 24: Jumps, Loops, and Calls Chapter 28: The World Brain From the simple ticking of clocks to the worldwide hum of the internet, Code reveals the essence of the digital revolution. |
computer engineering courses list: Artificial Intelligence with Python Prateek Joshi, 2017-01-27 Build real-world Artificial Intelligence applications with Python to intelligently interact with the world around you About This Book Step into the amazing world of intelligent apps using this comprehensive guide Enter the world of Artificial Intelligence, explore it, and create your own applications Work through simple yet insightful examples that will get you up and running with Artificial Intelligence in no time Who This Book Is For This book is for Python developers who want to build real-world Artificial Intelligence applications. This book is friendly to Python beginners, but being familiar with Python would be useful to play around with the code. It will also be useful for experienced Python programmers who are looking to use Artificial Intelligence techniques in their existing technology stacks. What You Will Learn Realize different classification and regression techniques Understand the concept of clustering and how to use it to automatically segment data See how to build an intelligent recommender system Understand logic programming and how to use it Build automatic speech recognition systems Understand the basics of heuristic search and genetic programming Develop games using Artificial Intelligence Learn how reinforcement learning works Discover how to build intelligent applications centered on images, text, and time series data See how to use deep learning algorithms and build applications based on it In Detail Artificial Intelligence is becoming increasingly relevant in the modern world where everything is driven by technology and data. It is used extensively across many fields such as search engines, image recognition, robotics, finance, and so on. We will explore various real-world scenarios in this book and you'll learn about various algorithms that can be used to build Artificial Intelligence applications. During the course of this book, you will find out how to make informed decisions about what algorithms to use in a given context. Starting from the basics of Artificial Intelligence, you will learn how to develop various building blocks using different data mining techniques. You will see how to implement different algorithms to get the best possible results, and will understand how to apply them to real-world scenarios. If you want to add an intelligence layer to any application that's based on images, text, stock market, or some other form of data, this exciting book on Artificial Intelligence will definitely be your guide! Style and approach This highly practical book will show you how to implement Artificial Intelligence. The book provides multiple examples enabling you to create smart applications to meet the needs of your organization. In every chapter, we explain an algorithm, implement it, and then build a smart application. |
computer engineering courses list: Introduction to Hardware Security and Trust Mohammad Tehranipoor, Cliff Wang, 2011-09-22 This book provides the foundations for understanding hardware security and trust, which have become major concerns for national security over the past decade. Coverage includes security and trust issues in all types of electronic devices and systems such as ASICs, COTS, FPGAs, microprocessors/DSPs, and embedded systems. This serves as an invaluable reference to the state-of-the-art research that is of critical significance to the security of, and trust in, modern society’s microelectronic-supported infrastructures. |
computer engineering courses list: Mathematics for Computer Science Eric Lehman, F. Thomson Leighton, Albert R. Meyer, 2017-03-08 This book covers elementary discrete mathematics for computer science and engineering. It emphasizes mathematical definitions and proofs as well as applicable methods. Topics include formal logic notation, proof methods; induction, well-ordering; sets, relations; elementary graph theory; integer congruences; asymptotic notation and growth of functions; permutations and combinations, counting principles; discrete probability. Further selected topics may also be covered, such as recursive definition and structural induction; state machines and invariants; recurrences; generating functions. |
computer engineering courses list: Engineering Problems William Macgregor Wallace, 1914 |
computer engineering courses list: Basic Computer Engineering N K Tiwari, D K Swami, 2015-02 Use of computers has become seemingly ubiquitous. Advancements in computer technology are making all efforts to make software so user friendly, that even a layman should utilize its potential to the fullest. Yet, to appreciate the technology truly one should know the fundamentals of computer engineering. Hence, the subject has been rightly included in initial years of engineering education by many universities. Fundamentals of computer engineering are equally important in other disciplines too, so that they use computers effectively in their own domains. Growth of computer hardware and software technology has been tremendous since the inception of this versatile gadget. Study of computer science and engineering is very logical. Once building blocks of computer technology are introduced, then only one can learn the advance concepts. |
computer engineering courses list: Bioinstrumentation John G. Webster, 2003-08-18 Addresses measurements in new fields such as cellular and molecular biology. Equips readers with the necessary background in electric circuits. Statistical coverage shows how to determine trial sizes. |
computer engineering courses list: Computer Science Handbook Allen B. Tucker, 2004-06-28 When you think about how far and fast computer science has progressed in recent years, it's not hard to conclude that a seven-year old handbook may fall a little short of the kind of reference today's computer scientists, software engineers, and IT professionals need. With a broadened scope, more emphasis on applied computing, and more than 70 chap |
computer engineering courses list: Applied Magnetism R. Gerber, C.D. Wright, G. Asti, 2013-03-09 This book is based on the contributions to a course, entitled Applied Magnetism, which was the 25th Course of the International School of Materials Science and Technology. The Course was held as a NATO Advanced Study Institute at the Ettore Majorana Centre in Erice, Sicily, Italy between the 1st and 12th July 1992, and attracted almost 70 participants from 15 different countries. The book deals with the theory, experiments and applications of the main topical areas of applied magnetism. These selected areas include the physics of magnetic recording, magnetic and magneto-optic recording devices, systems and media, magnetic fine particles, magnetic separation, domains and domain walls in soft magnetic materials, permanent magnets, magnetoresistance, thin film magneto-optics, and finally, microwave, optical and computational magnetics. The material is organised into I 0 self-contained chapters which together provide a comprehensive coverage of the subject of applied magnetism. The aim is to emphasise the connection between the fundamental theoretical concepts, key experiments and the important technological developments which have been achieved in this field up to the present time. Moreover, when and where possible, pointers to future trends are indicated which hopefully, together with the background material, will promote further advancement of research. The organizing committee would like to acknowledge the sponsorship of the NATO Scientific Affairs Division, the National Science Foundation of the USA, the Science and Engineering Research Council of the UK, the Italian Ministry of Education, the Italian Ministry of University and Scientific Research and the Sicilian Regional Government. |
computer engineering courses list: Artificial Intelligence Cherry Bhargava, Pradeep Kumar Sharma, 2021-07-28 This comprehensive reference text discusses the fundamental concepts of artificial intelligence and its applications in a single volume. Artificial Intelligence: Fundamentals and Applications presents a detailed discussion of basic aspects and ethics in the field of artificial intelligence and its applications in areas, including electronic devices and systems, consumer electronics, automobile engineering, manufacturing, robotics and automation, agriculture, banking, and predictive analysis. Aimed at senior undergraduate and graduate students in the field of electrical engineering, electronics engineering, manufacturing engineering, pharmacy, and healthcare, this text: Discusses advances in artificial intelligence and its applications. Presents the predictive analysis and data analysis using artificial intelligence. Covers the algorithms and pseudo-codes for different domains. Discusses the latest development of artificial intelligence in the field of practical speech recognition, machine translation, autonomous vehicles, and household robotics. Covers the applications of artificial intelligence in fields, including pharmacy and healthcare, electronic devices and systems, manufacturing, consumer electronics, and robotics. |
computer engineering courses list: Applied Cryptography Bruce Schneier, 2017-05-25 From the world's most renowned security technologist, Bruce Schneier, this 20th Anniversary Edition is the most definitive reference on cryptography ever published and is the seminal work on cryptography. Cryptographic techniques have applications far beyond the obvious uses of encoding and decoding information. For developers who need to know about capabilities, such as digital signatures, that depend on cryptographic techniques, there's no better overview than Applied Cryptography, the definitive book on the subject. Bruce Schneier covers general classes of cryptographic protocols and then specific techniques, detailing the inner workings of real-world cryptographic algorithms including the Data Encryption Standard and RSA public-key cryptosystems. The book includes source-code listings and extensive advice on the practical aspects of cryptography implementation, such as the importance of generating truly random numbers and of keeping keys secure. . . .the best introduction to cryptography I've ever seen. . . .The book the National Security Agency wanted never to be published. . . . -Wired Magazine . . .monumental . . . fascinating . . . comprehensive . . . the definitive work on cryptography for computer programmers . . . -Dr. Dobb's Journal . . .easily ranks as one of the most authoritative in its field. -PC Magazine The book details how programmers and electronic communications professionals can use cryptography-the technique of enciphering and deciphering messages-to maintain the privacy of computer data. It describes dozens of cryptography algorithms, gives practical advice on how to implement them into cryptographic software, and shows how they can be used to solve security problems. The book shows programmers who design computer applications, networks, and storage systems how they can build security into their software and systems. With a new Introduction by the author, this premium edition will be a keepsake for all those committed to computer and cyber security. |
computer engineering courses list: Structure and Interpretation of Computer Programs Harold Abelson, Gerald Jay Sussman, 2022-05-03 A new version of the classic and widely used text adapted for the JavaScript programming language. Since the publication of its first edition in 1984 and its second edition in 1996, Structure and Interpretation of Computer Programs (SICP) has influenced computer science curricula around the world. Widely adopted as a textbook, the book has its origins in a popular entry-level computer science course taught by Harold Abelson and Gerald Jay Sussman at MIT. SICP introduces the reader to central ideas of computation by establishing a series of mental models for computation. Earlier editions used the programming language Scheme in their program examples. This new version of the second edition has been adapted for JavaScript. The first three chapters of SICP cover programming concepts that are common to all modern high-level programming languages. Chapters four and five, which used Scheme to formulate language processors for Scheme, required significant revision. Chapter four offers new material, in particular an introduction to the notion of program parsing. The evaluator and compiler in chapter five introduce a subtle stack discipline to support return statements (a prominent feature of statement-oriented languages) without sacrificing tail recursion. The JavaScript programs included in the book run in any implementation of the language that complies with the ECMAScript 2020 specification, using the JavaScript package sicp provided by the MIT Press website. |
computer engineering courses list: Algebra of Programming Richard Bird, Oege de Moor, 1997 Describing an algebraic approach to programming, based on a categorical calculus of relations, this book is suitable for the derivation of individual programs and for the study of programming principles in general. |
computer engineering courses list: Continuous-Time Signals Yuriy Shmaliy, 2006-10-04 This book offers an extended description of continuous-time signals related to signals and systems. As a time-varying process of any physical state of any object, which serves for representation, detection, and transmission of messages, a modern electrical signal possesses, in applications, many specific properties. The text covers principle foundations of signals theory. Presenting bandlimited and analytic signals, the book reviews the methods of their description, transformation (by Hilbert transform), and sampling. |
computer engineering courses list: Pearls of Functional Algorithm Design Richard Bird, 2010-09-16 Richard Bird takes a radical approach to algorithm design, namely, design by calculation. These 30 short chapters each deal with a particular programming problem drawn from sources as diverse as games and puzzles, intriguing combinatorial tasks, and more familiar areas such as data compression and string matching. Each pearl starts with the statement of the problem expressed using the functional programming language Haskell, a powerful yet succinct language for capturing algorithmic ideas clearly and simply. The novel aspect of the book is that each solution is calculated from an initial formulation of the problem in Haskell by appealing to the laws of functional programming. Pearls of Functional Algorithm Design will appeal to the aspiring functional programmer, students and teachers interested in the principles of algorithm design, and anyone seeking to master the techniques of reasoning about programs in an equational style. |
computer engineering courses list: Foundations of Probabilistic Programming Gilles Barthe, Joost-Pieter Katoen, Alexandra Silva, 2020-12-03 This book provides an overview of the theoretical underpinnings of modern probabilistic programming and presents applications in e.g., machine learning, security, and approximate computing. Comprehensive survey chapters make the material accessible to graduate students and non-experts. This title is also available as Open Access on Cambridge Core. |
computer engineering courses list: Ultralearning Scott H. Young, 2019-08-06 Now a Wall Street Journal bestseller. Learn a new talent, stay relevant, reinvent yourself, and adapt to whatever the workplace throws your way. Ultralearning offers nine principles to master hard skills quickly. This is the essential guide to future-proof your career and maximize your competitive advantage through self-education. In these tumultuous times of economic and technological change, staying ahead depends on continual self-education—a lifelong mastery of fresh ideas, subjects, and skills. If you want to accomplish more and stand apart from everyone else, you need to become an ultralearner. The challenge of learning new skills is that you think you already know how best to learn, as you did as a student, so you rerun old routines and old ways of solving problems. To counter that, Ultralearning offers powerful strategies to break you out of those mental ruts and introduces new training methods to help you push through to higher levels of retention. Scott H. Young incorporates the latest research about the most effective learning methods and the stories of other ultralearners like himself—among them Benjamin Franklin, chess grandmaster Judit Polgár, and Nobel laureate physicist Richard Feynman, as well as a host of others, such as little-known modern polymath Nigel Richards, who won the French World Scrabble Championship—without knowing French. Young documents the methods he and others have used to acquire knowledge and shows that, far from being an obscure skill limited to aggressive autodidacts, ultralearning is a powerful tool anyone can use to improve their career, studies, and life. Ultralearning explores this fascinating subculture, shares a proven framework for a successful ultralearning project, and offers insights into how you can organize and exe - cute a plan to learn anything deeply and quickly, without teachers or budget-busting tuition costs. Whether the goal is to be fluent in a language (or ten languages), earn the equivalent of a college degree in a fraction of the time, or master multiple tools to build a product or business from the ground up, the principles in Ultralearning will guide you to success. |
computer engineering courses list: Fundamental Concepts in Computer Science Erol Gelenbe, 2009 This book presents fundamental contributions to computer science as written and recounted by those who made the contributions themselves. As such, it is a highly original approach to a OC living historyOCO of the field of computer science. The scope of the book is broad in that it covers all aspects of computer science, going from the theory of computation, the theory of programming, and the theory of computer system performance, all the way to computer hardware and to major numerical applications of computers. |
computer engineering courses list: Biomolecular Feedback Systems Domitilla Del Vecchio, Richard Murray, 2014-10-26 This book provides an accessible introduction to the principles and tools for modeling, analyzing, and synthesizing biomolecular systems. It begins with modeling tools such as reaction-rate equations, reduced-order models, stochastic models, and specific models of important core processes. It then describes in detail the control and dynamical systems tools used to analyze these models. These include tools for analyzing stability of equilibria, limit cycles, robustness, and parameter uncertainty. Modeling and analysis techniques are then applied to design examples from both natural systems and synthetic biomolecular circuits. In addition, this comprehensive book addresses the problem of modular composition of synthetic circuits, the tools for analyzing the extent of modularity, and the design techniques for ensuring modular behavior. It also looks at design trade-offs, focusing on perturbations due to noise and competition for shared cellular resources. Featuring numerous exercises and illustrations throughout, Biomolecular Feedback Systems is the ideal textbook for advanced undergraduates and graduate students. For researchers, it can also serve as a self-contained reference on the feedback control techniques that can be applied to biomolecular systems. Provides a user-friendly introduction to essential concepts, tools, and applications Covers the most commonly used modeling methods Addresses the modular design problem for biomolecular systems Uses design examples from both natural systems and synthetic circuits Solutions manual (available only to professors at press.princeton.edu) An online illustration package is available to professors at press.princeton.edu |
computer engineering courses list: Linear Algebra Kenneth Hoffman, Ray Alden Kunze, 2015 |
computer engineering courses list: Bebop to the Boolean Boogie Clive Maxfield, 2008-12-05 This entertaining and readable book provides a solid, comprehensive introduction to contemporary electronics. It's not a how-to-do electronics book, but rather an in-depth explanation of how today's integrated circuits work, how they are designed and manufactured, and how they are put together into powerful and sophisticated electronic systems. In addition to the technical details, it's packed with practical information of interest and use to engineers and support personnel in the electronics industry. It even tells how to pronounce the alphabet soup of acronyms that runs rampant in the industry. - Written in conversational, fun style that has generated a strong following for the author and sales of over 14,000 copies for the first two editions - The Third Edition is even bigger and better, with lots of new material, illustrations, and an expanded glossary - Ideal for training incoming engineers and technicians, and for people in marketing or other related fields or anyone else who needs to familiarize themselves with electronics terms and technology |
computer engineering courses list: C, a Reference Manual Samuel P. Harbison, Guy L. Steele, 2002 This reference manual provides a complete description of the C language, the run-time libraries, and a style of C programming that emphasises correctness, portability, and maintainability. |
computer engineering courses list: Purely Functional Data Structures Chris Okasaki, 1999-06-13 This book describes data structures and data structure design techniques for functional languages. |
computer engineering courses list: The Implementation of Functional Programming Languages Simon L. Peyton Jones, 1987 |
computer engineering courses list: The Art of the Metaobject Protocol Gregor Kiczales, Jim Des Rivieres, Daniel G. Bobrow, 1991-07-30 The authors introduce this new approach to programming language design, describe its evolution and design principles, and present a formal specification of a metaobject protocol for CLOS. The CLOS metaobject protocol is an elegant, high-performance extension to the CommonLisp Object System. The authors, who developed the metaobject protocol and who were among the group that developed CLOS, introduce this new approach to programming language design, describe its evolution and design principles, and present a formal specification of a metaobject protocol for CLOS. Kiczales, des Rivières, and Bobrow show that the art of metaobject protocol design lies in creating a synthetic combination of object-oriented and reflective techniques that can be applied under existing software engineering considerations to yield a new approach to programming language design that meets a broad set of design criteria. One of the major benefits of including the metaobject protocol in programming languages is that it allows users to adjust the language to better suit their needs. Metaobject protocols also disprove the adage that adding more flexibility to a programming language reduces its performance. In presenting the principles of metaobject protocols, the authors work with actual code for a simplified implementation of CLOS and its metaobject protocol, providing an opportunity for the reader to gain hands-on experience with the design process. They also include a number of exercises that address important concerns and open issues. Gregor Kiczales and Jim des Rivières, are Members of the Research Staff, and Daniel Bobrow is a Research Fellow, in the System Sciences Laboratory at Xerox Palo Alto Research Center. |
computer engineering courses list: Readings in Database Systems Joseph M. Hellerstein, Michael Stonebraker, 2005 The latest edition of a popular text and reference on database research, with substantial new material and revision; covers classical literature and recent hot topics. Lessons from database research have been applied in academic fields ranging from bioinformatics to next-generation Internet architecture and in industrial uses including Web-based e-commerce and search engines. The core ideas in the field have become increasingly influential. This text provides both students and professionals with a grounding in database research and a technical context for understanding recent innovations in the field. The readings included treat the most important issues in the database area--the basic material for any DBMS professional. This fourth edition has been substantially updated and revised, with 21 of the 48 papers new to the edition, four of them published for the first time. Many of the sections have been newly organized, and each section includes a new or substantially revised introduction that discusses the context, motivation, and controversies in a particular area, placing it in the broader perspective of database research. Two introductory articles, never before published, provide an organized, current introduction to basic knowledge of the field; one discusses the history of data models and query languages and the other offers an architectural overview of a database system. The remaining articles range from the classical literature on database research to treatments of current hot topics, including a paper on search engine architecture and a paper on application servers, both written expressly for this edition. The result is a collection of papers that are seminal and also accessible to a reader who has a basic familiarity with database systems. |
computer engineering courses list: Image Processing for Engineers Fawwaz Tayssir Ulaby, Andrew E. Yagle, 2018-03-30 Designed for a course on image processing (IP) aimed at both graduate students as well as undergraduates in their senior year, in any field of engineering, this book starts with an overview in Chapter 1 of how imaging sensors--from cameras to radars to MRIs and CAT--form images, and then proceeds to cover a wide array of image processing topics. The IP topics include: image interpolation, magnification, thumbnails, and sharpening, edge detection, noise filtering, de-blurring of blurred images, supervised and unsupervised learning, and image segmentation, among many others. As a prelude to the chapters focused on image processing (Chapters 3-12), the book offers in Chapter 2 a review of 1-D signals and systems, borrowed from our 2018 book Signals and Systems: Theory and Applications, by Ulaby and Yagle.--Preface. |
computer engineering courses list: Computer Design and Architecture Sajjan G. Shiva, 1985 |
computer engineering courses list: UNIX System Programming Keith Haviland, Ben Salama, 1987 |
computer engineering courses list: Advanced Engineering Mathematics K. A. Stroud, Dexter J. Booth, 2011 A worldwide bestseller renowned for its effective self-instructional pedagogy. |
computer engineering courses list: Electrical Engineering Steven E. Schwarz, William G. Oldham, 1993 This comprehensive revision of a popular text helps non-electrical engineering majors--the future users, rather than the designers of electrical devices, systems, and machines--gain a conceptual understanding of electrical engineering. Early coverage of systems and an emphasis on an IC (integrated circuits) building block approach motivates non-majors. The text features integration of analog and digital technology with cutting-edge coverage of op-amps, feedback and analog systems. A section on SPICE, the leading computer-aided circuit analysis software, introduces students to computerized analysis of circuits. Chapter-end Applications capture student interest by relating material to contemporary topics such as automobile suspension systems, high-fidelity audio, and hand-held computers. |
Computer - Wikipedia
A computer is a machine that can be …
Computer | Definition, H…
A computer is a programmable device for …
What is a Computer?
Feb 6, 2025 · What is a Computer? A computer is a …
Micro Center - Computer …
Shop Micro Center for electronics, PCs, laptops, …
What is a Computer?
Apr 7, 2025 · A computer is an electronic …
Computer - Wikipedia
A computer is a machine that can be programmed to automatically carry out sequences of arithmetic or logical operations (computation). Modern …
Computer | Definition, History, Operating Systems, & Facts
A computer is a programmable device for processing, storing, and displaying information. Learn more in this article about modern digital electronic …
What is a Computer?
Feb 6, 2025 · What is a Computer? A computer is a programmable device that stores, retrieves, and processes data. The term "computer" was …
Micro Center - Computer & Electronics Retailer - Shop Now
Shop Micro Center for electronics, PCs, laptops, Apple products, and much more. Enjoy in-store pickup, top …
What is a Computer? - GeeksforGeeks
Apr 7, 2025 · A computer is an electronic device that processes, stores, and executes instructions to perform tasks. It includes key components …