Journal Articles

Overload Journal #88 - December 2008 and Design of applications and programs
Browse in : All > Journals > Overload > 88 (7)
All > Topics > Design (236)
Any of these categories
Options:
View Article Map
View Archives

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

The Model Student: Can Chance Make Fine Things? (Part 2)

webeditor

23 December 2008 08:59:00 +00:00

How well does evolution find solutions? Richard Harris models population change.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Model View Controller with Java Swing

webeditor

23 December 2008 08:58:00 +00:00

It's recommended to keep user interface and data model separate. Paul Grenyer looks a common solution.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

The Legion's Revolting!

webeditor

23 December 2008 08:56:00 +00:00

3D meshes can be too large to deal with efficiently. Stuart Golodetz applies some ancient discipline.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Iterators and Memberspaces

webeditor

23 December 2008 08:55:00 +00:00

Exposing a compound object's collections can be messy. Roel Vanhout introduces a powerful idiom.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Generics without Templates - Revisited

webeditor

23 December 2008 08:54:00 +00:00

Can you use the STL if your compiler lacks templates? Robert Jones implements iterators and alogorithms.