search for: eof_1

Displaying 3 results from an estimated 3 matches for "eof_1".

Did you mean: eof1
2000 Dec 21
2
Réf. : configure.in: Someone please show me a better way :)
...-----------------------| Q: What platform don't run this script: ---------------------------------------- #!/bin/sh export X0='x0' export X1a="$X0/1" export X1b='$X0/1' export X2a="$X1a/2" export X2b='$X1b/2' $SHELL <<EOF_2 $SHELL <<EOF_1 cat <<EOF #define a "$X2a/aa" #define b "$X2b/bb" EOF EOF_1 EOF_2 ---------------------------------------- Output must be: #define a "x0/1/2/aa" #define b "x0/1/2/bb" With bash and bash in sh mode on linux work. What about other...
2000 Dec 21
1
configure.in: Someone please show me a better way :)
Q: What platform don't run this script: ---------------------------------------- #!/bin/sh export X0='x0' export X1a="$X0/1" export X1b='$X0/1' export X2a="$X1a/2" export X2b='$X1b/2' $SHELL <<EOF_2 $SHELL <<EOF_1 cat <<EOF #define a "$X2a/aa" #define b "$X2b/bb" EOF EOF_1 EOF_2 ---------------------------------------- Output must be: #define a "x0/1/2/aa" #define b "x0/1/2/bb" With bash and bash in sh mode on linux work. What about other...
2009 Jun 10
0
help with package "simsalabim"
...know this output can be misleading. I am trying to figure out whether trend has really been found by double-checking the print-out data: > Amps.signal$trend k smoothness explainedVariance 1 1 0.134495414 26.254096 11 12 0.006693601 1.627475 The above print-out marks EOF_1 and EOF_12 as capturing all the trend in the signal. I canNOT understand the difference between "smoothness" and "explainedVariance" I tried to compare such values with the leading frequency associated with EOF_1 and EOF_12. Unluckily, I am unable to draw any comclusion: >...