Changeset 112


Ignore:
Timestamp:
01/26/14 05:46:07 (10 years ago)
Author:
sz
Message:

removed weird };

Location:
cpp/frams
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/neuro/impl/neuroimpl-fuzzy-f0.cpp

    r109 r112  
    132132  }
    133133  return 0;
    134 };
     134}
    135135
  • cpp/frams/neuro/impl/neuroimpl-fuzzy.cpp

    r109 r112  
    8080  else
    8181    return 1;
    82 };
     82}
    8383
    8484/** Function conduct fuzzyfication of inputs and calculates - according to rules - crisp multi-channel output */
     
    8989  if (Defuzzyfication()!=0)
    9090    return;
    91 };
     91}
    9292
    9393/**
     
    116116  }
    117117  return 0;
    118 };
     118}
    119119
    120120/**
     
    155155  return 0;
    156156
    157 };
     157}
    158158
    159159/**
     
    206206
    207207  return 0;
    208 };
    209 
     208}
     209
  • cpp/frams/util/rndutil.cpp

    r109 r112  
    1616double *range=tab+1+2*randomN((int)(0.5+tab[0]));
    1717return range[0]+rnd0N(range[1]-range[0]);
    18 };
     18}
    1919
    2020double RandomGener::Uni(double begin, double end)
Note: See TracChangeset for help on using the changeset viewer.