search for: rxmax

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

Did you mean: rxfax
2009 Apr 14
1
R console freezes after several runs of compiled C code
...h no luck. I followed the instructions of calling R_ProcessEvents() regularly but still couldn't work it out (the callings were removed from the below C code). I am using R-2.8.1 on Windows XP service pack 3. The Rtools is version 2.9. I have the following C code: void rx(int *n, int *m, int *rxmax,int *rxdate, int *refills,int *rxs) { int i,j,k, total; int cap[*n][*m]; int rx[*n* *rxmax][*n]; for (i=0;i<*n;i++) for (j=0;j<*m;j++) cap[i][j]=0; for (i=0;i<*n* *rxmax;i++) { rx[i][0]=*(rxdate+i); rx[i][1]=*(refills+i); } for (i=0;i<*n;i=i+1) for (...
2004 Jul 28
3
Re: Re: HTB 3.13 please help
...--------------------------------------------------------------------- > > > > > > ------------ > > > > > > #!/bin/bash > > > > > > #x=$[100/20] > > > > > > #echo "$1" > /skrytpy/status > > > > > > rxmax=900 #WAN max transfer -down (physically it is 960kbit/960kbit) > > > > > > kbit=kbit > > > > > > rxmaxluser=250 > > > > > > txmax=800 #WAN max transfer - up > > > > > > txmaxluser=100 > > > > > > #counting use...
2004 Jul 20
3
Fw: HTB - Really Big problem
...files where are written ip''s for C classes. I''m including my script. ---------------------------------------------------cut here ----------------------------------------------------------------------------------- #!/bin/bash #x=$[100/20] #echo "$1" > /skrytpy/status rxmax=900 #WAN max transfer -down (physically it is 960kbit/960kbit) kbit=kbit rxmaxluser=250 txmax=800 #WAN max transfer - up txmaxluser=100 #counting users # ip1 file is like this: # 11 #Somebody # 23 #Somebody II #EOF licznik=0 for x in $(awk ''{ print $1 }'' /skrytpy/ip1); do liczn...