Journal Articles
Browse in : |
All
> Journals
> Overload
> 83
(8)
All > Topics > Programming (877) 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.
Watersheds and Waterfalls
webeditor
12 February 2008 08:58:00 +00:00
An introductory look at segmenting images into regions using a landscape analogy.
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.
Testing Visiting Files and Directories in C#
webeditor
12 February 2008 08:55:00 +00:00
Testing code that accesses the file system is not straightforward. Paul Grenyer looks at what is involved.
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
webeditor
12 February 2008 08:54:00 +00:00
Robert Jones presents an alternative implementation of C++'s std::vector that can be used the absence of templates and exceptions.