yes its ok ... -- ________________________________________________________ David N. Sands, ST Robotics International Website: http://strobotics.com robotics...
... Yes I am :-) (but I am overloaded with "conventionnal" work at the moment). I am ok too for the new release, even if I might be involved or questionned...
Hello all FYI, I have encountered a second time in my Win32Forth programmer life two strings that provide the same hash-code: s" FILT_X_15mm{A}[MAX](04)"...
Hello George et all, I am sorry I wasn't aware when you encountered a first time in your Win32Forth programmer life two strings that provide the same...
... Are you talking about curve-fitting to data points using the least squares method as in: http://en.wikipedia.org/wiki/Least_squares ? If so I agree that...
Thanks. That is what I am looking for. I have very large data files of cyclic fatigue test. The testing software does not ID peaks/valleys or max/min. So I...
Hi all, While using some locals I found the following: ... postpone \ ; immediate deprecated \ june 27 2008 - was in-system ... Lparm n - ; ... Lparm n - ; ...
... That refers to -- used outside of the locals declaration (which is a synonym of \ ), though I agree it's confusing ... Which is correct ... Lparm n - ; ...
Dear All, I wont to acces to a Labjack U12 device by calling a dll. These are the headers: long _stdcall EDigitalIn(long *idnum, long demo, long channel, long...
Hi Ramzi, ... Sounds quite serious. What need the matrix contain? Singles doubles or floats? Jos ... From: "RAMZI TLIGUE" <ramziesstt@...> To: "forth...
hi, i prefer to begin with single then we can change.i hope that you can help as soon as possible.thanks ________________________________ De : Jos v.d.Ven...
Hi Ramzi, ... Changing it would mean redign and start all over again. That is not my favorite aproach! So if you think you will end into floats, then it is...
Hi Ramzi, Here follows a first result. The 3x3m* could perhaps be better. aNew -3x3Matrix.f 3 constant rows ... Create 3x3Matrix1 \ Create a 3x3 matrix 1 , 2...
Ramzi, do you know the definition of a matrix product? If not, look it up at Wikipedia: http://en.wikipedia.org/wiki/Matrix_multiplication In Win32Forth you...
... Since it is a 3x3 matrix you need 3 levels of do..loops After some more time I came to the following: aNew -3x3Matrix.f \ Final source 3 constant rows ......
hi, thanks for responding,there is a problem because i use gforth to compile my forth file to vhdl and not win32. so there is some error in the program like in...
... Jos ... From: "RAMZI TLIGUE" <ramziesstt@...> To: <win32forth@yahoogroups.com> Sent: Sunday, November 22, 2009 9:38 AM Subject: [win32forth] matrix...
... You always need 3 levels of do..loops irregardless of the size of the matrices you are multiplying. Fred [Non-text portions of this message have been...
... Not true! There has been a long history of research striving to improve matrix multiplication. Many tricks have been discovered, driving the "loop...
The MindForth free open-source AI on-line at http://www.scn.org/~mentifex/mindforth.txt and also at http://code.google.com/p/mindforth/wiki/ForthMindTextFile ...
When I load winser.f this happend: include winser.f &LOCAL char 1 Com2Hndl write-file ^^^^^^ Error(-13): &LOCAL is undefined in file C:\WIN32FORTH\WINSER.F at...
... Line 241 is in the example at the end of the file so is only loaded is the \S is commented out. ... REplace the &LOCAL (and any others you find) with &OF....