Sciweavers


Tutorial
2744views
13 years 9 months ago
Correlation based similarity measures-Summary
Correlation based matching typically produces dense depth maps by calculating the disparity at each pixel within a neighborhood. This is achieved by taking a square window of certa...

Source Code
1081views
13 years 11 months ago
Sci2ools
Sci2ools is a free online document converter and research toolbox. It converts word (doc, docx), powerpoint (ppt, pptx), excel (xls, xlsx), or postscript (ps) to PDF. Converts PDF ...
Sciweavers

Book
2244views
15 years 6 days 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 6 days 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 6 days 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