... for someone who hasn't done any exercise at all for 20 years.
I have added a target value function to the Health.Control.Statistics program.
A linear function is used with minus 0.1 kg/days.
But you can define the value in a setup.
I use plotly for the graphical statistics evaluations
m
Best ...
Search found 31 matches: linear
Searched query: linear
- Tue Aug 16, 2022 4:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Health.Control.Statistics
- Replies: 6
- Views: 1015
- Mon Dec 28, 2020 3:18 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
- Replies: 8
- Views: 6307
Re: New FTDN December/Diciembre 2020 (FWH 20.12)
... derivative() INLINE ::Calc( { |x| x * ( 1 - x ) } )
METHOD DevideBy( u )
METHOD DevideFrom( u )
METHOD Transpose()
METHOD SumOfRows()
METHOD LinearMultiply( u ) INLINE ::Calc( { |x,y| x * y }, u )
MESSAGE MatrixMultiply METHOD mmult
METHOD mmult( u )
METHOD Multiply( u ) // Multiplicacion ...
METHOD DevideBy( u )
METHOD DevideFrom( u )
METHOD Transpose()
METHOD SumOfRows()
METHOD LinearMultiply( u ) INLINE ::Calc( { |x,y| x * y }, u )
MESSAGE MatrixMultiply METHOD mmult
METHOD mmult( u )
METHOD Multiply( u ) // Multiplicacion ...
- Mon Dec 28, 2020 10:16 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
- Replies: 8
- Views: 6307
New FTDN December/Diciembre 2020 (FWH 20.12)
... INLINE ::Calc( { |x| x * ( 1 - x ) } )
METHOD DevideBy( u )
METHOD DevideFrom( u )
METHOD Transpose()
METHOD SumOfRows()
METHOD LinearMultiply( u ) INLINE ::Calc( { |x,y| x * y }, u )
MESSAGE MatrixMultiply METHOD mmult
METHOD mmult( u )
METHOD Multiply( u )
// Linear multiply ...
METHOD DevideBy( u )
METHOD DevideFrom( u )
METHOD Transpose()
METHOD SumOfRows()
METHOD LinearMultiply( u ) INLINE ::Calc( { |x,y| x * y }, u )
MESSAGE MatrixMultiply METHOD mmult
METHOD mmult( u )
METHOD Multiply( u )
// Linear multiply ...
- Thu Dec 10, 2020 9:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH: Support for Matrix calculations
- Replies: 3
- Views: 993
Re: FWH: Support for Matrix calculations
... derivative() INLINE ::Calc( { |x| x * ( 1 - x ) } )
METHOD DevideBy( u )
METHOD DevideFrom( u )
METHOD Transpose()
METHOD SumOfRows()
METHOD LinearMultiply( u ) INLINE ::Calc( { |x,y| x * y }, u )
MESSAGE MatrixMultiply METHOD mmult
METHOD mmult( u )
METHOD Multiply( u ) // Linear multiply if u ...
METHOD DevideBy( u )
METHOD DevideFrom( u )
METHOD Transpose()
METHOD SumOfRows()
METHOD LinearMultiply( u ) INLINE ::Calc( { |x,y| x * y }, u )
MESSAGE MatrixMultiply METHOD mmult
METHOD mmult( u )
METHOD Multiply( u ) // Linear multiply if u ...
- Thu Oct 01, 2020 11:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: flickering effect
- Replies: 9
- Views: 1113
flickering effect
... rrrrrrrrr.png
at first I don't see the buttonbar
when I scroll through the records I see a flickering effect that is, the display is not linear and clean when I scroll through all the records
is there a solution to improve the visualization?
Thank you
Test (work in progress ...
at first I don't see the buttonbar
when I scroll through the records I see a flickering effect that is, the display is not linear and clean when I scroll through all the records
is there a solution to improve the visualization?
Thank you
Test (work in progress ...
- Mon May 11, 2020 4:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fast Report´s future
- Replies: 56
- Views: 9430
Re: Fast Report´s future
... you have no idea what you're saying.
if I have to make a report and it takes me three days because with the mouse I can't make a simple and linear box of reports
and I have to do many many
how many days do you think I have to spend on ER to create all the reports ?
>I have a zoom build on ...
if I have to make a report and it takes me three days because with the mouse I can't make a simple and linear box of reports
and I have to do many many
how many days do you think I have to spend on ER to create all the reports ?
>I have a zoom build on ...
- Sat Apr 04, 2020 1:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Need Help With xBrowse (Resolved)
- Replies: 6
- Views: 1195
Need Help With xBrowse (Resolved)
I am not very familiar with xBrowse, but I am trying to build this table for the user to modify browsed data. I a linear table format.
REDEFINE XBROWSE oBrw ID 1113 OF oDlg ;
HEADERS aHead[1] ;
FIELDSIZES aFSize[1] ;
PICTURE aPict[1] ;
JUSTIFY aJust[1] ;
FONT oFntX7A ;
ALIAS cAlias ...
REDEFINE XBROWSE oBrw ID 1113 OF oDlg ;
HEADERS aHead[1] ;
FIELDSIZES aFSize[1] ;
PICTURE aPict[1] ;
JUSTIFY aJust[1] ;
FONT oFntX7A ;
ALIAS cAlias ...
- Wed Apr 10, 2019 7:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SayBarCode control
- Replies: 34
- Views: 9476
Re: SayBarCode control
yes,
I'm thinking ...on the next upgrade of fwh
you can select each type you wish code39, int2of5, ean13...
and then the type -> linear, circular, square
I'm thinking ...on the next upgrade of fwh
you can select each type you wish code39, int2of5, ean13...
and then the type -> linear, circular, square
- Wed Apr 10, 2019 6:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SayBarCode control
- Replies: 34
- Views: 9476
Re: SayBarCode control
... it can be use also on angle of a box
I hope you insert the circular code and also the square code ( lCircular and lSquare )
on your class with the possibility to draw also partial barcode (aPartial) and the gradient
I 'm making a small utility to create a barcode linear,circular and square easy
I hope you insert the circular code and also the square code ( lCircular and lSquare )
on your class with the possibility to draw also partial barcode (aPartial) and the gradient
I 'm making a small utility to create a barcode linear,circular and square easy
- Wed Apr 10, 2019 5:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SayBarCode control
- Replies: 34
- Views: 9476
Re: SayBarCode control
Smal Guide for Circular Barcode ... ( for all and Nages )
comments and your experiences are appreciated
By linear we mean a bar code as we are normally used to seeing it: an alternating series of straight, white and black lines, of different thickness, usually accompanied by an underlying ...
comments and your experiences are appreciated
By linear we mean a bar code as we are normally used to seeing it: an alternating series of straight, white and black lines, of different thickness, usually accompanied by an underlying ...
- Mon Apr 08, 2019 6:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SayBarCode control
- Replies: 34
- Views: 9476
Re: SayBarCode control
... not working and in that context we had also created the circular bar code used here in Italy for video rentals and barcode readers could more easily read circular codes rather than linear ones
tomorrow I'll list the barcodes that had problems reading at least with our reader that we used at that time
tomorrow I'll list the barcodes that had problems reading at least with our reader that we used at that time
- Fri Feb 01, 2019 9:52 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FW_GetMonitor() doesn't work
- Replies: 25
- Views: 3842
Re: FW_GetMonitor() doesn't work
Good afternoon Mr. Rao,
thank god it's friday
For a 'linear' setup 1-2-3 its working:
https://i.postimg.cc/Sst6qhRT/2019-02-01-10-36-39.png
But not for a non linear setup, e. g. 1-3-2:
https://i.postimg.cc/FKVpM808/2019-02-01-10-22-09.png
- FW_GetMonitor( 1 ...
thank god it's friday
For a 'linear' setup 1-2-3 its working:
https://i.postimg.cc/Sst6qhRT/2019-02-01-10-36-39.png
But not for a non linear setup, e. g. 1-3-2:
https://i.postimg.cc/FKVpM808/2019-02-01-10-22-09.png
- FW_GetMonitor( 1 ...
- Tue Jan 29, 2019 11:40 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FW_GetMonitor() doesn't work
- Replies: 25
- Views: 3842
Re: FW_GetMonitor() doesn't work
... settings are:
https://i.postimg.cc/Nfv7qFrK/2019-01-28-14-38-04.png
FW_VirtualScreen() :aRect - {0,-2560,1440,6400}
I tried this 'linear' setup with same behaviour:
https://i.postimg.cc/SKgSpgQg/2019-01-29-08-46-21.png
FW_VirtualScreen() :aRect - {0,0,1440,8960}
https://i.postimg.cc/Nfv7qFrK/2019-01-28-14-38-04.png
FW_VirtualScreen() :aRect - {0,-2560,1440,6400}
I tried this 'linear' setup with same behaviour:
https://i.postimg.cc/SKgSpgQg/2019-01-29-08-46-21.png
FW_VirtualScreen() :aRect - {0,0,1440,8960}
- Sat Nov 18, 2017 7:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: A problem with GETCURSORPOS() and widescreen-monitor ?
- Replies: 24
- Views: 6190
Re: A problem with GETCURSORPOS() and widescreen-monitor ?
Cristobal
I adjusted the top / left values of < GETCURSORPOS() >
with a factor 1.25 -> 1920 x 1080 of 125 % zoom
linear with a factor 1.5 -> 1920 x 1080 of 150 % zoom
I tested all monitor areas with perfect results.
maybe we doen't need any complicted calculations and can work with a fixed factor ...
I adjusted the top / left values of < GETCURSORPOS() >
with a factor 1.25 -> 1920 x 1080 of 125 % zoom
linear with a factor 1.5 -> 1920 x 1080 of 150 % zoom
I tested all monitor areas with perfect results.
maybe we doen't need any complicted calculations and can work with a fixed factor ...
- Wed Jun 01, 2016 3:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Size of Font
- Replies: 2
- Views: 584
Re: Size of Font
Romeo,
Technically, fonts sizes are defined using "points" which are a linear measurement so they should remain the same with different screen resolutions.
oFont:nHeight = height of the font in points (1 point is 1/72 of an inch)
DEFINE FONT oFont SIZE 0,-12 // defines a 12 point font
So, if you ...
Technically, fonts sizes are defined using "points" which are a linear measurement so they should remain the same with different screen resolutions.
oFont:nHeight = height of the font in points (1 point is 1/72 of an inch)
DEFINE FONT oFont SIZE 0,-12 // defines a 12 point font
So, if you ...