Advertisement
Membership
Login
ACCU Buttons
Design of applications and programs
Browse in : | > Topics > Design |
The Model Student: Can Chance Make Fine Things? (Part 2)
Description : How well does evolution find solutions? Richard Harris models population change. by Richard Harris
Category: [ Overload Journal #88 - December 2008 ]
Description : How well does evolution find solutions? Richard Harris models population change. by Richard Harris
Category: [ Overload Journal #88 - December 2008 ]
Model View Controller with Java Swing
Description : It's recommended to keep user interface and data model separate. Paul Grenyer looks a common solution. by Paul Grenyer
Category: [ Overload Journal #88 - December 2008 | Programming Topics ]
Description : It's recommended to keep user interface and data model separate. Paul Grenyer looks a common solution. by Paul Grenyer
Category: [ Overload Journal #88 - December 2008 | Programming Topics ]
The Legion's Revolting!
Description : 3D meshes can be too large to deal with efficiently. Stuart Golodetz applies some ancient discipline. by Stuart Golodetz
Category: [ Overload Journal #88 - December 2008 | Programming Topics ]
Description : 3D meshes can be too large to deal with efficiently. Stuart Golodetz applies some ancient discipline. by Stuart Golodetz
Category: [ Overload Journal #88 - December 2008 | Programming Topics ]
Iterators and Memberspaces
Description : Exposing a compound object's collections can be messy. Roel Vanhout introduces a powerful idiom. by Roel Vanhout
Category: [ Overload Journal #88 - December 2008 | Programming Topics ]
Description : Exposing a compound object's collections can be messy. Roel Vanhout introduces a powerful idiom. by Roel Vanhout
Category: [ Overload Journal #88 - December 2008 | Programming Topics ]
Generics without Templates - Revisited
Description : Can you use the STL if your compiler lacks templates? Robert Jones implements iterators and alogorithms. by Robert Jones
Category: [ Overload Journal #88 - December 2008 | Programming Topics ]
Description : Can you use the STL if your compiler lacks templates? Robert Jones implements iterators and alogorithms. by Robert Jones
Category: [ Overload Journal #88 - December 2008 | Programming Topics ]
Seeing Things Differently
Description : The Multiple Material Marching Cubes (M3C) algorithm builds 3D models from 2D slices. Stuart Golodetz introduces it and provides a C++ implementation. by Stuart Golodetz
Category: [ Overload Journal #87 - October 2008 | Programming Topics ]
Description : The Multiple Material Marching Cubes (M3C) algorithm builds 3D models from 2D slices. Stuart Golodetz introduces it and provides a C++ implementation. by Stuart Golodetz
Category: [ Overload Journal #87 - October 2008 | Programming Topics ]
DynamicAny (Part 2)
Description : Alex Fabijanic uncovers the internals of DynamicAny with some performance and size tests. by Aleksandar Fabijanic
Category: [ Overload Journal #87 - October 2008 | Programming Topics ]
Description : Alex Fabijanic uncovers the internals of DynamicAny with some performance and size tests. by Aleksandar Fabijanic
Category: [ Overload Journal #87 - October 2008 | Programming Topics ]
The Model Student: Can Chance Make Fine Things? (Part 1)
Description : Evolution involves a random process. Richard Harris compares the mathematics to that of blind chance. by Richard Harris
Category: [ Overload Journal #87 - October 2008 ]
Description : Evolution involves a random process. Richard Harris compares the mathematics to that of blind chance. by Richard Harris
Category: [ Overload Journal #87 - October 2008 ]
DynamicAny, Part I
Description : Alex Fabijanic presents a class hierarchy providing dynamic typing in standard C++. by Aleksandar Fabijanic
Category: [ Overload Journal #86 - August 2008 | Programming Topics ]
Description : Alex Fabijanic presents a class hierarchy providing dynamic typing in standard C++. by Aleksandar Fabijanic
Category: [ Overload Journal #86 - August 2008 | Programming Topics ]
Performitis - Part 2
Description : Software problems have much in common with diseases. Klaus Marquardt has a diagnosis and offers some treatments. by Klaus Marquardt
Category: [ Overload Journal #86 - August 2008 ]
Description : Software problems have much in common with diseases. Klaus Marquardt has a diagnosis and offers some treatments. by Klaus Marquardt
Category: [ Overload Journal #86 - August 2008 ]
Globals, Singletons and Parameters
Description : One size rarely fits all. Bill Clare considers different approaches to parameterization. by Bill Clare
Category: [ Overload Journal #86 - August 2008 | Programming Topics ]
Description : One size rarely fits all. Bill Clare considers different approaches to parameterization. by Bill Clare
Category: [ Overload Journal #86 - August 2008 | Programming Topics ]
Exceptions Make for Elegant Code
Description : Anything that can go wrong, will go wrong. Anthony Williams compares ways of dealing with errors. by Anthony Williams
Category: [ Overload Journal #86 - August 2008 | Programming Topics ]
Description : Anything that can go wrong, will go wrong. Anthony Williams compares ways of dealing with errors. by Anthony Williams
Category: [ Overload Journal #86 - August 2008 | Programming Topics ]
Divide and Conquer: Partition Trees and Their Uses
Description : The world is a complex place. Stuart Golodetz introduces a powerful technique to describe it. by Stuart Golodetz
Category: [ Overload Journal #86 - August 2008 ]
Description : The world is a complex place. Stuart Golodetz introduces a powerful technique to describe it. by Stuart Golodetz
Category: [ Overload Journal #86 - August 2008 ]
Performitis
Description : Patterns try to solve problems. Klaus Marquardt looks at one from a medical perspective. by Klaus Marquardt
Category: [ Overload Journal #85 - June 2008 ]
Description : Patterns try to solve problems. Klaus Marquardt looks at one from a medical perspective. by Klaus Marquardt
Category: [ Overload Journal #85 - June 2008 ]
The Model Student: A Knotty Problem, Part 2
Description : Tying yourself in knots is easy. Richard Harris cuts through the complexity. by Richard Harris
Category: [ Overload Journal #85 - June 2008 | Programming Topics ]
Description : Tying yourself in knots is easy. Richard Harris cuts through the complexity. by Richard Harris
Category: [ Overload Journal #85 - June 2008 | Programming Topics ]
RSA Made Simple
Description : RSA is a common public key cryptography algorithm. Stuart Golodetz explains the mathematics behind it and shows us how to use it in Java. by Stuart Golodetz
Category: [ Overload Journal #85 - June 2008 ]
Description : RSA is a common public key cryptography algorithm. Stuart Golodetz explains the mathematics behind it and shows us how to use it in Java. by Stuart Golodetz
Category: [ Overload Journal #85 - June 2008 ]
Watersheds and Waterfalls (Part 2)
Description : Stuart Golodetz continues his survey of algorithms for segmenting images into regions. by Stuart Golodetz
Category: [ Overload Journal #84 - April 2008 | Programming Topics ]
Description : Stuart Golodetz continues his survey of algorithms for segmenting images into regions. by Stuart Golodetz
Category: [ Overload Journal #84 - April 2008 | Programming Topics ]
The Model Student: A Knotty Problem, Part 1
Description : Richard Harris explores more of the mathematics of modelling problems with computers. by Richard Harris
Category: [ Overload Journal #84 - April 2008 | Programming Topics ]
Description : Richard Harris explores more of the mathematics of modelling problems with computers. by Richard Harris
Category: [ Overload Journal #84 - April 2008 | Programming Topics ]
Watersheds and Waterfalls
Description : An introductory look at segmenting images into regions using a landscape analogy. by Stuart Golodetz
Category: [ Overload Journal #83 - Feb 2008 | Programming Topics ]
Description : An introductory look at segmenting images into regions using a landscape analogy. by Stuart Golodetz
Category: [ Overload Journal #83 - Feb 2008 | Programming Topics ]
The PfA Papers: Deglobalisation
Description : More history of Parameterise from Above as Kevlin Henney looks at Simpletons and the Borg. by Kevlin Henney
Category: [ Overload Journal #83 - Feb 2008 ]
Description : More history of Parameterise from Above as Kevlin Henney looks at Simpletons and the Borg. by Kevlin Henney
Category: [ Overload Journal #83 - Feb 2008 ]