Sciweavers


Presentation
2206views
15 years 5 months ago
An Introduction to Visualization Using VTK - Geometric Modeling - 3D Interaction / Widgets (Part 4)
Very easy to read tutorial about geometric modeling, 3D widget, and interaction in VTK.
William J. Schroeder, Kitware, Inc.

Presentation
2739views
15 years 5 months ago
An Introduction to Visualization Using VTK - Vector Visualization (Part 2)
Very easy to read tutorial about vector visualization in VTK.
Berk Geveci, Kitware, Inc.

Presentation
2136views
15 years 5 months ago
An Introduction to Visualization Using VTK - Scalar Visualization (Part 3)
Very easy to read tutorial about scalar visualization in VTK.
Lisa Avila, Kitware, Inc.

Presentation
1901views
15 years 5 months ago
An Introduction to Visualization Using VTK - Rendering Primitives (Part 1)
Very easy to read tutorial about rendering primitives in VTK.
Ken Martin, Kitware, Inc.
CVPR
2009
IEEE
15 years 5 months ago
Recognizing Linked Events: Searching the Space of Feasible Explanations
The ambiguity inherent in a localized analysis of events from video can be resolved by exploiting constraints between events and examining only feasible global explanations. We sho...
Dima Damen (University of Leeds), David Hogg (Univ...

Book
1575views
15 years 5 months ago
Bison - The Yacc-compatible Parser Generator
"Bison is a general-purpose parser generator that converts an annotated context-free grammar into an LALR(1) or GLR parser for that grammar. Once you are proficient with Biso...
Charles Donnelly and Richard Stallman

Book
4712views
15 years 5 months ago
Basics of Compiler Design
"A compiler translates (or compiles) a program written in a highlevel programming language that is suitable for human programmers into the low-level machine language that is...
Torben Mogensen

Book
1815views
15 years 5 months ago
A Compact Guide to Lex & Yacc
"This document explains how to construct a compiler using lex and yacc. Lex and yacc are tools used to generate lexical analyzers and parsers. I assume you can program in C, a...
Tom Niemann

Book
695views
15 years 5 months ago
The Scheme Programming Language
"Scheme is a general-purpose computer programming language. It is a high-level language, supporting operations on structured data such as strings, lists, and vectors, as well ...
R. Kent Dybvig

Book
2028views
15 years 5 months ago
TCL Wise - Guide to the TCL Programming Language
"this book is an introduction to the main ideas of the Tcl programming language: If you wish to learn a simple and powerful programming language, this book is for you. To read...
Salvatore Sanfilippo