Help for this page

Select Code to Download


  1. or download this
     
    if ($flag eq 'C_N' || $flag eq 'C_S' || $flag eq 'C_E' || $flag eq 'C_
    +W'){
    
  2. or download this
    if ($flag eq 'C_N', 'C_S', 'C_E', 'C_W'){
    
  3. or download this
      for my $i (0..$N) {
        for my $j (0..$N) {
    
  4. or download this
     
    for $i (1..$imax) {                
      for $j (1..$jmax) {