Author: Mella Mincberg
Publisher: Osborne Publishing
ISBN:
Category : Computers
Languages : en
Pages : 516
Book Description
WordPerfect Made Easy
Author: Mella Mincberg
Publisher: Osborne Publishing
ISBN:
Category : Computers
Languages : en
Pages : 516
Book Description
Publisher: Osborne Publishing
ISBN:
Category : Computers
Languages : en
Pages : 516
Book Description
ANSI C Made Easy
Author: Herbert Schildt
Publisher: Osborne Publishing
ISBN:
Category : C (Computer program language)
Languages : en
Pages : 474
Book Description
Schildt is Osborne/McGraw-Hill's leading authority on the C programming language. ANSI C Made Easy is a timely update of his bestselling introductory book, C Made Easy, and will appeal to students, beginning systems programmers, and career programmers.
Publisher: Osborne Publishing
ISBN:
Category : C (Computer program language)
Languages : en
Pages : 474
Book Description
Schildt is Osborne/McGraw-Hill's leading authority on the C programming language. ANSI C Made Easy is a timely update of his bestselling introductory book, C Made Easy, and will appeal to students, beginning systems programmers, and career programmers.
Introduction to Compilers and Language Design
Author: Douglas Thain
Publisher: Lulu.com
ISBN: 0359138047
Category : Computers
Languages : en
Pages : 248
Book Description
A compiler translates a program written in a high level language into a program written in a lower level language. For students of computer science, building a compiler from scratch is a rite of passage: a challenging and fun project that offers insight into many different aspects of computer science, some deeply theoretical, and others highly practical. This book offers a one semester introduction into compiler construction, enabling the reader to build a simple compiler that accepts a C-like language and translates it into working X86 or ARM assembly language. It is most suitable for undergraduate students who have some experience programming in C, and have taken courses in data structures and computer architecture.
Publisher: Lulu.com
ISBN: 0359138047
Category : Computers
Languages : en
Pages : 248
Book Description
A compiler translates a program written in a high level language into a program written in a lower level language. For students of computer science, building a compiler from scratch is a rite of passage: a challenging and fun project that offers insight into many different aspects of computer science, some deeply theoretical, and others highly practical. This book offers a one semester introduction into compiler construction, enabling the reader to build a simple compiler that accepts a C-like language and translates it into working X86 or ARM assembly language. It is most suitable for undergraduate students who have some experience programming in C, and have taken courses in data structures and computer architecture.
Project Oberon
Author: Niklaus Wirth
Publisher: Addison-Wesley Longman
ISBN:
Category : Computers
Languages : en
Pages : 568
Book Description
Project Oberon contains a definition of the Oberon Language and describes its relation to Modula-2 and the software tools developed with the system. This definitive, first-hand account of the design, development, and implementation of Oberon completes the Oberon trilogy.
Publisher: Addison-Wesley Longman
ISBN:
Category : Computers
Languages : en
Pages : 568
Book Description
Project Oberon contains a definition of the Oberon Language and describes its relation to Modula-2 and the software tools developed with the system. This definitive, first-hand account of the design, development, and implementation of Oberon completes the Oberon trilogy.
Software for Computer Control 1982
Author: G. Ferrate
Publisher: Elsevier
ISBN: 1483146936
Category : Technology & Engineering
Languages : en
Pages : 541
Book Description
Software for Computer Control 1982 covers the proceedings of the Third IFAC/IFIP Symposium. The book discusses the state of software development for digital computer applications for science and control. With a total of 73 papers, the book covers topics such as real-time language and operating systems; man-machine communication software; software for robots; software for distributed control systems; C.A.D. of digital computer controls systems; algorithms for digital computer control; control software engineering and management; and industrial applications. Computer scientists, engineers, and I.T. professionals will find this book interesting, since it provides discussions on the various applications of computer programs.
Publisher: Elsevier
ISBN: 1483146936
Category : Technology & Engineering
Languages : en
Pages : 541
Book Description
Software for Computer Control 1982 covers the proceedings of the Third IFAC/IFIP Symposium. The book discusses the state of software development for digital computer applications for science and control. With a total of 73 papers, the book covers topics such as real-time language and operating systems; man-machine communication software; software for robots; software for distributed control systems; C.A.D. of digital computer controls systems; algorithms for digital computer control; control software engineering and management; and industrial applications. Computer scientists, engineers, and I.T. professionals will find this book interesting, since it provides discussions on the various applications of computer programs.
Into the Realm of Oberon
Author: Eric W. Nikitin
Publisher: Springer Science & Business Media
ISBN: 1461223008
Category : Computers
Languages : en
Pages : 205
Book Description
A beginner's introduction to programming, using Oberon since it is the natural descendant of the teaching languages Pascal and Modula, and because it is designed to encourage good object-oriented practices. The author begins with introducing procedures - the basic building blocks of Oberon programs - before introducing types and then type-bound procedures. Along the way, students build increasingly complex modules of Oberon code and develop a basic understanding of the advantages of object-oriented programming. As a result students coming to programming for the first time will appreciate this hands-on textbook, while readers familiar with programming but new to Oberon will find this a well-paced guide to the language.
Publisher: Springer Science & Business Media
ISBN: 1461223008
Category : Computers
Languages : en
Pages : 205
Book Description
A beginner's introduction to programming, using Oberon since it is the natural descendant of the teaching languages Pascal and Modula, and because it is designed to encourage good object-oriented practices. The author begins with introducing procedures - the basic building blocks of Oberon programs - before introducing types and then type-bound procedures. Along the way, students build increasingly complex modules of Oberon code and develop a basic understanding of the advantages of object-oriented programming. As a result students coming to programming for the first time will appreciate this hands-on textbook, while readers familiar with programming but new to Oberon will find this a well-paced guide to the language.
OS/2 Programming
Author: Herbert Schildt
Publisher: Osborne Publishing
ISBN:
Category : Computers
Languages : en
Pages : 434
Book Description
Publisher: Osborne Publishing
ISBN:
Category : Computers
Languages : en
Pages : 434
Book Description
Using Turbo Pascal
Author: Steve Wood
Publisher: Osborne Publishing
ISBN:
Category : Computers
Languages : en
Pages : 456
Book Description
Publisher: Osborne Publishing
ISBN:
Category : Computers
Languages : en
Pages : 456
Book Description
Beginning Programming All-in-One Desk Reference For Dummies
Author: Wallace Wang
Publisher: John Wiley & Sons
ISBN: 111805122X
Category : Computers
Languages : en
Pages : 723
Book Description
The fun, fast, and easy way to learn programming fundamentals and essentials – from C to Visual Basic and all the languages in between So you want to be a programmer? Or maybe you just want to make your computer do what YOU want for a change? Maybe you enjoy the challenge of identifying a problem and solving it. If programming intrigues you (for whatever reason), Beginning Programming All-In-One Desk Reference For Dummies is like having a starter programming library all in one handy, if hefty, book. In this practical guide, you'll find out about algorithms, best practices, compiling, debugging your programs, and much more. The concepts are illustrated in several different programming languages, so you'll get a feel for the variety of languages and the needs they fill. Inside you'll discover seven minibooks: Getting Started: From learning methods for writing programs to becoming familiar with types of programming languages, you'll lay the foundation for your programming adventure with this minibook. Programming Basics: Here you’ll dive into how programs work, variables, data types, branching, looping, subprograms, objects, and more. Data Structures: From structures, arrays, sets, linked lists, and collections, to stacks, queues, graphs, and trees, you'll dig deeply into the data. Algorithms: This minibook shows you how to sort and search algorithms, how to use string searching, and gets into data compression and encryption. Web Programming: Learn everything you need to know about coding for the web: HyperText. Markup Language (better known simply as HTML), CSS, JavaScript, PHP, and Ruby. Programming Language Syntax: Introduces you to the syntax of various languages – C, C++, Java, C#, Perl, Python, Pascal, Delphi, Visual Basic, REALbasic – so you know when to use which one. Applications: This is the fun part where you put your newly developed programming skills to work in practical ways. Additionally, Beginning Programming All-In-One Desk Reference For Dummies shows you how to decide what you want your program to do, turn your instructions into "machine language" that the computer understands, use programming best practices, explore the "how" and "why" of data structuring, and more. And you'll get a look into various applications like database management, bioinformatics, computer security, and artificial intelligence. After you get this book and start coding, you'll soon realize that — wow! You're a programmer!
Publisher: John Wiley & Sons
ISBN: 111805122X
Category : Computers
Languages : en
Pages : 723
Book Description
The fun, fast, and easy way to learn programming fundamentals and essentials – from C to Visual Basic and all the languages in between So you want to be a programmer? Or maybe you just want to make your computer do what YOU want for a change? Maybe you enjoy the challenge of identifying a problem and solving it. If programming intrigues you (for whatever reason), Beginning Programming All-In-One Desk Reference For Dummies is like having a starter programming library all in one handy, if hefty, book. In this practical guide, you'll find out about algorithms, best practices, compiling, debugging your programs, and much more. The concepts are illustrated in several different programming languages, so you'll get a feel for the variety of languages and the needs they fill. Inside you'll discover seven minibooks: Getting Started: From learning methods for writing programs to becoming familiar with types of programming languages, you'll lay the foundation for your programming adventure with this minibook. Programming Basics: Here you’ll dive into how programs work, variables, data types, branching, looping, subprograms, objects, and more. Data Structures: From structures, arrays, sets, linked lists, and collections, to stacks, queues, graphs, and trees, you'll dig deeply into the data. Algorithms: This minibook shows you how to sort and search algorithms, how to use string searching, and gets into data compression and encryption. Web Programming: Learn everything you need to know about coding for the web: HyperText. Markup Language (better known simply as HTML), CSS, JavaScript, PHP, and Ruby. Programming Language Syntax: Introduces you to the syntax of various languages – C, C++, Java, C#, Perl, Python, Pascal, Delphi, Visual Basic, REALbasic – so you know when to use which one. Applications: This is the fun part where you put your newly developed programming skills to work in practical ways. Additionally, Beginning Programming All-In-One Desk Reference For Dummies shows you how to decide what you want your program to do, turn your instructions into "machine language" that the computer understands, use programming best practices, explore the "how" and "why" of data structuring, and more. And you'll get a look into various applications like database management, bioinformatics, computer security, and artificial intelligence. After you get this book and start coding, you'll soon realize that — wow! You're a programmer!
Dr. Dobb's Journal
Author:
Publisher:
ISBN:
Category : Application software
Languages : en
Pages : 820
Book Description
Publisher:
ISBN:
Category : Application software
Languages : en
Pages : 820
Book Description