Count2
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 22 articles for 0.000 sec
Re: defined operator & assignment speed & memory usage problem     

Group: comp.lang.fortran · Group Profile · Search for Count2 in comp.lang.fortran
Author: fj
Date: Aug 13, 2008 09:54

... walltime1, walltime2 integer :: count, count1, count2, countrate character(len=10) :: dummy ... call cpu_time( time2 ) call system_clock( count2 ) cumulative1 = cumulative1 + (time2-time1) walltime1...call cpu_time( time2 ) call system_clock( count2 ) cumulative2 = cumulative2 + (time2-time1) walltime2...
Show full article (12.73Kb) · Show article thread
Re: defined operator & assignment speed & memory usage problem     

Group: comp.lang.fortran · Group Profile · Search for Count2 in comp.lang.fortran
Author: Arjen Markus
Date: Aug 12, 2008 05:49

...:: walltime1, walltime2 integer :: count, count1, count2, countrate character(len=10) :: dummy call... call cpu_time( time2 ) call system_clock( count2 ) cumulative1 = cumulative1 + (time2-time1) walltime1 ...call cpu_time( time2 ) call system_clock( count2 ) cumulative2 = cumulative2 + (time2-time1) walltime2 ...
Show full article (8.73Kb) · Show article thread
Re: cryptoanalyse     

Group: de.org.ccc · Group Profile · Search for Count2 in de.org.ccc
Author: Lutz Donnerhacke
Date: Apr 2, 2008 13:30

* christian schaas wrote: count2 = (unsigned int) _offset %% BLKSIZE; for(count1=0; ...; count1++) { fileBuf[count1] = decryptionKey [passHash[count2++]] [(unsigned char) _buf[count1]]; if(count2 == BLKSIZE) count2 = 0; } Eine Transpositionschiffre. Mit einem Known Plaintext leicht zu brechen....
Show full article (0.52Kb) · Show article thread
Re: cryptoanalyse     

Group: de.org.ccc · Group Profile · Search for Count2 in de.org.ccc
Author: christian schaas
Date: Apr 2, 2008 11:20

...int set_switch=0; int count, count2, count3; if((key = malloc(sizeof(...;count--) { sign = (rand()%%count); key_set[count2++] = key_field[sign]; for(count3=sign;... count1++) { fileBuf[count1] = encryptionKey[passHash[count2++]][(unsigned char) _buf[count1]]; if...count1++) { fileBuf[count1] = decryptionKey[passHash[count2++]][(unsigned char) _buf[count1]]; if...
Show full article (4.52Kb) · Show article thread
Re: compiler switch -c     

Group: comp.lang.fortran · Group Profile · Search for Count2 in comp.lang.fortran
Author: Gerry Ford
Date: Feb 6, 2008 23:40

... 'Array (' // to_s(count1) // ',' // to_s( count2) //')') return end if end do loop_dim1 end ...'Array difference at (' // to_s(count1) // ',' // to_s(count2) // ')') return end if end do loop_dim1...(to_s(var1(count1, count2)), to_s(var2(count1, count2)), message) return endif ...
Show full article (29.49Kb) · Show article thread
Re: Many small programs vs. one large program?     

Group: comp.lang.fortran · Group Profile · Search for Count2 in comp.lang.fortran
Author: Ken Fairfield
Date: Jan 20, 2007 10:00

... this convention, but you'll be happier in the long run if you just stick to the convention. [...] if (i==marked(count2)) then read (1, '(a50, i10, a8, e13.6)') 1 a50, timestep(count2), a8, time(count2) Here, the "continuation" character, "1", appears in column 8 (or 9, hard to tell), rather ...
Show full article (2.62Kb) · Show article thread
Re: Many small programs vs. one large program?     

Group: comp.lang.fortran · Group Profile · Search for Count2 in comp.lang.fortran
Author: Gary Scott
Date: Jan 19, 2007 05:30

... i,j,k Integer:: rbdout_endline, count, count2, switch Integer:: impact_timestep, end_timestep Integer, ... + 1 endif enddo rewind (1) count2 = 1 do i = 1, rbdout_endline ...read (1,*) endif if (i==marked(count2)) then read (1, '(a50, i10, ... e13.6)') 1 a50, timestep(count2), a8, time(count2) Here, the "continuation" ...
Show full article (4.79Kb) · Show article thread
Re: Many small programs vs. one large program?     

Group: comp.lang.fortran · Group Profile · Search for Count2 in comp.lang.fortran
Author: sk8terg1rl
Date: Jan 19, 2007 02:58

...i,j,k Integer:: rbdout_endline, count, count2, switch Integer:: impact_timestep, end_timestep Integer, ...+ 1 endif enddo rewind (1) count2 = 1 do i = 1, rbdout_endline ... (1,*) endif if (i==marked(count2)) then read (1, '(a50, i10, ...e13.6)') 1 a50, timestep(count2), a8, time(count2) Here, the "continuation" ...
Show full article (4.10Kb) · Show article thread
Re: Many small programs vs. one large program?     

Group: comp.lang.fortran · Group Profile · Search for Count2 in comp.lang.fortran
Author: Ken Fairfield
Date: Jan 18, 2007 19:03

...:: i,j,k Integer:: rbdout_endline, count, count2, switch Integer:: impact_timestep, end_timestep Integer, allocatable::... + 1 endif enddo rewind (1) count2 = 1 do i = 1, rbdout_endline if...read (1,*) endif if (i==marked(count2)) then read (1, '(a50, i10, a8... e13.6)') 1 a50, timestep(count2), a8, time(count2) Here, the "continuation" ...
Show full article (3.16Kb) · Show article thread
Re: Many small programs vs. one large program?     

Group: comp.lang.fortran · Group Profile · Search for Count2 in comp.lang.fortran
Author: Beliavsky
Date: Jan 18, 2007 06:31

... at the top explaining what it does are not warranted. I have longer programs but I thought it somewhat overbearing on my part to expect the NG to read a few thousand lines of code to give me what is after all freely given advice. Program rbdout_process IMPLICIT NONE belongs here! Integer:: i,j,k Integer:: rbdout_endline, count, count2, switch <snip>
Show full article (0.67Kb) · Show article thread
1 · 2 · 3 · next