Sciweavers

12257 search results - page 111 / 2452
» Analysis of Algorithms
Sort
View

Lecture Notes
673views
15 years 7 months ago
Combinatorial Algorithms
"This is a standard senior-level algorithms class required of every computer science undergraduate and graduate student at the University of Illinois."
Jeff Erickson

Source Code
1236views
15 years 9 months ago
Itk - The Insight Toolkit
ITK is an open-source, cross-platform system that provides developers with an rich algorithms for image analysis. ITK employs the state-of-the-art algorithms for registering and s...
POPL
1994
ACM
14 years 1 months ago
An Incremental Algorithm for Maintaining the Dominator Tree of a Reducible Flowgraph
We present a new incremental algorithm for the problem of maintaining the dominator tree of a reducible flowgraph as the flowgraph undergoes changes such as the insertion and dele...
G. Ramalingam, Thomas W. Reps
IPPS
2009
IEEE
14 years 4 months ago
Implementing and evaluating multithreaded triad census algorithms on the Cray XMT
Commonly represented as directed graphs, social networks depict relationships and behaviors among social entities such as people, groups, and organizations. Social network analysi...
George Chin Jr., Andrès Márquez, Sut...
POPL
2009
ACM
14 years 10 months ago
Semi-sparse flow-sensitive pointer analysis
Pointer analysis is a prerequisite for many program analyses, and the effectiveness of these analyses depends on the precision of the pointer information they receive. Two major a...
Ben Hardekopf, Calvin Lin