Algorithms and Data Structures
- Faster 3D Graphics by Not Drawing What Is Not Seen (Site) - Published in Crossroads, the ACM student magazine.
- Real-time Optimally Adapting Meshes (ROAM) (Site) - A paper describing a method for continuously maintaining view-dependent triangular meshes to achieve desired frame rates.
- Ray Tracing News (Site) - An infrequent newsletter on ray tracing and general computer-graphics research and resources.
- Shadow Generation Algorithms (Site) - This page gives a link to a (compressed postscript) paper on a shadow generation algorithm.
- Exaflop (Site) - Articles of interest to computer graphics.
- Xvox demo (Site) - Trilinear displacement mapping and depth addaptive tessellation with DX8. Terrain rendering example provided
- Hugues Hoppe's Homepage (Site) - A collection of research graphics articles.
- STEEL's Programming Resource Page (Site) - A website with information, explanations, and source code about 3D graphics.
- Graphics Gems Repository (Site) - The official site for source code, errata, and addenda to the Graphics Gems book series.
- Levels of Detail and Polygonal Simplification (Site) - "This paper covers the techniques of Polygonal Simplification in order to produce Levels of Detail (LODs). The problem of creating LODs is a complex one: how can simpler versions of a model be created? How can the approximation error be measured? How can the visual degradation be estimated? Can all this be done automatically? After exposing the basic aims and principles of polygonal simplification, we compare recent algorithms and state their various qualities and weaknesses. " Published in Crossroads, the ACM student magazine.
- comp.graphics.algorithms Frequently Asked Questions (Site) - Basic computations frequently needed in graphics.
- VDSlib: A View-Dependent Simplification Package (Site) - Public domain package for view-dependent simplification and rendering of polygonal environments.
- University of Florida Surflab (Site) - Research in geometric modeling and its application to areas such as Rapid design of complex geometry, 3D Graphics, Scientific Visualization
- Fast Line Drawing Algorithms by Po-Han Lin (Site) - Contains sources for graphical algorithms to draw lines. Included are the popular Bresenham algorithm, the Wu's Symmetric Double-Step, and the fastest non-cpu dependent algorithm, the Extremely Fast Line Algorithm (EFLA).
- Zime: archaic ornament and data encoding vehicle (Site) - Personal graphical signet for your internet site and/or HTML email.
- The Progressive Fans Representation (Site) - A new technology for progressive transmission and view-dependent simplification of manifold and non-manifold meshes.
- Ken Turkowski's Contributions in Computer Graphics (Site) - Antialiasing, color spaces, testure mapping, shading, geometry, image registration, numerical computation, open source articles.
- Ray Tracing News Index (Site) - Hand-built topic index to some of the articles.
- Stylized Depiction (Site) - Survey of non-photorealistic rendering (NPR) for computer graphics and animation: painterly rendering, toon shading, painterly image processing, and simulation of traditional artistic media.
- Map Projection Overview (Site) - Everything you always wanted to know about map projections, and then some.
- Modeling Sprite Animation Using Finite State Automata (Site) - Article by Diana Gruber on how to model sprite animation in a computer game.
- BSP Tree FAQ (Site) - How to manipulate and use binary space partition (BSP) trees.
- HiEnd3D (Site) - Dedicated to all kinds of innovations in interactive 3D graphics. It's all about new interesting ideas, useful programming tricks and enjoyable visual experience.
- Andrija Radovic´'s Algorithms (Site) - Several unique algorithms for fast and optimal computations with integer numbers and graphics suitable for hardware implementation: dividing, square rooting, line drawing, ellipse drawing, Haiku plot routine.
- Andrew's Autostereogram Pages (Site) - A detailed development of a stereogram-generation algorithm is presented, complete with a ready-to-run Windows program to download and experiment with.
- Hinjnag.com (Site) - Several articles on real-time graphics rendering.
- Inferno Project (Site) - The research of Ray Tracing accelerated by modern Graphics Hardware (GPU).
- M Spline (Site) - A new linear best quality and fast algorithm of raster image scaling.
- An Interactive Introduction to Splines (Site) - Bezier, B-spline, NURBS, and many other spline curves and surfaces with interactive 2D Java applets and VRML.
- Map Projection (Site) - Very basic grey page with some useful links on map projection.
- Medical Articles Records GroundTruth (Site) - This site contains ground truth data for biomedical images to help develop algorithms to automatically extract information from the printed page. There is also a visual tool and analysis tool called Rover to aid researchers with their algorithms.
- Hardware Perlin Noise Demonstration (Site) - Article by Paul R. Dunn. Describes a fast way to generate perlin noise by using 3D texture blending hardware.
- PseudoGrey (Site) - Algorithm allows accurate encoding and decoding of 1786 levels of grey within a 24-bit image; text overview, sample images, and a Java test program can be found at this site.
- Chris Bregler's home page (Site) - Research and recent papers on video-based capture of human movements. The main applications are feature animation, video games, and analyzing Movement Disorder
- 2D special effects (Site) - A master thesis about various 2D special effects, with example movies.
- 3D Object Intersection (Site) - A grid of intersection routines for various popular objects, pointing to resources in books and on the web.
- Faster 3D Graphics by Not Drawing What Is Not Seen (Site) - Published in Crossroads, the ACM student magazine.
- Real-time Optimally Adapting Meshes (ROAM) (Site) - A paper describing a method for continuously maintaining view-dependent triangular meshes to achieve desired frame rates.
- Ray Tracing News (Site) - An infrequent newsletter on ray tracing and general computer-graphics research and resources.
- Shadow Generation Algorithms (Site) - This page gives a link to a (compressed postscript) paper on a shadow generation algorithm.
- Exaflop (Site) - Articles of interest to computer graphics.
- Xvox demo (Site) - Trilinear displacement mapping and depth addaptive tessellation with DX8. Terrain rendering example provided
- Hugues Hoppe's Homepage (Site) - A collection of research graphics articles.
- STEEL's Programming Resource Page (Site) - A website with information, explanations, and source code about 3D graphics.
- Graphics Gems Repository (Site) - The official site for source code, errata, and addenda to the Graphics Gems book series.
- Levels of Detail and Polygonal Simplification (Site) - "This paper covers the techniques of Polygonal Simplification in order to produce Levels of Detail (LODs). The problem of creating LODs is a complex one: how can simpler versions of a model be created? How can the approximation error be measured? How can the visual degradation be estimated? Can all this be done automatically? After exposing the basic aims and principles of polygonal simplification, we compare recent algorithms and state their various qualities and weaknesses. " Published in Crossroads, the ACM student magazine.
- comp.graphics.algorithms Frequently Asked Questions (Site) - Basic computations frequently needed in graphics.
- VDSlib: A View-Dependent Simplification Package (Site) - Public domain package for view-dependent simplification and rendering of polygonal environments.
- University of Florida Surflab (Site) - Research in geometric modeling and its application to areas such as Rapid design of complex geometry, 3D Graphics, Scientific Visualization
- Fast Line Drawing Algorithms by Po-Han Lin (Site) - Contains sources for graphical algorithms to draw lines. Included are the popular Bresenham algorithm, the Wu's Symmetric Double-Step, and the fastest non-cpu dependent algorithm, the Extremely Fast Line Algorithm (EFLA).
- Zime: archaic ornament and data encoding vehicle (Site) - Personal graphical signet for your internet site and/or HTML email.
- The Progressive Fans Representation (Site) - A new technology for progressive transmission and view-dependent simplification of manifold and non-manifold meshes.
- Ken Turkowski's Contributions in Computer Graphics (Site) - Antialiasing, color spaces, testure mapping, shading, geometry, image registration, numerical computation, open source articles.
- Ray Tracing News Index (Site) - Hand-built topic index to some of the articles.
- Stylized Depiction (Site) - Survey of non-photorealistic rendering (NPR) for computer graphics and animation: painterly rendering, toon shading, painterly image processing, and simulation of traditional artistic media.
- Map Projection Overview (Site) - Everything you always wanted to know about map projections, and then some.
- Modeling Sprite Animation Using Finite State Automata (Site) - Article by Diana Gruber on how to model sprite animation in a computer game.
- BSP Tree FAQ (Site) - How to manipulate and use binary space partition (BSP) trees.
- HiEnd3D (Site) - Dedicated to all kinds of innovations in interactive 3D graphics. It's all about new interesting ideas, useful programming tricks and enjoyable visual experience.
- Andrija Radovic´'s Algorithms (Site) - Several unique algorithms for fast and optimal computations with integer numbers and graphics suitable for hardware implementation: dividing, square rooting, line drawing, ellipse drawing, Haiku plot routine.
- Andrew's Autostereogram Pages (Site) - A detailed development of a stereogram-generation algorithm is presented, complete with a ready-to-run Windows program to download and experiment with.
- Hinjnag.com (Site) - Several articles on real-time graphics rendering.
- Inferno Project (Site) - The research of Ray Tracing accelerated by modern Graphics Hardware (GPU).
- M Spline (Site) - A new linear best quality and fast algorithm of raster image scaling.
- An Interactive Introduction to Splines (Site) - Bezier, B-spline, NURBS, and many other spline curves and surfaces with interactive 2D Java applets and VRML.
- Map Projection (Site) - Very basic grey page with some useful links on map projection.
- Medical Articles Records GroundTruth (Site) - This site contains ground truth data for biomedical images to help develop algorithms to automatically extract information from the printed page. There is also a visual tool and analysis tool called Rover to aid researchers with their algorithms.
- Hardware Perlin Noise Demonstration (Site) - Article by Paul R. Dunn. Describes a fast way to generate perlin noise by using 3D texture blending hardware.
- PseudoGrey (Site) - Algorithm allows accurate encoding and decoding of 1786 levels of grey within a 24-bit image; text overview, sample images, and a Java test program can be found at this site.
- Chris Bregler's home page (Site) - Research and recent papers on video-based capture of human movements. The main applications are feature animation, video games, and analyzing Movement Disorder
- 2D special effects (Site) - A master thesis about various 2D special effects, with example movies.
- 3D Object Intersection (Site) - A grid of intersection routines for various popular objects, pointing to resources in books and on the web.
- Data Structures and Algorithms in C (Books) - Only
- Introduction to Algorithms (Books) - Only
- Data Structure Introduction (Post) - Structures_C++/powerpoint/CourseNotes.ppt Refer : http://en.wikipedia.org/wiki/Data_structure http://en.wikipedia.org/wiki/List_of_data_structures http://en.wikipedia.org/wiki/List_of_terms_relating_to_ algorithms_and_data_structures.
- Mastering Algorithms with C Mastering (Books) - Only
- Reference.comWeb DirectoryTopComputersProgrammingGraphics ... (Site) - Free ... 2D special effects - A master thesis about various 2D special effects, with ... An Interactive Introduction to Splines - Bezier, B-spline, NURBS, ...
- Art of Computer Programming, Volume 4, Fascicle 4,The Generating All TreesHistory of Combinatorial Generation Art of Computer Programming (Books) - Only
- aaspaas.com Web Pages Results for AlgorithmsandDataStructures (Site) - Web Pages > Directory > Computers > Programming > Graphics > Algorithms_and_Data_Structures ... Very basic grey page with some useful links on map projection. ...
- Data Structures and Algorithms in Java 2nd Edition (Books) - Only
- Reference.comWeb DirectoryTopComputersProgrammingGraphics ... (Site) - Free online Web directory. ... Top " Computers " Programming " Graphics " Algorithms and Data Structures " Collision Detection ...
- www.undergrounds.comcattoc30.htm (Site) - Algorithms_and_Data_Structures. Algorithms_and_Data_Structures web directory. Numerical_Analysis ... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 ...
- Best of the Web Whats New in Computers For 8102006 (Site) - ( Top > Computers > Programming > Graphics > Algorithms_and_Data_Structures. 3D Object Intersection - Provides details on source guide for graphic ...
- fa29224128a0f56ffdecb010._AA240_.L.jpg (Image) - fa29224128a0f56ffdecb010._AA240_.L.jpg
- ampgt Computers ampgt Programming ampgt Graphics ampgt Algorithms and Data Structures ... (Site) - Katalog Dmoz - Katalog stron internetowych Open Directory Project. ... Top " Computers " Programming " Graphics " Algorithms_and_Data_Structures " ...
- Algorithm Design (Books) - Only
- BOTW Directory Computers ampgt Programming ampgt Graphics ampgt Algorithms and ... (Site) - Helpful website resources for Algorithms and Data Structures reference. ... Top: Computers: Programming: Graphics: Algorithms_and_Data_Structures: Submit Site ...
- Texture Mapping as a Fundamental Drawing Primitive () - Article by Paul Haeberli and Mark Segal. Survey of applications of texture mapping including simple texture mapping, projective textures, and image warping; description of texture mapping techniques for drawing anti-aliased lines, air-brushes, and anti-aliased text; and show of how texture mapping may be used as a fundamental graphics primitive for volume rendering, environment mapping, color interpolation, and contouring.
- Open Directory ComputersProgrammingGraphicsAlgorithms and Data ... (Site) - ... Graphics: Algorithms_and_Data_Structures: Collision_Detection: Software ... Most of the software provide complete collision detection, allowing objects to ...
- Information Retrieval Algorithms and Heuristics The Information Retrieval Series2nd Edition (Books) - Only
- Algorithms (Books) - Only
- Algorithms and Data Structures618_f.jpg (Image) - Algorithms and Data Structures618_f.jpg
- VIEW DESCRIPTION (Image) - the-tomes-of-delphi-algorithms-and-data-structures_5549_125.jpg
- Algorithms in C, Parts 14 Fundamentals, Data Structure, Sorting, Searching 3rd Edition (Books) - Only
- tomes of delphi algorithms and data structures The book on using algorithms and data structures in Delphi for Windows was released in June 2001. It sold out after a couple of years and the copyright reverted back (Image) - Lulu_Cover.png
- Other versions by this Author (Image) - 0471963550.jpg
- Data Structures and Algorithms AddisonWesley Series in Computer Science and Information Pr (Books) - Only
- Wiki AlgorithmsandDataStructures (Wiki) -
- Department of Algorithms and Data Structures (Image) - port-ads.png
- imageDB.cgi (Image) - imageDB.cgi
- AIMEE K. WILES 451 p.m. Dr. Donald Muench, who graduated with the first class at St. John Fisher in 1955, teaches algorithms and data structures to a small class in Room 218 in the Ralph C (Image) - 0130story10_1.jpg
- 0023606924.jpg (Image) - 0023606924.jpg
- 0201403749.jpg (Image) - 0201403749.jpg
Last update: 2008-05-05 14:45:36 Algorithms and Data Structures | Copyright 2008 HubHip.com>