Sebanyak 25 item atau buku ditemukan

An Introduction to Programming Using Visual Basic 6.0

This text has been updated to cover Visual Basic 6 and Microsoft's Internet Transfer Control 5. It includes a discussion of VB Script 2.0. The work also covers debugging, on-line help and error-trapping.

This text has been updated to cover Visual Basic 6 and Microsoft's Internet Transfer Control 5. It includes a discussion of VB Script 2.0. The work also covers debugging, on-line help and error-trapping.

An Introduction to Programming and Numerical Methods in MATLAB

An elementary first course for students in mathematics and engineering Practical in approach: examples of code are provided for students to debug, and tasks – with full solutions – are provided at the end of each chapter Includes a glossary of useful terms, with each term supported by an example of the syntaxes commonly encountered

This text, which uses MATLAB, gives a detailed overview of structured programming and numerical methods for the undergraduate student.

An Introduction to Programming with S-algol

There is, of course, a lot more to both programming and S-algol than you will find
here, but we hope that this will serve as a useful introduction to both. Any new
programming language should learn from both the good points and the mistakes
 ...

An Introduction to Programming in Go

This book is a short, concise introduction to computer programming using the language Go. Designed by Google, Go is a general purpose programming language with modern features, clean syntax and a robust well-documented common library, making it an ideal language to learn as your first programming language.

Computer programming is the art, craft and science of writing programs which
define how computers operate. This book will teach you how to write computer
programs using a programming language designed by Google named Go. Go is
a ...

An Introduction to Programming in Prolog

This book is an introduction to Prolog (£rQgramming in ~ic). It presents the basic foundations of Prolog and basic and fundamental programming methods. This book is written for programmers familiar with other programming languages, as well as for novices in computer science, willing to have an original introduction to programming. The approach adopted in this book is thus based on methodological elements together with some pragmatic aspects. The book is composed of two parts. In the fIrst part the major aspects of programming in Prolog are presented step by step. Each new aspect is illustrated by short examples and exercises. The second part is composed of more developed examples, which are often games, that illustrate major aspects of artifIcial intelligence. More advanced books are given in the bibliography and will allow the reader to deepen his or her know ledge of Prolog. Prolog was first designed in France at OJ.A., Marseille, with a specific syntax. We have adopted here a more common notation, defIned at Edinburgh, which tends to be an implicit norm. At the end of each chapter of the fIrst part, there are exercises that the reader is invited to do and to test on his or her machine. Complete answers are given in Appendix A, at the end of the book.

This book is an introduction to Prolog (Programming in Logic). It presents the
basic foundations of Prolog and basic and fundamental programming methods.
This book is written for programmers familiar with other programming languages,
 ...

An Introduction to Programming with Specifications

A feature of modern advanced computing is the functional approach to programming. In this book, the authors present an introduction to the mathematics which underline functional programming, emphasizing the understanding of definition and specification--a prerequisite of good programming and problem solving with a computer. The book is self-contained, requiring a low level of mathematical sophistication and may be used as an introduction to the mathematics of programming. Provides an introduction to the functional approach to programming**Emphasizes the problem to be solved, not the programming language**Takes the view that all computer programs are a definition of a function**Includes exercises for each chapter**Can be used as a pre-programming language introduction to the mathematics of computing.

W4] [23 Enderton H.B. A Mathematical Introduction to Logic Academic Press,
1972 Enderton H.B. Elements of Set ... Field A.J., Harrison P.G. Functional
Programming Addison-Wesley, 1988 Functional Programming and its Application
: An ...

An Introduction to Programming

An Object-oriented Approach with C++

This introductory text teaches students with no programming background how to write object-oriented programs. Students learn programming basics through the use of predefined Graphics User Interface (GUI) objects. By using these objects, students will grasp the concepts and benefits of object-oriented programming. In the later part of the book, students learn to define their own objects and develop programs using object-oriented design methodology. Modern programming topics, such as event-driven programming, are also covered.

This introductory text teaches students with no programming background how to write object-oriented programs.