[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:Mon May 16 22:48:00 2003 
Subject:Re: Vector arguments to external procedures 
From:A . Sloman 
Volume-ID:1030516.03 

On Fri, 16 May 2003, Jonathan L Cunningham wrote:

> Maybe there is some sort of cacheing going on, but I see
> nothing looking like "excall" on the link you give.


David wrote
> >http://www.cogs.susx.ac.uk/users/davidy/poplog/ . Follow
> >the pointers for "excall".

It is there, the first item in the file.

This is how the page looks to me
(except that I have added line breaks)

===============================================================
   Poplog contributions - David Young

   I have made several contributions to Poplog.

   The main one is the Popvision package, which may be found here at the
   Birmingham Poplog site. This includes material for teaching and doing
   research in Computer Vision, and also a multi-layer perceptron
   ("backprop") package.

   Here are some packages which may not have made it to the Birmingham
   site:

    * External function call with vector-offset arguments.
      excall: library, help file (ved characters), help file
      (plain text) and help file (HTML)
    * Extensions to Ved to speed up editing HTML (not an HTML
      previewer - but able to save you a lot of keystrokes if
      you edit HTML source)
      ved_html: library and help file
    * A Boyer-Moore-type algorithm for fast string searching.
      Sometimes very much faster than standard string searching,
      though not in fact optimal.
      quick_substrings: library and help file
    * A permutation generator.
      permutations: library, help file (ved characters) and help
      file (plain text)
===============================================================
So maybe you have a cache problem.

Aaron