HOME
ABOUT US
LINK TO US
SITE MAP
CONTACT US
Login
SignUp
CATEGORIES
Android Programming
ASP.NET
C
C#
C++
Computer Science
Databases
Information Technology - IT
Internet
iPhone Programming
IT Security
Java
Java EE
JavaScript
Linux
Microsoft Office
NET
Networking
Open Source
Perl
PHP
Physics
Programming
Project Management
Python
Revision Control
Ruby
Smalltalk
Software Engineering
SQL
Video Games
Web Development
Windows
XML
AI and Robotics
Ada
You are Here:
Home
>
computerscience
Computer Science
Advanced Architecture and Parallel Processing
This note describes the following topics: Parallel computer models, Program and Network properties, Processors and memory hierarchy, Bus, cache and shared memory, Pipelining and Superscalar Techniques, Multiprocessor and Multicomputers.
Advanced Computer Architecture by Guru Jambheshwar University
This lecture note covers the following topics: Parallel computer models, Program and Network properties, Pipelining, Cache memory Organization, Multithread and Data flow architecture, Concurrent Processor.
Advanced Computer Architecture
This book covers the following topics: Introduction to the SPARC Architecture, Assembling and Debugging, Control Transfer Instructions, Logical and Arithmetic Operations, Data Types and Addressing, Subroutines and Parameter Passing, Instruction Encoding.
Computer Architecture by University of Oslo
This note covers the following topics: Basics of computer architecture, Introduction to Digital Electronics, Binary Numbers, Boolean Algebra, Combinational Logic Circuits, Sequential Logic Circuits, Von Neumann Architecture, Optimizing Hardware Performance, Low-level programming, Programming in C, Character encodings, Assembly programming.
Computer Organization And Architecture by SRM University
This note discusses the computer hardware, software and their interconnection, and it also discusses concepts like computer types, evolution of computers, functional units, basic operations, RISC and CISC systems. Topics covered includes: Evolution of Computer Systems, Computer Types, Functional units, Basic operational concepts, Bus structures, Memory location and addresses, Memory operations, Addressing modes, Design of a computer system, Instruction and instruction sequencing, RISC versus CISC.
Computer Organization and Architecture Lecture Notes
This note covers the following topics: History Of Compuers, Machine Instruction Set, Instruction Pipelining, Processor Control Unit, Microprogrammed Control Unit.
Artificial Intelligence by Guru Jambheshwar University
This book explains the following topics: Scope of Artificial Intelligence, Problem Solving, Knowledge Representation, Rule Based Systems, Structured Knowledge Representation, Handling Uncertainty and Learning, Expert Systems.
C++ Neural Networks and Fuzzy Logic
This book explains the theory of neural networks and provides illustrative examples in C++ that the reader can use as a basis for further experimentation.
Practical Artificial Intelligence Programming in Java
This book is for both professional programmers and home hobbyists who already know how to program in Java and who want to learn practical Artificial Intelligence (AI) programming and information processing techniques. Topics covered includes: Search, Reasoning, Semantic Web, Expert Systems, Genetic Algorithms, Neural Networks, Machine Learning with Weka, Statistical Natural Language Processing.
Basics of Compiler Design
This book covers the following topics related to Compiler Design: Lexical Analysis, Syntax Analysis, Interpretation, Type Checking, Intermediate-Code Generation, Machine-Code Generation, Register Allocation, Function calls, Analysis and optimisation, Memory management and Bootstrapping a compiler.
Compiler Construction I
This note covers the following topics: Introduction, lexical analysis, LL parsing, LR parsing, JavaCC and JTB, Semantic analysis, Translation and simplification, Liveness analysis and register allocation, Activation Records.
Compiler Design I
This note explains the following topics: Lexical Analysis, Syntax Analysis, Semantic Analysis, Synthesized Attributes, Inherited Attributes, Abstract Syntax Trees, Symbol Tables, Intermediate Representation, Runtime Structure.
Compiler Design Lecture Notes by Shri Vishnu Engineering College
This lecture note explains the following topics: Language Processing System, Lexical Analysis, Syntax Analysis, Lr Parser, Canonical Lr Parsing, Semantic Analysis, Intermediate Code and Optimization.
Compiler Design Lecture Notes
This lecture note explains the following topics: Introduction to Compiling, A Simple One-Pass Compiler, Lexical Analysis, Syntax Analysis, Syntax-Directed Translation, Type Checking, Run-Time Environments, Intermediate Code Generation, Code generation, Code Optimization.
Compiler Introduction
This note explains the following topics: Lexical Analysis, Parsing, Error Recovery, Intermediate Code Generation, Run Time Memory Management, Code optimization, Code Generation.
Modern Compiler Design
This book covers the following topics: Lexical Analysis, Bottom-Up Parsing and Yacc, Abstract Syntax Trees in C, Semantic Analysis in C, Generating Abstract Assembly in C and Code Generation.
Parsing Techniques A Practical Guide
This note covers the following topics: Parser, scanner, Optimization, Virtual Machines, Code Generation, Peephole Optimization.
Theory and Techniques of Compiler Construction
This book covers the following topics related to Compiler Construction: Language and Syntax, Regular Languages, Attributed Grammars and Semantics, The Programming Language Oberon-0, A Parser for Oberon-0, Consideration of Context Specified by Declarations, A RISC Architecture as Target, Conditional and Repeated Statements and Boolean Epressions, Elementary Data Types, Open Arrays, Pointers and Procedure Types, Modules and Separate Compilation, Code Optimizations and the Frontend or backend Structure.
Understanding and Writing Compilers
This book attempts to explain and demystify the principles of compiler writing. There is enough detail in this book to build a compiler for quite a complicated language certainly PASCAL, perhaps ALGOL 68 or SIMULA 67, but it doesn't attempt an encyclopaedic coverage of the field.
Introduction to theory of computation by Tom Carter
This note explains the following topics: Symbols, strings and languages, Finite automata, Regular expressions and languages, Markov models, Context free languages, Language recognizers and generators, The Chomsky hierarchy, Turing machines, Computability and actability, Computational complexity.
Introduction to Theory of Computation
This is a free textbook for an undergraduate course on the Theory of Computation, which have been teaching at Carleton University since 2002.Topics covered includes: Finite Automata and Regular Languages, Context-Free Languages, Turing Machines and the Church-Turing Thesis, Decidable and Undecidable Languages and Complexity Theory.
Notes on Computation Theoryy
This course is an introduction to the Theory of Computation. Topics covered includes: Background Mathematics, Models of Computation, Context-Free Grammars, Automata, The Chomsky Hierarchy.
Notes on Computational Complexity Theory
This note provides an introduction to the theory of computational complexity. Topics covered includes: Models of computation, Time and space complexity classes, Nonterminism and NP, Diagonalization, Oracles and relativization, Alternation, Space complexity, Natural proofs, Randomized classes, Counting classes, Descriptive complexity and Interactive proofs.
The Theory of Languages and Computation
This note covers the following topics: Automata, Set Theory, The Natural numbers and Induction, Foundations of Language Theory, Operations on Languages, Deterministic Finite Automata, Formal Languages, Computability, Computations of Turing Machines, The Primitive Recursive Functions, The Partial Recursive Functions, DNA Computing, Analog Computing and Scientific Computing.
Theory of Computation by S. Arun Kumar
This book covers the following topics: The RAM Model, The Primitive Recursive Functions, The Partial Recursive Functions, Coding and Godelization, The Hierarchy of Primitive Recursive Functions, Universality and Parametrisation, The type-free lambda calculus.
Basics of Computer Graphics
This note covers the following topics: Graphics Primitives, 2D Transformation and Viewing, 3D Concept and Object Representation, 3D Transformation and Viewing, Depth Buffer Method and Z Buffer Method, Basic illumination model, Shading Model and Lighting Model.
C++ GUI Programming with Qt3
The purpose of this book is to teach you how to write GUI programs using Qt 3. It is assumed that you have a basic knowledge of C++.The code examples use a subset of C++, avoiding many C++ features that are rarely needed when programming Qt.
Computer Graphics and Multimedia
This note covers the following topics: Overview of Computer Graphics, Display Devices, Scan Conversion, 2D Transformations, Graphics Operations, Interactive Devices, 3D Graphics, The Concept of Multimedia and GKS.
Computer Graphics David M. Mount
This note provides an introduction to the principles of computer graphics. In particular,it will consider methods for modeling 3-dimensional objects and efficiently generating photorealistic renderings on color raster graphics devices.
Computer Graphics Lecture Notes
This lecture note covers the following topics: Introduction to Graphics, Curves, Transformations, Coordinate Free Geometry, 3D Objects, Camera Models, Visibility, Basic Lighting and Reflection, Basic Ray Tracing, Radiometry and Reflection, Distribution Ray Tracing, Parametric Curves And Surfaces and Animation.
Fundamentals of Computer Graphics
This note explains the following topics: Image Representation, Geometric Transformation, OpenGL Programming, Eigenvalue Decomposition and its Applications in Computer Graphics, Geometric Modelling.
Lecture Notes Fundamentals of Computer Graphics
This note is an introduction to the fundamentals of the field of computer graphics. Topics covered includes: Model transformations, Homogeneous Coordinates, View transformations, Projections, View Volume, Projective Transforms, Clipping, windowing, rasterization, Graphics Pipeline, Hidden Surface Removal, Object hierarchies, fractals, L-systems, Cubic Curves and Bicubic Surfaces, Meshes, Lighting, Material, Shading, texture mapping, environment mapping, shadows and interreflections.
Foundations of Computer Science by Lawrence C Paulson
This note has two objectives. First is to teach programming. Second is to present some fundamental principles of computer science, especially algorithm design. Major topics covered includes: Recursive Functions, O Notation: Estimating Costs in the Limit, Lists, Sorting, Datatypes and Trees, Dictionaries and Functional Arrays, Queues and Search Strategies, Functions as Values, List Functionals, Polynomial Arithmetic, Sequences, or Lazy Lists, Elements of Procedural Programming, and Linked Data Structures.
Introduction to Computer Science by Ryan Stansifer
This lecture note explains the following topics: What is CS, Java review: Data, control constructs, static methods, Classes: Incorporation, instantiation, inheritance, Generics, Code reuse, Program analysis, Data structures, Lists, stacks, queue.
Introduction to Computer Science
This note covers the following topics: Computing: The Functional Way, Computing Tool, Algorithms: Design and Refinement, Technical Completeness and Algorithms, Introducing Reals, Correctness, Termination and Complexity, Compound Data, Higher Order Functions and Structured Data, Imperative Programming.
Concurrent Programming Class Notes
This note focuses on Concurrent Programming, Parallel Programming, Multi-Processing and Multi-Threading. Topics covered includes: Thread, Properties of a Thread, Lifecycle of a process, Concurrent Hardware, Basic Uniprocessor, Multiprocessors, Basic Hardware, Kessel�s Algorithm, Java Threads Scheduling Model, Compiler Optimization and Mutlithreading, Ticket Algorithm, Bakery Algorithm, Semaphores, Concurrency Problems with Deadlock, Speculative Multithreading
Concurrent Programming
This study note explains concurrent programming with an emphasis on correctness and with a simpler and easier machine or programming model.
Design and Analysis of Algorithms Course Notes
This note explains core material in data structures and algorithm design, and also helps students prepare for research in the field of algorithms. Topics covered includes: Splay Trees, Amortized Time for Splay Trees, Maintaining Disjoint Sets, Binomial heaps, F-heap, Minimum Spanning Trees, Fredman-Tarjan MST Algorithm, Light Approximate Shortest Path Trees, Matchings, Hopcroft-Karp Matching Algorithm, Two Processor Scheduling, Network Flow - Maximum Flow Problem, The Max Flow Problem and Max-Flow Algorithm.
Electronic Lecture Notes Data Structures And Algorithms
This Lecture Notes is organized into eleven chapters. Besides the subject matter, each chapter includes a list of problems and a list of programming projects. Also, each chapter concludes with a list of references for further reading and exploration of the subject. Topics covered includes: Lists, Dictionaries, Binary Trees, Balanced Trees , Priority Queues , Directed Graphs, Undirected Graphs, Sorting Methods, 0 Introduction to NP-Completeness.
Data Structures and Algorithms Annotated Reference with Examples
This book provides implementations of common and uncommon algorithms in pseudocode which is language independent and provides for easy porting to most imperative programming language. Topics covered includes: Data Structures, Linked Lists, Binary Search Tree, Heap, Sets, Queues, Algorithms, Sorting, Sorting.
Purely Functional Data Structures
This note covers the following topics: Lazy Evaluation and S-Notation, Amortization and Persistence via Lazy Evaluation, Eliminating Amortization, Lazy Rebuilding, Numerical Representations, Data-Structural Bootstrapping, Implicit Recursive Slowdown.
Introduction to Algorithms
In computer science, an algorithm is a self-contained step-by-step set of operations to be performed. Topics covered includes: Algorithmic Primitives for Graphs, Greedy Algorithms, Divide and Conquer, Dynamic Programming, Network Flow, NP and Computational Intractability, PSPACE, Approximation Algorithms, Local Search, Randomized Algorithms.
Notes on Data Structures and Programming Techniques
Purposes to this note is to teach you to program in the C programming language, and to teach you how to choose, implement, and use data structures and standard programming techniques. Topics coverd includes: The Zoo and the Zoo Annex, The Linux programming environment, The C programming language, Data structures and programming techniques.
Analysis and Design of Computer Algorithms by Ganesh Kumar
This note covers the following topics: Divide And Conquer Strategy, Greedy Method, Minimum Spanning Trees, Dynamic Programming, Optimal Binary search trees, Backtracking Method, Branch and Bound, Lower bound Theory.
Data Structures and Algorithms
This note covers the following topics: Fundamentals of data structure, simple data structures, ideas for algorithm design, the TABLE Data Type, free storage management, sorting, storage on external media, variants on the SET Data Type, pseudo-random numbers, data compression, algorithms on graphs, algorithms on strings and Geometric Algorithms.
Design and Analysis of Computer Algorithms
This lecture note discusses the approaches to designing optimization algorithms, including dynamic programming and greedy algorithms, graph algorithms, minimum spanning trees, shortest paths, and network flows. Also it briefly discusses algorithmic problems arising from geometric settings, that is, computational geometry.
Lecture Notes for Algorithm Analysis and Design
This note covers the following topics related to Algorithm Analysis and Design: Model and Analysis, Warm up problems, Brute force and Greedy strategy, Dynamic Programming, Searching, Multidimensional Searching and Geometric algorithms, Fast Fourier Transform and Applictions, String matching and finger printing, Graph Algorithms, NP Completeness and Approximation Algorithms.
An Introduction to Computational Complexity
This note covers the following topics: Computational Models, Complexity measures, Power increasing resourses, Basic relatton amomg the models and measures, Reducibility, completeness and closure under reductions, Deterministics and nondeterministics logarithmic space, Deterministics polynomial time, Polynomial Hierarchy and Polynomial space.
Efficient Algorithms for Sorting and Synchronization
This thesis presents efficient algorithms for internal and external parallel sorting and remote data update. Topics covered includes: Internal Parallel Sorting, External Parallel Sorting, The rsync algorithm, rsync enhancements and optimizations and Further applications for rsync.
Lecture Notes Introduction to Fortran 95 and Numerical Computing
This note covers the following topics: The Building Blocks of a Fortran Application, Computer Representation of Numbers and Computer Arithmetic, Intrinsic Functions,Input and Output, Arrays, Parametrised Intrinsic Types, Derived Types, Pointers and Targets, Elements of ob ject-oriented programming, Code Performance,Linear Systems of Algebraic Equations, Nonlinear Equations, Polynomial Interpolation, Numerical Integration,Linear Least Squares, Taylor Polynomials.
Introduction to Fortran 95 and Numerical Computing
This book explains the following topics: A quick tour of Fortran 95, The Building Blocks of a Fortran Application, Flow Control, Computer Representation of Numbers and Computer Arithmetic, Applications, Intrinsic Functions, Input and Output, Arrays, Parametrised Intrinsic Types, Derived Types, Pointers and Targets, Elements of object-oriented programming, Code Performance, Linear Systems of Algebraic Equations, Linear Least Squares, Nonlinear Equations, Polynomial Interpolation , Numerical Integration, Piecewise Polynomial Interpolation and Taylor Polynomials.
Introduction to Fortran 90
This note explains the following topics: Variables and Statements, Character Processing, Arrays, Logical and comparison expressions, Control statements, Program units , Interactive Input and Output, File-based Input and Output, Dynamic arrays and Pointer Variables.
Fortran 90/95 Programming Manual
This book covers the following topics: Types, Variables, Constants, Operators, Control Constructs, Procedures, Arrays, Modules, Pointers, Numeric Precision, Scope and Lifetime of Variables and Debugging.
A Basic Introduction to Programming in Fortran
This guide is intended as a first introduction to Fortran 90. The guide is not comprehensive; after the student has familiarised her self with the topics presented in this guide she is advised to find a more detailed and comprehensive text book.
Introduction to Programming using Fortran 95
This text provides an introduction to programming and problem solving using the Fortran 95 programming language.
Functional Programming by Jeroen Fokker
This book covers the following topics: Functional Programming, Functional Languages, Standard functions, Numbers and functions, Functions as a parameter, Data structures, Tuples, List Algorithms, Combinatorial Functions, Code transformation.
Functional Programming Lecture notes
This note covers the following topics: introduction, pattern matching, The Sieve of Eratosthenes, Fibonacci Series, Folding Lists, Data types, An expression evaluator, Lambda Calculus, Modules, type inference, Uni cation algorithm, The type inference algorithm, Type classes, Functions with varible number of arguments.
Notes on Functional Programming with Haskell
This note covers the following topics: functions and their definitions, using the hugs interpreter, haskell basics, higher order functions, more list notations, more on data types, input-output, haskell laws, program synthesis, models of reduction, divide and conquer algorithms, infinite data structures.
Programming Languages (S.F. Smith)PDF
This book is a much more appropriate book for a modern programming languages course than a traditional one based on paradigms. Topics covered includes: Parsing, Interpretation, Desugaring, Adding Functions to the Language, From Substitution to Environments, Functions Anywhere, Mutation: Structures and Variables, Recursion and Cycles: Procedures and Data, Objects, Memory Management, Representation Decisions, Desugaring as a Language Feature, Control Operations, Checking Program Invariants Statically: Types, Checking Program Invariants Dynamically: Contracts and Alternate Application Semantics.
Intro to Lisp
Lisp is much more flexible than most languages. Users have such total control over what goes on that if they do not like the syntax of the language, they may change it to suit themselves. Topics covered includes: Characteristics of Lisp, Syntax of Lisp, Lisp Data Structures, Putting lists together, Equality, PROGN, Defining Functions, Programming Example, Iteration: DOTIMES, Global Variables, Lexical Closures, Characters, Arrays, Strings, Sequences, Input in Lisp, Using the Trace Facility, Multiple Values, Output in Lisp, Function Parameters, Looping Constructs and Defmacro.
MATLAB Primer
This note explains the following topics: Accessing MATLAB, Entering matrices, Matrix operations, array operations, Statements, expressions, variables; saving a session, Matrix building functions, For, while, if and relations, Scalar functions, Vector functions, Matrix functions, Command line editing and recall, Submatrices and colon notation, M-files, script files, function files, Text strings, error messages, input, Managing M-files, Hard copy and Graphics.
MATLAB Primer1
This note explains the following topics: Accessing MATLAB, Entering matrices, Matrix operations, array operations, Statements, expressions, variables; saving a session, Matrix building functions, For, while, if and relations, Scalar functions, Vector functions, Matrix functions, Command line editing and recall, Submatrices and colon notation, M-files, script files, function files, Text strings, error messages, input, Managing M-files, Hard copy and Graphics.
Introduction to MATLAB for Engineering Students
Introduction to MATLAB for Engineering Students is a document for an introductory course note in MATLAB and technical computing. It focuses on the specific features of MATLAB that are useful for engineering classes. Topics covered includes: Mathematical functions, Matrix generation, Array operations and Linear equations, Introduction to programming in MATLAB, Debugging M-files, Main characteristics of MATLAB.
An Introduction to Matlab
This note provides only a brief glimpse of the power and flexibility of the Matlab system.Topics covered are: Matlab as a Calculator, Numbers and Formats, Variables, Suppressing output, Vectors, Plotting Functions, Two–Dimensional Arrays, Systems of Linear Equations, Function m–files, Plotting Surfaces and Graphic User Interfaces.
Functional Programming with ML
This note covers the following topics: Backus’ FP Systems, Mathematical Functions and First Steps in ML, Basic Datatypes and Lists in ML, Evaluation of Expressions and Recursive Functions, Local Declarations and Modules, Polymorphic Type Checking, Datatype Exception and Recursive Datatypes, Reasoning about Functional Programs, Domain Theory and Fixpoint Semantics, Imperative Programming.
Notes on Programming Standard ML of New Jersey
The goal of this tutorial is to end up with a complete user guide to the system, inclduing the libraries, the tools and the extensions, as well as a tutorial on how to write “real” applications, centered around the use of the module system and the compilation manager.
Programming in Standard ML
This book is an introduction to programming with the Standard ML programming language.
Numerical Methods for Computational Science and Engineering
This note explains the following topics: computing with Matrices and Vectors, Direct Methods for Linear Systems of Equations, DIrect Methods for Linear Least Squares Problems, Filtering Algorithms, Data Interpolation and Data Fitting in 1D, Approximation of Functions in 1D , Numerical Quadrature, Iterative Methods for Non-Linear Systems of Equations, Eigenvalues, Numerical Integration, Structure Preserving Integration.
Lectures in Basic Computational Numerical Analysis
This book covers the following topics: Numerical Linear Algebra, Solution of Nonlinear Equations, Approximation Theory, Numerical Solution of ODEs and Numerical Solution of PDEs.
Object Oriented Programming by Binnur Kurt
Purpose of this note is to introduce several programming paradigms including Object Oriented Programming, Generic Programming, Design Patterns.
Object Oriented Programming Using C++
This book explains the following topics: Software crisis, Software Evaluation, POP (Procedure Oriented Programming), OOP (Object Oriented Programming), Benefits of OOP, Object Oriented Language, Application of OOP, Introduction of C++, Application of C++, Simple C++ Program, C++ Statements, Structure of C++, Creating Source File, Compiling and Linking.
Object Oriented Design and Modeling
This book covers the following topics: Introduction to Object-Oriented Methodology, Advanced Object Modeling, Dynamic Modeling, Functional Modeling, System Design and Object Design.
Operating System Guru Jambheshwar University of Science and Technology
This note covers the following topics: Introduction To Operating System, File System, CPU Scheduling, Memory Management, Disk Scheduling, Process Management, Deadlocks, Case Study Of Unix, Case Study Of MS-DOS, Case Study Of MS-windows NT.
Operating Systems by Steven Hand
This note aims to explain the structure and functions of an operating system, and illustrate the key operating system aspects. Topics covered includes: Introduction to Operating Systems, Processes and Scheduling, Memory Management, I/O and Device Management, Protection, Filing Systems, Case Study: Unix and Windows NT.
Operating Systems Lecture Notes by Shri Vishnu Engineering
This lecture note covers the following topics: Computer System And Operating System , Process Management, Concurrency, Memory Management, Virtual Memory, Principles Of Deadlock, File System Interface, Mass-storage Structure.
Operating System Concepts
This book covers the following topics: Operating-System Structures, Processes, Threads, CPU Scheduling, Process Synchronization, Deadlocks, Memory Management, VirtualMemory, File-Systems Interface, File-Systems Implementation, Mass Storage Structure, I/O Systems, Protection, security, Distributed System Structures, Distributed File Systems, Distributed Coordination, Real-Time Systems, Multimedia Systems, The Linux System, Windows XP and Influential Operating Systems.
Lecture Notes On Operating Systems
This book covers the following topics: Motherboard, Central processing unit, Computer power supply, Optical disc, Secondary storage, Main memory, Disk operating system, Command Syntax, BATCH FILES, Data structure in disk, File systems, FAT12, File Allocation Table, Floppy disk, AUTOEXEC.BAT, CONFIG.SYS, Computer software, Three layers of software, Software operation, Memory control drivers, Cash memory and UNIX operation system.
Practical File System Design with the Be File Sysytem
This book contains the following topics: Introduction to the BeOS and BFS, File systems, Data Structures of BFS, Attributes, Indexing, and Queries, Allocation Policies, Disk Block Cache, File System Performance, The Vnode Layer and User-Level API.
Programming Languages Theory and Practice
This note covers the following topics: Inductive Definitions, Transition Systems, Defining a Language, Concrete Syntax, Abstract Syntax Trees, Abstract Binding Trees, Functional Language, Control and Data Flow, Imperative Functional Programming, Cost Semantics and Parallelism, Data Structures and Abstraction, Lazy Evaluation, Dynamic Typing, Subtyping and Inheritance, Concurrency.
Coding Theory and Applications
This book has been written as lecture notes for students who need a grasp of the basic principles of linear codes. Topics covered includes: Shannon theory and coding, Coding theory, Decoding of linear codes and MacWilliams identity, Coding theory - Constructing New Codes, Coding theory - Bounds on Codes, Reed-Muller codes, Fast decoding of RM codes and higher order RM codes.
Programming Language Concepts Lecture Notes
This note explains the following topics: Object-oriented programming, Data encapsulation with classes, Subclasses and inheritance, Abstract classes, Exception handling, Reflection, Concurrent programming, Functional programming, Logic programming, Scripting languages.
Theory in Programming Practice
Covered topics are: Text Compression, Error Detection and Correction, Cryptography, Finite State Machines, Recursion and Induction, Relational Database, String Matching and Parallel Recursion.
A Practical Theory of Programming
This note covers the following topics: Basic Theories, Basic Data Structures, Function Theory, Program Theory, Programming Language, Recursive Definition, Theory Design and Implementation, Concurrency and Interaction.
Concepts, Techniques, and Models of Computer Programming
This book covers the following topics: Introduction to Programming, General Computation Models, Declarative Programming Techniques, Declarative Concurrency, Relational Programming, Object-Oriented Programming, Encapsulated State, Concurrency and State, Specialized Computation Models, Semantics and Virtual Machines.
Think Complexity, 2nd Edition
Think Complexity, 2nd Edition is about complexity science, data structures and algorithms, intermediate programming in Python, and the philosophy of science. The examples and supporting code for this book are in Python. You should know core Python and you should be familiar with object-oriented features, at least using objects if not defining your own.
BeanShell
This document is about BeanShell. BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions but also extends Java into the scripting domain with common scripting language conventions and syntax. BeanShell is a natural scripting language for Java.
COBOL
As a reader, you are the most important critic and commentator of our books. We value your opinion and want to know what we're doing right, what we could do better, what areas you'd like to see us publish in, and any other words of wisdom you're willing to pass our way. You can help us make strong books that meet your needs and give you the computer guidance you require.
Cobra
Certainly, this isn't the first book to be written on the subject of the Common Object Request Broker Architecture (CORBA)--not by a long shot. However, among CORBA books currently on shelves, it might be unique in its approach. At the time this book was written, few, if any, texts were available that covered CORBA at an introductory level. This book attempts to fill that gap.
ColdFusion
The ColdFusion Getting Started Server enables you to quickly setup a development or production instance of a Server without following the installation procedure. The ColdFusion Getting Started Server is a new ‘lighter’ version of the ColdFusion Server and is ideally suited for developers to quickly setup and run a ColdFusion Server for testing and debugging purposes.
Fortran
This book covers the following topics: Introduction to Programming, General Computation Models, Declarative Programming Techniques, Declarative Concurrency, Relational Programming, Object-Oriented Programming, Encapsulated State, Concurrency and State, Specialized Computation Models, Semantics and Virtual Machines.
JOVIAL
JOVIAL (J73) is a higher-order programming language. It is being implemented on many computer systems and used in many applications areas. Typical applications areas are avionics, command and control, and missile flight control.
Turing
This textbook, Introduction to Programming in Turing, is intended to be used in a first computer science course. It emphasizes the basic concepts of programming and sets programming within the larger context of computer science and computer science within the context of problem solving and design.
Visual FoxPro
We hope that you have as much fun reading it as we did in writing it and that you manage to find as many useful things as we did when compiling it. The objectives behind this book underwent considerable change between its inception (at the Dutch User Group "Conference to the Max" held in Arnhem, Holland in May 1999) and the version of the text which you now hold in your hands. However, the paragraphs below describe what we finally hoped to achieve with the book.