Author: Griptight Computer Solutions
Publisher: Computer Scanning
ISBN: 0972358404
Category :
Languages : en
Pages : 102
Book Description
A Simple Approach to Computer Scanning
Author: Griptight Computer Solutions
Publisher: Computer Scanning
ISBN: 0972358404
Category :
Languages : en
Pages : 102
Book Description
Publisher: Computer Scanning
ISBN: 0972358404
Category :
Languages : en
Pages : 102
Book Description
Cumulated Index Medicus
Author:
Publisher:
ISBN:
Category : Medicine
Languages : en
Pages : 1794
Book Description
Publisher:
ISBN:
Category : Medicine
Languages : en
Pages : 1794
Book Description
InfoWorld
Author:
Publisher:
ISBN:
Category :
Languages : en
Pages : 116
Book Description
InfoWorld is targeted to Senior IT professionals. Content is segmented into Channels and Topic Centers. InfoWorld also celebrates people, companies, and projects.
Publisher:
ISBN:
Category :
Languages : en
Pages : 116
Book Description
InfoWorld is targeted to Senior IT professionals. Content is segmented into Channels and Topic Centers. InfoWorld also celebrates people, companies, and projects.
KWIC Index to the Journal of Nuclear Medicine
Author:
Publisher:
ISBN:
Category : Medical radiology
Languages : en
Pages : 168
Book Description
Publisher:
ISBN:
Category : Medical radiology
Languages : en
Pages : 168
Book Description
Public Health Service Publication
Author:
Publisher:
ISBN:
Category : Public health
Languages : en
Pages : 368
Book Description
Publisher:
ISBN:
Category : Public health
Languages : en
Pages : 368
Book Description
Nuclear Science Abstracts
Author:
Publisher:
ISBN:
Category : Nuclear energy
Languages : en
Pages : 612
Book Description
Publisher:
ISBN:
Category : Nuclear energy
Languages : en
Pages : 612
Book Description
Computer Design
Author:
Publisher:
ISBN:
Category : Computer engineering
Languages : en
Pages : 1662
Book Description
Publisher:
ISBN:
Category : Computer engineering
Languages : en
Pages : 1662
Book Description
Computed Tomographic Scanning of the Brain
Author: Charlotte Kenton
Publisher:
ISBN:
Category : Brain
Languages : en
Pages : 56
Book Description
Publisher:
ISBN:
Category : Brain
Languages : en
Pages : 56
Book Description
Bibliography of Medical Uses of Technetium-99m, 1965-1971
Author:
Publisher:
ISBN:
Category : Nuclear medicine
Languages : en
Pages : 260
Book Description
1635 references to journal articles and reports. Also includes foreign literature. Arranged in numerical sequence. Entries include bibliographical information and keywords. Author index, Permuted index of significant words (in the titles).
Publisher:
ISBN:
Category : Nuclear medicine
Languages : en
Pages : 260
Book Description
1635 references to journal articles and reports. Also includes foreign literature. Arranged in numerical sequence. Entries include bibliographical information and keywords. Author index, Permuted index of significant words (in the titles).
Crafting Interpreters
Author: Robert Nystrom
Publisher: Genever Benning
ISBN: 0990582949
Category : Computers
Languages : en
Pages : 1021
Book Description
Despite using them every day, most software engineers know little about how programming languages are designed and implemented. For many, their only experience with that corner of computer science was a terrifying "compilers" class that they suffered through in undergrad and tried to blot from their memory as soon as they had scribbled their last NFA to DFA conversion on the final exam. That fearsome reputation belies a field that is rich with useful techniques and not so difficult as some of its practitioners might have you believe. A better understanding of how programming languages are built will make you a stronger software engineer and teach you concepts and data structures you'll use the rest of your coding days. You might even have fun. This book teaches you everything you need to know to implement a full-featured, efficient scripting language. You'll learn both high-level concepts around parsing and semantics and gritty details like bytecode representation and garbage collection. Your brain will light up with new ideas, and your hands will get dirty and calloused. Starting from main(), you will build a language that features rich syntax, dynamic typing, garbage collection, lexical scope, first-class functions, closures, classes, and inheritance. All packed into a few thousand lines of clean, fast code that you thoroughly understand because you wrote each one yourself.
Publisher: Genever Benning
ISBN: 0990582949
Category : Computers
Languages : en
Pages : 1021
Book Description
Despite using them every day, most software engineers know little about how programming languages are designed and implemented. For many, their only experience with that corner of computer science was a terrifying "compilers" class that they suffered through in undergrad and tried to blot from their memory as soon as they had scribbled their last NFA to DFA conversion on the final exam. That fearsome reputation belies a field that is rich with useful techniques and not so difficult as some of its practitioners might have you believe. A better understanding of how programming languages are built will make you a stronger software engineer and teach you concepts and data structures you'll use the rest of your coding days. You might even have fun. This book teaches you everything you need to know to implement a full-featured, efficient scripting language. You'll learn both high-level concepts around parsing and semantics and gritty details like bytecode representation and garbage collection. Your brain will light up with new ideas, and your hands will get dirty and calloused. Starting from main(), you will build a language that features rich syntax, dynamic typing, garbage collection, lexical scope, first-class functions, closures, classes, and inheritance. All packed into a few thousand lines of clean, fast code that you thoroughly understand because you wrote each one yourself.