Sciweavers


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.

0
posts
with
0
views
155profile views
debrdebStudent

1
posts
with
402
views
433profile views Browse  My Posts »
cogitoStudent, PhD
carnegie mellon university
cogito
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
2244views
15 years 5 months ago
Let's Build a Scripting Engine-Compiler - Blunt Axe Basic Project
"Bxbasic is presented as a programming tutorial, to develop and construct a Console Mode Scripting Engine and Byte Code Compiler. The Bxbasic dialect, included here, is a sub...
S. Arbayo

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