Makefile000644 024721 000071 00000000230 06572026567 012653 0ustar00ortalviki000000 000000 all:UC75 UC1 UC75:UC86.tcl chmod +x UC86.tcl UC1:UC rm -f UC2 echo '#\!/bin/tcsh' >UC2 echo 'setenv UCLC ' `pwd` >>UC2 chmod +x UC2 cat UC>>UC2 ЖDџ˜/u/vikiReadme000644 024721 000071 00000004346 06572027121 012332 0ustar00ortalviki000000 000000 GENERAL This softwere is ment to be used mainly by phisics chemistry and engineering people to do their calculation on . It is basicly a regular calculator except that every number has 8 Dimmensions to it (i.e. a 7D vector) representing a complex scalar and 6 dimmensions (Say meter Kg second Volt Coulomb and mol) which is enough to represent most entities common in science and engineering. The interface is eazy to use and enables errorless typing of most questions , however you can type your data dirrectly to the Calculator and thus use your own defenitions for units and formulas. except for the basic functions there are the unit functions which insert a unit into the question (can be redefined in your file and be used by the red button) 4 memory buttons which remeber the question , not the answer. this is usefull if you use the same expression or function several times. Constants button (Speed of light ,Gas constant , Bolzmans , planks etc...) Green Empty buttons you can type anything in and than use it (To write your own constants or function) and a utilty for adding more units if you need some more. You can also add as many functions as you need with an eazy format. mks and cgs buttons calculate the results. more and less give you more/less units to use you can also use complex numbers but i have not checked it thorouly yet though most mistakes have been corrected. INSTALATION to install just type make than you can copy UC2 everywhere to run just leave this directory untouched You can add more units to the exsisting files or make your own units file, just edit the ones you have. thats it COPYRIGHT (c) ortal alpert 1998 you can use this program for 45 days for free. if you want to continue and use it you have to register by sending 10US$ to: Ortal Alpert 2 Giv'at beit Hakerem st, Jerusalem Israel 96268 for which you will get a lifetime licence and a better utillity. WARRANTY absolutly none , you can use this program at your own risk, It was not intended to cause any harm however if you design a bridge and it happens to fall (I hope it wount) than you should have checked your results. However I do my calculations on this program myself. ortal alpert ontinue and use it you have to register by sending 10US$ to: Ortal Alpert 2 Giv'at beit Hakerem st, Jerusalem Israel 96268 for which you will get a lifetime licence and a better utillity. WARRANTY absolutly none , you can use this program at your own risk, It was not intended to UC000644 024721 000071 00000000037 06572027231 011437 0ustar00ortalviki000000 000000 cd $UCLC wish -f ./UC86.tcl & esign a bridge and it happens to fall (I hope it wount) than you should have checked your results. However I do my calculations on this program myself. ortal alpert ontinue and use it you have to register by sending 10US$ to: Ortal Alpert 2 Giv'at beit Hakerem st, Jerusalem Israel 96268 for which you will get a lifetime licence and a better utillity. WARRANTY absolutly none , you can use this program at your own risk, It was not intended to UC2000755 024721 000071 00000000127 06572473120 011526 0ustar00ortalviki000000 000000 #!/bin/tcsh setenv UCLC /u/viki10/viki8/ortal/UC2/IRIX cd $UCLC wish -f ./UC86.tcl & than you should have checked your results. However I do my calculations on this program myself. ortal alpert ontinue and use it you have to register by sending 10US$ to: Ortal Alpert 2 Giv'at beit Hakerem st, Jerusalem Israel 96268 for which you will get a lifetime licence and a better utillity. WARRANTY absolutly none , you can use this program at your own risk, It was not intended to UC86.tcl000755 024721 000071 00000237173 06572472765 012436 0ustar00ortalviki000000 000000 #!/usr/bin/wish # GLOBAL VARIABLES global res3; global dimm; global sc1; global fnt1; global fnt2; global fnt3; global formula; global graucho; global message1; global nunt; global precs; global res1; global units; global widget; global linn; # USER DEFINED PROCEDURES proc init {argc argv} { global linn; global sc1; global fnt1 global fnt2 global fnt3 global res3; set units "mks.units" set formula "general.formula" set precs 12 set graucho "-ce" set sc1 "-S1" set fnt1 -*-*-*-*-*-*-9-*-*-*-*-*-*-* set fnt2 -*-*-*-*-*-*-12-*-*-*-*-*-*-* set fnt3 -*-*-*-*-*-*-15-*-*-*-*-*-*-* set res3 "" set linn "" } init $argc $argv proc main {argc argv} { global linn; global sc1; global fnt1 global fnt2 global fnt3 global res3; set precs 12 set graucho "-ce" wm withdraw .top18 wm withdraw .top20 wm withdraw .top56 wm withdraw .top79 wm withdraw .top106 wm withdraw .top19 catch {exec ./check1 } ret122 if { $ret122 != "OK"} { wm deiconify .top19 } } proc Window {args} { global linn; global sc1; global fnt1; global fnt2; global fnt3; global vTcl global res3; set cmd [lindex $args 0] set name [lindex $args 1] set newname [lindex $args 2] set rest [lrange $args 3 end] if {$name == "" || $cmd == ""} {return} if {$newname == ""} { set newname $name } set exists [winfo exists $newname] switch $cmd { show { if {$exists == "1" && $name != "."} {wm deiconify $name; return} if {[info procs vTclWindow(pre)$name] != ""} { eval "vTclWindow(pre)$name $newname $rest" } if {[info procs vTclWindow$name] != ""} { eval "vTclWindow$name $newname $rest" } if {[info procs vTclWindow(post)$name] != ""} { eval "vTclWindow(post)$name $newname $rest" } } hide { if $exists {wm withdraw $newname; return} } iconify { if $exists {wm iconify $newname; return} } destroy { if $exists {destroy $newname; return} } } } proc vTclWindow. {base} { global linn; global sc1; global fnt1; global fnt2; global fnt3; global res3; if {$base == ""} { set base . } wm focusmodel $base passive wm geometry $base 1x1+0+0 wm maxsize $base 1137 860 wm minsize $base 1137 834 wm overrideredirect $base 0 wm resizable $base 0 0 wm withdraw $base wm title $base "t.tcl" } proc vTclWindow.top106 {base} { global linn; global sc1; global fnt1; global fnt2; global fnt3; global res3; if {$base == ""} { set base .top106 } if {[winfo exists $base]} { wm deiconify $base; return } toplevel $base -class Toplevel wm focusmodel $base passive wm geometry $base 512x150+387+54 wm maxsize $base 1137 834 wm minsize $base 1 1 wm overrideredirect $base 0 wm resizable $base 1 1 wm deiconify $base wm title $base "Define a new Unit" label $base.lab107 \ -borderwidth 1 -font $fnt1 \ -text {New unit name:} entry $base.ent108 \ -font $fnt1 bind $base.ent108 { set nunt [.top106.ent108 get] } label $base.lab109 \ -borderwidth 1 -font $fnt1 \ -text {(Must start with a Capital letter)} label $base.lab110 \ -borderwidth 1 -font $fnt1 \ -text X label $base.lab111 \ -borderwidth 1 -font $fnt1 \ -text NewU -textvariable nunt label $base.lab112 \ -borderwidth 1 -font $fnt1 \ -text {= X } label $base.lab114 \ -borderwidth 1 -font $fnt1 \ -text {using dimentions:} entry $base.ent115 \ -font $fnt1 bind $base.ent115 { set dimm [.top106.ent115 get] } label $base.lab117 \ -borderwidth 1 -font $fnt1 \ -text OldU -textvariable dimm label $base.lab121 \ -borderwidth 1 -font $fnt1 \ -text * entry $base.ent122 label $base.lab123 \ -borderwidth 1 -font $fnt1 \ -text + entry $base.ent124 label $base.lab125 \ -borderwidth 1 -font $fnt1 \ -text OldU -textvariable dimm button $base.but126 \ -font $fnt1 -padx 9 -pady 3 \ -text add bind $base.but126 { exec ./addnewunit -u $units -add2 [.top106.ent124 get] -mult [.top106.ent122 get] -unit [.top106.ent115 get] -name [.top106.ent108 get] } label $base.lab131 \ -borderwidth 1 -font $fnt1 \ -text {this unit to} label $base.lab132 \ -background #f8eadf -borderwidth 1 \ -font $fnt1 -text mks.units \ -textvariable units label $base.lab133 \ -borderwidth 1 -font $fnt1 \ -text NewU -textvariable nunt label $base.lab135 \ -borderwidth 1 -font $fnt1 \ -text / label $base.lab136 \ -borderwidth 1 -font $fnt1 \ -text NewU -textvariable nunt label $base.lab138 \ -borderwidth 1 -font $fnt1 \ -relief groove -text {example: X Аf =XАf * 0.55555 Аc/Аf -17.7 Аc} button $base.but17 \ -font $fnt1 -padx 9 -pady 3 \ -text Ok bind $base.but17 { exec ./addnewunit -u $units -add2 [.top106.ent124 get] -mult [.top106.ent122 get] -unit [.top106.ent115 get] -name [.top106.ent108 get] wm withdraw .top106 } button $base.but18 \ -font $fnt1 -padx 9 -pady 3 \ -text Close bind $base.but18 { wm withdraw .top106 } button $base.but19 \ -font $fnt1 -padx 9 -pady 3 \ -text Cancel bind $base.but19 { wm withdraw .top106 } place $base.lab107 \ -x 5 -y 5 -width 86 -height 18 -anchor nw -bordermode ignore place $base.ent108 \ -x 95 -y 5 -width 93 -height 22 -anchor nw -bordermode ignore place $base.lab109 \ -x 195 -y 5 -width 171 -height 18 -anchor nw -bordermode ignore place $base.lab110 \ -x 25 -y 55 -width 16 -height 18 -anchor nw -bordermode ignore place $base.lab111 \ -x 55 -y 55 -width 36 -height 18 -anchor nw -bordermode ignore place $base.lab112 \ -x 100 -y 55 -width 36 -height 18 -anchor nw -bordermode ignore place $base.lab114 \ -x 10 -y 30 -width 101 -height 18 -anchor nw -bordermode ignore place $base.ent115 \ -x 105 -y 30 -width 178 -height 22 -anchor nw -bordermode ignore place $base.lab117 \ -x 250 -y 55 -width 61 -height 18 -anchor nw -bordermode ignore place $base.lab121 \ -x 180 -y 55 -width 16 -height 18 -anchor nw -bordermode ignore place $base.ent122 \ -x 195 -y 55 -width 53 -height 22 -anchor nw -bordermode ignore place $base.lab123 \ -x 375 -y 55 -width 16 -height 18 -anchor nw -bordermode ignore place $base.ent124 \ -x 395 -y 55 -width 53 -height 22 -anchor nw -bordermode ignore place $base.lab125 \ -x 450 -y 55 -width 61 -height 18 -anchor nw -bordermode ignore place $base.but126 \ -x 10 -y 90 -anchor nw -bordermode ignore place $base.lab131 \ -x 60 -y 90 -width 71 -height 18 -anchor nw -bordermode ignore place $base.lab132 \ -x 135 -y 90 -width 71 -height 18 -anchor nw -bordermode ignore place $base.lab133 \ -x 335 -y 55 -width 36 -height 18 -anchor nw -bordermode ignore place $base.lab135 \ -x 315 -y 55 -width 16 -height 18 -anchor nw -bordermode ignore place $base.lab136 \ -x 140 -y 55 -width 36 -height 18 -anchor nw -bordermode ignore place $base.lab138 \ -x 210 -y 90 -width 276 -height 18 -anchor nw -bordermode ignore place $base.but17 \ -x 10 -y 120 -anchor nw -bordermode ignore place $base.but18 \ -x 60 -y 120 -anchor nw -bordermode ignore place $base.but19 \ -x 125 -y 120 -anchor nw -bordermode ignore } proc vTclWindow.top17 {base} { global linn; global sc1; global fnt1; global fnt2; global fnt3; global res3; if {$base == ""} { set base .top17 } if {[winfo exists $base]} { wm deiconify $base; return } toplevel $base -class Toplevel \ -borderwidth 4 -relief groove wm focusmodel $base passive wm geometry $base 302x225+7+7 wm maxsize $base 1137 860 wm minsize $base 1 1 wm overrideredirect $base 0 wm resizable $base 1 1 wm deiconify $base wm title $base "UCalc" entry $base.ent18 \ -background #008404 -borderwidth 5 \ -font $fnt2 \ -foreground #000000 bind $base.ent18 { place .top17.lab66 -in .top17.ent18 -relx 0.3 -rely -1.0 } bind $base.ent18 { set linn [.top17.ent18 get] set res3 $linn catch {eval exec ./mc66 $sc1 $graucho -f $formula -u $units -q \"$linn\" -p $precs } res1 } bind $base.ent18 { place forget .top17.lab66 } label $base.lab20 \ -background #dfdb46 -borderwidth 1 \ -font $fnt1 -relief raised \ -text Question label $base.lab21 \ -background #dfdb46 -borderwidth 1 \ -font $fnt1 -relief raised \ -text Answer label $base.lab69 \ -background #dfdb34 -borderwidth 1 \ -font $fnt1 -relief raised \ -text {you type here the name of your own unit file} label $base.lab66 \ -background #dfdb22 -borderwidth 1 \ -font $fnt1 -relief raised \ -text {Write your question here} entry $base.ent22 \ -background #fe002a -borderwidth 4 -justify center -relief raised bind $base.ent22 { set units [.top17.ent22 get] } bind $base.ent22 { place .top17.lab69 -in .top17.ent22 -relx -2.5 -rely 1.0 } bind $base.ent22 { set units [.top17.ent22 get] } bind $base.ent22 { place forget .top17.lab69 } button $base.but32 \ -font $fnt1 \ -foreground #00002a -padx 9 -pady 3 -text MKS bind $base.but32 { set linn [.top17.ent18 get] set res3 $linn set units mks.units catch {eval exec ./mc66 $sc1 $graucho -f $formula -u mks.units -q \"$linn\" -p $precs} res1 } button $base.but33 \ -font $fnt1 \ -foreground #000000 -padx 9 -pady 3 -text CGS bind $base.but33 { set linn [.top17.ent18 get] set res3 $linn catch {eval exec ./mc66 $sc1 $graucho -f $formula -u cgs.units -q \"$linn\" -p $precs} res1 } button $base.but36 \ -font $fnt1 -padx 9 -pady 3 \ -text Quit bind $base.but36 { exit } label $base.lab38 \ -background #f4f4f6 -borderwidth 1 \ -font $fnt1 -relief raised \ -text mks.units -textvariable units button $base.but17 \ -font $fnt1 -padx 9 -pady 3 \ -text Clear bind $base.but17 { .top17.ent18 delete 0 [string length [.top17.ent18 get]] } label $base.cpd21 \ -background #dfdb46 -borderwidth 1 \ -font $fnt1 -relief raised \ -text {Units File} entry $base.ent65 \ -background #4668df -borderwidth 5 \ -font $fnt2 \ -textvariable res1 button $base.but75 \ -font $fnt1 -padx 9 -pady 3 \ -text Controls bind $base.but75 { wm deiconify .top18 wm deiconify .top20 wm deiconify .top56 wm deiconify .top79 wm deiconify .top106 } button $base.but18 \ -font $fnt1 -padx 9 -pady 3 \ -text {Hide Controls} bind $base.but18 { wm withdraw .top18 wm withdraw .top20 wm withdraw .top56 wm withdraw .top79 wm withdraw .top106 } button $base.but21 \ -font $fnt1 -padx 9 -pady 3 \ -text Defs bind $base.but21 { wm deiconify .top56 } button $base.but22 \ -font $fnt1 -padx 9 -pady 3 \ -text Define bind $base.but22 { wm deiconify .top106 } button $base.but23 \ -font $fnt1 -padx 9 -pady 3 \ -text Units bind $base.but23 { wm deiconify .top20 } button $base.but24 \ -font $fnt1 -padx 9 -pady 3 \ -text UControl bind $base.but24 { wm deiconify .top18 } button $base.but25 \ -font $fnt1 -padx 9 -pady 3 \ -text Prefixes bind $base.but25 { wm deiconify .top79 } button $base.but20 \ -font $fnt1 \ -foreground #000000 -padx 9 -pady 3 -text a+i*b bind $base.but20 { set graucho "-cr" set linn [.top17.ent18 get] set res3 $linn catch {eval exec ./mc66 $sc1 $graucho -f $formula -u $units -q \"$linn\" -p $precs } res1 } button $base.but26 \ -font $fnt1 \ -foreground #000000 -padx 9 -pady 3 -text R*exp(i*x) bind $base.but26 { set graucho "-ce" set linn [.top17.ent18 get] set res3 $linn catch {eval exec ./mc66 $sc1 $graucho -f $formula -u $units -q \"$linn\" -p $precs } res1 } label $base.lab17 \ -borderwidth 1 -font $fnt1 \ -foreground #d9d9d9 -text -ce -textvariable graucho button $base.but19 \ -font $fnt1 -padx 9 -pady 3 \ -text Fix bind $base.but19 { set sc1 -S3 set linn [.top17.ent18 get] set res3 $linn catch {eval exec ./mc66 $sc1 $graucho -f $formula -u $units -q \"$linn\" -p $precs} res1 } button $base.butnorm \ -font $fnt1 -padx 9 -pady 3 \ -text Norm bind $base.butnorm { set sc1 -S1 set linn [.top17.ent18 get] set res3 $linn catch {eval exec ./mc66 $sc1 $graucho -f $formula -u $units -q \"$linn\" -p $precs} res1 } button $base.butres \ -font $fnt1 -padx 9 -pady 3 \ -text Res bind $base.butres { .top17.ent18 insert [string length [.top17.ent18 get]] " " .top17.ent18 insert [string length [.top17.ent18 get]] $res1 .top17.ent18 insert [string length [.top17.ent18 get]] " " } button $base.butundo \ -font $fnt1 -padx 9 -pady 3 \ -text Undo bind $base.butundo { .top17.ent18 delete 0 [string length [.top17.ent18 get]] .top17.ent18 insert [string length [.top17.ent18 get]] $res3 } button $base.but27 \ -font $fnt1 -padx 9 -pady 3 \ -text Sci bind $base.but27 { set sc1 -S2 set linn [.top17.ent18 get] set res3 $linn catch {eval exec ./mc66 $sc1 $graucho -f $formula -u $units -q \"$linn\" -p $precs} res1 } button $base.but28 \ -font $fnt1 -padx 9 -pady 3 \ -text Clear bind $base.but28 { .top17.ent18 delete 0 [string length [.top17.ent18 get]] } place $base.ent18 \ -x 5 -y 20 -width 224 -height 43 -anchor nw -bordermode ignore place $base.lab20 \ -x 20 -y 5 -width 101 -height 18 -anchor nw -bordermode ignore place $base.lab21 \ -x 15 -y 90 -width 96 -height 18 -anchor nw -bordermode ignore place $base.ent22 \ -x 155 -y 60 -width 73 -height 32 -anchor nw -bordermode ignore place $base.but32 \ -x 85 -y 60 -width 73 -height 26 -anchor nw -bordermode ignore place $base.but33 \ -x 10 -y 60 -width 73 -height 26 -anchor nw -bordermode ignore place $base.but36 \ -x 200 -y 195 -width 94 -height 26 -anchor nw -bordermode ignore place $base.lab38 \ -x 100 -y 140 -width 101 -height 18 -anchor nw -bordermode ignore place $base.but17 \ -x 170 -y 165 -width 62 -height 26 -anchor nw -bordermode ignore place $base.cpd21 \ -x 20 -y 140 -width 84 -height 18 -anchor nw -bordermode ignore place $base.ent65 \ -x 5 -y 105 -width 288 -height 32 -anchor nw -bordermode ignore place $base.but75 \ -x 5 -y 155 -width 62 -height 26 -anchor nw -bordermode ignore place $base.but18 \ -x 65 -y 155 -width 105 -height 26 -anchor nw -bordermode ignore place $base.but21 \ -x 230 -y 5 -width 62 -height 26 -anchor nw -bordermode ignore place $base.but22 \ -x 235 -y 165 -width 62 -height 26 -anchor nw -bordermode ignore place $base.but23 \ -x 230 -y 30 -width 62 -height 26 -anchor nw -bordermode ignore place $base.but24 \ -x 230 -y 80 -width 62 -height 26 -anchor nw -bordermode ignore place $base.but25 \ -x 230 -y 55 -width 62 -height 26 -anchor nw -bordermode ignore place $base.but20 \ -x 3 -y 185 -width 70 -height 26 -anchor nw -bordermode ignore place $base.but26 \ -x 72 -y 185 -width 70 -height 26 -anchor nw -bordermode ignore place $base.lab17 \ -x 170 -y 200 -width 26 -height 18 -anchor nw -bordermode ignore place $base.but19 \ -x 200 -y 140 -width 32 -height 26 -anchor nw -bordermode ignore place $base.but27 \ -x 230 -y 140 -width 32 -height 26 -anchor nw -bordermode ignore place $base.butnorm \ -x 260 -y 140 -width 32 -height 26 -anchor nw -bordermode ignore place $base.butres \ -x 170 -y 190 -width 32 -height 32 -anchor nw -bordermode ignore place $base.butundo \ -x 140 -y 190 -width 32 -height 32 -anchor nw -bordermode ignore place $base.but28 \ -x 125 -y 5 -width 97 -height 16 -anchor nw -bordermode ignore } proc vTclWindow.top18 {base} { global linn; global sc1; global fnt1; global fnt2; global fnt3; global res3; if {$base == ""} { set base .top18 } if {[winfo exists $base]} { wm deiconify $base; return } toplevel $base -class Toplevel \ -background #0000f8 -borderwidth 4 -relief sunken wm focusmodel $base passive wm geometry $base 440x393+396+49 wm maxsize $base 1137 834 wm minsize $base 1 1 wm overrideredirect $base 0 wm resizable $base 0 0 wm deiconify $base wm title $base "UControl" canvas $base.can21 \ -background #009000 -borderwidth 4 -height 207 -relief sunken \ -width 295 bind $base.can21 { set message1 "You can also use the keyboard" } button $base.but22 \ -borderwidth 4 -font $fnt1 \ -padx 9 -pady 3 -text {Calculate MKS} bind $base.but22 { set linn [.top17.ent18 get] set res3 $linn set units mks.units catch {eval exec ./mc66 $sc1 $graucho -f $formula -u mks.units -q \"$linn\" -p $precs } res1 } button $base.but23 \ -borderwidth 4 -font $fnt1 \ -padx 9 -pady 3 -text {Calculate CGS} bind $base.but23 { set linn [.top17.ent18 get] set res3 $linn set units mks.units catch {eval exec ./mc66 $sc1 $graucho -f $formula -u cgs.units -q \"$linn\" -p $precs } res1 } entry $base.ent79 \ -background #df0c06 -borderwidth 4 -relief raised bind $base.ent79 { set units [.top18.ent79 get] } bind $base.ent79 { set message1 "You can use your own units file" } bind $base.ent79 { set units [.top18.ent79 get] } button $base.but82 \ -font $fnt1 -padx 9 -pady 3 \ -text 7 bind $base.but82 { .top17.ent18 insert [string length [.top17.ent18 get]] 7 } button $base.but83 \ -font $fnt1 -padx 9 -pady 3 \ -text 8 bind $base.but83 { .top17.ent18 insert [string length [.top17.ent18 get]] 8 } button $base.but84 \ -font $fnt1 -padx 9 -pady 3 \ -text 9 bind $base.but84 { .top17.ent18 insert [string length [.top17.ent18 get]] 9 } button $base.but85 \ -font $fnt1 -padx 9 -pady 3 \ -text * bind $base.but85 { .top17.ent18 insert [string length [.top17.ent18 get]] * } button $base.but86 \ -font $fnt1 -padx 9 -pady 3 \ -text 4 bind $base.but86 { .top17.ent18 insert [string length [.top17.ent18 get]] 4 } button $base.but87 \ -font $fnt1 -padx 9 -pady 3 \ -text 5 bind $base.but87 { .top17.ent18 insert [string length [.top17.ent18 get]] 5 } button $base.but88 \ -font $fnt1 -padx 9 -pady 3 \ -text 6 bind $base.but88 { .top17.ent18 insert [string length [.top17.ent18 get]] 6 } button $base.but89 \ -font $fnt1 -padx 9 -pady 3 \ -text / bind $base.but89 { .top17.ent18 insert [string length [.top17.ent18 get]] / } button $base.but90 \ -font $fnt1 -padx 9 -pady 3 \ -text 1 bind $base.but90 { .top17.ent18 insert [string length [.top17.ent18 get]] 1 } button $base.but91 \ -font $fnt1 -padx 9 -pady 3 \ -text 2 bind $base.but91 { .top17.ent18 insert [string length [.top17.ent18 get]] 2 } button $base.but92 \ -font $fnt1 -padx 9 -pady 3 \ -text 3 bind $base.but92 { .top17.ent18 insert [string length [.top17.ent18 get]] 3 } button $base.but94 \ -font $fnt1 -padx 8 -pady 3 \ -text - bind $base.but94 { .top17.ent18 insert [string length [.top17.ent18 get]] - } button $base.but95 \ -font $fnt1 -padx 9 -pady 3 \ -text . bind $base.but95 { .top17.ent18 insert [string length [.top17.ent18 get]] . } button $base.but96 \ -font $fnt1 -padx 9 -pady 3 \ -text 0 bind $base.but96 { .top17.ent18 insert [string length [.top17.ent18 get]] 0 } button $base.but97 \ -font $fnt1 -padx 9 -pady 3 \ -text = bind $base.but97 { set linn [.top17.ent18 get] set res3 $linn catch {eval exec ./mc66 $sc1 $graucho -f $formula -u $units -q \"$linn\" -p $precs} res1 } button $base.but98 \ -font $fnt1 -padx 9 -pady 3 \ -text + bind $base.but98 { .top17.ent18 insert [string length [.top17.ent18 get]] + } button $base.but17 \ -background #929292 \ -font $fnt1 -padx 9 -pady 3 \ -text Meter bind $base.but17 { .top17.ent18 insert [string length [.top17.ent18 get]] " Meter " } button $base.but19 \ -background #929292 \ -font $fnt1 -padx 9 -pady 3 \ -text Second bind $base.but19 { .top17.ent18 insert [string length [.top17.ent18 get]] " Sec " } button $base.but20 \ -background #929292 \ -font $fnt1 -padx 9 -pady 3 \ -text mol bind $base.but20 { .top17.ent18 insert [string length [.top17.ent18 get]] " Mol " } button $base.but21 \ -background #929292 \ -font $fnt1 -padx 9 -pady 3 \ -text Coulomb bind $base.but21 { .top17.ent18 insert [string length [.top17.ent18 get]] " Coulomb " } button $base.but24 \ -background #929292 \ -font $fnt1 -padx 9 -pady 3 \ -text Аk bind $base.but24 { .top17.ent18 insert [string length [.top17.ent18 get]] " Deg " } button $base.but28 \ -background #929292 \ -font $fnt1 -padx 9 -pady 3 \ -text Kg bind $base.but28 { .top17.ent18 insert [string length [.top17.ent18 get]] " Kg " } button $base.but31 \ -background #36ac1a \ -font $fnt1 -padx 9 -pady 3 \ -text Аc bind $base.but31 { .top17.ent18 insert [string length [.top17.ent18 get]] " Dc " } button $base.butcomm \ -font $fnt1 -padx 9 -pady 3 \ -text "," bind $base.butcomm { .top17.ent18 insert [string length [.top17.ent18 get]] " , " } button $base.but18 \ -font $fnt1 -padx 9 -pady 3 \ -text ( bind $base.but18 { .top17.ent18 insert [string length [.top17.ent18 get]] ( } button $base.but25 \ -font $fnt1 -padx 9 -pady 3 \ -text ) bind $base.but25 { .top17.ent18 insert [string length [.top17.ent18 get]] ) } canvas $base.can54 \ -background #00ac00 -borderwidth 4 -height 207 -relief sunken \ -width 295 bind $base.can54 { set message1 "4 memory cells you can use" } button $base.but61 \ -font $fnt1 -padx 9 -pady 3 \ -text Clear bind $base.but61 { .top17.ent18 delete 0 [string length [.top17.ent18 get]] } button $base.but62 \ -font $fnt1 -padx 9 -pady 3 \ -text M1-in bind $base.but62 { set mem1 [.top17.ent18 get] } button $base.but63 \ -font $fnt1 -padx 9 -pady 3 \ -text M1-out bind $base.but63 { .top17.ent18 insert [string length [.top17.ent18 get]] ( .top17.ent18 insert [string length [.top17.ent18 get]] $mem1 .top17.ent18 insert [string length [.top17.ent18 get]] ) } button $base.but64 \ -font $fnt1 -padx 9 -pady 3 \ -text M3-in bind $base.but64 { set mem3 [.top17.ent18 get] } button $base.but65 \ -font $fnt1 -padx 9 -pady 3 \ -text M3-out bind $base.but65 { .top17.ent18 insert [string length [.top17.ent18 get]] ( .top17.ent18 insert [string length [.top17.ent18 get]] $mem3 .top17.ent18 insert [string length [.top17.ent18 get]] ) } button $base.but66 \ -font $fnt1 -padx 9 -pady 3 \ -text M2-in bind $base.but66 { set mem2 [.top17.ent18 get] } button $base.but67 \ -font $fnt1 -padx 9 -pady 3 \ -text M2-out bind $base.but67 { .top17.ent18 insert [string length [.top17.ent18 get]] ( .top17.ent18 insert [string length [.top17.ent18 get]] $mem2 .top17.ent18 insert [string length [.top17.ent18 get]] ) } button $base.but68 \ -font $fnt1 -padx 9 -pady 3 \ -text M4-in bind $base.but68 { set mem4 [.top17.ent18 get] } button $base.but69 \ -font $fnt1 -padx 9 -pady 3 \ -text M4-out bind $base.but69 { .top17.ent18 insert [string length [.top17.ent18 get]] ( .top17.ent18 insert [string length [.top17.ent18 get]] $mem4 .top17.ent18 insert [string length [.top17.ent18 get]] ) } button $base.but70 \ -font $fnt1 -padx 9 -pady 3 \ -text PI=3.14... bind $base.but70 { .top17.ent18 insert [string length [.top17.ent18 get]] " 3.14159265359 " } button $base.but71 \ -font $fnt1 -padx 9 -pady 3 \ -text e=2.71... bind $base.but71 { .top17.ent18 insert [string length [.top17.ent18 get]] " 2.71828182846 " } label $base.lab72 \ -background #dfdb46 -borderwidth 1 \ -font $fnt1 -relief raised \ -text {Formula file} entry $base.ent73 \ -background #8edbdf -borderwidth 4 -highlightbackground #8cdbdf bind $base.ent73 { set message1 "You can use your own formula file" } bind $base.ent73 { set formula } label $base.lab74 \ -background #f0eef4 -borderwidth 1 \ -font $fnt1 -relief sunken \ -text general.formula -textvariable formula button $base.but76 \ -font $fnt1 -padx 9 -pady 3 \ -text Hide bind $base.but76 { wm withdraw .top18 } bind $base.but76 { set message1 "Hide this control panel" } canvas $base.can77 \ -background #785418 -borderwidth 2 -height 207 -relief sunken \ -width 355 button $base.but78 \ -font $fnt1 -padx 9 -pady 3 \ -text {log10 x} bind $base.but78 { .top17.ent18 insert [string length [.top17.ent18 get]] " lg10 " } bind $base.but78 { set message1 "lg10 100 =2" } button $base.butabs \ -font $fnt1 -padx 9 -pady 3 \ -text {abs x} bind $base.butabs { .top17.ent18 insert [string length [.top17.ent18 get]] " abs " } bind $base.butabs { set message1 "Absolute value" } button $base.butre \ -font $fnt1 -padx 9 -pady 3 \ -text {Re x} bind $base.butre { .top17.ent18 insert [string length [.top17.ent18 get]] " Re " } bind $base.butre { set message1 "Real part of x" } button $base.butim \ -font $fnt1 -padx 9 -pady 3 \ -text {Im x} bind $base.butim { .top17.ent18 insert [string length [.top17.ent18 get]] " Im " } bind $base.butim { set message1 "Imaginary part of x" } button $base.butconj \ -font $fnt1 -padx 9 -pady 3 \ -text {conj x} bind $base.butconj { .top17.ent18 insert [string length [.top17.ent18 get]] " conj " } bind $base.butconj { set message1 "Complex conjegated of x" } button $base.butphs \ -font $fnt1 -padx 9 -pady 3 \ -text {phase x} bind $base.butphs { .top17.ent18 insert [string length [.top17.ent18 get]] " phase " } bind $base.butphs { set message1 "Phase of x" } button $base.but79 \ -font $fnt1 -padx 9 -pady 3 \ -text {cos x} bind $base.but79 { .top17.ent18 insert [string length [.top17.ent18 get]] " cos " } bind $base.but79 { set message1 "cos x" } button $base.but80 \ -font $fnt1 -padx 9 -pady 3 \ -text {tan x} bind $base.but80 { .top17.ent18 insert [string length [.top17.ent18 get]] " tan " } bind $base.but80 { set message1 "tangent of x" } button $base.but81 \ -font $fnt1 -padx 9 -pady 3 \ -text {asin x} bind $base.but81 { .top17.ent18 insert [string length [.top17.ent18 get]] " asin " } bind $base.but81 { set message1 "arcsin x" } button $base.but93 \ -font $fnt1 -padx 9 -pady 3 \ -text {acos x} bind $base.but93 { .top17.ent18 insert [string length [.top17.ent18 get]] " acos " } bind $base.but93 { set message1 "arccos x" } button $base.but99 \ -font $fnt1 -padx 9 -pady 3 \ -text {atan x} bind $base.but99 { .top17.ent18 insert [string length [.top17.ent18 get]] " atan " } bind $base.but99 { set message1 "atan x = arctan x" } button $base.but100 \ -font $fnt1 -padx 9 -pady 3 \ -text {sqrt x} bind $base.but100 { .top17.ent18 insert [string length [.top17.ent18 get]] " sqrt " } bind $base.but100 { set message1 "sqrt 9 =3" } button $base.but101 \ -font $fnt1 -padx 9 -pady 3 \ -text x^Y bind $base.but101 { .top17.ent18 insert [string length [.top17.ent18 get]] " ^ " } bind $base.but101 { set message1 "2^4=16" } button $base.but102 \ -font $fnt1 -padx 9 -pady 3 \ -text {exp x} bind $base.but102 { .top17.ent18 insert [string length [.top17.ent18 get]] " exp " } bind $base.but102 { set message1 "exp 3 =2.71...^3" } button $base.but103 \ -font $fnt1 -padx 9 -pady 3 \ -text {log x Y} bind $base.but103 { .top17.ent18 insert [string length [.top17.ent18 get]] " log " } bind $base.but103 { set message1 "log 4 16 =2" } button $base.but104 \ -font $fnt1 -padx 9 -pady 3 \ -text {ln x} bind $base.but104 { .top17.ent18 insert [string length [.top17.ent18 get]] " ln " } bind $base.but104 { set message1 "ln (e^3) =3" } button $base.but110 \ -font $fnt1 -padx 9 -pady 3 \ -text x! bind $base.but110 { .top17.ent18 insert [string length [.top17.ent18 get]] " ! " } bind $base.but110 { set message1 "5!=1*2*3*4*5=120" } button $base.but111 \ -font $fnt1 -padx 9 -pady 3 \ -text "x Root of y " bind $base.but111 { .top17.ent18 insert [string length [.top17.ent18 get]] " root " } bind $base.but111 { set message1 "3 root 8 =2" } button $base.but112 \ -font $fnt1 -padx 9 -pady 3 \ -text {sin x} bind $base.but112 { .top17.ent18 insert [string length [.top17.ent18 get]] " sin " } bind $base.but112 { set message1 "sin x" } canvas $base.can113 \ -background #3adbdf -borderwidth 3 -height 207 -relief sunken \ -width 295 bind $base.can113 { .top17.ent18 insert [string length [.top17.ent18 get]] " R " } label $base.lab129 \ -background #dff020 -borderwidth 1 \ -font $fnt1 -relief raised \ -text {You can use your own formula file} -textvariable message1 button $base.but137 \ -font $fnt1 -padx 9 -pady 3 \ -text R bind $base.but137 { .top17.ent18 insert [string length [.top17.ent18 get]] " R " } bind $base.but137 { set message1 "Gas Constant" } button $base.but140 \ -font $fnt1 -padx 9 -pady 3 \ -text Kb bind $base.but140 { .top17.ent18 insert [string length [.top17.ent18 get]] " Kb " } bind $base.but140 { set message1 "Bolzman's constant" } button $base.but141 \ -font $fnt1 -padx 9 -pady 3 \ -text h bind $base.but141 { .top17.ent18 insert [string length [.top17.ent18 get]] " H " } bind $base.but141 { set message1 "Planck's constant" } button $base.but142 \ -font $fnt1 -padx 9 -pady 3 \ -text e bind $base.but142 { .top17.ent18 insert [string length [.top17.ent18 get]] " 1.602307e-19 Coulomb " } bind $base.but142 { set message1 "Elementry Charge (absolute value)" } button $base.but143 \ -font $fnt1 -padx 9 -pady 3 \ -text g bind $base.but143 { .top17.ent18 insert [string length [.top17.ent18 get]] " 9.807 M * (1 Sec^-2) " } bind $base.but143 { set message1 "Standard acceleration of gravity" } button $base.but144 \ -font $fnt1 -padx 9 -pady 3 \ -text Na bind $base.but144 { .top17.ent18 insert [string length [.top17.ent18 get]] " Na " } bind $base.but144 { set message1 "Avogadro's constant" } button $base.but145 \ -font $fnt1 -padx 9 -pady 3 \ -text C bind $base.but145 { .top17.ent18 insert [string length [.top17.ent18 get]] " Cl " } bind $base.but145 { set message1 "Speed of light in vacuum" } button $base.but146 \ -font $fnt1 -padx 9 -pady 3 \ -text E0 bind $base.but146 { .top17.ent18 insert [string length [.top17.ent18 get]] " 8.854*(1 M^-3)*(1 Kg^-1)*(1 Sec^2)*(1 Coulomb^2) " } bind $base.but146 { set message1 "Epsillon 0 - permittivity of vacuum" } button $base.but147 \ -font $fnt1 -padx 9 -pady 3 \ -text F bind $base.but147 { .top17.ent18 insert [string length [.top17.ent18 get]] " 9.648E4 Coulomb * (1 Mol^-1) " } bind $base.but147 { set message1 "Farraday's constant" } button $base.but148 \ -font $fnt1 -padx 9 -pady 3 \ -text 2P bind $base.but148 { .top17.ent18 insert [string length [.top17.ent18 get]] " 6.28318530718 " } bind $base.but148 { set message1 "2Pi" } button $base.but149 \ -font $fnt1 -padx 9 -pady 3 \ -text me bind $base.but149 { .top17.ent18 insert [string length [.top17.ent18 get]] " 9.107468e-31 Kg " } bind $base.but149 { set message1 "Rest mass of an electron" } button $base.but150 \ -font $fnt1 -padx 9 -pady 3 \ -text a0 bind $base.but150 { .top17.ent18 insert [string length [.top17.ent18 get]] " 5.292e-11 Meter " } bind $base.but150 { set message1 "Bohr's Radius" } label $base.lab19 \ -borderwidth 1 -font $fnt1 \ -relief raised -text Precsision button $base.but45 \ -font $fnt1 -padx 9 -pady 3 \ -text units bind $base.but45 { wm deiconify .top20 } button $base.but72 \ -font $fnt1 -padx 9 -pady 3 \ -text Conf bind $base.but72 { wm deiconify .top56 } button $base.but26 \ -font $fnt1 -padx 9 -pady 3 \ -text А bind $base.but26 { .top17.ent18 insert [string length [.top17.ent18 get]] " Dg " } bind $base.but26 { set message1 "Converts to Degrees Radians are default " } button $base.but36 \ -font $fnt1 -padx 9 -pady 3 \ -text 1/x bind $base.but36 { .top17.ent18 insert [string length [.top17.ent18 get]] " ^-1 " } bind $base.but36 { set message1 "2 (1/x) = 0.5" } button $base.but27 \ -font $fnt1 -padx 9 -pady 3 \ -text E bind $base.but27 { .top17.ent18 insert [string length [.top17.ent18 get]] "e" } button $base.but105 \ -font $fnt1 -padx 9 -pady 3 \ -text Prefixes bind $base.but105 { wm deiconify .top79 } button $base.but29 \ -font $fnt1 -padx 9 -pady 3 \ -text i bind $base.but29 { .top17.ent18 insert [string length [.top17.ent18 get]] i } bind $base.but29 { set message1 "i = (-1)^0.5 " } label $base.lab17 \ -borderwidth 1 -font $fnt1 \ -relief raised -text 9 -textvariable precs button $base.but30 \ -font $fnt1 -padx 9 -pady 3 \ -text > bind $base.but30 { set precs [expr $precs + 1] } button $base.but32 \ -font $fnt1 -padx 9 -pady 3 \ -text < bind $base.but32 { set precs [expr $precs - 1] } place $base.can21 \ -x 15 -y 0 -width 106 -height 168 -anchor nw -bordermode ignore place $base.but22 \ -x 120 -y 145 -width 112 -height 32 -anchor nw -bordermode ignore place $base.but23 \ -x 120 -y 175 -width 112 -height 32 -anchor nw -bordermode ignore place $base.ent79 \ -x 120 -y 205 -width 112 -height 32 -anchor nw -bordermode ignore place $base.but82 \ -x 30 -y 10 -width 22 -height 30 -anchor nw -bordermode ignore place $base.but83 \ -x 50 -y 10 -width 22 -height 30 -anchor nw -bordermode ignore place $base.but84 \ -x 70 -y 10 -width 22 -height 30 -anchor nw -bordermode ignore place $base.but85 \ -x 90 -y 10 -width 22 -height 30 -anchor nw -bordermode ignore place $base.but86 \ -x 30 -y 40 -width 22 -height 30 -anchor nw -bordermode ignore place $base.but87 \ -x 50 -y 40 -width 22 -height 30 -anchor nw -bordermode ignore place $base.but88 \ -x 70 -y 40 -width 22 -height 30 -anchor nw -bordermode ignore place $base.but89 \ -x 90 -y 40 -width 22 -height 30 -anchor nw -bordermode ignore place $base.but90 \ -x 30 -y 70 -width 22 -height 30 -anchor nw -bordermode ignore place $base.but91 \ -x 50 -y 70 -width 22 -height 30 -anchor nw -bordermode ignore place $base.but92 \ -x 70 -y 70 -width 22 -height 30 -anchor nw -bordermode ignore place $base.but94 \ -x 90 -y 70 -width 22 -height 30 -anchor nw -bordermode ignore place $base.but95 \ -x 30 -y 100 -width 22 -height 30 -anchor nw -bordermode ignore place $base.but96 \ -x 50 -y 100 -width 22 -height 30 -anchor nw -bordermode ignore place $base.but97 \ -x 70 -y 100 -width 22 -height 30 -anchor nw -bordermode ignore place $base.but98 \ -x 90 -y 100 -width 22 -height 30 -anchor nw -bordermode ignore place $base.but17 \ -x 125 -y 10 -width 50 -height 30 -anchor nw -bordermode ignore place $base.but19 \ -x 125 -y 70 -width 50 -height 30 -anchor nw -bordermode ignore place $base.but20 \ -x 180 -y 70 -width 50 -height 30 -anchor nw -bordermode ignore place $base.but21 \ -x 180 -y 10 -width 50 -height 30 -anchor nw -bordermode ignore place $base.but24 \ -x 180 -y 40 -width 50 -height 30 -anchor nw -bordermode ignore place $base.but28 \ -x 125 -y 40 -width 50 -height 30 -anchor nw -bordermode ignore place $base.but31 \ -x 145 -y 110 -width 25 -height 30 -anchor nw -bordermode ignore place $base.butcomm \ -x 120 -y 110 -width 25 -height 30 -anchor nw -bordermode ignore place $base.but18 \ -x 30 -y 130 -width 22 -height 30 -anchor nw -bordermode ignore place $base.but25 \ -x 50 -y 130 -width 22 -height 30 -anchor nw -bordermode ignore place $base.can54 \ -x 6 -y 170 -width 106 -height 138 -anchor nw -bordermode ignore place $base.but61 \ -x 190 -y 110 -width 37 -height 30 -anchor nw -bordermode ignore place $base.but62 \ -x 11 -y 180 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but63 \ -x 60 -y 180 -width 46 -height 30 -anchor nw -bordermode ignore place $base.but64 \ -x 11 -y 240 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but65 \ -x 59 -y 240 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but66 \ -x 11 -y 210 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but67 \ -x 59 -y 210 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but68 \ -x 11 -y 270 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but69 \ -x 59 -y 270 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but70 \ -x 170 -y 240 -width 60 -height 30 -anchor nw -bordermode ignore place $base.but71 \ -x 170 -y 270 -width 60 -height 30 -anchor nw -bordermode ignore place $base.lab72 \ -x 10 -y 320 -anchor nw -bordermode ignore place $base.ent73 \ -x 10 -y 335 -width 148 -height 27 -anchor nw -bordermode ignore place $base.lab74 \ -x 10 -y 360 -width 146 -height 18 -anchor nw -bordermode ignore place $base.but76 \ -x 175 -y 305 -width 47 -height 38 -anchor nw -bordermode ignore place $base.can77 \ -x 237 -y 150 -width 200 -height 171 -anchor nw -bordermode ignore place $base.but78 \ -x 290 -y 190 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but79 \ -x 245 -y 280 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but80 \ -x 290 -y 280 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but81 \ -x 245 -y 250 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but93 \ -x 335 -y 250 -width 47 -height 30 -anchor nw -bordermode ignore place $base.butabs \ -x 382 -y 160 -width 47 -height 30 -anchor nw -bordermode ignore place $base.butre \ -x 382 -y 190 -width 47 -height 30 -anchor nw -bordermode ignore place $base.butim \ -x 382 -y 220 -width 47 -height 30 -anchor nw -bordermode ignore place $base.butphs \ -x 382 -y 250 -width 47 -height 30 -anchor nw -bordermode ignore place $base.butconj \ -x 382 -y 280 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but99 \ -x 290 -y 250 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but100 \ -x 290 -y 220 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but101 \ -x 245 -y 220 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but102 \ -x 245 -y 160 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but103 \ -x 335 -y 190 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but104 \ -x 245 -y 190 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but110 \ -x 290 -y 160 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but111 \ -x 335 -y 220 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but112 \ -x 335 -y 280 -width 47 -height 30 -anchor nw -bordermode ignore place $base.can113 \ -x 240 -y 5 -width 157 -height 136 -anchor nw -bordermode ignore place $base.lab129 \ -x 160 -y 350 -width 237 -height 30 -anchor nw -bordermode ignore place $base.but137 \ -x 295 -y 70 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but140 \ -x 295 -y 40 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but141 \ -x 250 -y 40 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but142 \ -x 340 -y 70 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but143 \ -x 295 -y 10 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but144 \ -x 295 -y 100 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but145 \ -x 250 -y 100 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but146 \ -x 250 -y 70 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but147 \ -x 340 -y 100 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but148 \ -x 340 -y 40 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but149 \ -x 250 -y 10 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but150 \ -x 340 -y 10 -width 47 -height 30 -anchor nw -bordermode ignore place $base.lab19 \ -x 235 -y 325 -width 61 -height 20 -anchor nw -bordermode ignore place $base.but45 \ -x 120 -y 270 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but72 \ -x 120 -y 240 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but26 \ -x 170 -y 110 -width 22 -height 30 -anchor nw -bordermode ignore place $base.but36 \ -x 335 -y 160 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but27 \ -x 70 -y 130 -width 22 -height 30 -anchor nw -bordermode ignore place $base.but105 \ -x 120 -y 300 -width 47 -height 30 -anchor nw -bordermode ignore place $base.but29 \ -x 90 -y 130 -width 22 -height 30 -anchor nw -bordermode ignore place $base.lab17 \ -x 315 -y 325 -width 61 -height 20 -anchor nw -bordermode ignore place $base.but30 \ -x 375 -y 325 -width 22 -height 20 -anchor nw -bordermode ignore place $base.but32 \ -x 295 -y 325 -width 22 -height 20 -anchor nw -bordermode ignore } proc vTclWindow.top19 {base} { global linn; global sc1; global fnt1; global fnt2; global fnt3; global res3; if {$base == ""} { set base .top19 } if {[winfo exists $base]} { wm deiconify $base; return } toplevel $base -class Toplevel \ -background #dfdb22 wm focusmodel $base active wm geometry $base 436x456+0+264 wm maxsize $base 1137 834 wm minsize $base 1 1 wm overrideredirect $base 0 wm resizable $base 1 1 wm deiconify $base wm title $base "Message" label $base.lab21 \ -background #df22df -borderwidth 1 \ -font $fnt3 -relief raised \ -text {and program updates} label $base.lab22 \ -background #df22df -borderwidth 1 \ -font $fnt3 -relief raised \ -text {You will get an improved set of units} label $base.lab23 \ -background #df22df -borderwidth 1 \ -font $fnt2 -relief raised \ -text {2 Giv'at beit hakerem st. Jerusalem ISRAEL} label $base.lab24 \ -background #df22df -borderwidth 1 \ -font $fnt3 -relief raised \ -text {Ortal Alpert} label $base.lab25 \ -background #df22df -borderwidth 1 \ -font $fnt3 -relief raised \ -text {and another utility} label $base.lab26 \ -background #df22df -borderwidth 1 \ -font $fnt3 -relief raised \ -text {If you want to use it after this time} label $base.lab27 \ -background #df22df -borderwidth 1 \ -font $fnt3 -relief raised \ -text {Usage licence} label $base.lab28 \ -background #df22df -borderwidth 1 \ -font $fnt3 -relief raised \ -text {This program comes with 45 Days} label $base.lab29 \ -background #df22df -borderwidth 1 \ -font $fnt2 -relief raised \ -text {Bug reports -> ortal@batata.fh.huji.ac.il} label $base.lab20 \ -background #df22df -borderwidth 1 \ -font $fnt3 -relief raised \ -text {that will help you define more units} label $base.lab30 \ -background #df22df -borderwidth 1 \ -font $fnt3 -relief raised \ -text {To register you have to send 10US$ to:} label $base.lab31 \ -background #df22df -borderwidth 1 \ -font $fnt3 -relief raised \ -text {You have to be a registered user} label $base.lab17 \ -background #df22df -borderwidth 1 \ -font $fnt3 -relief raised \ -text {and get your copy for free} label $base.lab18 \ -background #df22df -borderwidth 1 \ -font $fnt3 -relief raised \ -text {Or , have 3 other people register} place $base.lab21 \ -x 30 -y 255 -width 376 -height 28 -anchor nw -bordermode ignore place $base.lab22 \ -x 30 -y 225 -width 376 -height 28 -anchor nw -bordermode ignore place $base.lab23 \ -x 30 -y 195 -width 376 -height 28 -anchor nw -bordermode ignore place $base.lab24 \ -x 30 -y 165 -width 376 -height 28 -anchor nw -bordermode ignore place $base.lab25 \ -x 30 -y 285 -width 376 -height 28 -anchor nw -bordermode ignore place $base.lab26 \ -x 30 -y 75 -width 376 -height 28 -anchor nw -bordermode ignore place $base.lab27 \ -x 30 -y 45 -width 376 -height 28 -anchor nw -bordermode ignore place $base.lab28 \ -x 30 -y 15 -width 376 -height 28 -anchor nw -bordermode ignore place $base.lab29 \ -x 30 -y 405 -width 376 -height 28 -anchor nw -bordermode ignore place $base.lab20 \ -x 30 -y 315 -width 376 -height 28 -anchor nw -bordermode ignore place $base.lab30 \ -x 30 -y 135 -width 376 -height 28 -anchor nw -bordermode ignore place $base.lab31 \ -x 30 -y 105 -width 376 -height 28 -anchor nw -bordermode ignore place $base.lab17 \ -x 30 -y 375 -width 376 -height 28 -anchor nw -bordermode ignore place $base.lab18 \ -x 30 -y 345 -width 376 -height 28 -anchor nw -bordermode ignore } proc vTclWindow.top20 {base} { global linn; global sc1; global fnt1; global fnt2; global fnt3; global res3; if {$base == ""} { set base .top20 } if {[winfo exists $base]} { wm deiconify $base; return } toplevel $base -class Toplevel \ -background #383cdf -borderwidth 3 -relief groove wm focusmodel $base passive wm geometry $base 236x416+412+16 wm maxsize $base 1137 834 wm minsize $base 1 1 wm overrideredirect $base 0 wm resizable $base 1 1 wm deiconify $base wm title $base "More Units" button $base.but23 \ -font $fnt1 -padx 9 -pady 3 \ -text Horsepower bind $base.but23 { .top17.ent18 insert [string length [.top17.ent18 get]] " Horsepower " } button $base.but24 \ -font $fnt1 -padx 9 -pady 3 \ -text Kcal bind $base.but24 { .top17.ent18 insert [string length [.top17.ent18 get]] " Kcal " } button $base.but25 \ -font $fnt1 -padx 9 -pady 3 \ -text Cm^-1 bind $base.but25 { .top17.ent18 insert [string length [.top17.ent18 get]] " Cm1 " } button $base.but26 \ -font $fnt1 -padx 9 -pady 3 \ -text Calorie bind $base.but26 { .top17.ent18 insert [string length [.top17.ent18 get]] " Cal " } button $base.but27 \ -font $fnt1 -padx 9 -pady 3 \ -text Ev bind $base.but27 { .top17.ent18 insert [string length [.top17.ent18 get]] " Ev " } button $base.but28 \ -font $fnt1 -padx 9 -pady 3 \ -text Hartree bind $base.but28 { .top17.ent18 insert [string length [.top17.ent18 get]] " Hartree " } button $base.but29 \ -font $fnt1 -padx 9 -pady 3 \ -text Erg bind $base.but29 { .top17.ent18 insert [string length [.top17.ent18 get]] " Erg " } button $base.but30 \ -font $fnt1 -padx 9 -pady 3 \ -text Liter bind $base.but30 { .top17.ent18 insert [string length [.top17.ent18 get]] " Liter " } button $base.but31 \ -font $fnt1 -padx 9 -pady 3 \ -text Angstrom bind $base.but31 { .top17.ent18 insert [string length [.top17.ent18 get]] " A0 " } button $base.but32 \ -font $fnt1 -padx 9 -pady 3 \ -text Inch bind $base.but32 { .top17.ent18 insert [string length [.top17.ent18 get]] " Inch " } button $base.but33 \ -font $fnt1 -padx 9 -pady 3 \ -text Ohm bind $base.but33 { .top17.ent18 insert [string length [.top17.ent18 get]] " Ohm " } button $base.but34 \ -font $fnt1 -padx 9 -pady 3 \ -text Volt bind $base.but34 { .top17.ent18 insert [string length [.top17.ent18 get]] " Volt " } button $base.but35 \ -font $fnt1 -padx 9 -pady 3 \ -text Amper bind $base.but35 { .top17.ent18 insert [string length [.top17.ent18 get]] " Amper " } button $base.butob \ -font $fnt1 -padx 9 -pady 3 \ -text \173 bind $base.butob { .top17.ent18 insert [string length [.top17.ent18 get]] " \173 " } button $base.butcb \ -font $fnt1 -padx 9 -pady 3 \ -text \175 bind $base.butcb { .top17.ent18 insert [string length [.top17.ent18 get]] " \175 " } button $base.but36 \ -font $fnt1 -padx 9 -pady 3 \ -text Watt bind $base.but36 { .top17.ent18 insert [string length [.top17.ent18 get]] " Watt " } button $base.but37 \ -font $fnt1 -padx 9 -pady 3 \ -text Joule bind $base.but37 { .top17.ent18 insert [string length [.top17.ent18 get]] " Joule " } button $base.but38 \ -font $fnt1 -padx 9 -pady 3 \ -text {M Cube} bind $base.but38 { .top17.ent18 insert [string length [.top17.ent18 get]] "*1M^3 " } button $base.but39 \ -font $fnt1 -padx 9 -pady 3 \ -text Newton bind $base.but39 { .top17.ent18 insert [string length [.top17.ent18 get]] " *((1 Meter Kg)*(1 Sec^-2)) " } button $base.but40 \ -font $fnt1 -padx 9 -pady 3 \ -text Torr bind $base.but40 { .top17.ent18 insert [string length [.top17.ent18 get]] " Torr " } button $base.but41 \ -font $fnt1 -padx 9 -pady 3 \ -text Bar bind $base.but41 { .top17.ent18 insert [string length [.top17.ent18 get]] " Bar " } button $base.but42 \ -font $fnt1 -padx 9 -pady 3 \ -text Dyn bind $base.but42 { .top17.ent18 insert [string length [.top17.ent18 get]] " Dyn " } button $base.but43 \ -font $fnt1 -padx 9 -pady 3 \ -text CC bind $base.but43 { .top17.ent18 insert [string length [.top17.ent18 get]] " Cc " } button $base.but44 \ -font $fnt1 -padx 9 -pady 3 \ -text Hide bind $base.but44 { wm withdraw .top20 } button $base.but47 \ -background #020202 \ -font $fnt1 \ -foreground #ec0000 -padx 9 -pady 3 -text {Convert to ...} bind $base.but47 { set conv1 [.top17.ent18 get] .top17.ent18 delete 0 [string length [.top17.ent18 get]] place .top20.but48 \ -x 10 -y 380 -width 112 -height 32 -anchor nw -bordermode ignore .top20.but48 flash } button $base.but48 \ -background #020202 \ -font $fnt1 \ -foreground #ec0000 -padx 9 -pady 3 -relief sunken -text Calculate bind $base.but48 { place forget .top20.but48 set conv2 [.top17.ent18 get] .top17.ent18 delete 0 [string length [.top17.ent18 get]] .top17.ent18 insert [string length [.top17.ent18 get]] " (" .top17.ent18 insert [string length [.top17.ent18 get]] $conv1 .top17.ent18 insert [string length [.top17.ent18 get]] " - 0 " .top17.ent18 insert [string length [.top17.ent18 get]] $conv2 .top17.ent18 insert [string length [.top17.ent18 get]] " )/(1 " .top17.ent18 insert [string length [.top17.ent18 get]] $conv2 .top17.ent18 insert [string length [.top17.ent18 get]] " -0 " .top17.ent18 insert [string length [.top17.ent18 get]] $conv2 .top17.ent18 insert [string length [.top17.ent18 get]] ") " set linn [.top17.ent18 get] catch {eval exec ./mc66 $sc1 $graucho -f $formula -u $units -q \"$linn\" -p $precs } res1 .top17.ent65 insert [string length [.top17.ent65 get]] $conv2 .top17.ent18 delete 0 [string length [.top17.ent18 get]] .top17.ent18 insert [string length [.top17.ent18 get]] $conv1 } label $base.lab52 \ -borderwidth 1 -font $fnt1 \ -relief raised -text {To conver units} label $base.lab53 \ -borderwidth 1 -font $fnt1 \ -relief raised -text {press "Convert to ..."} label $base.lab54 \ -borderwidth 1 -font $fnt1 \ -relief raised -text {Choose your unit} label $base.lab55 \ -borderwidth 1 -font $fnt1 \ -relief raised -text {and press Calculate} button $base.but17 \ -font $fnt1 -padx 9 -pady 3 \ -text Degree bind $base.but17 { .top17.ent18 insert [string length [.top17.ent18 get]] " Dg " } button $base.but18 \ -font $fnt1 -padx 9 -pady 3 \ -text Grad bind $base.but18 { .top17.ent18 insert [string length [.top17.ent18 get]] " Grad " } button $base.but49 \ -font $fnt1 -padx 9 -pady 3 \ -text Degree button $base.but50 \ -font $fnt1 -padx 9 -pady 3 \ -text Cm bind $base.but50 { .top17.ent18 insert [string length [.top17.ent18 get]] " Cm " } frame $base.cpd32 \ -borderwidth 1 -height 30 -relief raised -width 30 button $base.cpd32.but34 \ -font $fnt1 -padx 9 -pady 3 \ -text Hour bind $base.cpd32.but34 { .top17.ent18 insert [string length [.top17.ent18 get]] " Hour " } button $base.cpd32.but38 \ -font $fnt1 -padx 9 -pady 3 \ -text Micron bind $base.cpd32.but38 { .top17.ent18 insert [string length [.top17.ent18 get]] " Micron " } button $base.cpd32.but39 \ -font $fnt1 -padx 9 -pady 3 \ -text KJ bind $base.cpd32.but39 { .top17.ent18 insert [string length [.top17.ent18 get]] " KJoule " } button $base.cpd32.but40 \ -font $fnt1 -padx 9 -pady 3 \ -text Psec bind $base.cpd32.but40 { .top17.ent18 insert [string length [.top17.ent18 get]] " Ps " } button $base.cpd32.but41 \ -font $fnt1 -padx 9 -pady 3 \ -text Year bind $base.cpd32.but41 { .top17.ent18 insert [string length [.top17.ent18 get]] " Year " } button $base.cpd32.but42 \ -font $fnt1 -padx 9 -pady 3 \ -text Week bind $base.cpd32.but42 { .top17.ent18 insert [string length [.top17.ent18 get]] " Week " } button $base.cpd32.but43 \ -font $fnt1 -padx 9 -pady 3 \ -text Day bind $base.cpd32.but43 { .top17.ent18 insert [string length [.top17.ent18 get]] " Day " } button $base.cpd32.but44 \ -font $fnt1 -padx 9 -pady 3 \ -text Amu bind $base.cpd32.but44 { .top17.ent18 insert [string length [.top17.ent18 get]] " Amu " } button $base.cpd32.but45 \ -font $fnt1 -padx 9 -pady 3 \ -text Pound bind $base.cpd32.but45 { .top17.ent18 insert [string length [.top17.ent18 get]] " Pound " } button $base.cpd32.but46 \ -font $fnt1 -padx 9 -pady 3 \ -text Pascal bind $base.cpd32.but46 { .top17.ent18 insert [string length [.top17.ent18 get]] " Pascal " } button $base.cpd32.but47 \ -font $fnt1 -padx 9 -pady 3 \ -text Minute bind $base.cpd32.but47 { .top17.ent18 insert [string length [.top17.ent18 get]] " Minute " } button $base.cpd32.but48 \ -font $fnt1 -padx 9 -pady 3 \ -text M/Sec bind $base.cpd32.but48 { .top17.ent18 insert [string length [.top17.ent18 get]] " Mps " } button $base.cpd32.but17 \ -font $fnt1 -padx 9 -pady 3 \ -text Km/H bind $base.cpd32.but17 { .top17.ent18 insert [string length [.top17.ent18 get]] " Kmph " } button $base.cpd32.but18 \ -font $fnt1 -padx 9 -pady 3 \ -text Cm/s bind $base.cpd32.but18 { .top17.ent18 insert [string length [.top17.ent18 get]] " Cmps " } button $base.cpd32.but19 \ -font $fnt1 -padx 9 -pady 3 \ -text Аf bind $base.cpd32.but19 { .top17.ent18 insert [string length [.top17.ent18 get]] " Df " } button $base.but52 \ -font $fnt1 -padx 9 -pady 3 \ -text More bind $base.but52 { place .top20.cpd32 -x 40 -y 280 -width 163 -height 136 -anchor nw -bordermode ignore } button $base.but53 \ -font $fnt1 -padx 9 -pady 3 \ -text Less bind $base.but53 { place forget .top20.cpd32 } place $base.but23 \ -x 85 -y 10 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but24 \ -x 10 -y 70 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but25 \ -x 10 -y 190 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but26 \ -x 10 -y 100 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but27 \ -x 10 -y 160 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but28 \ -x 10 -y 130 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but29 \ -x 10 -y 40 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but30 \ -x 160 -y 170 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but31 \ -x 85 -y 105 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but32 \ -x 85 -y 75 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but33 \ -x 160 -y 295 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but34 \ -x 160 -y 265 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but35 \ -x 160 -y 235 -width 62 -height 30 -anchor nw -bordermode ignore place $base.butob \ -x 110 -y 235 -width 26 -height 30 -anchor nw -bordermode ignore place $base.butcb \ -x 136 -y 235 -width 26 -height 30 -anchor nw -bordermode ignore place $base.but36 \ -x 85 -y 40 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but37 \ -x 10 -y 10 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but38 \ -x 160 -y 140 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but39 \ -x 160 -y 10 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but40 \ -x 85 -y 170 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but41 \ -x 85 -y 200 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but42 \ -x 160 -y 40 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but43 \ -x 160 -y 200 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but44 \ -x 180 -y 360 -width 49 -height 38 -anchor nw -bordermode ignore place $base.but47 \ -x 10 -y 345 -width 112 -height 32 -anchor nw -bordermode ignore place $base.lab52 \ -x 10 -y 265 -width 136 -height 20 -anchor nw -bordermode ignore place $base.lab53 \ -x 10 -y 285 -width 136 -height 20 -anchor nw -bordermode ignore place $base.lab54 \ -x 10 -y 305 -width 136 -height 20 -anchor nw -bordermode ignore place $base.lab55 \ -x 10 -y 325 -width 136 -height 20 -anchor nw -bordermode ignore place $base.but17 \ -x 160 -y 75 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but18 \ -x 160 -y 105 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but49 \ -x 160 -y 75 -width 62 -height 30 -anchor nw -bordermode ignore place $base.but50 \ -x 85 -y 135 -width 62 -height 31 -anchor nw -bordermode ignore place $base.cpd32.but34 \ -x 5 -y 5 -width 52 -height 26 -anchor nw -bordermode ignore place $base.cpd32.but38 \ -x 55 -y 80 -width 52 -height 26 -anchor nw -bordermode ignore place $base.cpd32.but39 \ -x 5 -y 80 -width 52 -height 26 -anchor nw -bordermode ignore place $base.cpd32.but40 \ -x 55 -y 30 -width 52 -height 26 -anchor nw -bordermode ignore place $base.cpd32.but41 \ -x 55 -y 5 -width 52 -height 26 -anchor nw -bordermode ignore place $base.cpd32.but42 \ -x 105 -y 5 -width 52 -height 26 -anchor nw -bordermode ignore place $base.cpd32.but43 \ -x 105 -y 30 -width 52 -height 26 -anchor nw -bordermode ignore place $base.cpd32.but44 \ -x 55 -y 55 -width 52 -height 26 -anchor nw -bordermode ignore place $base.cpd32.but45 \ -x 5 -y 55 -width 52 -height 26 -anchor nw -bordermode ignore place $base.cpd32.but46 \ -x 105 -y 55 -width 52 -height 26 -anchor nw -bordermode ignore place $base.cpd32.but47 \ -x 5 -y 30 -width 52 -height 26 -anchor nw -bordermode ignore place $base.cpd32.but48 \ -x 105 -y 80 -width 52 -height 26 -anchor nw -bordermode ignore place $base.cpd32.but17 \ -x 5 -y 105 -width 52 -height 26 -anchor nw -bordermode ignore place $base.cpd32.but18 \ -x 55 -y 105 -width 52 -height 26 -anchor nw -bordermode ignore place $base.cpd32.but19 \ -x 105 -y 105 -width 52 -height 26 -anchor nw -bordermode ignore place $base.but52 \ -x 3 -y 235 -width 52 -height 26 -anchor nw -bordermode ignore place $base.but53 \ -x 55 -y 235 -width 52 -height 26 -anchor nw -bordermode ignore } proc vTclWindow.top56 {base} { global linn; global sc1; global fnt1; global fnt2; global fnt3; global res3; if {$base == ""} { set base .top56 } if {[winfo exists $base]} { wm deiconify $base; return } toplevel $base -class Toplevel \ -background #261e76 wm focusmodel $base passive wm geometry $base 178x282+429+79 wm maxsize $base 1137 834 wm minsize $base 1 1 wm overrideredirect $base 0 wm resizable $base 1 1 wm deiconify $base wm title $base "Your defs" canvas $base.can57 \ -background #7a363a -borderwidth 4 -height 207 -relief raised \ -width 295 entry $base.ent58 \ -background #2ed21c bind $base.ent58 { .top17.ent18 insert [string length [.top17.ent18 get]] [.top56.ent58 get] } bind $base.ent58 { .top17.ent18 insert [string length [.top17.ent18 get]] [.top56.ent58 get] } entry $base.ent59 \ -background #2ed21c bind $base.ent59 { .top17.ent18 insert [string length [.top17.ent18 get]] [.top56.ent59 get] } bind $base.ent59 { .top17.ent18 insert [string length [.top17.ent18 get]] [.top56.ent59 get] } entry $base.ent60 \ -background #2ed21c bind $base.ent60 { .top17.ent18 insert [string length [.top17.ent18 get]] [.top56.ent60 get] } bind $base.ent60 { .top17.ent18 insert [string length [.top17.ent18 get]] [.top56.ent60 get] } entry $base.ent61 \ -background #2ed21c bind $base.ent61 { .top17.ent18 insert [string length [.top17.ent18 get]] [.top56.ent61 get] } bind $base.ent61 { .top17.ent18 insert [string length [.top17.ent18 get]] [.top56.ent61 get] } entry $base.ent62 \ -background #2ed21c bind $base.ent62 { .top17.ent18 insert [string length [.top17.ent18 get]] [.top56.ent62 get] } bind $base.ent62 { .top17.ent18 insert [string length [.top17.ent18 get]] [.top56.ent62 get] } label $base.lab63 \ -background #dfdb3e -borderwidth 1 \ -font $fnt1 -relief raised \ -text {Configureable buttons} button $base.but64 \ -font $fnt1 -padx 9 -pady 3 \ -text Hide bind $base.but64 { wm withdraw .top56 } label $base.lab65 \ -background #b41c1c -borderwidth 1 \ -font $fnt1 -relief raised \ -text {Press Enter or R mouse} label $base.lab66 \ -background #b41c1c -borderwidth 1 \ -font $fnt1 -relief raised \ -text {to use.} button $base.but52 \ -font $fnt1 -padx 9 -pady 3 \ -text --> bind $base.but52 { .top17.ent18 insert [string length [.top17.ent18 get]] [.top56.ent58 get] } button $base.but53 \ -font $fnt1 -padx 9 -pady 3 \ -text --> bind $base.but53 { .top17.ent18 insert [string length [.top17.ent18 get]] [.top56.ent59 get] } button $base.but54 \ -font $fnt1 -padx 9 -pady 3 \ -text --> bind $base.but54 { .top17.ent18 insert [string length [.top17.ent18 get]] [.top56.ent60 get] } button $base.but55 \ -font $fnt1 -padx 9 -pady 3 \ -text --> bind $base.but55 { .top17.ent18 insert [string length [.top17.ent18 get]] [.top56.ent61 get] } button $base.but56 \ -font $fnt1 -padx 9 -pady 3 \ -text --> bind $base.but56 { .top17.ent18 insert [string length [.top17.ent18 get]] [.top56.ent62 get] } place $base.can57 \ -x 10 -y 35 -width 161 -height 168 -anchor nw -bordermode ignore place $base.ent58 \ -x 20 -y 45 -width 98 -height 30 -anchor nw -bordermode ignore place $base.ent59 \ -x 20 -y 165 -width 98 -height 30 -anchor nw -bordermode ignore place $base.ent60 \ -x 20 -y 135 -width 98 -height 30 -anchor nw -bordermode ignore place $base.ent61 \ -x 20 -y 105 -width 98 -height 30 -anchor nw -bordermode ignore place $base.ent62 \ -x 20 -y 75 -width 98 -height 30 -anchor nw -bordermode ignore place $base.lab63 \ -x 10 -y 5 -width 161 -height 30 -anchor nw -bordermode ignore place $base.but64 \ -x 10 -y 245 -width 56 -height 30 -anchor nw -bordermode ignore place $base.lab65 \ -x 10 -y 210 -width 146 -height 30 -anchor nw -bordermode ignore place $base.lab66 \ -x 80 -y 245 -width 81 -height 30 -anchor nw -bordermode ignore place $base.but52 \ -x 125 -y 45 -width 37 -height 26 -anchor nw -bordermode ignore place $base.but53 \ -x 125 -y 170 -width 37 -height 26 -anchor nw -bordermode ignore place $base.but54 \ -x 125 -y 138 -width 37 -height 26 -anchor nw -bordermode ignore place $base.but55 \ -x 125 -y 107 -width 37 -height 26 -anchor nw -bordermode ignore place $base.but56 \ -x 125 -y 75 -width 37 -height 26 -anchor nw -bordermode ignore } proc vTclWindow.top79 {base} { global linn; global sc1; global fnt1; global fnt2; global fnt3; global res3; if {$base == ""} { set base .top79 } if {[winfo exists $base]} { wm deiconify $base; return } toplevel $base -class Toplevel \ -background #df1612 wm focusmodel $base passive wm geometry $base 135x268+437+106 wm maxsize $base 1137 834 wm minsize $base 1 1 wm overrideredirect $base 0 wm resizable $base 1 1 wm deiconify $base wm title $base "Prefixes" frame $base.fra80 \ -background #3a24df -borderwidth 2 -height 75 -relief groove \ -width 125 button $base.fra80.but81 \ -font $fnt1 -padx 9 -pady 3 \ -text button button $base.fra80.but82 \ -font $fnt1 -padx 9 -pady 3 \ -text Deci bind $base.fra80.but82 { .top17.ent18 insert [string length [.top17.ent18 get]] " Deci " } button $base.fra80.but83 \ -font $fnt1 -padx 9 -pady 3 \ -text Deca bind $base.fra80.but83 { .top17.ent18 insert [string length [.top17.ent18 get]] " Deca " } button $base.fra80.but84 \ -font $fnt1 -padx 9 -pady 3 \ -text Hecto bind $base.fra80.but84 { .top17.ent18 insert [string length [.top17.ent18 get]] " Hecto " } button $base.fra80.but85 \ -font $fnt1 -padx 9 -pady 3 \ -text Kilo bind $base.fra80.but85 { .top17.ent18 insert [string length [.top17.ent18 get]] " Kilo " } button $base.fra80.but86 \ -font $fnt1 -padx 9 -pady 3 \ -text Mega bind $base.fra80.but86 { .top17.ent18 insert [string length [.top17.ent18 get]] " Mega " } button $base.fra80.but87 \ -font $fnt1 -padx 9 -pady 3 \ -text Giga bind $base.fra80.but87 { .top17.ent18 insert [string length [.top17.ent18 get]] " Giga " } button $base.fra80.but88 \ -font $fnt1 -padx 9 -pady 3 \ -text Tera bind $base.fra80.but88 { .top17.ent18 insert [string length [.top17.ent18 get]] " Tera " } button $base.fra80.but89 \ -font $fnt1 -padx 9 -pady 3 \ -text Peta bind $base.fra80.but89 { .top17.ent18 insert [string length [.top17.ent18 get]] " Peta " } button $base.fra80.but90 \ -font $fnt1 -padx 9 -pady 3 \ -text Exa bind $base.fra80.but90 { .top17.ent18 insert [string length [.top17.ent18 get]] " Exa " } button $base.fra80.but91 \ -font $fnt1 -padx 9 -pady 3 \ -text Atto bind $base.fra80.but91 { .top17.ent18 insert [string length [.top17.ent18 get]] " Atto " } button $base.fra80.but92 \ -font $fnt1 -padx 9 -pady 3 \ -text Femto bind $base.fra80.but92 { .top17.ent18 insert [string length [.top17.ent18 get]] " Femto " } button $base.fra80.but93 \ -font $fnt1 -padx 9 -pady 3 \ -text Pico bind $base.fra80.but93 { .top17.ent18 insert [string length [.top17.ent18 get]] " Pico " } button $base.fra80.but94 \ -font $fnt1 -padx 9 -pady 3 \ -text Nano bind $base.fra80.but94 { .top17.ent18 insert [string length [.top17.ent18 get]] " Nano " } button $base.fra80.but95 \ -font $fnt1 -padx 9 -pady 3 \ -text Micro bind $base.fra80.but95 { .top17.ent18 insert [string length [.top17.ent18 get]] " Micro " } button $base.fra80.but96 \ -font $fnt1 -padx 9 -pady 3 \ -text Milli bind $base.fra80.but96 { .top17.ent18 insert [string length [.top17.ent18 get]] " Milli " } button $base.fra80.but97 \ -font $fnt1 -padx 9 -pady 3 \ -text Centi bind $base.fra80.but97 { .top17.ent18 insert [string length [.top17.ent18 get]] " Centi " } button $base.but99 \ -font $fnt1 -padx 9 -pady 3 \ -text Hide bind $base.but99 { wm withdraw .top79 } place $base.fra80 \ -x 5 -y 5 -width 120 -height 215 -anchor nw -bordermode ignore place $base.fra80.but81 \ -x 5 -y 5 -width 50 -height 26 -anchor nw -bordermode ignore place $base.fra80.but82 \ -x 5 -y 5 -width 50 -height 26 -anchor nw -bordermode ignore place $base.fra80.but83 \ -x 60 -y 5 -width 50 -height 26 -anchor nw -bordermode ignore place $base.fra80.but84 \ -x 60 -y 30 -width 50 -height 26 -anchor nw -bordermode ignore place $base.fra80.but85 \ -x 60 -y 55 -width 50 -height 26 -anchor nw -bordermode ignore place $base.fra80.but86 \ -x 60 -y 80 -width 50 -height 26 -anchor nw -bordermode ignore place $base.fra80.but87 \ -x 60 -y 105 -width 50 -height 26 -anchor nw -bordermode ignore place $base.fra80.but88 \ -x 60 -y 130 -width 50 -height 26 -anchor nw -bordermode ignore place $base.fra80.but89 \ -x 60 -y 155 -width 50 -height 26 -anchor nw -bordermode ignore place $base.fra80.but90 \ -x 60 -y 180 -width 50 -height 26 -anchor nw -bordermode ignore place $base.fra80.but91 \ -x 5 -y 180 -width 50 -height 26 -anchor nw -bordermode ignore place $base.fra80.but92 \ -x 5 -y 155 -width 50 -height 26 -anchor nw -bordermode ignore place $base.fra80.but93 \ -x 5 -y 130 -width 50 -height 26 -anchor nw -bordermode ignore place $base.fra80.but94 \ -x 5 -y 105 -width 50 -height 26 -anchor nw -bordermode ignore place $base.fra80.but95 \ -x 5 -y 80 -width 50 -height 26 -anchor nw -bordermode ignore place $base.fra80.but96 \ -x 5 -y 55 -width 50 -height 26 -anchor nw -bordermode ignore place $base.fra80.but97 \ -x 5 -y 30 -width 50 -height 26 -anchor nw -bordermode ignore place $base.but99 \ -x 30 -y 230 -anchor nw -bordermode ignore } Window show . Window show .top106 Window show .top17 Window show .top18 Window show .top19 Window show .top20 Window show .top56 Window show .top79 main $argc $argv -x 5 -y 80 -width 50 -height 26 -anchor nw -bordermode ignore place $base.fra80.but96 \ -x 5 -y 55 -width 50 -height 26 -anchor nw -bordermode ignore place $base.fra80.but97 \ -x 5 -y 30 -width 50 -height 26 -anchor nw -bordermode ignore place $base.but99 \ -x 30 -y 230 -anchor nw -bordermode ignore } Window show . Window show .top106 Window shaddnewunit000755 024721 000071 00000105554 06572461672 013322 0ustar00ortalviki000000 000000 ELF@р4‡ќ4 (4@4@44@4@4pH@H@H€€pШ@Ш@Шр@р@р„„p@@@@ @@@/usr/lib/libc.so.1 ѓџџўџџџџХ`0ѓџџўџџџџХ`@м@H@  ‘  ppdp@p p(p'p ppKpp%p&p%p%Epp-ЖРp)@Hp @ј Гщp$@Рp@ p@dpF4p/2Ё4ЫwyѓА 2Ё4ОДГ3T˜?Кк4\Лщ2$бг‹д˜ѓ.text.init__Argv__rld_obj_headexit__start_environ__istart__readenv_sigfpemain_mcount_gp_disp__Argcstrplus__FPCcT0strlen__builtin_vec_newcomps__FPcT0vrfy__Fvtime__8ifstreamiPCcii__opPv__C3ios__rs__7istreamRlclose__11fstreambasecerr__ls__7ostreamPCc__8ifstreami__8ofstreami__rs__7istreamPc__builtin_deleteopen__8ifstreamPCcii__rs__7istreamRcopen__8ofstreamPCcii.rodatalibg++.so.2.7.2libstdc++.so.2.7.2libm.sosgi1.0__builtin_new__new_handler__default_new_handlermalloc__eprintf__iobfprintffflushabort__find_first_exception_table_match__throw_type_matchstrcmp__register_exceptions__unwind_function.bss__builtin_vec_delete__pure_virtualwrite_exitset_new_handler.datafree__udivdi3__umoddi3libc.so.1sgi1.0_endend_edataedata_etextetext__elf_header_ftextftext_fdatafdata_fbssfbss__program_header_table__dso_displacement_GLOBAL__DI_GLOBAL__DD€KA&':/C90 + .*;!8436@IF,$DB ( -)% #"G?=<>1E527JH@р(џ@;p џˆ@`џЪE`џ…F џfџ@џO@4џ*@lџ1@lџy@p…@p(@рџX@ќ џћ@+”џ @, џC@-АPџ]@.№џs@.№4џŠ@/04џŸ@/p\џК@/а4џе@0№xџп@6pќџ@;џ@;џ7@џ>@џF4џJPџDPџPџџPџњPџ Pџ`Х`џё0њ#@pB@€€@АЏ@ Д@АЦ@Рд@ах@рџ@№@@+@ M@0b@@s@Pє@` @p@@€@ V@ DЎ@АД@Р0а@аp@Шџ™@и џІ@ф џS@№єџТ@*№”џо@0\џ<@0`Hџ‡@0А4џ9@;|џаE`џ F0џiF8џ5Ќє5•Ј‘4ЈЁIЃŸ'$ОИ йб…]ЌєmЌєC’ЙC’ДjЈє:l4 x і Ш ЅhЁeшЇот% u6L $R АЏЃ EЯЃlЌє\Ќє\ЈЁlЈЁwOtЩЃeЩЃ[ЈЁlD\DkЈЁeЖ№e`R ]œ’Я у.%Ћ’ОА5*р@%<С'œВtŸр!ј%<ќ8!Œч€(Є'ЅŒч$џ№Ёш$$І€'НџррТ0!<<!Œ!€(Ќ&<<!Œ!€И<<Ш!Ќ$<9€Ќ<!Œ!€ДЏМЏ №% ј Ќ%М<<Ш!9€4 ј М<<<<<Ш!9€˜œ !М(!м0!Œ„€ИŒЅ€ДŒЦ€(Œ„ŒЅ ј ŒЦМ<@ %<Ш!9€0 ј М 'Нр ј%<С'œБP™р!'НџИЏО@ №%ЏМЏПDЏМ<ЏД8ЏГ4ЏВ0ЏБ,ЏА(ЏФHЏР ЏРЏРЏХL™€8ФH ј м@ %ФL™€8 ј $Cмƒ!ЏТТ™€Ј$P ј  %мЏТ$ТHУC!C` Т$УC!У$dЏФФH`ˆ%$!dџэ DТLУ C!C`ТУ C!У$C!У $dЏФ ФL`%D!dџы DТУ C!У$C!У $dЏФ ФL`˜%d!d DУ ТC!У$C! @Т$Рш%ПDО@Д8Г4В0Б,А(р'НH<С'œЏˆ™р!'НџшЏО №%ЏМЏМ$ЃТЏР ЏХЏФТФ D!bУФ d!dD0РТУ Ф C!УBd!cCЃРУ $b@%џтЏУ Т @ ТC` ТУ C!C`ЃР“У`%Рш%Ор'Н<С'œЎ|™р!'Нџ8ЏОМ №%ЏМЏПРЏМИЏБДЏААЏР ™€<'Т4@ % ј м'Т8$Д™€@†€ЏЃ@ %$$ ј $Ц@ьмФ8™€D ј @Bм™€H'Т8$CP'Т0@(% ј ` %м@€%'Т,™€H@(% % ј Т0м@ %@b#<џ4BџџC` $џџa<€A Т,b$ЏТ ЏР Т4У0C#<;4cS€b*@ <b4B?~ЏТ0Т,<о4cЮЙCЏР $ЏТ ™€L'Т8@ % ј м™€P…€„€, ј $Ѕ@ємТ8Х8б ŒC$bУ8ŒBŒd@Ш%$ƒ„d…!` % ј $м %Рш%ПРОМБДААр'НШ<С'œЌp™р!'Нњ@ЏОД №%ЏМЏПИЏМАЏЗЌЏЖЈЏЕЄЏД ЏГœЏВ˜ЏБ”ЏАЏХФЏФР™€T'Тh@ % ј $м'Тр@ %™€X$ ј мЃРXЏР4ЏР0ЏР,ЏР(ЏР$ЏР ™€” ј @§мЏР8Т8(C` У8'ТPC! @У8$b@%џђЏУ8$ЏТ8Т8УРC*@ˆТ8™€…€@%€УФ$ЅAlC! ј ŒD0Cџ`vмУ8$bУРC*@pТ8Ф8ХФ@%€УФ$C!$CŒb$ƒ` %ЏФ8€% €ЏТ ™€@…!$ДЏЄ'Т`@ %Œf ј $м'Т`$CP™€\'Т@@(% ј ` %м'У`$bP™€\'У€`(% ј @ %м'У`$bP™€\'У˜`(% ј @ %м'У`$bP™€\'УА`(% ј @ %м'У`$bP™€\'УШ`(% ј @ %м'У`$bP™€\'Ур`(% ј @ %м'У`$bP™€\'Уј`(% ј @ %м'У`$bP™€\'У`(% ј @ %м'У`` %™€L ј Т`Х`мŒC$bУ`ŒBŒd@Ш%$ƒ„d…!` % ј $мУ8$b@%џsЏУ8$ЏТ8Т8УРC*@!Т8™€…€@%€УФ$ЅApC! ј ŒD0Cџ`мУ8$bУРC*@ Т8@%€УФC!$CŒbЏТ$У8$b@%џкЏУ8$ЏТ8Т8УРC*@!Т8™€…€@%€УФ$ЅAxC! ј ŒD0Cџ`мУ8$bУРC*@ Т8@%€УФC!$CŒbЏТ(У8$b@%џкЏУ8$ЏТ8Т8УРC*@!Т8™€…€@%€УФ$ЅA€C! ј ŒD0Cџ`мУ8$bУРC*@ Т8@%€УФC!$CŒbЏТ,У8$b@%џкЏУ8$ЏТ8Т8УРC*@2Т8™€…€@%€УФ$ЅAˆC! ј ŒD0Cџ` мУ8$bУРC*@™€Ј$є ј ЏТиТимЏРрЏРф@ЃРш™€P…€„€, ј $ЅAмЏРмТм(Cє` ТиУмC! @Ум$b@%џђЏУмЏРмТ8™€8@%€УФC!$C ј ŒdУммb+@ЕТ8@%€УФC!$CŒbУмC!C$ b*Т8@%€УФC!$CŒbУмC!C$/bТ8@%€УФC!$CŒbУмC!C$*bТ8@%€УФC!$CŒbУмC!C$^bhТр$CЏУрУи@€%!$_ CТр$CЏУрУи@ˆ%#!$c CТ8@%€УФC!$CŒbУмC!C$ bТр$CЏУрУи@%C!У8` %€ФФd!$dŒƒФмd!d DТр$CЏУрУи@˜%c!$* CТр$CЏУрУи@ %ƒ!$_ CТр$CЏУрУи@Ј%Ѓ!$_ CТ8@%€УФC!$CŒbУмC!C$^bТр$CЏУрУи@А%У!$1 CТр$CЏУрУи@И%у!$_ C$ЃТшТр$CЏУрЏТєШєУи!У8` %€ФФd!$dŒƒФмd!d DУм$b@%џ=ЏУмТр$CЏУрЏТќШќУи!$_ CТр$CЏУрЏТШУи!$c CТр$CЏУрЏТ Ш Уи!$) C“Тш@ ™€Œ„€Хи ј $„A м ЏТ0Т8@%€УФC!$CŒbЏТ0™€ЄФи ј мУ8$b@%ўЩЏУ8$ЏТ8Т8УРC*@!Т8™€…€@%€УФ$ЅAЈC! ј ŒD0Cџ`мУ8$bУРC*@ Т8@%€УФC!$CŒbЏТ4У8$b@%џкЏУ8™€`'Тh'У`(%@ %$ ј $Дм™€DФh ј @мKЏР8Т8(C`У8Ф8'ТPC!'УQd!d DУ8$b@%џюЏУ8™€d'Уh$bP'УP$e ј @ %мХ4™€Œ„€ ј $„AАм@ %™€Œ…€ ј $ЅAДм'УP`(%™€@ % ј 0Cџ`м™€P…€„€, ј $ЅAИмЏТ'Т™€P@(%Ф ј мЏТФ™€P…€ ј $ЅAм$ЃУXмџЏ™€L'Тh@ % ј “ТXм@ј™€h'Тр'У`(%@ %$ ј $ДТ4м@™€P…€'Тр$CP` % ј $ЅAАмЏТ,Ф,™€PХ4 ј мЏТ$Ф$™€P…€ ј $ЅAќм™€P…€„€, ј $ЅBмТ$@JТ0@™€P…€'Тр$CP` % ј $ЅBмЏТ4Ф4™€PХ0 ј мТ$C$-b™€P…€'Тр$CP` % ј $ЅBмЏТ<Ф<™€PХ$ ј м™€P…€'Тр$CP` % ј $ЅB мУ$ЏТD™€P$b@(% ј ФDмТ0@™€P…€'Тр$CP` % ј $ЅBмЏТLФL™€PХ0 ј мТ,@8Т,C$-b™€P…€'Тр$CP` % ј $ЅB(мЏТTФT™€PХ, ј м™€P…€'Тр$CP` % ј $ЅB,мУ,ЏТ\™€P$b@(% ј Ф\мТ$@™€P…€'Тр$CP` % ј $ЅBмЏТdФd™€PХ0 ј мТ(@8Т(C$-b™€P…€'Тр$CP` % ј $ЅBмЏТlФl™€PХ( ј м™€P…€'Тр$CP` % ј $ЅB мУ(ЏТt™€P$b@(% ј ФtмТ0@™€P…€'Тр$CP` % ј $ЅBмЏТ|Ф|™€PХ0 ј м™€P…€'Тр$CP` % ј $ЅB4м'Ур` %™€L ј мТрЏР„ХрŒC$bУрŒBŒd@Ш%$ƒ„d…!` % ј $ТhХhмŒC$bУhŒBŒd@Ш%$ƒ„d…!` % ј $мKТ„)™€P…€„€, ј $ЅB8Тр$ЏШŒŒCХрм$bУрŒBŒd@Ш%$ƒ„d…!` % ј $ТhХhмŒC$bУhŒBŒd@Ш%$ƒ„d…!` % ј $м!ТŒТрХрŒC$bУрŒBŒd@Ш%$ƒ„d…!` % ј $ТhХhмŒC$bУhŒBŒd@Ш%$ƒ„d…!` % ј $м%Рш%ПИОДЗЌЖЈЕЄД ГœВ˜Б”Ар'НР<С'œšp™р!'НџиЏБ‘€АЏАŽ1€€%ЏМЏП$ ЏМ ‘€   %$ Ш% ј М %™€l ј М@џєП$БАр'Н(<С'œ™а™р!'НџаЏА €$™€pЏЇЏП(€% %Р@%&  %8%`0%@(%ЏМ ј ЏМ$М %™€t ј М™€x ј П(МА р'Н0<С'œ™0™р!ƒ€ŒcF `%Œb‚+@ Œb‚+@ŒbŒc `џ№%р<С'œ˜Р™р!™€'НџиЏАЏП '9,0€€%ЏМ ј ЏММ@P%@*8%€C$џџЌ0F$b"$  %$ џџ%E ŒЈˆ+@ŒІ†+@р@G!€J!ŒbF+@Œb+@ 8%ŒЂ$Ѕ Kџу%)р@%G!€J!ŒBП Ар'Н(<С'œ—А™р!'Нџи™€|ЏАЏП Р€%ЏМ ј ЏММ@%`%%П Ар'Н(<С'œ—`™р!'НџиЏА€€%ЏМЏП$ЏМ ЏБŽ $џџQ*$™€l ј М@(%ЌАŽ ЌЂŽЌЂŽQ&$џџŒƒŒЂb+@ЌЃŒƒŒЂC+@ЌЃŒ‚ $„ Fџя‚€€ŒBF Ќ%F ЌЂ П$БАр'Н(<С'œ–p™р!™€x'НџрЏПЏМ ј ЏМПМр'Н <С'œ–0™р!™€Є'НџрЏПЏМ ј ЏМПМр'Н <С'œ•№™р!…€™€€'НџрЏПЏМЏМ$$ ј $ЅCМ$џџ™€„ ј ПМр'Н <С'œ•™р!‚€АŒB€„€ €АрЌ$<С'œ•\™р!…€™€€'НџрЏПЏМЏМ$$" ј $ЅC4М$џџ™€„ ј ПМр'Н <С'œ•™р!'НџрЏМЏП€ЏМ™€ˆ ј МП'Н р<С'œ”А™р!™€œ'НџрЏПЏМ ј ЏМПМр'Н <С'œ”p™р!рH%Рц X%‰+@P4џџI+@ (%-"8BР<џ4BџџI+@$$€e"!"C`$ C!Ђ@#Ј#Kb % X H 4†1(џџ Р 8b%ш(e+@ i!i+@$чџџe+@$чџџi!e#f1bџџР  b%ˆ(e+@ i!i+@$„џџe+@$„џџD0% I+$F4џџР HI+@ (%-"8BР<џ4BџџI+@$$€e"!"C`C!$ b@#h(#‰ #<$  H 4Є8цЋb % X1%џџР @b%8g+@ i!i+@%џџg+@%џџi!g#f0‚џџР 0b%Х8g+@ i!i+@$Цџџg+@$Цџџi!FP%g # 4†1(џџ Р 8b%ш(e+@ i!i+@$чџџe+@$чџџi!e#f1bџџР  b%ˆ(e+@ i!i+@$„џџe+@$„џџoD0%†+@4џџi0%F+@Р(%,Т8BР<џ4BџџF+@$$€e"!"C`C!$ b@#Ф+@i+@N0%L$h(#Љb0%Ћ X HDЄ8шb %0Хџџ Pb%E8g+@ f!f+@%Jџџg+@%Jџџf!g#h 0‚џџ@b%8g+@ f!f+@%џџg+@ %џџf! H0%Щg #ƒ+@@dP%h+@Рh%$ЦџџP%Рh%@`%€%р %<С'œŽ№™р!'Нџш X%€(%ЏМЏМрH%Р­'ЙЉ+@4џџI+@ %-"8BР<џ4BџџI+@$$€d"!"D`$ C!‚h# `Ѕ#Kb(%ЉHZЋX I+$F4џџР HI+@ %-"8BР<џ4BџџI+@$$€d"!"D`C!$ bh# mР#7Љ(#ЉH 4 †Ѕ b(%1'џџР Gb% d+@ЋXi!i+@d+@i!d#fР G0Ђџџb% d+@i!i+@d+@d(#i!d(# 4І1%џџР E b% d+@i!i+@d+@i!d#fР E1bџџb% d+@i!i+@d+@i! ˆdX#Ћxƒp%І+@4џџ`x% p%ЏЎ}ЏЏ F+@Р %,Т8BР<џ4BџџF+@$$€d"!"D`C!$ bh# mР#Х+@i+@i #d+І#b(#€X% Z`x%V p%І b0%< ‡ Ѕb(%0ЬџџЉHр Pb%L@h+@ ЋXf!f+@%Jџџh+@%Jџџf!h#g0Ђџџр  b%Œ@h+@ f!f+@$„џџh+@h(#$„џџf!h(# D%IPЊ+@@Eh+@ #+F#bP#€@% h#c+Њ #‚(#ЃCx%ЅpЏ.Џ/ЂЃ р'Нр$Revision: 1.3 $$Revision: 1.44 $$Id: standards.h,v 1.7 1995/12/30 02:49:18 jwag Exp $$Revision: 3.101 $$Revision: 1.11 $$Revision: 1.2 $$Revision: 1.10 $$Revision: 1.36 $$Revision: 3.130 $$Revision: 1.20 $$Revision: 1.23 $sd.d Signature file not found!! Licence Expired! If You have allready registered please email ortal@batata.fh.huji.ac.il-u-add1-add2-mult-unit Out of Memory ~_c(_1_-name#=This unit is allready defined in delete old entry and retry = Unit name not defined __@__@_c-__~__~_c-__ This feature only works on Register copies To register please send 10$ to Ortal Alpert 2 Giv'at beit hakerem st Jerusalem Israel 96268 $Revision: 1.46 $$Revision: 1.46 $pure virtual method called $Revision: 1.46 $Virtual memory exceeded in `new' ЖР@AЕ}dЕ{Р_џœ­юHІ\Ѓh0ЄhT_ќД_§]Ќ_§ ”_ќЫ_§ _ќЏа_ќЕД_§_ќЕ€_§А_ќЛdЃ|Є]lЃѕДІxЄЃСшЄ7єЅЗœЃЁ@@ф@№@ќ@*ќ@0@0l@0М@;|E`F0F8p  AP`PЄXU:e< ?j$‘tcwєc€JЈ&‚€џё€џѓ@ А€ ƒ"a PБ АP…€аарр № № џџџџ _Љ GџџџџКО= џџџџ аџџџќџџџџHШ rPџџџќџџџџдЕаџџџјџџџџШр58аџџџџјџџџџРџџџќџџџџ(џџџјџџџџ0џџџџpџџџјџџџџ(€`џџџјџџџџ(аtџџџќџџџџ(РАџџџќџџџџ џџџќџџџџ џџџќџџџџ џџџџ4 џџџќџџџџ џџџќџџџџ џџџќџџџџ џџџџџџџјџџџџ, ЏџџЏџџЏџџ"Џџџ(@р 0@ь/џџ>@@/џџ( K@ќ K  ,  ,  ,  ,  ,  @ь    ,  , Œ@/џџ@/џџ7@ G@А/џџM@а/џџS@/џџY@/џџ_@$/џџe@\/џџk@А/џџ7Ш q@и ~@ /џџ„@D/џџŠ@t/џџ@ˆ/џџ–@Ф/џџœ@Ш/џџЂ@д/џџq Ј@ь яџџ­@є яџџВ@ф Л@ /џџС@/џџЧ@X/џџЭ@X/џџг@t/џџй@Œ/џџп@д/џџВ хAl яџџъAp яџџяAx яџџєA€ яџџљAˆ яџџўA яџџA  яџџAЈ яџџ AА яџџAД яџџAИ яџџAм яџџ%Aќ яџџ+B яџџ1B яџџ7B яџџ=B яџџCB( яџџIB, яџџOB4 яџџUB8 яџџ[@№ `@Є/џџf@М/џџl@Ь/џџr@р/џџx@ш/џџ~@/џџ„@ /џџŠ@ /џџ@ /џџ–@ /џџœ@(/џџЂ@D/џџЈ@А/џџЎ@А/џџД@А/џџК@Ф/џџР@Ь/џџЦ@ш/џџЬ@T/џџв@T/џџи@T/џџо@h/џџф@p/џџъ@Œ/џџ№@ј/џџі@ј/џџќ@ј/џџ@ /џџ@/џџ@0/џџ@Р/џџ@Ф/џџ @м/џџ&@ь/џџ,@/џџ2@/џџ8@D/џџ>@ /џџD@ и/џџJ@!/џџP@!Ќ/џџV@!И/џџ\@"/џџb@"/џџh@"/џџn@"Ќ/џџt@"Ь/џџz@"р/џџ€@"р/џџ†@"р/џџŒ@"є/џџ’@"ќ/џџ˜@#/џџž@#„/џџЄ@#„/џџЊ@#„/џџА@#˜/џџЖ@#М/џџМ@#м/џџТ@#р/џџШ@#ј/џџЮ@$/џџд@$,/џџк@$ќ/џџр@%/џџц@%Д/џџь@%Ь/џџђ@& /џџј@&t/џџў@&Д/џџ@&ќ/џџ @&ќ/џџ@'\/џџ@'œ/џџ@'ф/џџ"@'ф/џџ(@(D/џџ.@(„/џџ4@(Ь/џџ:@(Ь/џџ@@)/џџF@)/џџL@*0/џџR@*А/џџ[є 5 ,  , @*№/џџ@*№/џџ-@*№ ;@+,/џџ?@+</џџC@+P/џџG@+T/џџ-”  ,  ,  @+/џџ@+/џџ-@+ -”  ,  , ! @,0/џџ@,0/џџ-@,08 B@,T/џџF@,ˆ/џџJ@,˜/џџ-p N@,  q@-/џџv@-h/џџ{@-l/џџ€@-|/џџ…@-„/џџŠ@-Œ/џџ@- /џџN ”@-А Ї@-№/џџ”P Ќ@. Т@.€/џџЧ@.œ/џџЬ@.И/џџб@.Ш/џџж@.м/џџЌ№ л@.№ л4 эF(oџџўF$oџџF oџџ ,  ,  @/0/џџ@/0/џџ-@/0 -4  ,  ,  @/p/џџ@/p/џџ-C яџџ2@/p 2\  ,  , @/а/џџ@/а/џџ-@/а =@/ј/џџ-4 AC4 яџџF@0 F\  ,  ,  @0`/џџ@0`/џџ-@0` >@0˜/џџ-H  ,  ,  @0А/џџ@0А/џџ-@0А -4  ,  , & @0№/џџ@0№/џџ-C` яџџ7@0№ A@10/џџG@1H/џџM@1€/џџS@1ф/џџY@2D/џџ_@2H/џџe@2P/џџk@2|/џџq@2”/џџw@2Ќ/џџ}@2р/џџƒ@3\/џџ‰@3Р/џџ@3Ф/џџ•@3Ь/џџ›@40/џџЁ@4/џџЇ@4”/џџ­@4œ/џџГ@4А/џџЙ@4Ь/џџП@4ф/џџХ@5/џџЫ@5$/џџб@5А/џџз@6/џџн@6/џџу@6L/џџщ@6P/џџя@6T/џџѕ@6X/џџ7x  ,  , ! @6p/џџ@6p/џџ-D` яџџ7@6p A@6Ф/џџG@6м/џџM@7/џџS@7D/џџY@7\/џџ_@7t/џџe@7Є/џџk@8/џџq@8x/џџw@8|/џџ}@8м/џџƒ@98/џџ‰@9L/џџ@9l/џџ•@9ˆ/џџ›@9 /џџЁ@9м/џџЇ@9№/џџ­@:/џџГ@:ˆ/џџЙ@:ш/џџП@:ь/џџХ@;/џџЫ@;0/џџб@;T/џџз@;\/џџ7ќ  ,  џџџџ џџџџ џџџџџџџџ џџџџџџџџ џџџџ‹џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ џџџџџџџџџџџџџџџџџџџџџџџџџџџџ%џџџџ crt1text.sLOCALSZFRAMESZRAOFFGPOFF__start10$00000000001$0000000000_mcount/vince/6.2-mar09/root/usr/include/regdef.h/vince/6.2-mar09/root/usr/include/sgidefs.h/vince/6.2-mar09/root/usr/include/sys/fpregdef.h/vince/6.2-mar09/root/usr/include/asm.hcrt1tinit.s__istart/usr/tmp/cca0038g.saddnewunit.ccgcc2_compiled.__gnu_compiled_cplusplusstrplus__FPCcT0$L285$L287$L286$L288$L290$L289$L284comps__FPcT0$L292$L294$L295$L293$L297$L296$L291$LC0$LC1vrfy__Fv$L300$L301$L303$L302$L299$L304$L298$LC2$LC3$LC4$LC5$LC6$LC7$LC8$LC9$LC10$LC11$LC12$LC13$LC14$LC15$LC16$LC17$LC18$LC19$LC20$LC21$LC22main$L307$L310$L309$L308$L311$L314$L316$L315$L313$L312$L317$L320$L322$L321$L319$L318$L323$L326$L328$L327$L325$L324$L329$L332$L334$L333$L331$L330$L335$L338$L341$L342$L345$L344$L343$L346$L349$L351$L352$L353$L354$L350$L355$L348$L347$L356$L357$L340$L339$L337$L336$L358$L361$L363$L362$L360$L359$L364$L366$L367$L370$L369$L368$L371$L365$L373$L374$L376$L377$L378$L379$L375$L381$L382$L383$L380$L385$L386$L387$L384$L372$L306$L388$L305/usr/tmp/cca004hM.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__builtin_new$L2$L6$L8$L9/usr/tmp/cca004hD.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__eprintf/usr/tmp/cca004j3.s./libgcc2.cgcc2_compiled.__gnu_compiled_cfind_exception_table$L5$L4$L9__find_first_exception_table_match$L14$L17$L12$L13$L21$L19$L20__throw_type_match$L23__register_exceptions$L30$L31$L29$L28$L25__unwind_functionexcept_table_posexcept_pcexception_table_list/usr/tmp/cca004hv.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__builtin_vec_delete/usr/tmp/cca004jC.s./libgcc2.cgcc2_compiled.__gnu_compiled_c$LC0__pure_virtual/usr/tmp/cca004hc.s./libgcc2.cgcc2_compiled.__gnu_compiled_cset_new_handler$L2$LC0__default_new_handler/usr/tmp/cca004hl.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__builtin_delete$L2/usr/tmp/cca004hV.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__builtin_vec_new/usr/tmp/cca004dF.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__clz_tab__udivdi3$L137$L143$L151$L155$L158$L259$L132$L265$L168$L174$L182$L187$L190$L261$L183$L197$L200$L262$L131$L206$L213$L219$L229$L227$L240$L243$L263$L248$L247$L205$L264/usr/tmp/cca004dO.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__clz_tab__umoddi3$L137$L143$L132$L261$L168$L174$L182$L187$L190$L183$L197$L200$L131$L206$L213$L219$L229$L234$L227$L240$L243$L260$L248$L247$L258$L205crtninit.s.text.init__Argv__rld_obj_headexit__start_environ__istart__readenv_sigfpemain_mcount_gp_disp__Argcstrplus__FPCcT0strlen__builtin_vec_newcomps__FPcT0vrfy__Fvtime__8ifstreamiPCcii__opPv__C3ios__rs__7istreamRlclose__11fstreambasecerr__ls__7ostreamPCc__8ifstreami__8ofstreami__rs__7istreamPc__builtin_deleteopen__8ifstreamPCcii__rs__7istreamRcopen__8ofstreamPCcii.rodatalibg++.so.2.7.2libstdc++.so.2.7.2libm.sosgi1.0__builtin_new__new_handler__default_new_handlermalloc__eprintf__iobfprintffflushabort__find_first_exception_table_match__throw_type_matchstrcmp__register_exceptions__unwind_function.bss__builtin_vec_delete__pure_virtualwrite_exitset_new_handler.datafree__udivdi3__umoddi3libc.so.1sgi1.0_endend_edataedata_etextetext__elf_header_ftextftext_fdatafdata_fbssfbss__program_header_table__dso_displacement_GLOBAL__DI_GLOBAL__DD@рS J €@@рS,  €@@р- €@@рЌ2 €@@ро)$ €@@рJ- €@@KЕ 6€A@2XŒ ж8€A@*№ŠІ%т:@A@*№ŸKЈ т<@A@+ъВ%%ъ>@A@+џ7Дъ @@A@,06КJН єB@A@,0KМ! єD@A@/0hн  F@A@/0}Bп H@A@/pПхJ@A@/pдAчL@A@/аю+$N@A@/а*\№  P@A@0`†њO&R@A@0`›Bќ&T@A@0Анa ,V@A@0Ађ?,X@A@0№1 n^2Z@A@0№Fћ &2\@A@6p A3Ь?6^@A@6p Vн5!6`@A@;€ 3 V:b€A  џџ@р/џџџџ@;pЯџџџџˆ@OџџџџЪE`Oџџџџ…F oџџџџf/џџџџ@/џџџџO@4/џџџџ*@l/џџџџ1@l/џџџџy@pџџџџ…@pџџ(@р X@ќ ћ@+   @,   C@-А  ]@.  s@.№ Š@/0 Ÿ@/p К@/а е@0№ п@6p џџ@;/џџџџ@;/џџџџ7@Oџџџџ>@OџџF4oџџџџJPOџџџџDPOџџџџPOџџџџџPOџџџџњPOџџџџ POџџ`Х`Џџџ Яџџ0ЯџџњЯџџ#@pЯџџB@€Яџџ€@Р$Џ@ Р Д@АРЦ@РРд@аРх@рРџ@№Р~@Р@Р+@ РFM@0Рb@@РDs@PР є@`Р  @pР @€Р @Р V@ РЎ@АРД@РРа@аРp@ ™@и І@ф S@№ 5 Т@*№ о@0 <@0` ‡@0А 9@;|РаE`Oџџ F0oџџiF8oџџ†`рРВt@ь`IРБP`rРЏˆ`CРЎ|`ƒРЌp`€Рšp`(Р™а`(Р™0`ИРh @,0`=Р—А`Р—``<Р–p`Р–0`Р•№`Р•` Р•\`Р•`Р”А`Р”p``РŽ№XјœXі9XО.)ШѓXјфXіNsћ”aYѕ@Yє•rЈuїYѕˆLфИ.interp.MIPS.options.reginfo.dynamic.liblist.dynstr.hash.dynsym.MIPS.symlib.msym.conflict.MIPS.stubs.text.init.rodata.data.got.bss.mdebug.compact_rel.shstrtab@44 p @HH€p@ШШ @рр)p@јјP2@HH‘:@мм4@ @  АHp @РРKUp@  X[p@dde@lltq@рр(w@;p;p }@@`…E`E`‹EpEpЌF F•pP6H†HЊ‡HД@РРKUp@  X[p@dde@lltcgs.un000644 024721 000071 00000004114 06566576654 012352 0ustar00ortalviki000000 000000 #Gr= $k_1 #Cm= $m_1 #Sec= $s_1 #S= $s_1 #C= $c_1 #Coulomb= $c_1 #Deg= $d_1 #Cmps= $m_1_$s_c-_1 #Dyn= $m_1_$k_1_$s_c-_2 #Cc= $m_3 #Erg= $m_2_$k_1_$s_c-_2 #Ergps= $m_2_$k_1_$s_c-_3 #Bar= $m_c-_1_$k_1_$s_c-_2 #Amper= $s_c-_1_$c_1 #Volt= $m_2_$k_1_$s_c-_2_$c_c-_1 #Ohm= $m_2_$k_1_$s_c-_1_$c_c-_2 #Dc= _Deg_@_273.15_Deg_ #Df= ~_0.55555555555555555556_Deg_@_255.3722222222_Deg_ #Meter= ~_100_Cm #M= ~_100_Cm #Kg= ~_1000_Gr #Alu= ~_5.291005e-9_Cm #Gram= $k_1 #G= Gr #Micron= ~_1e-6_Meter #Me= ~_9.107467999999999e-28_Kg #Bohr= ~_5.291005e-09_Cm #Inch= ~_2.54_Cm #A0= ~_1e-8_Cm #Pound= ~_0.45359702_Kg #Amu= ~_1.660577e-27_Kg #Atu= ~_2.418964e-17_Kg #Minute= ~_60_Sec #Min= ~_60_Sec #Hour= ~_3600_Sec #Day= ~_86400_Sec #Week= ~_604800_Sec #Year= ~_31557600_Sec #Ps= ~_1e-12_Sec #Ce= ~_1.602307e-19_Coulomb #MpS= ~_100_Cmps #Mps= ~_100_Cmps #Asu= ~_2187705.1_Mps #Kmph= ~_0.27777778_Mps #Newton= ~_1e+05_Dyn #Afu= ~_8.237232e-08_Newton #Liter= ~_1e-3_Cube #Avu= ~_1.481701e-31_Cube #J= ~_10000000_Erg #Joul= ~_10000000_Erg #Joule= ~_10000000_Erg #joule= ~_10000000_Erg #Hartree= ~_4.359197e-18_Joule #Au= ~_4.359197e-18_Joule #Ev= ~_1.612903e-19_Joule #Cal= ~_4.18_Joule #Cm1= ~_1.9864490884e-23_Joule #Kcal= ~_4180_Joule #KJoule= ~_1000_Joule #Kj= ~_1000_Joule #Kjoule= ~_1000_Joule #Kjoul= ~_1000_Joule #Hp= ~_745.71216_Watt #Horsepower= ~_5.71216_Watt #Atm= ~_101327.39_Pascal #Mbar= ~_1e+2_Pascal #MmHg= ~_133.31556_Pascal #Torr= ~_133.31556_Pascal #Dg= ~_0.01745329251994444_ #Grad= ~_0.015707963_ #Na= 6.0223e+23_$n_c-_1_ #Kb= 1.38066e-23_Meter_Meter_Kg_$s_c-_2_$d_c-_1 #H= 6.62608e-34_Meter_Meter_Kg_$s_c-_1 #Sl= 2.997925e+8_Meter_$s_c-_1 #H= 6.62608e-34_$m_2_$k_1_$s_c-_1 #Cl= 29979245800_$m_1_$s_c-_1 #Gravc= 6.67259e-8_$m_3_$k_c-_1_$s_c-_2 #Mp= 1.672631e-27_Kg_ #Rd= 2.1798741e-18_Joule_ #Parsec= 3.086e+16_Meter_ #Sm= 1.99e+30_Kg_ #Sm= 696000000_Meter_ #R= Na_~_Kb #Deci= ~_1e-1_ #Centi= ~_1e-2_ #Milli= ~_1e-3_ #Micro= ~_1e-6_ #Nano= ~_1e-9_ #Pico= ~_1e-12_ #Femto= ~_1e-15_ #Atto= ~_1e-18_ #Deca= ~_1e+1_ #Hecto= ~_1e+2_ #Kilo= ~_1e+3_ #Mega= ~_1e+6_ #Giga= ~_1e+9_ #Tera= ~_1e+12_ #Peta= ~_1e+15_ #Exa= ~_1e+18_ l= 2.997925e+8_Meter_$s_c-_1 #H= 6.62608e-34_$m_2_$k_1_$s_c-_1 #Cl= 29979245800_$m_1_$s_c-_1 #Gravc= 6.67259e-8_$m_3_$k_c-_1_$s_c-_2 #Mp= 1.672631e-27_Kg_ #Rd= 2.1798741e-18_Joule_ #Parsec= 3.086e+16_Meter_ #Sm= 1.99e+30_Kg_ #Sm= 696000000_Meter_ #R= Na_~_Kb #Deci= ~_1e-1_ #Centi= ~_1e-2_ #Milli= ~_1e-3_ #Micro= ~_1e-6_ #Nano= ~_1e-9_ #Pico= ~_1e-12_ #Femto= ~_1e-15_ #Atto= ~_1e-18_ #Deca= ~_1e+1_ #Hecto= ~_1e+2_ #Kilo= ~_1e+3_ #Megcgs.units000644 024721 000071 00000000044 06566576655 013071 0ustar00ortalviki000000 000000 CGS Cm gr Sec Аk Coulomb mol cgs.un e+12_ #Peta= ~_1e+15_ #Exa= ~_1e+18_ l= 2.997925e+8_Meter_$s_c-_1 #H= 6.62608e-34_$m_2_$k_1_$s_c-_1 #Cl= 29979245800_$m_1_$s_c-_1 #Gravc= 6.67259e-8_$m_3_$k_c-_1_$s_c-_2 #Mp= 1.672631e-27_Kg_ #Rd= 2.1798741e-18_Joule_ #Parsec= 3.086e+16_Meter_ #Sm= 1.99e+30_Kg_ #Sm= 696000000_Meter_ #R= Na_~_Kb #Deci= ~_1e-1_ #Centi= ~_1e-2_ #Milli= ~_1e-3_ #Micro= ~_1e-6_ #Nano= ~_1e-9_ #Pico= ~_1e-12_ #Femto= ~_1e-15_ #Atto= ~_1e-18_ #Deca= ~_1e+1_ #Hecto= ~_1e+2_ #Kilo= ~_1e+3_ #Megcheck1000755 024721 000071 00000070140 06572461657 012311 0ustar00ortalviki000000 000000 ELF@Р4l№4 (4@4@44@4@4pH@H@H€€pШ@Ш@Шр@р@р а аp@@00 000/usr/lib/libc.so.1 ѓџџўџџџџГ0ѓџџўџџџџГ@H@H@ T ў  ppdp@p p(p'p ppApp&p&p%p%3 p-ЖРp)@Hp @јкъ§Vp$@ dp@ Јp@Аp44p/шк2Ё4ЫwyѓАъ2Ё4ОД§3T˜?Кк4\V2$бг‹д˜`.text.init__Argv__rld_obj_headexit__start_environ__istart__readenv_sigfpemain_mcount_gp_disp__Argctime__8ifstreamiPCcii__opPv__C3ios__rs__7istreamRlclose__11fstreambasecerr__ls__7ostreamPCc.rodatalibg++.so.2.7.2libstdc++.so.2.7.2libm.sosgi1.0__builtin_new__new_handler__default_new_handlermalloc__eprintf__iobfprintffflushabort__find_first_exception_table_match__throw_type_matchstrcmp__register_exceptions__unwind_function.bss__builtin_vec_delete__builtin_delete__pure_virtualwrite_exitset_new_handler.datafree__builtin_vec_new__udivdi3__umoddi3libc.so.1sgi1.0_endend_edataedata_etextetext__elf_header_ftextftext_fdatafdata_fbssfbss__program_header_table__dso_displacement_GLOBAL__DI_GLOBAL__DD€A&(4/:30 + .5"21?,%;9 ) -*'! #$=768<@>@Ррџ@$  џв0џ%3џЯ4 џгџŠ@џМ@4џ—@Иџž@Иџц@Мђ@М(@РџX@м џE@Р”џj@аџ@рPџЇ@0№џН@ 4џд@`4џњ@ \џ@4џ0@р4џB@ xџL@ ќџ„@$Рџ}@$РџЄ0џЋ0џ44џЗ@џБ@џp@џl@џw@џg@џ`Гџё0OЛ#@МB@Ьp@мu@ь‡@ќ•@ І@Р@,>@<U@L@]@\d@l  @|D @Œ@œ0+@ЌS@№$џ @ ”џ(@4\џщ@Hџ9@$Ќџ3џ 40џi48џ5Ќє5•Ј‘4ЈЁIЃŸ'$ОИ йб…]ЌєmЌєC’ЙC’ДjЈє:l4 x і Ш ЅhЁeшЇот% u6L $R шџg АЏЃ EЯЃlЌє\Ќє\ЈЁlЈЁwOtЩЃeЩЃ[ЈЁlDkЈЁ\DeЖ№ ]e`Rœ’Я у.%А5*@ /џџ( K@м K  ,  ,  ,  ,  ,  @Ь    ,  ,  @№/џџ@№/џџ30ь яџџ80є яџџ=@№ B@/џџH@ /џџN@l/џџT@l/џџZ@„/џџ`@Ј/џџf@ј/џџ=$  ,  , @ /џџ@ /џџ-@  ;@\/џџ?@l/џџC@€/џџG@„/џџ-”  ,  ,  @Р/џџ@Р/џџ-@Р -”  ,  , ! @`/џџ@`/џџ-@`8 B@„/џџF@И/џџJ@Ш/џџ-p N@а q@4/џџv@˜/џџ{@œ/џџ€@Ќ/џџ…@Д/џџŠ@М/џџ@а/џџN ”@р Ї@ /џџ”P Ќ@0 Т@А/џџЧ@Ь/џџЬ@ш/џџб@ј/џџж@ /џџЌ№ л@  л4 э4(oџџў4$oџџ4 oџџ ,  ,  @`/џџ@`/џџ-@` -4  ,  ,  @ /џџ@ /џџ-14 яџџ2@  2\  ,  , @/џџ@/џџ-@ =@(/џџ-4 A1d яџџF@4 F\  ,  ,  @/џџ@/џџ-@ >@Ш/џџ-H  ,  ,  @р/џџ@р/џџ-@р -4  ,  , & @ /џџ@ /џџ-1 яџџ7@  A@`/џџG@x/џџM@А/џџS@/џџY@t/џџ_@x/џџe@€/џџk@Ќ/џџq@Ф/џџw@м/џџ}@/џџƒ@Œ/џџ‰@№/џџ@є/џџ•@ќ/џџ›@`/џџЁ@Р/џџЇ@Ф/џџ­@Ь/џџГ@р/џџЙ@ќ/џџП@/џџХ@L/џџЫ@T/џџб@р/џџз@D/џџн@H/џџу@|/џџщ@€/џџя@„/џџѕ@ˆ/џџ7x  ,  , ! @ /џџ@ /џџ-2 яџџ7@  A@є/џџG@ /џџM@ H/џџS@ t/џџY@ Œ/џџ_@ Є/џџe@ д/џџk@!L/џџq@!Ј/џџw@!Ќ/џџ}@" /џџƒ@"h/џџ‰@"|/џџ@"œ/џџ•@"И/џџ›@"а/џџЁ@# /џџЇ@# /џџ­@#0/џџГ@#И/џџЙ@$/џџП@$/џџХ@$L/џџЫ@$`/џџб@$„/џџз@$Œ/џџ7ќ  ,  џџџџ џџџџ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ џџџџџџџџџџџџџџџџџџџџџџџџџџџџ%џџџџ crt1text.sLOCALSZFRAMESZRAOFFGPOFF__start10$00000000001$0000000000_mcount/vince/6.2-mar09/root/usr/include/regdef.h/vince/6.2-mar09/root/usr/include/sgidefs.h/vince/6.2-mar09/root/usr/include/sys/fpregdef.h/vince/6.2-mar09/root/usr/include/asm.hcrt1tinit.s__istart/usr/tmp/cca0038Z.scheck1.ccgcc2_compiled.__gnu_compiled_cplusplus$LC0$LC1main$L286$L287$L289$L288$L285$L290$L284/usr/tmp/cca004hM.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__builtin_new$L2$L6$L8$L9/usr/tmp/cca004hD.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__eprintf/usr/tmp/cca004j3.s./libgcc2.cgcc2_compiled.__gnu_compiled_cfind_exception_table$L5$L4$L9__find_first_exception_table_match$L14$L17$L12$L13$L21$L19$L20__throw_type_match$L23__register_exceptions$L30$L31$L29$L28$L25__unwind_functionexcept_table_posexcept_pcexception_table_list/usr/tmp/cca004hv.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__builtin_vec_delete/usr/tmp/cca004jC.s./libgcc2.cgcc2_compiled.__gnu_compiled_c$LC0__pure_virtual/usr/tmp/cca004hc.s./libgcc2.cgcc2_compiled.__gnu_compiled_cset_new_handler$L2$LC0__default_new_handler/usr/tmp/cca004hl.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__builtin_delete$L2/usr/tmp/cca004hV.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__builtin_vec_new/usr/tmp/cca004dF.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__clz_tab__udivdi3$L137$L143$L151$L155$L158$L259$L132$L265$L168$L174$L182$L187$L190$L261$L183$L197$L200$L262$L131$L206$L213$L219$L229$L227$L240$L243$L263$L248$L247$L205$L264/usr/tmp/cca004dO.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__clz_tab__umoddi3$L137$L143$L132$L261$L168$L174$L182$L187$L190$L183$L197$L200$L131$L206$L213$L219$L229$L234$L227$L240$L243$L260$L248$L247$L258$L205crtninit.s.text.init__Argv__rld_obj_headexit__start_environ__istart__readenv_sigfpemain_mcount_gp_disp__Argctime__8ifstreamiPCcii__opPv__C3ios__rs__7istreamRlclose__11fstreambasecerr__ls__7ostreamPCc.rodatalibg++.so.2.7.2libstdc++.so.2.7.2libm.sosgi1.0__builtin_new__new_handler__default_new_handlermalloc__eprintf__iobfprintffflushabort__find_first_exception_table_match__throw_type_matchstrcmp__register_exceptions__unwind_function.bss__builtin_vec_delete__builtin_delete__pure_virtualwrite_exitset_new_handler.datafree__builtin_vec_new__udivdi3__umoddi3libc.so.1sgi1.0_endend_edataedata_etextetext__elf_header_ftextftext_fdatafdata_fbssfbss__program_header_table__dso_displacement_GLOBAL__DI_GLOBAL__DD@РS J €@@РS,  €@@Р- €@@РЌ2 €@@Ро)$ €@@РJ- €@@№K‰ 6€A@№2l О8€A@ ž)д%Ъ:@A@ ГK+ Ъ<@A@Рў5љ%в>@A@Р77в @@A@`J=НмB@A@`_?!мD@A@`|`л єF@A@`‘Bb єH@A@ гhш њJ@A@ шAj њL@A@)qџ$ N@A@>\s  P@A@š}#R@A@ЏBT@A@рё†5 V@A@р?ˆX@A@ EŽB^Z@A@ Zћ&\@A@ UЖ ?^@A@ jнИ!`@A@$АG й"b€A  џџ@Р/џџџџ@$ Яџџџџв0Oџџџџ%3OџџџџЯ4 oџџџџг/џџџџŠ@/џџџџМ@4/џџџџ—@И/џџџџž@И/џџџџц@Мџџџџђ@Мџџ(@Р X@м E@Р  j@а  @р  Ї@0  Н@  д@` њ@  @ 0@р B@  L@  џџ„@$Р/џџџџ}@$Р/џџџџЄ0OџџџџЋ0Oџџ44oџџџџЗ@OџџџџБ@Oџџџџp@Oџџџџl@Oџџџџw@Oџџџџg@Oџџ`ГЏџџ0Яџџ OЯџџЛЯџџ#@МЯџџB@ЬЯџџp@мР u@ьР ‡@ќР•@ РІ@РР@,Рf >@<Р U@LР ]@\Р d@lР  @|Р @ŒР@œР+@ЌРS@№   @  (@4 щ@ 9@$ЌР3Oџџ 40oџџi48oџџklрРЂФ@Ь`IРЁ `ŒРŸp`(Рžа`(Рž0`РРh @``=РœА`Рœ``<Р›p`Р›0`Рš№`Рš` Рš\`Рš`Р™А`Р™p``Р“№ŽѓўXХДXФтќdМЬXѕXђЙ.)ШѓXѕdXђЮsћ”aYёР.interp.MIPS.options.reginfo.dynamic.liblist.dynstr.hash.dynsym.MIPS.symlib.msym.conflict.MIPS.stubs.text.init.rodata.data.got.bss.mdebug.compact_rel.shstrtab@44 p @HH€p@ШШ @рр)p@јјP2@HHў:@HH @ @ T THp @ d dAUp@ Ј Ј[p@ААe@ИИq@РРрw@$ $  }00…33‹3 3 €4 4 •p@+TkTшЊl<Д@ d dAUp@ Ј Ј[p@ААe@ИИq@РРрw@$ $  }00…33‹3 3 €4 4 •p@+Tgeneral.formula000644 024721 000071 00000000260 06571726623 014221 0ustar00ortalviki000000 000000 General #Vi= (%n*R*%T/%p) #Pi= ((%n*R*%T/%v)) #Ni= ((%p*%v)/(R*%T)) #Ti= ((%p*%v)/(R*%n)) #Sin2= sin(2*%0)_func_1 #Cos2= cos(2*%0)_func_1 #Pitagoras= sqrt(%0*%0+%1*%1)_func_2 @ААe@ИИq@РРрw@$ $  }00…33‹3 3 €4 4 •p@+Tideal.formula000644 024721 000071 00000000132 06566576656 013675 0ustar00ortalviki000000 000000 Ideal_gas #Vi= (%n*R*%T/%p) #Pi= (%n*R*%T/%v) #Ni= ((%p*%v)/(R*%T)) #Ti= ((%p*%v)/(R*%n)) #Sin2= sin(2*%0)_func_1 #Cos2= cos(2*%0)_func_1 #Pitagoras= sqrt(%0*%0+%1*%1)_func_2 @ААe@ИИq@РРрw@$ $  }00…33‹3 3 €4 4 •p@+Tlsm000644 024721 000071 00000002227 06572027336 011734 0ustar00ortalviki000000 000000 Begin3 Title: UC unit calculator Version: 0.981 Entered-date:09Aug98 Description: This softwere is ment to be used mainly by phisics chemistry and engineering people to do their calculation on . It is basicly a regular calculator except that every number has 7 Dimmensions to it (i.e. a 7D vector) representing a scalar and 6 dimmensions (Say meter Kg second Volt Coulomb and mol) which is enough to represent most entities common in science and engineering. The interface is eazy to use and enables errorless typing of most questions , however you can type your data dirrectly to the Calculator and thus use your own defenitions for units and formulas. Keywords: unit function math convert calculator tools complex utilities math phisics chemistry engineer calculat Author: ortal@batata.fh.huji.ac.il Maintained-by: ortal@batata.fh.huji.ac.il Primary-site: http://www.bcity.com/uc/index.html Alternate-site: Original-site: Platforms: i386,irix,alpha and everything that runs tcl and has a c++ compiler Copying-policy: Sharewere End y to the Calculator and thus use your own defenitions for units and formulas. Keywords: unit function math convert calculator tools complex utilities math phisics chemistry engineer calculat Author: ortal@batata.fh.huji.ac.il Maintained-by: ortal@batata.fh.huji.ac.il Primary-site: http://www.bcity.com/uc/index.htmlmc66000755 024721 000071 00000520020 06572461641 011714 0ustar00ortalviki000000 000000 ELF@ р4œ 4 (4@4@44@4@4pH@H@H€€pШ@Ш@Шр@р@р„„p@@ /usr/lib/libc.so.1 ѓџџўџџџџр0ѓџџўџџџџр@ \@H@М   @" @"Ьppdp@p p(p'p pp–pp*p&p%p%№p-ЖРp)@Hp @јgwŠlp$@p@Дp@dpфp/јg2Ё4ЫwyѓАw2Ё4ОДŠ3T˜?Кк4\’l2$бг‹д˜v.text.init__Argv__rld_obj_headexit__start_environ__istart__readenv_sigfpemain_mcount_gp_disp__Argc_GLOBAL_$I$LENGTH_GLOBAL__FI_mc66_GLOBAL__FD_mc66.data.bssLENGTHMASSMOLETIMETEMPCHARGEhow223strplus__FPCcT0strlen__builtin_vec_newstrplus1__FPcN20abs__Fr__builtin_newmalloccerr__ls__7ostreamPCccomps__FPcT0exit0__FiSCT__builtin_deletermlm__FP2lmvaribatanr__FddsqrtasinUM__FvcoutUK__FvUn__FvUS__FvUD__FvUC__Fvadd__FvmemcpycossinC_varib__FvC_dln__FvC_func__FvC_varibp__Fvmult__Fvsub__Fvpow__Fvpowlogroot__FvexpAzeret__FvC_exp__FvT1C_ln__FvC_abs__FvC_Conj__FvC_Im__FvC_Re__FvC_phase__FvC_log10__FvC_tan__FvC_cos__FvC_asin__FvC_acos__FvC_atan__Fvpi__Fvc_i__Fve__FvC_sin__FvC_sqrt__Fvdiv__FvC_log__Fvhandlestr__FPc__8ifstreamiFORMNAMEopen__8ifstreamPCcii__opPv__C3ios__rs__7istreamRc__nt__C3iosclose__11fstreambaseMACNAMEatof__ls__7ostreamdvrfy__Fvtime__8ifstreamiPCcii__rs__7istreamRl__8ofstreamiPCcii__ls__7ostreamlprecision__3iosisetf__3iosUlunsetf__3iosUlUNAME__rs__7istreamPcFORMTYTLEflush__7ostreamERROR_ID.rodatalibg++.so.2.7.2libstdc++.so.2.7.2libm.sosgi1.0__eprintf__iobfprintffflushabort__find_first_exception_table_match__throw_type_matchstrcmp__register_exceptions__unwind_function__builtin_vec_delete__pure_virtualwrite_exitfree__udivdi3__umoddi3libc.so.1sgi1.0_endend_edataedata_etextetext__elf_header_ftextftext_fdatafdata_fbssfbss__program_header_table__dso_displacement_GLOBAL__DI_GLOBAL__DD–†b€H-hWˆ}JCoVGP‘$Œg,1’A968D“!l5=a„L+3@dTNQe2 S E0?*M<•YU”;I)‹4 .X B_/% #"'(&:ƒRK>O7‚F…`ŠŽ‰Z[\]^vqci~sftjkmpznrwuxy{|‡@ рз@џ@ј џ_ 0џЄ 0ѕРџЊР,џщџ @џв@4џ­@pџД@pџќ@t@t(@ рџX@!ќ џ‚@"Мџ“@"Ь0џи@#Шџ@$иџ@%ьhџ™@ша”џО@щрџс@ъ№Pџћ@ы@№џ@ь04џ#@ьp4џ8@ьА\џX@э xџb@ѓ ќџš@ј@џ“@ј@џКџСџVдџфџ†џ‚џЭџЧџџ}џ`рџёЂ/Ѓ0#@tB@„ш@”А(@Є4@Д‘@Ф–@дв@ф й@єн@(@,@$9@4@D3@TH@dV@tg@„s@”@ЄL•@ДЎ@ФГ@дХ@фж@єш@ ј@  @ $@ 4+@ DF@ TЉ@ d@Б@ tИ@ „ є@ ”DG@ ЄM@ Д0S@ Ф@&TœџF@&№ џS@'ќФџt@(Р„џ†@)D”џ›@*ииџЇ@,АиџЎ@.ˆиџЕ@0`иџМ@28иџУ@4иџЪ@5шДџс@9œшџэ@;„џї@<˜”џ@?,Єџ@?аєџ@BФфџ @FЈ4џ0@Jм(џ=@OTџH@QX\џU@SД<џ^@U№Œџh@W|œџs@YАџ|@ZШАџ…@\xŒџ‘@^Tџ@`XџЇ@eh џБ@jˆŒџМ@p|џЧ@u џв@zАdџй@{lџс@{€dџч@{фџё@€јtџќ@ƒlєџ@†` џ@‰€JxџЅ@гјЈџS@з  Јџp@сH џc@эHџя@э`4џ9@ј,џЏ @џЖ LџЛ XџР d џХ pџЪ | џб †gџ€ ˆџˆќˆџ%§Дџ*џџ<tџ]иџ_мџaрџRфџ рџiшџ5Ќє5•Ј‘4ЈЁIЃŸ'$ОИ йб…]ЌєmЌєC’ЙC’ДjЈє:l4 ’Ж Ж Ч,pЯА™SВ x і Ш ЅhЁeшЇот% u6L АЏЃ EЯЃlЌє\Ќє\ЈЁlЈЁt‡twOt[ЈЁlDЩЃeЩЃkЈЁ\DeЖ№ІФœ’e`R ]Я у.%Ћ’О83S џ-ГЈ”‰ў<:yjcyўwgsWl№ ъYщ:tЩPЩƒпєГSћУ w•‹V -џ4А5*™€рx% ј 4?™€рx% ј 4@™€рx% ј 4A™€рx% ј 4B™€рx% ј 4C™€рx% ј 4D™€рx% ј 4E™€рx% ј 4F™€рx% ј 4G™€рx% ј 4H™€рx% ј 4I™€рx% ј 4J™€рx% ј 4K™€рx% ј 4L™€рx% ј 4M™€рx% ј 4N™€рx% ј 4O™€рx% ј 4P™€рx% ј 4Q™€рx% ј 4R™€рx% ј 4Sр@%<С'œ`єŸр!ј%<ќ8!Œч€4Є'ЅŒч$џ№Ёш$$І€'НџррТ0!<<!Œ!€4Ќ&<<!Œ!д<<Ш!Ќ$<9Œ<!Œ!аЏМЏ №% ј Ќ%М<<Ш!9€< ј М<<<<<Ш!9|œ !М(!м0!Œ„дŒЅаŒЦ€4Œ„ŒЅ ј ŒЦМ<@ %<Ш!9€8 ј М 'Нр ј%<С'œ_а™р!‚€ 'Нџа€ ŒBРЏО( №%$C`%$ЏМЏП,ЏМ$ЏА CЌ"Р‚€$B 4ЏТƒ€Т$c 0b+@ У$bџќ@%ЏУŒpШ% ј џямРш%П,О(А р'Н0<С'œ_™р!'Нџ№ЏО  №%ЏМЏМРш%О р'Н<С'œ^а™р!'НџИЏО@ №%ЏМЏПDЏМ<ЏД8ЏГ4ЏВ0ЏБ,ЏА(ЏФHЏР ЏРЏРЏХL™€@ФH ј м@ %ФL™€@ ј $Cмƒ!ЏТТ™ˆ$P ј  %мЏТ$ТHУC!C` Т$УC!У$dЏФФH`ˆ%$!dџэ DТLУ C!C`ТУ C!У$C!У $dЏФ ФL`%D!dџы DТУ C!У$C!У $dЏФ ФL`˜%d!d DУ ТC!У$C! @Т$Рш%ПDО@Д8Г4В0Б,А(р'НH<С'œ]™р!'НџшЏО №%ЏМЏМЏР ЏРЏЦ ЏХЏФУФd!d€УФХd!Ф… !… eФ$ƒ` %џьЏФУ Ф d!d€УФ Хd!e !$ƒџџФ $…ЏХ Х €%E !…џъ eУФ d!Фd!$dџџ €Рш%Ор'Н<С'œ[є™р!'Нџ№ЏО  №%ЏМЏМїЬзРD€D€F"<EзРF ‡їТзРРш%О р'Н<С'œ[Œ™р!'НџаЏО$ №%ЏМЏП(ЏМ ЏФ0™€DФ0 ј ЏТТм@ ™€H…€„€, ј $Ѕhм™€H…€„€, ј $Ѕ мТРш%П(О$'Н0р<С'œZ№™р!'НџшЏО №%ЏМЏМ$ЃТЏР ЏХЏФТФ D!bУФ d!dD0РТУ Ф C!УBd!cCЃРУ $b@%џтЏУ Т @ ТC` ТУ C!C`ЃР“У`%Рш%Ор'Н<С'œYф™р!'Нџи‚РЏО №%ЏМЏП ЏМЏФ(ФŒBЌ"‚ФŒBŒCр`‚ФШ™„ŒB„ШЌ"‚ФФŒ„ŒBŒCр ј Ќ#џым™„„Ф ј Œ„мРЌ Рш%П О'Н(р<С'œY ™р!'НџиЏО №%ЏМЏП ЏМЏФ(Т(ŒCр`™€мТ( ј ŒDрмТ(ŒCфЌ`р™„Ф( ј мРш%П О'Н(р<С'œXœ™р!'НџаЏО$ №%ЏМЏП(ЏМ їЬ0зР0D€D€їЮ8F"2EзР8D€D€F"2ED€D€BзР0зТ0зФ8™€LF"зТ8F$‚F" ј F зТ0мF ™€P ј F їРзР8D€D€мF"<E€зТд јF"їР€зРд"F"<E€зРд"F"џђїР€зРд"F <E€зРд"F"џђїРзРРш%П(О$'Н0р<С'œW™р!‚Ш'НџиЏМŒBЏП ЏОЏМŒCф №%`‚ШŒBŒCр`™€H…€„€( ј $Ѕ м$™€и ј Pм‚ШŒBŒCфbш$C ‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕ4м$™€и ј 4мƒШ„ШŒcŒ„ŒbфŒƒф„Шд`РŒ„Œ…рдЂF"є@Р‚ШŒBŒCф$ bшƒШŒcŒbфƒШŒcŒdрŒƒрЌCр‚ШŒBŒCрŒbр@ ‚ШŒBŒCрŒbрƒШŒcŒdфЌDф‚Ш™„ŒB ј ŒDрм™„„Ш ј Œ„мРш%П О'Н(р<С'œU0™р!‚Ш'НџиЏМŒBЏП ЏОЏМŒCф №%`‚ШŒBŒCр`™€H…€„€( ј $Ѕ м$™€и ј Pм‚ШŒBŒCфbш$C ‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕ4м$™€и ј 4мƒШ„ШŒcŒ„ŒbфŒƒф„Шд`АŒ„Œ…рдЂF"є@А‚ШŒBŒCф$ bшƒШŒcŒbфƒШŒcŒdрŒƒрЌCр‚ШŒBŒCрŒbр@ ‚ШŒBŒCрŒbрƒШŒcŒdфЌDф‚Ш™„ŒB ј ŒDрм™„„Ш ј Œ„мРш%П О'Н(р<С'œSX™р!‚Ш'НџиЏМŒBЏП ЏОЏМŒCф №%`‚ШŒBŒCр`™€H…€„€( ј $Ѕ м$™€и ј Pм‚ШŒBŒCфbш$C ‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕ4м$™€и ј 4мƒШ„ШŒcŒ„ŒbфŒƒф„Шд`иŒ„Œ…рдЂF"є@и‚ШŒBŒCф$ bшƒШŒcŒbфƒШŒcŒdрŒƒрЌCр‚ШŒBŒCрŒbр@ ‚ШŒBŒCрŒbрƒШŒcŒdфЌDф‚Ш™„ŒB ј ŒDрм™„„Ш ј Œ„мРш%П О'Н(р<С'œQ€™р!‚Ш'НџиЏМŒBЏП ЏОЏМŒCф №%`‚ШŒBŒCр`™€H…€„€( ј $Ѕ м$™€и ј Pм‚ШŒBŒCфbш$C ‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕ4м$™€и ј 4мƒШ„ШŒcŒ„ŒbфŒƒф„Шд`ИŒ„Œ…рдЂF"є@И‚ШŒBŒCф$ bшƒШŒcŒbфƒШŒcŒdрŒƒрЌCр‚ШŒBŒCрŒbр@ ‚ШŒBŒCрŒbрƒШŒcŒdфЌDф‚Ш™„ŒB ј ŒDрм™„„Ш ј Œ„мРш%П О'Н(р<С'œOЈ™р!‚Ш'НџиЏМŒBЏП ЏОЏМŒCф №%`‚ШŒBŒCр`™€H…€„€( ј $Ѕ м$™€и ј Pм‚ШŒBŒCфbш$C ‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕ4м$™€и ј 4мƒШ„ШŒcŒ„ŒbфŒƒф„Шд`ШŒ„Œ…рдЂF"є@Ш‚ШŒBŒCф$ bшƒШŒcŒbфƒШŒcŒdрŒƒрЌCр‚ШŒBŒCрŒbр@ ‚ШŒBŒCрŒbрƒШŒcŒdфЌDф‚Ш™„ŒB ј ŒDрм™„„Ш ј Œ„мРш%П О'Н(р<С'œMа™р!‚Ш'НџиЏМŒBЏП ЏОЏМŒCф №%`‚ШŒBŒCр`™€H…€„€( ј $Ѕ м$™€и ј Pм‚ШŒBŒCфbш$C ‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕ4м$™€и ј 4мƒШ„ШŒcŒ„ŒbфŒƒф„Шд`аŒ„Œ…рдЂF"є@а‚ШŒBŒCф$ bшƒШŒcŒbфƒШŒcŒdрŒƒрЌCр‚ШŒBŒCрŒbр@ ‚ШŒBŒCрŒbрƒШŒcŒdфЌDф‚Ш™„ŒB ј ŒDрм™„„Ш ј Œ„мРш%П О'Н(р<С'œKј™р!'Нџ`‚ШЏМ`ЏП”ŒBЏОЏМŒЏАˆїД˜ŒCф №%`‚ШŒBŒCр`™€H…€„€( ј $ЅLм`$™€и ј Фм`‚ШŒBŒCфbш$C ‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕ`м`$™€и ј Јм`‚Ш™€T$0ŒBŒPф‚ШŒBŒCр'Ђ0@ %$cА ј `(%&РŒhŒiŒjŒk м`'ЂЌHЌIЌJЌK ŒkŒjŒiŒh™€ЌKЌJЌIЌH'9у”ŽМŽИŽД ј ŽА0Cџ`м`™€H…€„€( ј $Ѕtм`‚Ш™€XŒBŒPр‚ШŒBŒCр ј дlм`ж‚Ш™€XF"ŒBŒPф‚ШŒBŒCф ј дlжм`F"‚ШF  €їТpŒB™€\ŒPр‚ШŒBŒCр ј дlм`ж‚Ш™€\F"ŒBŒPф‚ШŒBŒCф ј дlжм`F"F  €зРpїТxзТpзФx™€LF"зТxF$‚F" ј F м`їРhзЬx™€рзЮp ј м`їР€зРh‚ШŒBŒCф‚Шє`ŒBзР€ŒCф‚Шє`ŒBŒCф$ bшƒШŒcŒbфƒШŒcŒdрŒƒрЌCр‚ШŒBŒCрŒbр@ ‚ШŒBŒCрŒbрƒШŒcŒdфЌDф‚Ш™„ŒB ј ŒDрм`™„„Ш ј Œ„м`Рш%П”ОАˆзĘр'Н <С'œHD™р!'Нўш‚ШЏМјЏПŒBЏО ЏМЏБЏАŒCф №%`6ƒШ™€T$шŒcb@ %b#ƒЌC€!‚ШŒBŒQф'Ђ@ %&# ј `(%мјŽ&Ž'™€ %'9т” ј мјƒШŒcŒbфƒШŒcŒdрЌDр‚ШŒBŒCр`ƒШŒcŒbрƒШŒcŒdфЌDф™„„Ш ј Œ„/мјƒШ™€T$шŒcb@ %b#ƒЌC€!ƒЌ'Ђ@ %$c ј `(%мј %™€†Ќ‡Ќ'9т”ŒЦ ј Œчмј'Ђ@ %ƒЌ™€T$ш$c ј `(%мј™€†Ќ‡Ќ„Ш'9т”ŒЦŒч ј Œ„мјРш%ПО БАр'Н<С'œF\™р!‚Ш'НџиЏМŒBЏП ЏОЏМŒCр №%`(‚ШŒBŒCрŒbр@ƒШŒcŒbфƒШŒcŒdрŒƒрЌCр‚ШŒBŒCрŒbрƒШŒcŒdфЌDф‚ШŒBŒCфЌ`р‚Ш™„ŒB ј ŒDрм™„„Ш ј Œ„ м‚Ш„ШŒBŒCфЌ`р™„Œ„ ј мРш%П О'Н(р<С'œEH™р!'НўиЏО №%ЏМјЏП ЏМЏБЏА$0ЃТ‚ШŒBŒCр`‚ШŒBŒCрд`F чТТ@V‚ШŒBŒCрŒbр@K“Т™€T$ш@ %b#ƒЌC€!‚ШŒBŒCр'Ђ@ %Œqр&# ј `(%мјŽ&Ž'™€ %'9т” ј мј‚ШŒBŒCрŒbрŒCр`‚ШŒBŒCрŒbрŒCр‚ШЏУŒB™„ŒCр ј Œdрмј‚ШŒBŒCрТЌbрƒШТŒcŒdр ЌDф‚ШЏР™„ŒBŒCр ј Œdрмј‚ШŒBŒCрЌ`р“Т$C`%ЃТУ$bџџ@%џЇЏУ‚ШŒBŒCрŒbр@ ƒШŒcŒbфƒШŒcŒdрŒƒрЌCр‚ШŒBŒCфЌ`р‚ШŒBŒCрŒbр@ ‚ШŒBŒCрŒbрƒШŒcŒdфЌDф‚Ш™„ŒB ј ŒDрмј™„„Ш ј Œ„мјРш%П ОБАр'Н(<С'œBД™р!ƒШ'Нў№ЏМјŒcЏП ЏОЏМЏАb™€T №%@ %b#ƒЌ$шC€!&'Ђ@ % ј `(%мјŽŽ™€„Ш'9т” ј Œ„мјРш%П ОАр'Н<С'œB™р!'Нџ8‚ШЏМhЏПРŒBЏОМЏМИЏБДЏААŒCф №%`‚ШŒBŒCр`™€H…€„€( ј $Ѕмh$™€и ј ”мh‚ШŒBŒCфbш$C ‚ШŒBŒCрbш$C ™€H…€„€( ј $ЅЈмh$™€и ј xмhƒШ'а€$0ŒcŒbрƒШд@ŒcŒdфƒШд‚F"їРpŒcŒbрƒШд@Œc‚ШŒdфд‚F"їРxŒBзРpŒCф‚Шє`ŒBзРxŒCф‚Шє`ŒBŒCф$ bш‚Ш™€TŒBŒQф‚ШŒBŒCр'Ђ8@ %$cА ј `(%мh'Ђ&#И™€T`(%@ % ј $(мhŽ&АŽ'Д™€ %'9ц ј мh$(‚Ш™€TŒBŒCф'Ђ@ %$pА'Уˆ ј `(%мhЦ€Ч„™€ %'9ф€ ј мhƒШŒcŒbфƒШŒcŒdрŒƒрЌCр‚ШŒBŒCрŒbр@ ‚ШŒBŒCрŒbрƒШŒcŒdфЌDф‚Ш™„ŒB ј ŒDрмh™„„Ш ј Œ„мhРш%ПРОМБДААр'НШ<С'œ?™р!'Нџ`‚ШЏМ`ЏП”ŒBЏОЏМŒЏАˆїД˜ŒCф №%`‚ШŒBŒCр`™€H…€„€( ј $ЅМм`$™€и ј ам`‚ШŒBŒCфbш$C ‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕам`$™€и ј Дм`‚Ш™€T$0ŒBŒPф‚ШŒBŒCр'Ђ0@ %$cА ј `(%&РŒhŒiŒjŒk м`'ЂЌHЌIЌJЌK ŒkŒjŒiŒh™€ЌKЌJЌIЌH'9у”ŽМŽИŽД ј ŽА0Cџ`м`™€H…€„€( ј $Ѕшм`‚Ш™€XŒBŒPр‚ШŒBŒCр ј дlм`ж‚Ш™€XF"ŒBŒPф‚ШŒBŒCф ј дlжм`F"‚ШF  їТpŒB™€\ŒPр‚ШŒBŒCр ј дlм`ж‚Ш™€\F"ŒBŒPф‚ШŒBŒCф ј дlж<П№м`F"F  зРpїТxD€DF"D€DїРpзРxF"зТpїРxзРpзФx™€LF"зТxF$‚F" ј F м`їРhзЬx™€рзЮp ј м`їР€зРh‚ШŒBŒCф‚Шє`ŒBзР€ŒCф‚Шє`ŒBŒCф$ bшƒШŒcŒbфƒШŒcŒdрŒƒрЌCр‚ШŒBŒCрŒbр@ ‚ШŒBŒCрŒbрƒШŒcŒdфЌDф‚Ш™„ŒB ј ŒDрм`™„„Ш ј Œ„м`Рш%П”ОАˆзĘр'Н <С'œ;8™р!'Нџ@‚ШЏМ@ЏПИŒBЏОДЏМАЏБЌЏАЈŒCф №%`‚ШŒBŒCр`™€H…€„€( ј $Ѕм@$™€и ј фм@‚ШŒBŒCфbш$C ‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕм@$™€и ј Шм@‚Ш™€ŒB'9чhŒCр$bА ј @ %0Cџ`м@™€H…€„€( ј $Ѕ$м@‚ШD€D€ŒBŒCф‚Шд`їР`ŒBŒCфд`їРXзР`F"<E зР`€F ‡зРXїТ`д"8F"їРX‚Ш™€XŒBŒPр‚ШŒBŒCр ј дlжм@F ‚ШїРHŒB™€\ŒPр‚ШŒBŒCр ј дlжм@зЬ`F їРPзТPзРX™€`F"зТHF  ј F †м@їРhзЬ`™€d ј зТPзФXм@F"зТH‚Ш'аxF$‚$(F"їРpŒB™€TŒQф‚ШŒBŒCр'Ђ@ %д`&#И`(% ј ї 8м@Ž&АŽ'Д™€ %'9фь ј м@$(‚Ш™€TŒBŒCф'Ђ@ %$pА'У€ ј `(%м@ЦxЧ|™€ %'9ф€ ј м@зРh‚ШŒBŒCф‚Шє`ŒBзРpŒCф‚Шє`ŒBŒCф$ bш‚ШŒBŒCф‚ШЌ`рŒBŒCрŒbр@ ƒШŒcŒbфƒШŒcŒdрŒƒрЌCр‚ШŒBŒCфЌ`р‚ШŒBŒCрŒbр@ ‚ШŒBŒCрŒbрƒШŒcŒdфЌDф‚Ш™„ŒB ј ŒDрм@™„„Ш ј Œ„м@Рш%ПИОДБЌАЈр'НР<С'œ7™р!'Нџ8‚ШЏМ@ЏПИŒBЏОДЏМАЏБЌЏАЈїДРŒCф №%`‚ШŒBŒCр`™€H…€„€( ј $Ѕ@м@$™€и ј пм@‚ШŒBŒCфbш$C ‚ШŒBŒCрbш$C ™€H…€„€( ј $ЅTм@$™€и ј Ум@‚ШD€D€ŒBŒCр‚Шд`їРPŒBŒCрд`їРXзРPF"<E зРP€F ‡зРXїТPд"˜F"їРX‚Ш™€ŒB'9чhŒCф$bА ј @ %0Cџ`м@™€H…€„€( ј $Ѕlм@‚Ш<?№DŒBD€зЬPŒCф‚ШдbF"їР`ŒBзЮ`ŒCфд`F ‡їТp™€` ј м@зТXїРH™€\F зТ`зЬp ј F"F  ‚м@™€h ј F зТHм@зЬPF їРH™€d ј м@F зЬp™€\ ј зТ`м@зЬpF"™€X ј F4зТ`м@'аxF"зТX‚Ш$(F"F  €зР`їТhŒB™€TŒQр'Ђ@ %&#И`(% ј ї 8м@Ž&АŽ'Д™€ %'9фь ј м@$(‚Ш™€TŒBŒCр'Ђ@ %$pА'У€ ј `(%м@ЦxЧ|™€ %'9ф€ ј м@зРH‚ШŒBŒCф‚Шє`ŒBзРhŒCф‚Шє`ŒBŒCф$ bшƒШŒcŒbфƒШŒcŒdрŒƒрЌCр‚ШŒBŒCрŒbр@ ‚ШŒBŒCрŒbрƒШŒcŒdфЌDф‚Ш™„ŒB ј ŒDрм@™„„Ш ј Œ„м@Рш%ПИОДБЌАЈзДРр'НШ<С'œ2м™р!‚Ш'НџШЏМŒBЏП0ЏО,ЏМ(ŒCф №%` ™€H…€„€( ј $Ѕ м$™€и ј vм‚ШŒBŒCфbш$C ™€H…€„€( ј $ЅИм$™€и ј cм‚Ш™€ŒB'9чhŒCф$bА ј @ %0Cџ`м™€H…€„€( ј $ЅЬм‚ШD€D€ŒBŒCфд`F"2E™€H…€„€( ј $Ѕмм‚Ш<?№ŒBŒCфд`F  D€DчФ їРТ (C` ЧР зТF€!F їРУ $bџџ@%џёЏУ ‚ШзРŒBŒCф‚Шє`ŒBŒCф‚ШЌ`Ќ` ŒBŒCф$ bшƒШŒcŒbфƒШŒcŒdрЌDр‚ШŒBŒCр`ƒШŒcŒbрƒШŒcŒdфЌDф™„„Ш ј Œ„мРш%П0О,'Н8р<С'œ0ˆ™р!‚Ш'НџШЏМŒBЏП4ЏО0ЏМ,ЏА(ŒCр №%` ™€H…€„€( ј $Ѕ№м$™€и ј wм‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕм$™€и ј dм‚Ш™€ŒB'9чhŒCр$bА ј @ %0Cџ`м™€H…€„€( ј $Ѕм‚Ш™€XŒBŒPр‚ШŒBŒCр ј дlжмF"™€h ј F мїР‚Ш™€\ŒBŒPр‚ШŒBŒCр ј дlжм$F ‚ШЬїР зРŒBє@‚ШзР ŒBє@‚ШŒB Cш‚ШŒBŒCр‚ШЌ#ŒBŒCрŒbр@‚ШŒBŒCрŒbрƒШŒcЌCф‚ШŒBŒCрŒbр@ ƒШ‚ШŒcŒBŒdрŒƒрЌCр‚ШŒBЌ@р™„„Ь ј Œ„мРш%П4О0А(р'Н8<С'œ.,™р!‚Ш'НџИЏМŒBЏП@ЏО<ЏМ8ŒCр №%` ™€H…€„€( ј $Ѕ(м$™€и ј pм‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕ<м$™€и ј ]м‚Ш™€ŒB'9чhŒCр$bА ј @ %0Cџ`м™€H…€„€( ј $ЅPм‚Ш™€dŒBŒCр ј дlмїРзТ‚ШŒBŒCрд`їР зРзФ ™€LF"зТ F$‚F" ј F мїР(зЬ ™€рзЮ ј мїР0зР(‚Ш$ЬŒBє@‚ШзР0ŒBє@‚ШŒB Cш‚ШŒBŒCр‚ШЌ#ŒBŒCрŒbр@‚ШŒBŒCрŒbрƒШŒcЌCфƒШ‚ШŒcŒBŒdрŒƒр„ЬЌCр™„Œ„ ј мРш%П@О<'НHр<С'œ+№™р!‚Ш'НџИЏМŒBЏП@ЏО<ЏМ8ŒCр №%` ™€H…€„€( ј $Ѕ`м$™€и ј Dм‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕtм$™€и ј 1м‚ШЬŒBŒCр‚Шд`$їР(зР(ŒBє@‚ШŒBЌ@Ќ@ ‚ШŒB Cш‚ШŒBŒCр‚ШЌ#ŒBŒCрŒbр@‚ШŒBŒCрŒbрƒШŒcЌCфƒШ‚ШŒcŒBŒdрŒƒр„ЬЌCр™„Œ„ ј мРш%П@О<'НHр<С'œ*d™р!‚Ш'НџИЏМŒBЏП@ЏО<ЏМ8ŒCр №%` ™€H…€„€( ј $Ѕˆм$™€и ј Hм‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕœм$™€и ј 5м‚ШЬŒBŒCр‚Шд`ƒШїР(зР(ŒBє@Œc‚ШŒdрŒB$д€F ‡єB‚ШŒB Cш‚ШŒBŒCр‚ШЌ#ŒBŒCрŒbр@‚ШŒBŒCрŒbрƒШŒcЌCфƒШ‚ШŒcŒBŒdрŒƒр„ЬЌCр™„Œ„ ј мРш%П@О<'НHр<С'œ(Ш™р!‚Ш'НџИЏМŒBЏПDЏО@ЏМ<ЏА8ŒCр №%` ™€H…€„€( ј $ЅДм$™€и ј Lм‚ШŒBŒCрbш$C ™€H…€„€( ј $ЅШм$™€и ј 9м‚Ш™€\ŒBŒPр‚ШŒBŒCр ј дlжм$F ‚ШЬїР(зР(ŒBє@‚ШŒBЌ@Ќ@ ‚ШŒB Cш‚ШŒBŒCр‚ШЌ#ŒBŒCрŒbр@‚ШŒBŒCрŒbрƒШŒcЌCфƒШ‚ШŒcŒBŒdрŒƒр„ЬЌCр™„Œ„ ј мРш%ПDО@А8р'НH<С'œ'™р!‚Ш'НџИЏМŒBЏПDЏО@ЏМ<ЏА8ŒCр №%` ™€H…€„€( ј $Ѕмм$™€и ј Lм‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕ№м$™€и ј 9м‚Ш™€XŒBŒPр‚ШŒBŒCр ј дlжм$F ‚ШЬїР(зР(ŒBє@‚ШŒBЌ@Ќ@ ‚ШŒB Cш‚ШŒBŒCр‚ШЌ#ŒBŒCрŒbр@‚ШŒBŒCрŒbрƒШŒcЌCфƒШ‚ШŒcŒBŒdрŒƒр„ЬЌCр™„Œ„ ј мРш%ПDО@А8р'НH<С'œ%h™р!‚Ш'НџИЏМŒBЏП@ЏО<ЏМ8ŒCр №%` ™€H…€„€( ј $Ѕм$™€и ј Dм‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕм$™€и ј 1м‚ШЬŒBŒCр‚Шд`$їР(зР(ŒBє@‚ШŒBЌ@Ќ@ ‚ШŒB Cш‚ШŒBŒCр‚ШЌ#ŒBŒCрŒbр@‚ШŒBŒCрŒbрƒШŒcЌCфƒШ‚ШŒcŒBŒdрŒƒр„ЬЌCр™„Œ„ ј мРш%П@О<'НHр<С'œ#м™р!‚Ш'НџИЏМŒBЏП@ЏО<ЏМ8ŒCр №%` ™€H…€„€( ј $Ѕ<м$™€и ј vм‚ШŒBŒCрbш$C ™€H…€„€( ј $ЅPм$™€и ј cм‚Ш™€ŒB'9чhŒCр$bА ј @ %0Cџ`м™€H…€„€( ј $Ѕhм‚Ш™€dŒBŒCр ј дlм€‚Шд"€€F"їРŒBд"ˆŒCрд`F"зТїР зРзФ ™€LF"зТ F$‚F" ј F мїР(зЬ ™€рзЮ ј мїР0зР(‚Ш$ЬŒBє@‚ШзР0ŒBє@‚ШŒB Cш‚ШŒBŒCр‚ШЌ#ŒBŒCрŒbр@‚ШŒBŒCрŒbрƒШŒcЌCфƒШ‚ШŒcŒBŒdрŒƒр„ЬЌCр™„Œ„ ј мРш%П@О<'НHр<С'œ!ˆ™р!'НџX‚ШЏМЏП”ŒBЏОЏМŒЏАˆїЖ їД˜ŒCр №%` ™€H…€„€( ј $Ѕм$™€и ј  м‚ШŒBŒCрbш$C ™€H…€„€( ј $ЅЄм$™€и ј  м‚Ш™€ŒB'9чhŒCр$bА ј @ %0Cџ`м™€H…€„€( ј $ЅИм‚Ш™€\ŒBŒPр‚ШŒBŒCр ј дlжмF"™€hF ‡ ј F мF ‚Ш™€XŒBŒPр‚ШŒBŒCр ј дlжмF"™€X ј F F  ‚м‚ШїТ ŒB™€\ŒPр‚ШŒBŒCр ј дlжмF"™€hF ‡ ј F мF ‚Ш™€XŒBŒPр‚ШŒBŒCр ј дlжмF"™€\ ј F F  ‚м‚ШїТ(ŒB™€\ŒPр‚ШŒBŒCр ј дlжмF"™€h ј F мF ‚Ш™€XŒBŒPр‚ШŒBŒCр ј дlжмF"™€X ј F F  ‚м‚ШїТ0ŒB™€\ŒPр‚ШŒBŒCр ј дlжмF"™€h ј F мF ‚Ш™€XŒBŒCр‚Шд`ŒBF ‡ŒCр ј дlF А‚м™€\ ј F F  ‚зР мїТ8зТ0F"зТ8їР@зР(F"зТ0їРHзР зФHF"зТ8їРPзР(F"зТ@їРXзР@™€LF"зТHF$‚F" ј F їРpзРPзТPзФXмF"зТX™€LF$‚F" ј F мїРxзЬ@™€рзЮH ј мїР`зЬP™€рзЮX ј їРhзРpзТxм$F"зТh‚Ш€їРзР`F"їР€зРŒBє@зР€д"Ш‚ШЬF"ŒBє@‚ШŒB Cш‚ШŒBŒCр‚ШЌ#ŒBŒCрŒbр@‚ШŒBŒCрŒbрƒШŒcЌCфƒШ‚ШŒcŒBŒdрŒƒр„ЬЌCр™„Œ„ ј мРш%П”ОАˆзЖ зĘр'НЈ<С'œx™р!'НџX‚ШЏМЏП”ŒBЏОЏМŒЏАˆїЖ їД˜ŒCр №%` ™€H…€„€( ј $Ѕам$™€и ј $м‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕфм$™€и ј м‚Ш™€ŒB'9чhŒCр$bА ј @ %0Cџ`м™€H…€„€( ј $Ѕјм‚Ш™€\ŒBŒPр‚ШŒBŒCр ј дlжмF"™€hF ‡ ј F мF ‚Ш™€XŒBŒPр‚ШŒBŒCр ј дlжмF"™€X ј F F  ‚м‚ШїТ ŒB™€\ŒPр‚ШŒBŒCр ј дlжмF"™€hF ‡ ј F мF ‚Ш™€XŒBŒPр‚ШŒBŒCр ј дlжмF"™€\ ј F F  ‚м‚ШїТ(ŒB™€\ŒPр‚ШŒBŒCр ј дlжмF"™€h ј F мF ‚Ш™€XŒBŒPр‚ШŒBŒCр ј дlжмF"™€X ј F F  ‚м‚ШїТ0ŒB™€\ŒPр‚ШŒBŒCр ј дlжмF"™€h ј F мF ‚Ш™€XŒBŒCр‚Шд`ŒBF ‡ŒCр ј дlF А‚м™€\ ј F F  ‚зР мїТ8зТ0F"зТ8їР@зР(F"зТ0їРHзР зФHF"зТ8їРPзР(F"зТ@їРXзР@™€LF"зТHF$‚F" ј F їРpзРPзТPзФXмF"зТX™€LF$‚F" ј F мїРxзЬ@™€рзЮH ј мїР`зЬP™€рзЮX ј їРhзРpзТx<@мF"зТh‚Ш$їРзР`F"D€D€їР€зРxŒBF"є@зРhд"‚ШЬF"ŒBє@‚ШŒB Cш‚ШŒBŒCр‚ШЌ#ŒBŒCрŒbр@‚ШŒBŒCрŒbрƒШŒcЌCфƒШ‚ШŒcŒBŒdрŒƒр„ЬЌCр™„Œ„ ј мРш%П”ОАˆзЖ зĘр'НЈ<С'œX™р!'НџX‚ШЏМЏП€ŒBЏО|ЏМxїК їИ˜їЖїДˆŒCр №%` ™€H…€„€( ј $Ѕм$™€и ј =м‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕ$м$™€и ј *м‚Ш™€ŒB'9чhŒCр$bА ј @ %0Cџ`м™€H…€„€( ј $Ѕ<м‚Ш€ŒBŒCр‚Шд`їРŒBд"PŒCрд`F"зТїР зРзд F"їР`F4 їР8™€XзЬ8 ј зТ`м<?№F"™€XD€DзЬ8 ј F"€зТ`<?№мF"D€D™€\зЬ8F" ј F Е‚зТ`мзЬ8F"™€\зТ` ј F"F Р‚м™€LF"А ј F мїРhзЬ8™€\ ј мзТ`зЬ8™€XF"‚ ј зТ`<?№мF"D€D™€рF ГF" ј F †мїР@зЬh™€L ј їРp<@DзР@D€мF"їРH™€XзЬH ј мзТpзЬ ™€XF"‚ ј зТмзЬHF"™€X ј F Е€мзТpзЬ ™€XF" ј зТмзЬHF"™€\F Р€ ј F"Е‚мзТpзЬ ™€\F" ј зТмзЬHF"™€\ ј F ЦмзТpзЬ ™€\F"‚ ј зТмF"™€LF а€F"РF А€ ј F мїРXзЬH™€\ ј мзТpзЬ ™€\F"‚ ј зТмзЬHF"™€X ј F Е€мзТpзЬ ™€XF" ј зТмF ГF"™€рF Р€ ј F †мїРPзЬX™€d ј мF †зЬX™€d ј F †F"АзТPзФPмF$‚™€LF" ј F мїР(зЬX™€d ј мзЬPF †™€р ј мїР0зР0€‚Ш$д"XЬF"їР0зР(ŒBє@‚ШзР0ŒBF ‡єB‚ШŒB Cш‚ШŒBŒCр‚ШЌ#ŒBŒCрŒbр@‚ШŒBŒCрŒbрƒШŒcЌCфƒШ‚ШŒcŒBŒdрŒƒр„ЬЌCр™„Œ„ ј мРш%П€О|зК зȘзЖзДˆр'НЈ<С'œЬ™р!'НџX‚ШЏМЏП€ŒBЏО|ЏМxїК їИ˜їЖїДˆŒCр №%` ™€H…€„€( ј $Ѕ`м$™€и ј 9м‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕtм$™€и ј &м‚Ш™€ŒB'9чhŒCр$bА ј @ %0Cџ`м™€H…€„€( ј $ЅŒм‚ШŒBŒCр‚Шд`їРŒBзТŒCрд`їР зРзд F"їР`F4 їР8™€XзЬ8 ј зТ`м<?№F"™€XD€DзЬ8 ј F"зТ`<?№мF"D€D™€\зЬ8F" ј F Е‚зТ`мзЬ8F"™€\зТ` ј F"F Р‚м™€LF"А ј F мїРhзЬ8™€\ ј мзТ`зЬ8™€XF"‚ ј зТ`<?№мF"D€D™€рF ГF" ј F †мїР@зЬh™€L ј їРp<@DзР@D€мF"їРH™€XзЬH ј мзТpзЬ ™€XF"‚ ј зТмзЬHF"™€X ј F Е€мзТpзЬ ™€XF" ј зТмзЬHF"™€\F Р€ ј F"Е‚мзТpзЬ ™€\F" ј зТмзЬHF"™€\ ј F ЦмзТpзЬ ™€\F"‚ ј зТмF"™€LF а€F"РF А€ ј F мїРXзЬH™€\ ј мзТpзЬ ™€\F"‚ ј зТмзЬHF"™€X ј F Е€мзТpзЬ ™€XF" ј зТмF ГF"™€рF Р€ ј F †мїРPзЬX™€d ј мF †зЬX™€d ј F †F"АзТPзФPмF$‚™€LF" ј F мїР(зЬX™€d ј мзЬPF †™€р ј мїР0зР0€‚Ш$д" ЬF"їР0зР(ŒBє@‚ШзР0ŒBє@‚ШŒB Cш‚ШŒBŒCр‚ШЌ#ŒBŒCрŒbр@‚ШŒBŒCрŒbрƒШŒcЌCфƒШ‚ШŒcŒBŒdрŒƒр„ЬЌCр™„Œ„ ј мРш%П€О|зК зȘзЖзДˆр'НЈ<С'œ P™р!'Нџh‚ШЏМЏП€ŒBЏО|ЏМxїЖїДˆŒCр №%` ™€H…€„€( ј $ЅЈм$™€и ј &м‚ШŒBŒCрbш$C ™€H…€„€( ј $ЅМм$™€и ј м‚Ш™€ŒB'9чhŒCр$bА ј @ %0Cџ`м™€H…€„€( ј $Ѕдм‚ШŒBŒCр‚Шд`їРŒBŒCрд`їР ™€\зЬ  ј зТм<?№F"™€\D€DзЬ  ј F зТ<?№мF"D€D™€XзЬ F  ј F ЅзТмзЬ F"™€XзТ ј F"‚F А‚м™€LF"  ј F мїР`зЬ ™€X ј мзТзЬ ™€\F" ј зТ<?№мF"D€D™€рF ЃF  ј F †мїР8зЬ ™€\ ј зТм<?№F"™€\D€DзЬ  ј F"зТ<?№мF"D€D™€XзЬ F" ј F ЅзТмзЬ F"™€XзТ ј F"‚F А‚м™€LF"  ј F мїРhзР™€XзЬ F  ј мF ЅзЬ ™€\ ј зТ<?№мF"D€D™€рF ЃF" ј F †їР@зР`зТhмF"зТ@їРpзР8зЬpF"їРH™€L ј їРX<@DзРHD€мзЬXF"їРP™€d ј мF зЬX™€d ј F †F" зТPзФPмF$‚™€LF" ј F мїР(зЬX™€d ј D€D€мF"2E€д ш їР0™€dзЬX ј мзЬPF †™€р ј мїР0€зР0‚Шд"№$ЬF"їР0зР(ŒBє@‚ШзР0ŒBє@‚ШŒB Cш‚ШŒBŒCр‚ШЌ#ŒBŒCрŒbр@‚ШŒBŒCрŒbрƒШŒcЌCфƒШ‚ШŒcŒBŒdрŒƒр„ЬЌCр™„Œ„ ј мРш%П€О|зЖзДˆр'͘<С'œ0™р!‚Ш€'Нџ№ŒBд јЏМЏО ЏМє@‚Ш$ №%ŒBЌ@Ќ@ ‚ШŒB CшРш%О р'Н<С'œЬ™р!‚Ш'Нџ№<?№DD€ŒBЏМЏО ЏМє@‚Ш€$ŒBд  №%є@‚ШŒB CшРш%О р'Н<С'œ`™р!‚Ш€'Нџ№ŒBд ЏМЏО ЏМє@‚Ш$ №%ŒBЌ@Ќ@ ‚ШŒB CшРш%О р'Н<С'œќ™р!'НџX‚ШЏМЏП”ŒBЏОЏМŒЏАˆїЖ їД˜ŒCр №%` ™€H…€„€( ј $Ѕм$™€и ј !м‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕ$м$™€и ј м‚Ш™€ŒB'9чhŒCр$bА ј @ %0Cџ`м™€H…€„€( ј $Ѕ8м‚Ш™€\ŒBŒPр‚ШŒBŒCр ј дlжмF"™€hF ‡ ј F мF ‚Ш™€XŒBŒPр‚ШŒBŒCр ј дlжмF"™€X ј F F  ‚м‚ШїТ ŒB™€\ŒPр‚ШŒBŒCр ј дlжмF"™€hF ‡ ј F мF ‚Ш™€XŒBŒPр‚ШŒBŒCр ј дlжмF"™€\ ј F F  ‚м‚ШїТ(ŒB™€\ŒPр‚ШŒBŒCр ј дlжмF"™€h ј F мF ‚Ш™€XŒBŒPр‚ШŒBŒCр ј дlжмF"™€X ј F F  ‚м‚ШїТ0ŒB™€\ŒPр‚ШŒBŒCр ј дlжмF"™€h ј F мF ‚Ш™€XŒBŒCр‚Шд`ŒBF ‡ŒCр ј дlF А‚м™€\ ј F F  ‚зР мїТ8зТ0F"зТ8їР@зР(F"зТ0їРHзР зФHF"зТ8їРPзР(F"зТ@їРXзР@™€LF"зТHF$‚F" ј F їРpзРPзТPзФXмF"зТX™€LF$‚F" ј F мїРxзЬ@™€рзЮH ј мїР`зЬP™€рзЮX ј їРhзРpзТx<@мF"зТh‚Ш$їРзР`F"D€DЬїР€зРpŒBF"є@‚ШзР`ŒBє@‚ШŒB Cш‚ШŒBŒCр‚ШЌ#ŒBŒCрŒbр@‚ШŒBŒCрŒbрƒШŒcЌCфƒШ‚ШŒcŒBŒdрŒƒр„ЬЌCр™„Œ„ ј мРш%П”ОАˆзЖ зĘр'НЈ<С'œш™р!'Нџ`‚ШЏМ@ЏП˜ŒBЏО”ЏМЏБŒЏАˆŒCр №%` ™€H…€„€( ј $ЅHм@$™€и ј {м@‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕ\м@$™€и ј hм@‚Ш<@DŒBD€ŒCр‚Шд`F"їРPŒB™€LŒCр ј дlм@їРHзРH‚Ш<?р'аXŒB$(є@‚ШзРPŒBє@‚Ш™€TD€ŒBDŒQр'Ђ@ %&#И`(% ј ї 8м@Ž&АŽ'Д™€ %'9фь ј м@'У``(%‚Ш™€T$(ŒB$PА'Ђ ј @ %м@ЦXЧ\™€ %'9ф€ ј м@$‚ШŒB Cш‚ШŒBŒCрŒbр@‚ШŒBŒCрŒbрƒШŒcЌCф‚ШЬŒBŒCр‚ШЌ#ƒШŒBŒcŒdрŒƒр„ЬЌCр™„Œ„ ј м@Рш%П˜О”БŒАˆр'Н <С'œўt™р!'Нџ8‚ШЏМhЏПРŒBЏОМЏМИЏБДЏААŒCф №%`‚ШŒBŒCр`™€H…€„€( ј $Ѕtмh$™€и ј ”мh‚ШŒBŒCфbш$C ‚ШŒBŒCрbш$C ™€H…€„€( ј $Ѕ`мh$™€и ј xмhƒШ'а€$0ŒcŒbфƒШд@ŒcŒdрƒШд‚F"їРpŒcŒbфƒШд@Œc‚ШŒdрд‚F"їРxŒBзРpŒCф‚Шє`ŒBзРxŒCф‚Шє`ŒBŒCф$ bшƒШŒcŒbфƒШŒcŒdрŒƒрЌCр‚Ш™€TŒBŒQф‚ШŒBŒCр'Ђ8@ %$cА ј `(%мh'Ђ&#И™€T`(%@ % ј $(мhŽ&АŽ'Д™€ %'9хИ ј мh$(‚Ш™€TŒBŒCф'Ђ@ %$pА'Уˆ ј `(%мhЦ€Ч„™€ %'9ф€ ј мh‚ШŒBŒCрŒbр@ ‚ШŒBŒCрŒbрƒШŒcŒdфЌDф‚Ш™„ŒB ј ŒDрмh™„„Ш ј Œ„мhРш%ПРОМБДААр'НШ<С'œћ€™р!‚Ш'НџЈЏМŒBЏПHЏОDЏМ@їДPŒCр №%` ‚ШŒBŒCрŒbр@™€H…€„€( ј $ЅŒм$™€и ј  м‚ШŒBŒCрbш$C ‚ШŒBŒCрŒbрCш$b ™€H…€„€( ј $Ѕ м$™€и ј ƒм‚Ш™€dŒBŒCрŒbр ј дLмF ‚Ш™€dŒBŒCрŒbр ј дLм‚Ш™€LŒBŒCрŒbрƒШдBŒcŒdрŒƒрдdF$‚F  F € ј F мїР(‚Ш™€dŒBŒCрŒbр ј дLмF †‚Ш™€рŒBŒCрŒbр ј дLмїР0‚Ш™€dŒBŒCр ј дlзТ(мF ‚ШD€D€їР(ŒBŒCрд`F"2E‚ШзР0ŒBŒCрдbF"їР0‚ШзР($ŒBє@‚ШзР0ŒBє@‚ШŒB Cш‚ШŒBŒCрŒbрŒCр‚ШЏУ8ŒBŒCрŒbрŒCр` ‚ШŒBŒCрŒbрŒCр‚ШŒBЌbф‚Ш™„ŒBŒCр ј Œdрм‚Ш™„ŒB ј ŒDрмУ8‚ШŒBЌCрРш%ПHОDзДPр'НX<С'œј`™р!'НтˆЏОl №%ЏМјЏПpЏМhЏЗdЏЖ`ЏЕ\ЏДXЏГTЏВPЏБLЏАHЏФx™€l'Тp@ % ј $мј'Тш@ %™€l$ ј мј$№™€а ј мј@ %™€'9сш ј мјРЌ"‚РФŒBЌ@ф‚РŒBЌ"ЃР|ЏРxЏР`“Т|ЃТ}Тx$CЏУxУx@€%!CЃУ|“Т|$ CТ`(C`$ ЃТ|“Т}$eC“Т|$+C Т`$CЏУ`'У@ˆ%q!$+№ C“Т|$+C"Т`$CЏУ`'У@%r!$  CТ`$CЏУ`'У@˜%s!$c CТ`$CЏУ`'У@ %t!$+ CТ`$CЏУ`'У@Ј%u!$ Ы C“Т}$eC“Т|$-C Т`$CЏУ`'У@А%v!$-К C“Т|$-C%Т`$CЏУ`'У@И%w!$  CТ`ЏТ„Ш„$CЏУ`'Уh!$c CТ`ЏТŒШŒ$CЏУ`'Уh!$- CТ`ЏТ”Ш”$CЏУ`'Уh!$ ’ C“Т|$(C&Т`ЏТœШœ$CЏУ`'Уh!$  CТ`ЏТЄШЄ$CЏУ`'Уh!$c CТ`ЏТЌШЌ$CЏУ`'Уh!$( CТ`ЏТДШД$CЏУ`'Уh!$ i C“Т|$)C&Т`ЏТМШМ$CЏУ`'Уh!$  CТ`ЏТФШФ$CЏУ`'Уh!$c CТ`ЏТЬШЬ$CЏУ`'Уh!$) CТ`ЏТдШд$CЏУ`'Уh!$ @ C“Т|${C&Т`ЏТмШм$CЏУ`'Уh!$  CТ`ЏТфШф$CЏУ`'Уh!$c CТ`ЏТьШь$CЏУ`'Уh!${ CТ`ЏТєШє$CЏУ`'Уh!$  C“Т|$}C&Т`ЏТќШќ$CЏУ`'Уh!$  CТ`ЏТШ$CЏУ`'Уh!$c CТ`ЏТ Ш $CЏУ`'Уh!$} CТ`ЏТШ$CЏУ`'Уh!$ ю C“Т|$*C&Т`ЏТШ$CЏУ`'Уh!$  CТ`ЏТ$Ш$$CЏУ`'Уh!$c CТ`ЏТ,Ш,$CЏУ`'Уh!$* CТ`ЏТ4Ш4$CЏУ`'Уh!$ Х C“Т|$=CТ`ЏТ<Ш<$CЏУ`'Уh!$  CТ`ЏТDШD$CЏУ`'Уh!$c CТ`ЏТLШL$CЏУ`'Уh!$=Ѕ C“Т|$%CТ`ЏТTШT$CЏУ`'Уh!$  CТ`ЏТ\Ш\$CЏУ`'Уh!$c CТ`ЏТdШd$CЏУ`'Уh!$%… C“Т|$/C&Т`ЏТlШl$CЏУ`'Уh!$  CТ`ЏТtШt$CЏУ`'Уh!$c CТ`ЏТ|Ш|$CЏУ`'Уh!$/ CТ`ЏТ„Ш„$CЏУ`'Уh!$ \ C“Т|$^C&Т`ЏТŒШŒ$CЏУ`'Уh!$  CТ`ЏТ”Ш”$CЏУ`'Уh!$c CТ`ЏТœШœ$CЏУ`'Уh!$^ CТ`ЏТЄШЄ$CЏУ`'Уh!$ 3 C“Т|$!C&Т`ЏТЌШЌ$CЏУ`'Уh!$  CТ`ЏТДШД$CЏУ`'Уh!$c CТ`ЏТМШМ$CЏУ`'Уh!$! CТ`ЏТФШФ$CЏУ`'Уh!$   CТ`ЏТЬШЬ$CЏУ`'Уh!“У| C“Т|$ C “Т|@“Т|$ C§мУ`$bџџ@%ЏУдШдЏУ`'Уh!$  CУ`$b@%ЏУмШмЏУ`'Уh!$  CУ`$b@%ЏУфШфЏУ`'Уh!$  CУ`$b@%ЏУьШьЏУ`'Уh!$  CУ`$b@%ЏУєШєЏУ`'Уh!$  CУ`$b@%ЏУќШќЏУ`'Уh! @$ЃТ|‚ИЃРчЏРdЏР`B@QТ`(Cч` Т`'Уb!C`CТ`'Уb!C,bA@ Т`'Уb!C,b[@Т`'Уb!C,ba@'Т`'Уb!C,b{@$ЃТ~™€p'Тш@ %…И$ ј $Дмј“Т~@ ™€tФш ј @мјЏРh™€x'Тш$CP'Т|@(% ј ` %мј“Т|$#C ™€tФш ј @мј ™€x'Тш$CP'Т|@(% ј ` %џъмј$ЏТd™€x'Тш$CP'Т|@(% ј ` %мј™€tФш ј @мј#Т`УhC!'Уb!C$ bТ`УhC!'Уb!B“У|bЏРdУh$b@%ЏУh™€x'Тш$CP'Т|@(% ј ` %џзмј™€|Фш ј @мјЏРd“Т|$=CЏРd™€x'Тш$CP'Т|@(% ј ` %Тd$ ЃУ}мј@’ЏРt“Т|$ C™€tФш ј @мј“Т|$ C “Т|$#C“Т|$ C!“Т}$eC“Т|$+C ТtЏТШ$CЏУt'Т ИH!$+ b“Т|$+C&ТtЏТ Ш $CЏУt'Т ИH!$  bТtЏТШ$CЏУt'Т ИH!$c bТtЏТШ$CЏУt'Т ИH!$+ bТtЏТ$Ш$$CЏУt'Т ИH!$ л b“Т}$eC“Т|$-C ТtЏТ,Ш,$CЏУt'Т ИH!$-Щ b“Т|$-C&ТtЏТ4Ш4$CЏУt'Т ИH!$  bТtЏТ<Ш<$CЏУt'Т ИH!$c bТtЏТDШD$CЏУt'Т ИH!$- bТtЏТLШL$CЏУt'Т ИH!$   b“Т|$(C&ТtЏТTШT$CЏУt'Т ИH!$  bТtЏТ\Ш\$CЏУt'Т ИH!$c bТtЏТdШd$CЏУt'Т ИH!$( bТtЏТlШl$CЏУt'Т ИH!$ w b“Т|$)C&ТtЏТtШt$CЏУt'Т ИH!$  bТtЏТ|Ш|$CЏУt'Т ИH!$c bТtЏТ„Ш„$CЏУt'Т ИH!$) bТtЏТŒШŒ$CЏУt'Т ИH!$ N b“Т|${C&ТtЏТ”Ш”$CЏУt'Т ИH!$  bТtЏТœШœ$CЏУt'Т ИH!$c bТtЏТЄШЄ$CЏУt'Т ИH!${ bТtЏТЌШЌ$CЏУt'Т ИH!$ % b“Т|$}C&ТtЏТДШД$CЏУt'Т ИH!$  bТtЏТМШМ$CЏУt'Т ИH!$c bТtЏТФШФ$CЏУt'Т ИH!$} bТtЏТЬШЬ$CЏУt'Т ИH!$ ќ b“Т|$*C&ТtЏТдШд$CЏУt'Т ИH!$  bТtЏТмШм$CЏУt'Т ИH!$c bТtЏТфШф$CЏУt'Т ИH!$* bТtЏТьШь$CЏУt'Т ИH!$ г b“Т|$=CТtЏТєШє$CЏУt'Т ИH!$  bТtЏТќШќ$CЏУt'Т ИH!$c bТtЏТШ$CЏУt'Т ИH!$=Г b“Т|$%CТtЏТ Ш $CЏУt'Т ИH!$  bТtЏТШ$CЏУt'Т ИH!$c bТtЏТШ$CЏУt'Т ИH!$%“ b“Т|$/C&ТtЏТ$Ш$$CЏУt'Т ИH!$  bТtЏТ,Ш,$CЏУt'Т ИH!$c bТtЏТ4Ш4$CЏУt'Т ИH!$/ bТtЏТ<Ш<$CЏУt'Т ИH!$ j b“Т|$^C&ТtЏТDШD$CЏУt'Т ИH!$  bТtЏТLШL$CЏУt'Т ИH!$c bТtЏТTШT$CЏУt'Т ИH!$^ bТtЏТ\Ш\$CЏУt'Т ИH!$ A b“Т|$!C&ТtЏТdШd$CЏУt'Т ИH!$  bТtЏТlШl$CЏУt'Т ИH!$c bТtЏТtШt$CЏУt'Т ИH!$! bТtЏТ|Ш|$CЏУt'Т ИH!$  b“Т|$_C ТtЏТ„Ш„$CЏУt'Т ИH!$   bТtЏТŒШŒ$CЏУt'Т ИH!“Т| b“Т|ЃТ}™€x'Тш$CP'Т|@(% ј ` %§ЧмјУt'Т ИC!$  CУt$b@%Т`ЏУtЏТlУh$шC#Уlb*@Тl'УФhb!Уld!'Фƒ!d DУl$b@%џщЏУlУt$чC#ЏТpТpУ`C*@ТtУp'ФC!'Уb!Уpƒ!d DУp$bџџ@%џыЏУpЏРpТpУtC*@Т`УpФpC!'Уb!'У Иd!d DУp$b@%џыЏУp$џџЏТ`ЃР~ќє™€€'Тш@ % ј мјУ`$b@%ќБЏУ`ЏР`ЏРdТ`(Cч` Т`'Уb!C`=Т`'Уb!C,bA@ Т`'Уb!C,b[@Т`'Уb!C,ba@!Т`'Уb!C,b{@$ЃТ~™€p'Тp@ %…А$ ј $Дмј“Т~@ ™€tФp ј @мјћЏРh™€x'Тp$CP'Т|@(% ј ` %мј“Т|$#C ™€tФp ј @мј ™€x'Тp$CP'Т|@(% ј ` %џъмј$ЏТd™€x'Тp$CP'Т|@(% ј ` %мј™€tФp ј @мј#Т`УhC!'Уb!C$ bТ`УhC!'Уb!B“У|bЏРdУh$b@%ЏУh™€x'Тp$CP'Т|@(% ј ` %џзмј™€|Фp ј @мјЏРd“Т|$=CЏРd™€x'Тp$CP'Т|@(% ј ` %ТdмјЏРt@“Т|$ C™€tФp ј @мј“Т|$ C “Т|$#C“Т|$ CУt'Т ИC!“У| C“Т|$_CУt'Т ИC!$  CУt$b@%ЏУt™€x'Тp$CP'Т|@(% ј ` %џЬмјУt'Т ИC!$  CУt$b@%Т`ЏУtЏТlУh$шC#Уlb*@Тl'УФhb!Уld!'Фƒ!d DУl$b@%џщЏУlУt$чC#ЏТpТpУ`C*@ТtУp'ФC!'Уb!Уpƒ!d DУp$bџџ@%џыЏУpЏРpТpУtC*@Т`УpФpC!'Уb!'У Иd!d DУp$b@%џыЏУp$џџЏТ`ЃР~ўњ™€€'Тp@ % ј мјУ`$b@%ўЗЏУ`$ЃТ|ЏР`Т`(Cч` Т`'Уb!C`!Т`'Уb!C$ bУ`$b@%ЏУ`Т`'Уb!C,ba@ Т`'Уb!C,b{@!Т`'Уb!C$~bТ`'Уb!C$@bТ`'Уb!C,bA@iТ`'Уb!C,b[@`ЃР|™€а$№ ј мј@ %™€'9сш ј мј@%Ш‚ФЌ#ƒШŒBФŒcЌCрƒФ‚ШŒcŒBЌCф‚ШŒBЌ"‚ФŒBЌ@рЏРdТd(C2`'‚ФУdŒBЏУ”Ш”$dЏФdH!$bУ`'Фƒ!d DТ`$C`%ЏТ`'Уb!C0bџ$ C Т`'Уb!C`Тd$C'ЏУdџеТd(C3`‚ФУdŒBC!$Cй `‚Ф$ŒB @A‚ФŒB† CшТ`'Уb!C,b0@ Т`'Уb!C,b:@ Т`'Уb!C$.bjЃР|™€а$№ ј мј@ %™€'9сш ј мј@%Ш‚ФЌ#ƒШŒBФŒcЌCрƒФ‚ШŒcŒBЌCф‚ШŒBЌ"‚ФŒBЌ@рЏРdТd(C2`'‚ФУdŒBЏУœШœ$dЏФdH!$bУ`'Фƒ!d DТ`$C`%ЏТ`'Уb!C0bџ$ C Т`'Уb!C`Тd$C'ЏУdџеТd(C3`‚ФУdŒBC!$Cй `‚ФƒФŒB @AŒc™€„$b ј @ %мј$‚ФŒBє@‚ФŒB CшТ`'Уb!C$+b4Т`'Уb!C$-b-Т`'Уb!C$*b&Т`'Уb!C$/bТ`'Уb!C$^bТ`'Уb!C$!bТ`'Уb!C$(b Т`'Уb!C$)b`ЃР|™€а$№ ј мј@ %™€'9сш ј мј@%Ш‚ФЌ#ƒШŒBФŒcЌCрƒФ‚ШŒcŒBЌCф‚ШŒBЌ"‚ФŒBЌ@рЏРdТd(C2`'‚ФУdŒBЏУЄШЄ$dЏФdH!$bУ`'Фƒ!d DТ`$C`%ЏТ`'Уb!C0bџ$ C Т`'Уb!C`Тd$C'ЏУdџеТd(C3`‚ФУdŒBC!$Cй `‚Ф$ŒB @A‚ФŒBk CшТ`'Уb!C$$b`ЃР|™€а$№ ј мј@ %™€'9сш ј мј@%Ш‚ФЌ#ƒШŒBФŒcЌCрƒФ‚ШŒcŒBЌCф‚ШŒBЌ"‚ФŒBЌ@рЏРdТd(C2`'‚ФУdŒBЏУЌШЌ$dЏФdH!$bУ`'Фƒ!d DТ`$C`%ЏТ`'Уb!C0bџ$ C Т`'Уb!C`Тd$C'ЏУdџеТd(C3`‚ФУdŒBC!$Cй `‚Ф$ŒB @A‚ФŒB CшУ`$b@%ЏУ`§г‚РШ™„ŒB„ШЌ"‚РРŒ„ŒBŒCр ј Ќ#мј‚РФŒBЌ"$dЏТdЃР‚ФŒB@‚ФŒBCш$b ‚ФŒBC$(bТd$C “ТЏУd$C$dЃТТd$CТЏУd“Т,C`“Т$C`%ЃТИ‚ФŒBC$)bТd$Cџі$ЃТ~“ТЏУd$CЃР“Т,Ce`“Т$Cџџ`%ЃТ“Т$dCТdЃР$Cў>ЏУd–‚ФŒBC${bТd$C ŒЏУd‚ФŒBC$}bТd$Cџі$ЃТ~€ЏУd‚ФŒBC$+b ‚ФŒBC$-b‚ФУdŒB$dџўlЌDЈ‚ФŒBC$$b‚ФУdŒB$d`ЌDЈ‚ФŒBC$~b‚ФУdŒB$dTЌDЈƒФ™€д…€Œc$ЅД$b ј @ %0Cџ` мј‚ФУdŒB$dЌDЈ$AЃТ‚ФŒBC$@b‚ФУdŒB$d5ЌDЈ‚ФŒBC$=b‚ФУdŒB$d)ЌDЈ‚ФŒBC$%b‚ФУdŒB$dЌDЈ‚ФŒBC$*b‚ФУdŒB$dџџЌDЈ‚ФŒBC$/b‚ФУdŒB$dџџЌDЈ‚ФУdŒBЌCЈ‚ФŒBC$-bЁ‚ФŒBŒCфbш$Cš‚ФŒBC$cb”‚ФŒBŒCфb$cC‚ФŒBŒCфb$_C‚ФŒBŒCфb$iC ‚ФŒBŒCфb@w‚ФŒBŒCфb$pC‚ФŒBŒCфb$iC ‚ФŒBŒCфb@a‚ФŒBŒCфb$eC ‚ФŒBŒCфb@R‚Ф<П№DD€ŒB$™€є@‚Ф'9шxŒB CшƒФŒc$bА ј @ %мј$џћ$№‚ФŒBЌCЈ™€а ј мј@ %™€'9сш ј мј$cШЌ"‚ШФŒB C‚Ш$*ŒB C‚Ш$ŒB @‚ШŒB Cш‚ШУdŒB$dƒФЌDЈ‚ШŒcŒBŒdрЌDр‚ШŒBŒCр‚ШŒBЌbф‚ШƒФŒBŒcЌCфƒШ‚ФŒcŒBЌCр‚ШŒBЌ"‚ФŒBC$-b^‚ФƒРŒBŒcCX‚ФŒBC$cbR‚Ф<П№DD€ŒB$™€є@‚Ф'9шxŒB CшƒФŒc$bА ј @ %мј$џћ$№‚ФŒBЌCЈ™€а ј мј@ %™€'9сш ј мј$cШЌ"‚ШФŒB C‚Ш$*ŒB C‚Ш$ŒB @‚ШŒB Cш‚ШУdŒB$dƒФЌDЈ‚ШŒcŒBŒdрЌDр‚ШŒBŒCр‚ШŒBЌbф‚ШƒФŒBŒcЌCфƒШ‚ФŒcŒBЌCр‚ШŒBЌ"‚ФŒBC${b]‚ФŒBC$cbW‚Ф$cŒB C‚Ф$*ŒB C‚Ф$ŒB @‚ФŒB Cш‚ФУdŒB$dџџЌDЈ™€а$№ ј мј@ %™€'9сш ј мјD€ШƒШ™€Ќ"‚Ш<?№DŒB'9шxє@‚ШŒBЌ@Ќ@ Œc$bА ј @ %мј$џћ‚ШФŒBЌCЈ‚Ш$ŒB CшƒФ‚ШŒcŒBŒdрЌDр‚ШŒBŒCр‚ШŒBЌbф‚ШƒФŒBŒcЌCфƒШ‚ФŒcŒBЌCр‚ШŒBЫЌ"ƒФЏРД™€дŒc…€$b@ % ј $ЅМ0Cџ`ЈмјƒФ™€д…€Œc$ЅР$b ј @ %0Cџ`мјƒФ™€д…€Œc$ЅФ$b ј @ %0Cџ`’мјƒФ™€д…€Œc$ЅШ$b ј @ %0Cџ`‡мјƒФ™€д…€Œc$Ѕа$b ј @ %0Cџ`|мјƒФ™€д…€Œc$Ѕи$b ј @ %0Cџ`qмјƒФ™€д…€Œc$Ѕр$b ј @ %0Cџ`fмјƒФ™€д…€Œc$Ѕш$b ј @ %0Cџ`[мјƒФ™€д…€Œc$Ѕ№$b ј @ %0Cџ`PмјƒФ™€д…€Œc$Ѕє$b ј @ %0Cџ`EмјƒФ™€д…€Œc$Ѕј$b ј @ %0Cџ`:мјƒФ™€д…€Œc$Ѕќ$b ј @ %0Cџ`/мјƒФ™€д…€Œc$Ѕ$b ј @ %0Cџ`$мјƒФ™€д…€Œc$Ѕ$b ј @ %0Cџ`мјƒФ™€д…€Œc$Ѕ$b ј @ %0Cџ`мјƒФ™€д…€Œc$Ѕ$b ј @ %0Cџ`мј$ЏШДШД ƒФ‚ФŒcƒФŒBŒcŒdЈ$ƒ` %ЌDЈ“Т~$C$ЃТ~ЃР~‚Ф$џћŒBЌCЈЃР~‚ФФŒBŒCрќрЌ#‚РФŒBЌ"‚ФŒB@Y‚ФŒBC$(b‚ФŒBC$)b‚ФŒBC${b ‚ФŒBC$}b9‚ФШƒРŒBŒcЌ"‚ФŒBC ƒФŒcŒbфƒФŒcŒdрЌDр‚ФРŒBŒCрЌ#‚ФŒBŒCр` ƒФŒcŒbрƒФŒcŒdфЌDф‚ФŒBŒCфЌ`р‚ФƒРŒBŒcC‚ФФŒBŒCфЌ#™„„Ш ј Œ„мј‚ФФŒBŒCрџЃЌ#‚РФŒBЌ"$џ§ЏТd‚ФШŒBЌ"‚РФŒBЌ"‚ФŒB@‚ФŒBCш$b‚ФŒBŒCЈТdC*` ‚ФШŒBŒCЈ‚ФЏУdŒBЌ"‚ФФŒBŒCрџрЌ#Тd$џ§CC‚РФŒBЌ"$ЃТ~“Т~@‚ФŒBCш$bƒФ™€H„€(Œc$b ј @(%мјЏТМФМ™€H…€ ј $Ѕ№мј‚ФŒBCш$bъˆФ'Ђ@ %$шЏШФШФ™€T% ј `(%мјШФ™€ШФ'9т”„Ќ ј мј‚Ф€ŒBд"јд@F"<EƒФ<П№DŒcD€‚Фд`ƒФŒBF"€є@Œcд" ‚Фд`ŒBF"џтє@‚Ф€ŒBд" д@F <EƒФ<П№DŒcD€‚Фд`ƒФŒBF"€є@Œcд" ‚Фд`ŒBF"џтє@ˆФ‚ФЏШЬ™€\ŒB ј дLШЬмјеF"D€D€F"2EU‚ЈB@!‚Ф™€ˆ„€(ŒBŒF ј ŒGмјЏТфФф™€H…€ ј $Ѕ мјЏТмФм‚Ф™€ˆŒBŒF ј ŒG мјЏТдФд™€H…€ ј $Ѕ(/мјˆФ‚ФЏШќ™€XŒB ј дLШќмје™€ˆ„€(F"DD ј мјЏТєФє™€H…€ ј $Ѕ,мјЏТьˆФ‚ФЏШ™€\ŒB ј дLШмјФье™€ˆF"DD ј мј ‚Ф™€ˆ„€(ŒBŒF ј ŒGмј‚ФD€D€ŒBд@РF"2E(™€H…€„€( ј $Ѕ4мј™€H…€„€( ј $Ѕ8мјЏТ Ф ™€H… ј мј™€H…€„€( ј $Ѕ<мјƒФ™€ˆ„€(ŒcŒfР ј ŒgФмј™€H…€„€( ј $Ѕ@мј‚ФD€D€ŒBд@АF"2E(™€H…€„€( ј $Ѕмј™€H…€„€( ј $Ѕ8мјЏТФ™€H…” ј мј™€H…€„€( ј $Ѕ<мјƒФ™€ˆ„€(ŒcŒfА ј ŒgДмј™€H…€„€( ј $Ѕ@мј‚ФD€D€ŒBд@ИF"2E(™€H…€„€( ј $Ѕмј™€H…€„€( ј $Ѕ8мјЏТФ™€H…œ ј мј™€H…€„€( ј $Ѕ<мјƒФ™€ˆ„€(ŒcŒfИ ј ŒgМмј™€H…€„€( ј $Ѕ@мј‚ФD€D€ŒBд@ШF"2E(™€H…€„€( ј $Ѕмј™€H…€„€( ј $Ѕ8мјЏТ$Ф$™€H…  ј мј™€H…€„€( ј $Ѕ<мјƒФ™€ˆ„€(ŒcŒfШ ј ŒgЬмј™€H…€„€( ј $Ѕ@мј‚ФD€D€ŒBд@аF"2E(™€H…€„€( ј $Ѕмј™€H…€„€( ј $Ѕ8мјЏТ,Ф,™€H…Є ј мј™€H…€„€( ј $Ѕ<мјƒФ™€ˆ„€(ŒcŒfа ј Œgдмј™€H…€„€( ј $Ѕ@мј‚ФD€D€ŒBд@иF"2E(™€H…€„€( ј $Ѕмј™€H…€„€( ј $Ѕ8мјЏТ4Ф4™€H…˜ ј мј™€H…€„€( ј $Ѕ<мјƒФ™€ˆ„€(ŒcŒfи ј Œgммј™€H…€„€( ј $Ѕ@мј™€H…€„€( ј $Ѕмј‚ФФŒBŒCр‚ФЌ#ŒB@ЃР~§ы‚РФŒBЌ"‚ФŒBŒCр`‚ФШ™„ŒB„ШЌ"‚ФФŒ„ŒBŒCр ј Ќ#џымј™„„Ф ј Œ„мјРЌ ФЌ ШсЌ ƒШ™€д…€Œc$ЅD$b ј @ %0Cџ`мј™€ќ ј бмјƒШ™€д…€Œc$ЅL$b ј @ %0Cџ`мј™€ќ ј СмјƒШ™€д…€Œc$ЅP$b ј @ %0Cџ`мј™ ј БмјƒШ™€д…€Œc$ЅT$b ј @ %0Cџ`мј™ ј ЁмјƒШ™€д…€Œc$Ѕ\$b ј @ %0Cџ`мј™ ј ‘мјƒШ™€д…€Œc$Ѕ`$b ј @ %0Cџ`мј™ ј мјƒШ™€д…€Œc$Ѕd$b ј @ %0Cџ`мј™€ќ ј qмјƒШ™€д…€Œc$Ѕh$b ј @ %0Cџ`мј™l ј aмјƒШ™€д…€Œc$Ѕl$b ј @ %0Cџ`мј™ ј QмјƒШ™€д…€Œc$Ѕp$b ј @ %0Cџ`мј™ ј AмјƒШ™€д…€Œc$Ѕр$b ј @ %0Cџ`мј™h ј 1мјƒШ™€д…€Œc$Ѕx$b ј @ %0Cџ`мј™  ј !мјƒШ™€д…€Œc$ЅМ$b ј @ %0Cџ`мј™d ј мјƒШ™€д…€Œc$ЅР$b ј @ %0Cџ`мј™H ј мјƒШ™€д…€Œc$ЅФ$b ј @ %0Cџ`мј™D ј ёмјƒШ™€д…€Œc$Ѕ|$b ј @ %0Cџ`мј™D ј смјƒШ™€д…€Œc$ЅШ$b ј @ %0Cџ`мј™L ј бмјƒШ™€д…€Œc$Ѕа$b ј @ %0Cџ`мј™P ј СмјƒШ™€д…€Œc$Ѕи$b ј @ %0Cџ`мј™T ј БмјƒШ™€д…€Œc$Ѕ$b ј @ %0Cџ`мј™$ ј ЁмјƒШ™€д…€Œc$Ѕ№$b ј @ %0Cџ`мј™( ј ‘мјƒШ™€д…€Œc$Ѕє$b ј @ %0Cџ`мј™, ј мјƒШ™€д…€Œc$Ѕј$b ј @ %0Cџ`мј™8 ј qмјƒШ™€д…€Œc$Ѕќ$b ј @ %0Cџ`мј™4 ј aмјƒШ™€д…€Œc$Ѕ$b ј @ %0Cџ`мј™0 ј QмјƒШ™€д…€Œc$Ѕ$b ј @ %0Cџ`мј™< ј AмјƒШ™€д…€Œc$Ѕ€$b ј @ %0Cџ`мј™@ ј 1мјƒШ™€д…€Œc$Ѕˆ$b ј @ %0Cџ`мј™p ј !мјƒШ™€д…€Œc$ЅД$b ј @ %0Cџ`мј™ ј мјƒШ™€д…€Œc$ЅŒ$b ј @ %0Cџ`мј™ ј мјƒШ™€д…€Œc$Ѕ$b ј @ %0Cџ`мј™X ј ёмјƒШ™€д…€Œc$Ѕ”$b ј @ %0Cџ`мј™\ ј смјƒШ™€д…€Œc$Ѕ˜$b ј @ %0Cџ`мј™` ј бмјƒШ™€д…€Œc$Ѕœ$b ј @ %0Cџ`мј™€ф ј СмјƒШ™€д…€Œc$Ѕ $b ј @ %0Cџ`мј™€ш ј БмјƒШ™€д…€Œc$ЅЄ$b ј @ %0Cџ`мј™€ј ј ЁмјƒШ™€д…€Œc$ЅЈ$b ј @ %0Cџ`мј™€№ ј ‘мјƒШ™€д…€Œc$ЅЌ$b ј @ %0Cџ`мј™€є ј мјƒШ™€д…€Œc$ЅА$b ј @ %0Cџ`мј™€ь ј qмјƒШ™€д…€Œc$ЅД$b ј @ %0Cџ`мј™€8$ ј `мјƒШ™€д…€Œc$ЅМ$b ј @ %0Cџ`мј™€8$ ј OмјƒШ™€д…€Œc$ЅФ$b ј @ %0Cџ`мј™€8$ ј >мј‚ШŒBC$cb ‚ШŒBC$=b™ ј -мј‚ШŒBC$cb ‚ШŒBC$%b™  ј мј™€H…€„€( ј $ЅЬмјЏТDФDƒШ™€HŒc$b ј @(%мјЏТ<Ф<™€H…€ ј $Ѕ№мј$™€и ј мј‚РŒB@њЈ™€H…€„€( ј $Ѕємј'Уp` %™€€ ј мј'Тш@ %™€€ ј ТшХшмјŒC$bУшŒBŒd@Ш%$ƒ„d…!` % ј $ТpХpмјŒC$bУpŒBŒd@Ш%$ƒ„d…!` % ј $мјРш%ПpОlЗdЖ`Е\ДXГTВPБLАHр'Нx<С'œ­ш™р!'НўРЏО8 №%ЏМЏП<ЏМ4ЏВ0ЏБ,ЏА(ЏР ™€Œ'Т4@ % ј м'Т8$Д™€†€ЏЃ@ %$$ ј $Ц мФ8™€t ј @Їм™€”'Т8$CP'Т0@(% ј ` %м@€%'Т,™€”@(% % ј Т0м@ %@b#<џ4BџџC` $џџa<€A Т,b$ЏТ ЏР Т4У0C#<;4cS€b*@p<b4B?~ЏТ0Т,<о4cЮЙCЏР $ЏТ <b4BДЏТ0Т,<b4cГC^™€˜†€'ТА$ДЏЃ@ %$$ ј $Ц мФА™€| ј @м™€H…€„€, ј $Ѕ 7м™€œ'ТА$CP` % ј Х4м@ˆ% %™€H…€ ј $Ѕ'УА$bPУ4м`(%&@ƒ #<џ4cџџd™€œ(€ $џџ<€a @ % ј м'УА$bP™€H…€@ % ј $Ѕєм'УА` %™€€ ј $ЏТ мТАХАŒC$bУАŒBŒd@Ш%$ƒ„d…!` % ј $м™€€'Т8@ % ј м™€H…€„€, ј $Ѕ <мТ8Х8в ŒC$bУ8ŒBŒd@Ш%$ƒ„d…!` % ј $м@%Рш%П<О8В0Б,А(р'Н@<С'œЊ@™р!'НўаЏО$ №%ЏМЏП(ЏМ ЏР(ЏХ4ЏФ0™€ „€($  ј Œ„м$™€Є„€( ј Œ„м™xИ ј   @7м$ЏТ Т У0C*@-Т @%€У4C!ŒCb$-CТ @%€У4C!ŒC$bC$cbУ $bУ0C*@ Т @%€У4C!ŒC$bC$rbЈ  У $b@%џЮЏУ $ЏТ Т У0C*@hТ @%€У4C!ŒCb$-CYТ @%€У4C!ŒC$bC$SbNУ $bУ0C*@HТ @%€У4C!ŒC$bC$1b™€Ј„€($ ј Œ„м$™€Ј„€( ј Œ„0мТ @%€У4C!ŒC$bC$2b™€Є„€($ ј Œ„м$™€Ј„€( ј Œ„мТ @%€У4C!ŒC$bC$3b ™€Ј„€($ ј Œ„м$™€Є„€( ј Œ„мУ $b@%џ“ЏУ $ЏТ Т У0C*@3Т @%€У4C!ŒCb$-C$Т @%€У4C!ŒC$bC$pbУ $bУ0C*@Т ™€„@%€У4C!$C ј ŒdF м™€ D„€(@(% ј Œ„мУ $b@%џШЏУ $ЏТ Т У0C*@LТ @%€У4C!ŒCb$-CzТ @%€У4C!ŒC$bC$uboУ $bУ0C*@iФ Х4'Т0$ƒ` %ЏФ €% €™€…!$ДЏЄŒf@ %$ ј $м'Т0$CP™€Ќ` %…Д ј м'У0$bP™€Ќ@ %… ј м'У0$bP™€Ќ@ %…” ј м'У0$bP™€Ќ@ %…œ ј м'У0$bP™€Ќ@ %…  ј м'У0$bP™€Ќ@ %…Є ј м'У0$bP™€Ќ@ %…˜ ј м'У0$bP™€Ќ@ %…А ј м'У0` %™€€ ј Т0Х0мŒC$bУ0ŒBŒd@Ш%$ƒ„d…!` % ј $ФмТ @%€У4C!ŒCb$-CdТ @%€У4C!ŒC$bC$fbYУ $bУ0C*@SУ ЏР$$b@%ЏУ Т$ƒИХ$C!У ` %€Ф4d!Œd…!d DУ$$b@%ЏУ$Т Ф$@%€У4C!ŒCd!C`џсУ ™€'ТЈ` %€Ф4$$d!$ДЏЄŒf ј @ %м'ТЈ$CP™€Ќ` %…М ј м'УЈ` %™€€ ј ТЈХЈмŒC$bУЈŒBŒd@Ш%$ƒ„d…!` % ј $WмТ @%€У4C!ŒCb$-C"Т @%€У4C!$CџќŒbC$-bТ ™€@@%€У4C! ј ŒD@ мТ ™t@%€У4C! ј ŒDм,Т @%€У4C!$CџќŒbC$-b!Т @%€У4C!$CџќŒd$‚C$qbТ ™€@@%€У4C! ј ŒD@ мТ ™t@%€У4C! ј ŒDмУ $b@%ўЏЏУ ™€H…€„€( ј $Ѕ Дм™€А„€( ј @%%м%Рш%П(О$'Н0р<С'œ ˜™р!'НџаЏБЏА€%$џЏО(ЏВ ’Ќ №%ЌЏМЏП, ЏМ$™€@ %'9сш ј м&R№&1џџ$џџ"џђРш%П,О(В БАр'Н0<С'œŸј™р!'НџиЏА€€%ЏП$ЏО ЏМЏМ™€&А@ %'9шxЂЂЂЂЂЂЂЂЂЂЎрЎфЎ ЎЂш ј  №%мЎЈЎЎ%Рш%П$О Ар'Н(<С'œŸL™р!'Нџ ЏОTЏАH №%ЏМ8ЏПXЏМPЏБLзРpЏЧlЏЦh€€%ізРh'У 'Ђі™€T@ %`(%&А ј $(м8ЦЧ™€ %'9ф€ ј м8ЏР@Т@(C–`Т@Ф@!$b'Уxd!d DУ@$b@%џюЏУ@“ТPЂшРш%ПXОTБLАHр'Н`<С'œžL™р!'Нџ№ЏО  №%ЏМЏМзТhзР8ЏЧЏЦF"2ЏХЏФE!зРзТ@F"2EзРзТHF"2EзР зТPF"2EзР(зТXF"2E зР0зТ`F"2E$%Рш%О р'Н<С'œ`™р!'Нџ№ЏО  №%ЏМЏМЏЧЏЦзР€%є@зР є@зР(є@зР0є@зР8є@ зР@є@(Рш%О р'Н<С'œœє™р!'Нџ ЏОP №%ЏМЏПTЏМLЏАHїДXзРз䘏ЧlЏЦhF4‚зРh€€%%'У`(%@ %$0їТ@F4‚зРpїТF4‚зРxїТ F4‚зР€їТ(F4‚зРˆїТ0F4‚їТ8™€T ј мРш%ПT%АHОPзДXр'Н`<С'œœ(™р!'НџЈЏОP №%ЏМЏПTЏМLЏАHзТИзРˆЏЧdЏЦ`F"зТ€€%%їР@зР`'У`(%F"зҘ@ %$0їРзРhF"зТ їР зРpF"зТЈїР(зРxF"зТАїР0зР€F"їР8™€T ј мРш%ПT%АHОPр'НX<С'œ›P™р!'НџЈЏОP №%ЏМЏПTЏМLЏАHзТИзРˆЏЧdЏЦ`F"зТ€€%%їР@зР`'У`(%F"зҘ@ %$0їРзРhF"зТ їР зРpF"зТЈїР(зРxF"зТАїР0зР€F"їР8™€T ј мРш%ПT%АHОPр'НX<С'œšx™р!'Нџ№ЏМЏО ЏМ€%д`D€D€ №%F"2E+д`D€D€F"2E#д`D€D€F"2Eд`D€D€F"2Eд` D€D€F"2E д`(D€D€F"2E%$Рш%О р'Н<С'œ™h™р!'Нџ№D€D€ЏО ЏМЏМ€% №%є@ є@є@є@є@(є@Рш%О р'Н<С'œ™™р!'НџаЏА €0™€ДЏЇЏП(€% %Р@%&  %8%`0%@(%ЏМ ј ЏМ$М %™€И ј М™€М ј П(МА р'Н0<С'œ˜p™р!ƒ€ Œcа`%Œb‚+@ Œb‚+@ŒbŒc `џ№%р<С'œ˜™р!™€'НџиЏАЏП '9щp€€%ЏМ ј ЏММ@P%@*8%€ C$џџЌ0дb"$  %$ џџ%E ŒЈˆ+@ŒІ†+@р@G!€J!ŒbF+@Œb+@ 8%ŒЂ$Ѕ Kџу%)р@%G!€J!ŒBП Ар'Н(<С'œ–№™р!'Нџи™€РЏАЏП Р€%ЏМ ј ЏММ@%`%%П Ар'Н(<С'œ– ™р!'НџиЏА€€%ЏМЏП$ЏМ ЏБŽ $џџQ*$™€D ј М@(%ЌАŽ ЌЂŽЌЂŽQ&$џџŒƒŒЂb+@ЌЃŒƒŒЂC+@ЌЃŒ‚ $„ Fџя‚€ € ŒBаЌ%аЌЂ П$БАр'Н(<С'œ•А™р!™€М'НџрЏПЏМ ј ЏМПМр'Н <С'œ•p™р!™„'НџрЏПЏМ ј ЏМПМр'Н <С'œ•0™р!…€™€Ф'НџрЏПЏМЏМ$$ ј $Ѕ М$џџ™€Ш ј ПМр'Н <С'œ”а™р!'НџрЏМЏП€ЏМ™€Ь ј МП'Н р<С'œ”€™р!™€а'НџрЏПЏМ ј ЏМПМр'Н <С'œ”@™р!рH%Рц X%‰+@P4џџI+@ (%-"8BР<џ4BџџI+@$$€e"!" 0$ C!Ђ@#Ј#Kb % X H 4†1(џџ Р 8b%ш(e+@ i!i+@$чџџe+@$чџџi!e#f1bџџР  b%ˆ(e+@ i!i+@$„џџe+@$„џџD0% I+$F4џџР HI+@ (%-"8BР<џ4BџџI+@$$€e"!" 0C!$ b@#h(#‰ #<$  H 4Є8цЋb % X1%џџР @b%8g+@ i!i+@%џџg+@%џџi!g#f0‚џџР 0b%Х8g+@ i!i+@$Цџџg+@$Цџџi!FP%g # 4†1(џџ Р 8b%ш(e+@ i!i+@$чџџe+@$чџџi!e#f1bџџР  b%ˆ(e+@ i!i+@$„џџe+@$„џџoD0%†+@4џџi0%F+@Р(%,Т8BР<џ4BџџF+@$$€e"!" 0C!$ b@#Ф+@i+@N0%L$h(#Љb0%Ћ X HDЄ8шb %0Хџџ Pb%E8g+@ f!f+@%Jџџg+@%Jџџf!g#h 0‚џџ@b%8g+@ f!f+@%џџg+@ %џџf! H0%Щg #ƒ+@@dP%h+@Рh%$ЦџџP%Рh%@`%€%р %<С'œŽР™р!'Нџш X%€(%ЏМЏМрH%Р­'ЙЉ+@4џџI+@ %-"8BР<џ4BџџI+@$$€d"!" 0$ C!‚h# `Ѕ#Kb(%ЉHZЋX I+$F4џџР HI+@ %-"8BР<џ4BџџI+@$$€d"!" 0C!$ bh# mР#7Љ(#ЉH 4 †Ѕ b(%1'џџР Gb% d+@ЋXi!i+@d+@i!d#fР G0Ђџџb% d+@i!i+@d+@d(#i!d(# 4І1%џџР E b% d+@i!i+@d+@i!d#fР E1bџџb% d+@i!i+@d+@i! ˆdX#Ћxƒp%І+@4џџ`x% p%ЏЎ}ЏЏ F+@Р %,Т8BР<џ4BџџF+@$$€d"!" 0C!$ bh# mР#Х+@i+@i #d+І#b(#€X% Z`x%V p%І b0%< ‡ Ѕb(%0ЬџџЉHр Pb%L@h+@ ЋXf!f+@%Jџџh+@%Jџџf!h#g0Ђџџр  b%Œ@h+@ f!f+@$„џџh+@h(#$„џџf!h(# D%IPЊ+@@Eh+@ #+F#bP#€@% h#c+Њ #‚(#ЃCx%ЅpЏ.Џ/ЂЃ р'Нр$Revision: 1.3 $$Revision: 1.36 $$Id: standards.h,v 1.7 1995/12/30 02:49:18 jwag Exp $$Revision: 1.57 $$Revision: 1.11 $$Revision: 1.11 $$Revision: 1.44 $$Revision: 3.101 $$Revision: 1.2 $$Revision: 1.10 $$Revision: 3.130 $$Revision: 1.20 $$Revision: 1.23 $$Revision: 1.65 $$Revision: 3.49 $$Revision: 3.44 $$Revision: 1.47 $$Revision: 1.6 $Couldn't allocate memory ! (in overloaded global new) Try to reduce memory consumption , remove some applications or try a difrent comuter @ !ћTD-Пљ!ћTD-@!ћTD-?љ!ћTD-@!ћTD-nothing to unit : cant unit comands : nothing to add : cant add comands : unit's error in adding : nothing to multiply : cant * comands : nothing to sub : can't sub comands : unit's error in - : nothing to ^ : cant pow comands : pow of units : @ !ћTD-nothing to root : cant root comands : root left value can`t have units units : @ !ћTD-nothing to azeret : cant ! comands : ! of units : ! of complex # : nothing to exp : cant exp comands : exp of units : nothing to ln : cant ln comands : ln of units : nothing to abs : cant abs comands : nothing to Conj : cant Conj comands : nothing to Im : cant Im comands : nothing to Re : cant Re comands : phase of nothing : cant get phase of comands use (): nothing to log10 : cant log10 comands : log10 of units : @kБЛЕ1@kБЛЕ1nothing to tan : cant tan comands : tan of units : ?љ!ћTD-nothing to cos : cant cos comands : cos of units : ?љ!ћTD-nothing to asin : cant asin comands : asin of units : ?љ!ћTD-?љ!ћTD-nothing to acos : cant acos comands : acos of units : ?љ!ћTD-nothing to atan : cant atan comands : atan of units : @ !ћTD-@ !ћTD-@ !ћTD-?љ!ћTD-@П ‡Bnothing to sin : cant sin comands : sin of units : nothing to sqrt : cant sqrt comands : nothing to divide : nothing to log : cant log comands : funcsincostanasinacosatansqrtlog10lnabsReImconjphaseexpazeret *exp(i*)+i * {^()}plusc+c-minusc*~@c/c^rootc!tglg10logdlnpiie$m$k$c$s$d$nexitquitstopsyntax error , dont know how to : Пљ!ћTD-@ !ћTD-?љ!ћTD-@ !ћTD-sd.dCant write to directory Signature file not found!! Licence Expired! If You have allready registered please email ortal@batata.fh.huji.ac.ilLicence Expired ! Please register $Revision: 1.46 $$Revision: 1.46 $pure virtual method called @сH Meter Kg MOLE Second Аk Coulomb ЖР@A_џt_џœЕ}dЕ{Р­юHІ\Ѓh0Ѓ|_§ ‡g€‡%№ЃГ‡j0‡kм‡\‡U№‡3`_ќЏа_ќЕ€_§]Ќ_§А_§]а_ќЫЅќ_§ьЄhT_ќД_§ ”_ќЙє_§Д_§[№_§\ _§\T_§_§%\Є]lЃѕДІxЄЃСшЄ7єЅЗœЃЁ@&`@&ќ@(@(Ь@)P@*ф@,М@.”@0l@2D@4@5є@9Ј@;@<Є@?8@?м@Bа@FД@Jш@O@Qd@SР@Uќ@Wˆ@Y$@Zд@\„@^@`d@et@j”@p @uœ@zМ@{ @{Œ@{№@@ƒx@†l@‰Œ@д@зЌ@сH@э@эl@ј, @ L X d p | † ˆќˆ§Дџtимрфршp  5ЗA`JЄЊЌWЄэ_ь}йƒ№ŒЈ•ŽЄ&‚€џё€џѓ@ А€ ƒ"a PБ АP…€аарр № № џџџџ _Љ GџџџџКО= џџџџ аџџџќџџџџ0М /PџџџќџџџџАш,:аџџџќџџџџ@Д-$аџџџјџџџџ0О8=/Žаџџџќџџџџ0аџџџќџџџџHШ rPџџџќџџџџмЗPџџџќџџџџDбаџџџјџџџџ0рјPџџџќџџџџь;аџџџјџџџџ(Аlаџџџјџџџџ(4аџџџјџџџџ0Шђаџџџјџџџџ(  hаџџџјџџџџ( x#оаџџџјџџџџ( P-Tаџџџјџџџџ((7Ъаџџџјџџџџ(A@аџџџјџџџџ(иNЖаџџџєџџџџ0џџџќ ŒYЃаџџџјџџџџt_аџџџјџџџџ(ˆfbаџџџјџџџџ(sаџџџќџџџџРx0аџџџјџџџџШД…эаџџџєџџџџ0џџџќ #˜“цаџџџјџџџџР'ЬЄ ѓаџџџ№џџџџ0џџџќШ+єД §аџџџјџџџџ8.HХ ’аџџџќџџџџ80Єг )аџџџјџџџџH2ро ИаџџџјџџџџH4lш аџџџјџџџџH6ђ ‚аџџџќџџџџH7Иќ юаџџџќџџџџH9hZаџџџјџџџџH:єНаџџџјџџџџH=HRаџџџьџџџџ№џџџќЈBX)–аџџџьџџџџ№џџџќЈGx5оаџџџиџџџџ№џџџќЈMAAаџџџиџџџџ№џџџќЈR€M аџџџшџџџџ№џџџќ˜W XшPџџџќџџџџX[PџџџќџџџџXp^PџџџќџџџџXдd5аџџџьџџџџ№џџџќЈ]шozаџџџјџџџџ `\xаџџџјџџџџШcP„даџџџ№џџџџ0џџџќXfpЦœаџџџџјџџџџxОи/Жаџџџќџџџџ(П„/саџџџјџџџџ`Р„ 0!PџџџќџџџџСp0\PџџџќџџџџСм0wаџџџєџџџџ0џџџќ`ТЈ0ЊаџџџќџџџџXУ€0раџџџќџџџџXФX1PџџџќџџџџХh$1ZPџџџќџџџџџџџјџџџџ0џџџџpџџџјџџџџ(€`џџџјџџџџ(аtџџџќџџџџ(РАџџџќџџџџ џџџќџџџџ џџџќџџџџ џџџќџџџџ џџџќџџџџ џџџџџџџјџџџџ, ЏџџЏџџЏџџ"Џџџ(@ р 0@ ь/џџ>@!@/џџ( K@!ќ K  ,  ,  ,  ,  ,  @ ь    ,  , @"/џџ$@"/џџ5 0Oџџ=@" N@"`/џџR@"l/џџV@"Œ/џџZ@"Д/џџ^@"Д/џџ=М b@"Ь s@"ь/џџb0 wРoџџ ,  , F @#/џџ@#/џџ2@гј ;@е$/џџA@е(/џџG@еp/џџM@е№/џџS@жШ/џџY@з/џџ_@з/џџe@з /џџk@з8/џџq@з€/џџ2Ј w Д яџџ~@з  ƒ@и /џџ‰@и</џџ@ии/џџ•@ии/џџ›@ии/џџЁ@иь/џџЇ@иє/џџ­@й/џџГ@йм/џџК@к</џџС@к˜/џџШ@к˜/џџЯ@к˜/џџж@к˜/џџн@к˜/џџу@кЌ/џџщ@кД/џџ№@ка/џџї@л„/џџў@л„/џџ@л˜/џџ @л /џџ@лМ/џџ@нШ/џџ!@оH/џџ(@оŒ/џџ/@оР/џџ6@оШ/џџ=@п|/џџD@р /џџK@р /џџR@р(/џџY@рд/џџ`@рд/џџg@рд/џџn@рд/џџu@рд/џџ|@рд/џџƒ@рд/џџŠ@рш/џџ‘@р№/џџ—@с/џџž@с0/џџ~ Ј Є@сH Ж@сŒ/џџН@сЈ/џџФ@сР/џџЫ@сШ/џџв@сШ/џџй@сШ/џџЄ  = , ' @# @#А/џџ@#а/џџ%@$/џџ+@$/џџ1@$$/џџ7@$\/џџ=@$А/џџ Ш C@$и T@% /џџZ@%,/џџ`@%`/џџf@%d/џџl@%„/џџr@%Р/џџx@%м/џџC ~@%ь †@&</џџŒ@&D/џџ~h ’h яџџ—  яџџœ@&T Њ@&а/џџА@&и/џџœœ Ж@&№ У@'$/џџЩ@'\/џџЯ@'Œ/џџе@' /џџл@'м/џџс@'р/џџч@'ь/џџЖ  , @'ќ @(4/џџ@(P/џџ@(Œ/џџ$@(Ј/џџФ *@(Р 6@) /џџ<@),/џџ*„  , C@)D @)Ф/џџ@*8/џџ@*8/џџ%@*</џџ+@*`/џџ1@*x/џџ7@*|/џџ=@* /џџC@*И/џџI@*Р/џџ” O яџџT4 яџџY@*и `@+,/џџf@+\/џџl@+œ/џџr@+Ь/џџx@,l/џџ~@,˜/џџ„@,˜/џџŠ@,˜/џџYи @,А —@-/џџ@-4/џџЃ@-t/џџЉ@-Є/џџЏ@.D/џџЕ@.p/џџЛ@.p/џџС@.p/џџи Ч@.ˆ Ю@.м/џџд@/ /џџк@/L/џџр@/|/џџц@0/џџь@0H/џџђ@0H/џџј@0H/џџЧи #ў@0` @0Д/џџ @0ф/џџ@1$/џџ@1T/џџ@1є/џџ#@2 /џџ)@2 /џџ/@2 /џџўи -5@28 <@2Œ/џџB@2М/џџH@2ќ/џџN@3,/џџT@3Ь/џџZ@3ј/џџ`@3ј/џџf@3ј/џџ5и 7l@4 s@4d/џџy@4”/џџ@4д/џџ…@5/џџ‹@5Є/џџ‘@5а/џџ—@5а/џџ@5а/џџlи AЃL яџџЈ` яџџ­t яџџВ@5ш К@6D/џџР@6t/џџЦ@6Д/џџЬ@6ф/џџв@7Є/џџи@9T/џџо@9€/џџф@9€/џџъ@9€/џџВД N№@9œ "ќ@:˜/џџ@:А/џџ@;h/џџ@;h/џџ№ш Y@;„ &@</џџ$@<(/џџ*@ /џџY@></џџ_@>L/џџe@>`/џџk@>œ/џџq@>Ќ/џџw@>ф/џџ}@?/џџƒ@?/џџ<” f‰@?, .–@?И/џџ‰Є sœ яџџЁЈ яџџІ@?а 2Џ@@,/џџЕ@@\/џџЛ@@œ/џџС@@Ь/џџЧ@B|/џџЭ@BЈ/џџг@BЈ/џџй@BЈ/џџІє xпМ яџџфа яџџъш яџџ№@BФ 6ј@C /џџў@CP/џџ@C/џџ @CР/џџ@D€/џџ@F`/џџ@FŒ/џџ"@FŒ/џџ(@FŒ/џџ№ф …. яџџ4 яџџ:$ яџџ@@FЈ :H@G/џџN@G4/џџT@Gt/џџZ@GЄ/џџ`@Gш/џџf@HL/џџl@JL/џџr@J\/џџx@J”/џџ~@JР/џџ„@JР/џџŠ@JР/џџ@4 “@ яџџ–T яџџœl яџџЂ@Jм >Ћ@K</џџБ@Kl/џџЗ@KЌ/џџН@Kм/џџУ@L@/џџЩ@L„/џџЯ@NИ/џџе@Nф/џџл@Nф/џџс@Nф/џџЂ( Єч  яџџэИ яџџѓЬ яџџљм яџџџ@O B @Ol/џџ@OИ/џџ@Oќ/џџ@P</џџ"@Pd/џџ(@P|/џџ.@P/џџ4@PЄ/џџ:@Q,/џџ@@Q@/џџF@Q@/џџL@Q@/џџџT ДR№ яџџX яџџ^ яџџd@QX Fn@QФ/џџt@R/џџz@RT/џџ€@SD/џџ†@S|/џџŒ@Sˆ/џџ’@Sœ/џџ˜@Sœ/џџž@Sœ/џџd\ ХЄ( яџџЊ< яџџАP яџџЖ@SД JП@T/џџХ@Th/џџЫ@TЌ/џџб@UЄ/џџз@Uи/џџн@Uи/џџу@Uи/џџЖ< гщ` яџџяt яџџѕ@U№ Nџ@VX/џџ@VЄ/џџ @W0/џџ@Wd/џџ@Wd/џџ@Wd/џџѕŒ о#ˆ яџџ)œ яџџ/@W| R:@Wф/џџ@@X0/џџF@XЬ/џџL@Y/џџR@Y/џџX@Y/џџ/œ ш^Д яџџdШ яџџj@Y Vs@Y„/џџy@Yа/џџ@Z|/џџ…@ZА/џџ‹@ZА/џџ‘@ZА/џџjА ђ—м яџџ№ яџџЃ@ZШ ZЌ@[4/џџВ@[€/џџИ@\,/џџО@\`/џџФ@\`/џџЪ@\`/џџЃА ќа яџџж яџџм@\x ^ш@\р/џџю@],/џџє@]И/џџњ@]ь/џџ@]ь/џџ@]ь/џџмŒ  < яџџP яџџh яџџ@^ b*@^l/џџ0@^И/џџ6@^ќ/џџ<@` /џџB@`@/џџH@`@/џџN@`@/џџT T яџџZЄ яџџ`И яџџf@`X fp@`Ь/џџv@a/џџ|@a\/џџ‚@e/џџˆ@eH/џџŽ@eH/џџ”@eH/џџf šа яџџ ф яџџІј яџџЌ@eh jЖ@eм/џџМ@f(/џџТ@fl/џџШ@j4/џџЮ@jh/џџд@jh/џџк@jh/џџЌ )р яџџц$ яџџь< яџџђ@jˆ n§@k/џџ@kL/џџ @k/џџ@oМ/џџ@o№/џџ@o№/џџ!@o№/џџђŒ 5'` яџџ-t яџџ3Œ яџџ9@p rD@pŒ/џџJ@pи/џџP@q/џџV@u8/џџ\@ul/џџb@ul/џџh@ul/џџ9| AnЈ яџџtМ яџџzд яџџ€@u v‹@v/џџ‘@vL/џџ—@v/џџ@yЄ/џџЃ@yд/џџЉ@z`/џџЏ@z”/џџЕ@z”/џџЛ@z”/џџ€ MС@zА zШ@{/џџСd XЮ@{ ~ж@{p/џџЮl [м@{€ ‚т@{д/џџмd ^ш яџџю$ яџџє8 яџџњ@{ф †@|X/џџ @|Є/џџ@|ш/џџ@€Є/џџ@€и/џџ"@€и/џџ(@€и/џџњ d.H яџџ4\ яџџ:@€ј ŠE@h/џџK@Д/џџQ@ƒ/џџW@ƒP/џџ]@ƒP/џџc@ƒP/џџ:t oit яџџo@ƒl Žw@ƒШ/џџ}@ƒј/џџƒ@„8/џџ‰@„h/џџ@†/џџ•@†D/џџ›@†D/џџЁ@†D/џџoє xЇŒ яџџ­  яџџГ@†` ’Н@†М/џџУ@†ь/џџЩ@‡0/џџЯ@‡`/џџе@ˆ /џџл@‰$/џџс@‰h/џџч@‰h/џџэ@‰h/џџГ „ѓД яџџљМ яџџџР яџџ Ф яџџ Ш яџџ а яџџ и яџџ р яџџ #ш яџџ )№ яџџ /є яџџ 5ј яџџ ;ќ яџџ A яџџ G яџџ M яџџ S яџџ Y яџџ _ яџџ e( яџџ k, яџџ q4 яџџ w8 яџџ }< яџџ ƒ@ яџџ ‰D яџџ L яџџ •P яџџ ›T яџџ Ё\ яџџ Ї` яџџ ­d яџџ Гh яџџ Йl яџџ Пp яџџ Хx яџџ Ы| яџџ в€ яџџ йˆ яџџ рŒ яџџ ч яџџ ю” яџџ ѕ˜ яџџ ќœ яџџ   яџџ Є яџџ Ј яџџ Ќ яџџ А яџџ &Д яџџ -М яџџ 4Ф яџџ ;Ь яџџ B№ яџџ Iє яџџ P@‰€ – _@ŠX/џџ e@ŠЈ/џџ k@Šь/џџ q@‹€/џџ w@‹Ф/џџ }@Œd/џџ ƒ@/џџ ‰@Ќ/џџ @ŽP/џџ •@Žє/џџ ›@˜/џџ Ё@/џџ Ї@˜/џџ ­@‘</џџ Г@‘р/џџ Й@’„/џџ П@’Ј/џџ Х@’Ј/џџ Ы@’Ј/џџ б@’Ј/џџ з@’Ј/џџ н@’Ј/џџ у@’Ј/џџ щ@’Ј/џџ я@’Ј/џџ ѕ@’Ј/џџ ћ@’Ј/џџ @’Ј/џџ @’Ј/џџ @’Ј/џџ @’Ј/џџ @’м/џџ @’ф/џџ %@’ь/џџ +@“ќ/џџ 1@”,/џџ 7@”4/џџ =@”t/џџ C@”Д/џџ I@”м/џџ O@•/џџ U@•/џџ [@•4/џџ a@•d/џџ g@•l/џџ m@•/џџ s@•И/џџ y@•и/џџ @–/џџ …@–,/џџ ‹@–`/џџ ‘@–|/џџ —@–/џџ @–Ф/џџ Ѓ@—$/џџ Љ@—,/џџ Џ@—t/џџ Е@˜/џџ Л@˜`/џџ С@™/џџ Ч@™Ј/џџ Э@šL/џџ г@š№/џџ й@›”/џџ п@œ8/џџ х@œИ/џџ ы@8/џџ ё@м/џџ ї@ž€/џџ §@Ÿ$/џџ @Ÿ\/џџ @Ÿ€/џџ @Ÿ€/џџ @Ÿ€/џџ @Ÿ€/џџ !@Ÿ€/џџ '@Ÿ€/џџ -@Ÿ€/џџ 3@Ÿ€/џџ 9@Ÿ€/џџ ?@Ÿ€/џџ E@Ÿ€/џџ K@Ÿ€/џџ Q@Ÿ€/џџ W@Ÿ€/џџ ]@Ÿ€/џџ c@ŸЌ/џџ i@Ÿи/џџ o@Ÿќ/џџ u@ $/џџ {@ 8/џџ @ H/џџ ‡@ d/џџ @ Œ/џџ “@  /џџ ™@ Є/џџ Ÿ@ Р/џџ Ѕ@ ш/џџ Ћ@ ќ/џџ Б@Ё/џџ З@Ё/џџ Н@Ё(/џџ У@Ё</џџ Щ@Ё</џџ Я@ЁD/џџ е@Ёt/џџ л@Ё|/џџ с@ЁМ/џџ ч@Ёќ/џџ э@Ђ$/џџ ѓ@ЂP/џџ љ@ЂX/џџ џ@Ђ|/џџ @ЂЌ/џџ @ЂД/џџ @Ђи/џџ @Ѓ/џџ @Ѓ /џџ #@ЃL/џџ )@Ѓt/џџ /@ЃЈ/џџ 5@ЃФ/џџ ;@Ѓи/џџ A@Є/џџ G@Єh/џџ M@Єp/џџ S@ЄЈ/џџ Y@Єм/џџ _@Ѕ/џџ e@Ѕ,/џџ k@ЅT/џџ q@Ѕh/џџ w@Ѕx/џџ }@Ѕ”/џџ ƒ@ЅМ/џџ ‰@Ѕа/џџ @Ѕд/џџ •@Ѕ№/џџ ›@І/џџ Ё@І,/џџ Ї@І8/џџ ­@І@/џџ Г@ІX/џџ Й@Іl/џџ П@Іx/џџ Х@ІЈ/џџ Ы@ІА/џџ б@Ір/џџ з@Ї /џџ н@Ї˜/џџ у@Ј/џџ щ@Ј4/џџ я@ЈИ/џџ ѕ@ЈФ/џџ ћ@ЈЬ/џџ@Јє/џџ@Љ/џџ @ЉT/џџ@Љx/џџ@Љќ/џџ@Њ/џџ%@Њ˜/џџ+@ЊЄ/џџ1@ЊЌ/џџ7@Њд/џџ=@Ћ/џџC@Ќ/џџI@Ќˆ/џџO@Ќ /џџU@­$/џџ[@­0/џџa@­8/џџg@­`/џџm@­€/џџs@Ў /џџy@Ў8/џџ@ЎМ/џџ…@ЎШ/џџ‹@Ўа/џџ‘@Ўј/џџ—@Џ/џџ@Џ(/џџЃ@Џ(/џџЉ@Џ(/џџЏ@Џ(/џџЕ@Џ(/џџЛ@Џ0/џџС@Џ„/џџЧ@Џœ/џџЭ@Џќ/џџг@А/џџй@А$/џџп@Аd/џџх@А„/џџы@АЄ/џџё@АЌ/џџї@Ад/џџ§@Б/џџ@Б</џџ @БT/џџ@Б„/џџ@БД/џџ@В/џџ!@В0/џџ'@В`/џџ-@В/џџ3@ВР/џџ9@В№/џџ?@Г/џџE@Г/џџK@Г/џџQ@Г/џџW@Г/џџ]@Г/џџc@Г/џџi@Г/џџo@Г/џџu@Г/џџ{@Г/џџ@Г/џџ‡@Г/џџ@ГР/џџ“@Д/џџ™@ДT/џџŸ@Ř/џџЅ@Ř/џџЋ@Ř/џџБ@Ř/џџЗ@З$/џџН@ИЌ/џџУ@Лx/џџЩ@Л€/џџЯ@ЛД/џџе@Ла/џџл@Лд/џџс@Лд/џџч@Лм/џџэ@Л№/џџѓ@М/џџљ@М/џџџ@М0/џџ@̘/џџ @Мр/џџ@Мє/џџ@Н(/џџ@Н8/џџ#@Нd/џџ)@Нx/џџ/@Н/џџ5@Н /џџ;@НШ/џџA@Нр/џџG@О4/џџM@О4/џџS@ОL/џџY@Оt/џџ_@Оˆ/џџe@Ор/џџk@ПL/џџq@Пx/џџw@ПШ/џџ}@ПЬ/џџƒ@Пј/џџ‰@РH/џџ@С$/џџ•@См/џџ›@Сф/џџЁ@Т/џџЇ@ТФ/џџ­@У„/џџГ@ФD/џџЙ@Х/џџП@ХФ/џџХ@Ц„/џџЫ@Цœ/џџб@Цœ/џџз@ЦФ/џџн@ЦЬ/џџу@Цм/џџщ@Цј/џџя@Ч4/џџѕ@Чd/џџћ@ЧЄ/џџ@Чф/џџ@Ш$/џџ @Шd/џџ@ШЄ/џџ@Шф/џџ@Щ$/џџ%@Щd/џџ+@ЩЄ/џџ1@Щф/џџ7@Ъ$/џџ=@Ъd/џџC@ЪЄ/џџI@Ъф/џџO@Ы$/џџU@Ыd/џџ[@ЫЄ/џџa@Ыф/џџg@Ь$/џџm@Ьd/џџs@ЬЄ/џџy@Ьф/џџ@Э$/џџ…@Эd/џџ‹@ЭЄ/џџ‘@Эф/џџ—@Ю$/џџ@Юd/џџЃ@ЮЄ/џџЉ@Юф/џџЏ@Я$/џџЕ@Яd/џџЛ@ЯЄ/џџС@Яф/џџЧ@а$/џџЭ@аd/џџг@аЄ/џџй@аф/џџп@б$/џџх@бh/џџы@бЌ/џџё@б№/џџї@в4/џџ§@вx/џџ@вф/џџ @вф/џџ@вф/џџ@вф/џџ@вф/џџ!@вф/џџ'@вф/џџ-@вф/џџ3@вф/џџ9@вф/џџ?@вф/џџE@вф/џџK@вф/џџQ@вф/џџW@вф/џџ]@вф/џџc@вф/џџi@вф/џџo@вф/џџu@вф/џџ{@вф/џџ@вф/џџ‡@вф/џџ@вф/џџ“@вф/џџ™@вф/џџŸ@вф/џџЅ@вф/џџЋ@вф/џџБ@вф/џџЗ@вф/џџН@вф/џџУ@вф/џџЩ@вф/џџЯ@вф/џџе@вф/џџл@вф/џџс@вф/џџч@вф/џџэ@вф/џџѓ@вф/џџљ@вф/џџџ@вф/џџ@вф/џџ @вф/џџ@вф/џџ@вќ/џџ@г/џџ#@гФ/џџ PJx Ц)  яџџ0 яџџ7 < яџџ , (@сш8 @тt/џџ@т|/џџЌ @т”8 &@у$/џџ,@у</џџ2@у\/џџ8@уp/џџ>@уx/џџ D@у”8 T@фX/џџZ@фh/џџ`@фp/џџf@фp/џџDь l@ф€8 z@фм/џџll €@фь8 @х˜/џџ€Ь •@хИ8 Ѕ@цt/џџ•и Ћ@ц8 Л@чL/џџЋи С@чh8 Ы@шP/џџб@ш`/џџз@шh/џџн@шh/џџС у@шx8 ђ@шМ/џџуT $ ,  ,  @ша/џџ@ша/џџ-@ша -”  ,  , ! @щp/џџ@щp/џџ-@щp8 B@щ”/џџF@щШ/џџJ@щи/џџ-p N@щр q@ъD/џџv@ъЈ/џџ{@ъЌ/џџ€@ъМ/џџ…@ъФ/џџŠ@ъЬ/џџ@ър/џџN ”@ъ№ Ї@ы0/џџ”P Ќ@ы@ Т@ыР/џџЧ@ым/џџЬ@ыј/џџб@ь/џџж@ь/џџЌ№ л@ь0 л4 эиoџџўдoџџаoџџ ,  ,  @ьp/џџ@ьp/џџ-@ьp -4  ,  ,  @ьА/џџ@ьА/џџ-  яџџ2@ьА 2\  ,  ,  @э/џџ@э/џџ-@э >@эH/џџ-H  ,  ,  @э`/џџ@э`/џџ-@э` -4  ,  , & @э /џџ@э /џџ- 0 яџџ7@э  A@эр/џџG@эј/џџM@ю0/џџS@ю”/џџY@ює/џџ_@юј/џџe@я/џџk@я,/џџq@яD/џџw@я\/џџ}@я/џџƒ@№ /џџ‰@№p/џџ@№t/џџ•@№|/џџ›@№р/џџЁ@ё@/џџЇ@ёD/џџ­@ёL/џџГ@ё`/џџЙ@ё|/џџП@ё”/џџХ@ёЬ/џџЫ@ёд/џџб@ђ`/џџз@ђФ/џџн@ђШ/џџу@ђќ/џџщ@ѓ/џџя@ѓ/џџѕ@ѓ/џџ7x  ,  , ! @ѓ /џџ@ѓ /џџ- 0 яџџ7@ѓ  A@ѓt/џџG@ѓŒ/џџM@ѓШ/џџS@ѓє/џџY@є /џџ_@є$/џџe@єT/џџk@єЬ/џџq@ѕ(/џџw@ѕ,/џџ}@ѕŒ/џџƒ@ѕш/џџ‰@ѕќ/џџ@і/џџ•@і8/џџ›@іP/џџЁ@іŒ/џџЇ@і /џџ­@іА/џџГ@ї8/џџЙ@ї˜/џџП@їœ/џџХ@їЬ/џџЫ@їр/џџб@ј/џџз@ј /џџ7ќ  ,  џџџџ џџџџ џџџџџџџџ џџџџџџџџџџџџџџџџ=џџџџEџџџџ џџџџџџџџџџџџџџџџ&џџџџџџџџ џџџџ џџџџџџџџ#џџџџ-џџџџ7џџџџAџџџџKџџџџYџџџџ_џџџџfџџџџsџџџџvџџџџ‚џџџџџџџџЁџџџџАџџџџТџџџџаџџџџмџџџџцџџџџ№џџџџњџџџџџџџџџџџџџџџџ&џџџџ2џџџџ>џџџџJџџџџXџџџџ[џџџџ^џџџџaџџџџmџџџџwџџџџ‚џџџџџџџџ? $'џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ%џџџџ crt1text.sLOCALSZFRAMESZRAOFFGPOFF__start10$00000000001$0000000000_mcount/vince/6.2-mar09/root/usr/include/regdef.h/vince/6.2-mar09/root/usr/include/sgidefs.h/vince/6.2-mar09/root/usr/include/sys/fpregdef.h/vince/6.2-mar09/root/usr/include/asm.hcrt1tinit.s__istart/usr/tmp/cca0038R.s/usr/tmp/cca0038N.cgcc2_compiled.__gnu_compiled_cctors.2_GLOBAL__FI_mc66$L2$L3$L5$L4$L1_GLOBAL__FD_mc66$L6count/usr/tmp/cca0038H.smc68.c++gcc2_compiled.__gnu_compiled_cplusplusvrfy__Fv$L980$L981$L983$L985$L986$L984$L982$L979$L987$L978$LC122main$L990$L993$L995$L994$L992$L991$L996$L999$L1001$L1003$L1005$L1004$L1002$L1000$L998$L997$L1006$L1009$L1010$L1008$L1007$L1011$L1014$L1015$L1018$L1020$L1021$L1019$L1017$L1024$L1025$L1023$L1028$L1029$L1027$L1026$L1022$L1016$L1013$L1012$L989$L1030$L988_GLOBAL_$I$LENGTH$L1033$L1035$L1036$L1034$L1032$L1031myinc.hstrplus__FPCcT0$L286$L288$L287$L289$L291$L290$L285strplus1__FPcN20$L293$L295$L294$L296$L298$L297$L292abs__Fr$L300$L299$LC0$LC1__builtin_new$L302$L301comps__FPcT0$L304$L306$L307$L305$L309$L308$L303cm0b.hexit0__Fi$L336$L338$L337$L335rmlm__FP2lm$L340$L339cm1b.hatanr__Fdd$L342$L344$L343$L345$L347$L346$L348$L350$L349$L341$LC2$LC3UM__Fv$L353$L352$L356$L355$L358$L357$L354$L351UK__Fv$L361$L360$L364$L363$L366$L365$L362$L359Un__Fv$L369$L368$L372$L371$L374$L373$L370$L367US__Fv$L377$L376$L380$L379$L382$L381$L378$L375UD__Fv$L385$L384$L388$L387$L390$L389$L386$L383UC__Fv$L393$L392$L396$L395$L398$L397$L394$L391$LC4$LC5$LC6add__Fv$L401$L400$L404$L403$L406$L407$L405$L402$L399C_varib__Fv$L410$L409$L411$L408C_dln__Fv$L414$L415$L413$L416$L412C_func__Fv$L419$L421$L423$L424$L422$L420$L425$L426$L427$L418$L417C_varibp__Fv$L428$LC7$LC8mult__Fv$L431$L430$L434$L433$L436$L435$L432$L429$LC9$LC10$LC11sub__Fv$L439$L438$L442$L441$L444$L445$L443$L440$L437$LC12$LC13$LC14pow__Fv$L448$L447$L451$L450$L453$L454$L455$L456$L457$L452$L449$L446$LC15$LC16$LC17root__Fv$L460$L459$L463$L462$L465$L466$L467$L464$L461$L458$LC18$LC19$LC20$LC21Azeret__Fv$L469$L471$L473$L474$L475$L478$L477$L476$L479$L472$L470$L468$LC22$LC23$LC24C_exp__Fv$L481$L483$L485$L486$L487$L488$L484$L482$L480$LC25$LC26$LC27C_ln__Fv$L490$L492$L494$L495$L493$L491$L489$LC28$LC29C_abs__Fv$L497$L499$L501$L500$L498$L496$LC30$LC31C_Conj__Fv$L503$L505$L507$L506$L504$L502$LC32$LC33C_Im__Fv$L509$L511$L513$L512$L510$L508$LC34$LC35C_Re__Fv$L515$L517$L519$L518$L516$L514$LC36$LC37C_phase__Fv$L521$L523$L525$L524$L522$L520$LC38$LC39$LC40C_log10__Fv$L527$L529$L531$L532$L530$L528$L526$LC41$LC42$LC43C_tan__Fv$L534$L536$L538$L539$L537$L535$L533$LC44$LC45$LC46C_cos__Fv$L541$L543$L545$L546$L544$L542$L540$LC47$LC48$LC49C_asin__Fv$L548$L550$L552$L553$L551$L549$L547$LC50$LC51$LC52C_acos__Fv$L555$L557$L559$L560$L558$L556$L554$LC53$LC54$LC55C_atan__Fv$L562$L564$L566$L567$L568$L569$L565$L563$L561pi__Fv$L570c_i__Fv$L571e__Fv$L572$LC56$LC57$LC58C_sin__Fv$L574$L576$L578$L579$L577$L575$L573$LC59$LC60C_sqrt__Fv$L581$L583$L585$L584$L582$L580$LC61div__Fv$L588$L587$L591$L590$L593$L592$L589$L586$LC62$LC63C_log__Fv$L596$L595$L599$L598$L601$L602$L600$L597$L594$LC64$LC65$LC66$LC67$LC68$LC69$LC70$LC71$LC72$LC73$LC74$LC75$LC76$LC77$LC78$LC79$LC80$LC81$LC82$LC83$LC84$LC85$LC86$LC87$LC88$LC89$LC90$LC91$LC92$LC93$LC94$LC95$LC96$LC97$LC98$LC99$LC100$LC101$LC102$LC103$LC104$LC105$LC106$LC107$LC108$LC109$LC110$LC111$LC112$LC113$LC114$LC115$LC116$LC117$LC118handlestr__FPc$L604$L607$L608$L610$L612$L614$L616$L618$L620$L622$L624$L626$L628$L630$L632$L634$L635$L633$L631$L629$L627$L625$L623$L621$L619$L617$L615$L613$L611$L609$L606$L637$L636$L605$L639$L642$L641$L645$L644$L646$L649$L648$L650$L653$L652$L651$L654$L656$L657$L658$L655$L659$L660$L662$L665$L664$L666$L668$L670$L672$L674$L676$L678$L680$L682$L684$L686$L688$L690$L692$L694$L695$L693$L691$L689$L687$L685$L683$L681$L679$L677$L675$L673$L671$L669$L667$L663$L696$L699$L698$L697$L700$L703$L702$L701$L704$L707$L706$L705$L661$L647$L643$L640$L638$L708$L711$L710$L714$L713$L715$L718$L717$L719$L722$L721$L720$L723$L725$L726$L727$L724$L728$L729$L731$L734$L733$L735$L732$L736$L739$L738$L737$L740$L743$L742$L741$L744$L747$L746$L745$L730$L716$L712$L709$L748$L751$L750$L752$L756$L755$L757$L759$L761$L760$L758$L762$L754$L766$L765$L767$L769$L771$L770$L768$L772$L764$L775$L776$L778$L780$L779$L777$L781$L774$L784$L786$L788$L787$L785$L789$L783$L790$L782$L773$L763$L753$L749$L791$L793$L796$L797$L795$L800$L801$L802$L799$L804$L806$L809$L808$L811$L813$L815$L817$L819$L821$L823$L825$L826$L824$L822$L820$L818$L816$L814$L812$L810$L807$L805$L803$L798$L829$L831$L833$L832$L830$L828$L827$L834$L835$L839$L838$L837$L840$L841$L836$L794$L842$L792$L843$L845$L847$L848$L849$L850$L851$L852$L846$L844$L853$L856$L858$L860$L859$L857$L862$L864$L865$L868$L870$L869$L871$L873$L872$L875$L876$L874$L877$L878$L879$L880$L881$L882$L883$L867$L866$L884$L863$L885$L887$L886$L861$L889$L891$L893$L895$L897$L899$L901$L903$L905$L907$L909$L911$L913$L915$L917$L919$L921$L923$L925$L927$L929$L931$L933$L935$L937$L939$L941$L943$L945$L947$L949$L951$L953$L955$L957$L959$L961$L963$L965$L967$L969$L971$L973$L975$L976$L974$L972$L970$L968$L966$L964$L962$L960$L958$L956$L954$L952$L950$L948$L946$L944$L942$L940$L938$L936$L934$L932$L930$L928$L926$L924$L922$L920$L918$L916$L914$L912$L910$L908$L906$L904$L902$L900$L898$L896$L894$L892$L890$L888$L855$L977$L854$L603$LC119$LC120$LC121cm0b.h__2lm$L334$L333__as__2lmT0$L329$L332$L331$L330$L328__ne__FG4unitT0$L326$L325$L327$L324__as__4unitT0$L319__ml__FG4unitd$L317__mi__FG4unitT0$L316__pl__FG4unitT0$L315u0__4unit$L313$L312$L314$L311without__4unit$L310/usr/tmp/cca004hD.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__eprintf/usr/tmp/cca004j3.s./libgcc2.cgcc2_compiled.__gnu_compiled_cfind_exception_table$L5$L4$L9__find_first_exception_table_match$L14$L17$L12$L13$L21$L19$L20__throw_type_match$L23__register_exceptions$L30$L31$L29$L28$L25__unwind_functionexcept_table_posexcept_pcexception_table_list/usr/tmp/cca004hv.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__builtin_vec_delete/usr/tmp/cca004jC.s./libgcc2.cgcc2_compiled.__gnu_compiled_c$LC0__pure_virtual/usr/tmp/cca004hl.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__builtin_delete$L2/usr/tmp/cca004hV.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__builtin_vec_new/usr/tmp/cca004dF.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__clz_tab__udivdi3$L137$L143$L151$L155$L158$L259$L132$L265$L168$L174$L182$L187$L190$L261$L183$L197$L200$L262$L131$L206$L213$L219$L229$L227$L240$L243$L263$L248$L247$L205$L264/usr/tmp/cca004dO.s./libgcc2.cgcc2_compiled.__gnu_compiled_c__clz_tab__umoddi3$L137$L143$L132$L261$L168$L174$L182$L187$L190$L183$L197$L200$L131$L206$L213$L219$L229$L234$L227$L240$L243$L260$L248$L247$L258$L205crtninit.s.text.init__Argv__rld_obj_headexit__start_environ__istart__readenv_sigfpemain_mcount_gp_disp__Argc_GLOBAL_$I$LENGTH_GLOBAL__FI_mc66_GLOBAL__FD_mc66.data.bssLENGTHMASSMOLETIMETEMPCHARGEhow223strplus__FPCcT0strlen__builtin_vec_newstrplus1__FPcN20abs__Fr__builtin_newmalloccerr__ls__7ostreamPCccomps__FPcT0exit0__FiSCT__builtin_deletermlm__FP2lmvaribatanr__FddsqrtasinUM__FvcoutUK__FvUn__FvUS__FvUD__FvUC__Fvadd__FvmemcpycossinC_varib__FvC_dln__FvC_func__FvC_varibp__Fvmult__Fvsub__Fvpow__Fvpowlogroot__FvexpAzeret__FvC_exp__FvT1C_ln__FvC_abs__FvC_Conj__FvC_Im__FvC_Re__FvC_phase__FvC_log10__FvC_tan__FvC_cos__FvC_asin__FvC_acos__FvC_atan__Fvpi__Fvc_i__Fve__FvC_sin__FvC_sqrt__Fvdiv__FvC_log__Fvhandlestr__FPc__8ifstreamiFORMNAMEopen__8ifstreamPCcii__opPv__C3ios__rs__7istreamRc__nt__C3iosclose__11fstreambaseMACNAMEatof__ls__7ostreamdvrfy__Fvtime__8ifstreamiPCcii__rs__7istreamRl__8ofstreamiPCcii__ls__7ostreamlprecision__3iosisetf__3iosUlunsetf__3iosUlUNAME__rs__7istreamPcFORMTYTLEflush__7ostreamERROR_ID.rodatalibg++.so.2.7.2libstdc++.so.2.7.2libm.sosgi1.0__eprintf__iobfprintffflushabort__find_first_exception_table_match__throw_type_matchstrcmp__register_exceptions__unwind_function__builtin_vec_delete__pure_virtualwrite_exitfree__udivdi3__umoddi3libc.so.1sgi1.0_endend_edataedata_etextetext__elf_header_ftextftext_fdatafdata_fbssfbss__program_header_table__dso_displacement_GLOBAL__DI_GLOBAL__DD@ рS J €@@ рS,  €@@ р- €@@ рЌ2 €@@ ро)$ €@@ рJ- €@@"K; 6€A@"2} 8€A@#Џ*†1o:€A@#Фр,F @€A@#Єэr'"F€A@#‘B™ 6L€A@#г>ЅC&>˜R€A@#јш(5 жјX€A@ша 1ѕ%>Ю^@A@ша7>Ю `@A@щpU2Н?иb@A@щpj!?иd@A@ьp‡;2з D№f@A@ьpœB=D№h@A@ьАоC2фEіj@A@ьАѓAEEіl@A@э4L2ћFўn@A@эIBNFўp@A@э`‹U3 Gr@A@э` ?WGt@A@э п]3^H v@A@э єћ_&H x@A@ѓ я…4x?Iz@A@ѓ н‡!I|@A@ј0с ЈJ~€A      џџ@ р/џџџџ@ј Яџџџџ_OџџџџЄ 0OџџџџЊРoџџџџщ/џџџџ @/џџџџв@4/џџџџ­@p/џџџџД@p/џџџџќ@tџџџџ@tџџ(@ р X@!ќ ‚@" “@"Ь и@#  @$и @%ь ™@ша О@щр с@ъ№ ћ@ы@ @ь0 #@ьp 8@ьА X@э  b@ѓ  џџš@ј@/џџџџ“@ј@/џџџџКOџџџџСOџџ VдOџџфoџџџџ†Oџџџџ‚OџџџџЭOџџџџЧOџџџџOџџџџ}Oџџ`рЏџџ ЂЯџџ /ЯџџЃЯџџ0Яџџ#@tЯџџB@„Яџџ ш@”РF (@ЄРB 4@ДР  ‘@ФР> –@дР@ в@фР& й@єР< н@Р: (@Р8 ,@$Р6 9@4Р4 @DР2 3@TР0 H@dР. V@tРf g@„Р, s@”Р* @ЄР( •@ДРš Ў@ФР Г@дР Х@фР ж@єР ш@ Р ј@ Р  @ $Р @ 4Р +@ DРh F@ TРДЉ@ dРБ@ tРИ@ „Рє@ ”РG@ ЄРM@ ДРS@ ФР @&T  F@&№  S@'ќ  t@(Р  †@)D  ›@*и  Ї@,А  Ў@.ˆ # Е@0` - М@28 7 У@4 A Ъ@5ш N с@9œ Y э@;„ _ ї@<˜ f @?, s @?а x @BФ …  @FЈ “ 0@Jм Є =@O Д H@QX Х U@SД г ^@U№ о h@W| ш s@Y ђ |@ZШ ќ …@\x  ‘@^  @`X  Ї@eh ) Б@jˆ 5 М@p A Ч@u M в@zА X й@{ [ с@{€ ^ ч@{ф d ё@€ј o ќ@ƒl x @†` „ @‰€ Ц Ѕ@гј  S@з   p@сH =c@э я@э` 9@ј,Р Џ @Oџџ Ж LOџџ Л XOџџ Р dOџџ Х pOџџ Ъ |Oџџ б †Oџџ € ˆOџџ ˆќˆOџџ %§ДOџџ *џOџџ <tOџџ ]иOџџ _мOџџ aрOџџ RфOџџ рoџџiшoџџv˜ рС`є@ ь`IС_а`/С_`С^а`rС]`EС[є`С[Œ`'СZ№`CСYф`1СY `!СXœ`eСW`vСU0`vСSX`vСQ€`vСOЈ`vСMа`vСKјh(`@у”`СHDh(@т”h3@т”h @т”` СF\`EСEHh:@т”`kСBДh@т”` СBh}@цh@ф€`,С?h(`@у”`™С;8hB@чhhm@фьh@ф€`JС7h\@чhh^@фьh@ф€`<С2мh0@чh`eС0ˆh1@чh`fС.,h0@чh`_С+№`cС*d`gС(Ш`lС'`lС%h`cС#мh0@чh`eС!ˆh3@чh`Сxh3@чh`СXh4@чh`/СЬh4@чh`+С Ph2@чh`С0`СЬ`С``Сќh3@чh`Сшh\@фьh@ф€`.Рўth…@хИh@ф€`$Рћ€`ШРј`h&@сшhh@сшhx@сшhЃ@сшhf@сшhЏ@шxh@сшhO@шxh@сшh[@сшh0 @шxhб@т”`0Р­ш`ъРЊ@`jР ˜h@сш`РŸјh @шx`РŸLh@ф€`!РžL`;Р``Рœє`3Рœ(`6Р›P`6Рšx`DР™h`Р™`(Иp`Иh @щp`=Р–№`Р– `<Р•А`Р•p`Р•0`Р”а`Р”€`Р”@``РŽРи@сH 0.interp.MIPS.options.reginfo.dynamic.liblist.dynstr.hash.dynsym.MIPS.symlib.msym.conflict.MIPS.stubs.text.init.rodata.data.got.bss.mdebug.compact_rel.shstrtab@44 p @HH€p@ШШ @рр)p@јјP2@HH:@ \ \`@ @ММ `Hp @–Up@ДДА[p@dd e@ppdq@ р рз@w@ј ј } 0… 0 0ѕР‹№№ШРИ,•p‡є—єјЊ›ьД@–Up@ДДА[p@dd e@ppdq@ р рз@w@ј ј } 0… 0 0ѕР‹№№ШРИ,•p‡є—єјЊ›ьДmks.un000644 024721 000071 00000004100 06566576706 012361 0ustar00ortalviki000000 000000 #Kg= $k_1 #Meter= $m_1 #M= $m_1 #Mol= $n_1 #Sec= $s_1 #S= $s_1 #Coulomb= $c_1 #C= $c_1 #Deg= $d_1 #Mps= $m_1_$s_c-_1 #MpS= $m_1_$s_c-_1 #Newton= $m_1_$k_1_$s_c-_2 #Cube= $m_3 #Joule= $m_2_$k_1_$s_c-_2 #Watt= $m_2_$k_1_$s_c-_3 #Pascal= $m_c-_1_$k_1_$s_c-_2 #Amper= $s_c-_1_$c_1 #Volt= $m_2_$k_1_$s_c-_2_$c_c-_1 #Ohm= $m_2_$k_1_$s_c-_1_$c_c-_2 #Dc= _Deg_@_273.15_Deg_ #Df= ~_0.55555555555555555556_Deg_@_255.3722222222_Deg_ #Cm= ~_0.01_Meter #Alu= ~_5.291005e-11_Meter #G= ~_0.001_Kg #Gram= ~_0.001_Kg #Gr= ~_0.001_Kg #Me= ~_9.107468e-31_Kg #Bohr= ~_5.291005e-11_Meter #Micron= ~_1e-6_Meter #Inch= ~_0.0254_Meter #A0= ~_1e-10_Meter #Pound= ~_0.45359702_Kg #Amu= ~_1.660577e-27_Kg #Atu= ~_2.418964e-17_Sec #Minute= ~_60_Sec #Min= ~_60_Sec #Hour= ~_3600_Sec #Day= ~_86400_Sec #Week= ~_604800_Sec #Year= ~_31557600_Sec #Ps= ~_1e-12_Sec #Ce= ~_1.602307e-19_Coulomb #CMpS= ~_0.01_Mps #Cmps= ~_0.01_Mps #CmpS= ~_0.01_Mps #Asu= ~_2187705.1_Mps #Kmph= ~_0.27777778_Mps #Dyn= ~_1e-05_Newton #Afu= ~_8.237232e-08_Newton #Liter= ~_1e-3_Cube #Cc= ~_1e-6_Cube #Avu= ~_1.481701e-31_Cube #J= Joule #Joul= Joule #Erg= ~_1e-7_Joule #Hartree= ~_4.359197e-18_Joule #Au= ~_4.359197e-18_Joule #Ev= ~_1.612903e-19_Joule #Cal= ~_4.18_Joule #Cm1= ~_1.9864490884e-23_Joule #Kcal= ~_4180_Joule #KJoule= ~_1000_Joule #Kj= ~_1000_Joule #Hp= ~_745.71216_Watt #Horsepower= ~_5.71216_Watt #Atm= ~_101327.39_Pascal #Bar= ~_1e+5_Pascal #Mbar= ~_1e+2_Pascal #MmHg= ~_133.31556_Pascal #Torr= ~_133.31556_Pascal #Dg= ~_0.01745329251994444_ #Grad= ~_0.015707963_ #Na= 6.0223e+23_$n_c-_1 #Kb= 1.38066e-23_$m_2_$k_1_$s_c-_2_$d_c-_1 #H= 6.62608e-34_$m_2_$k_1_$s_c-_1 #Cl= 2.99792458e+8_$m_1_$s_c-_1 #Gravc= 6.67259e-11_$m_3_$k_c-_1_$s_c-_2 #Mp= 1.672631e-27_$k_1 #Rd= 2.1798741 -18_Joule_ #Parsec= 3.086e+16_$m_1 #Sm= 1.99e+30_$k_1 #Sm= 696000000_$m_1 #R= 8.3147_$m_2_$k_1_$s_c-_2_$d_c-_1_$n_c-_1 #Deci= ~_1e-1_ #Centi= ~_1e-2_ #Milli= ~_1e-3_ #Micro= ~_1e-6_ #Nano= ~_1e-9_ #Pico= ~_1e-12_ #Femto= ~_1e-15_ #Atto= ~_1e-18_ #Deca= ~_1e+1_ #Hecto= ~_1e+2_ #Kilo= ~_1e+3_ #Mega= ~_1e+6_ #Giga= ~_1e+9_ #Tera= ~_1e+12_ #Peta= ~_1e+15_ #Exa= ~_1e+18_ .62608e-34_$m_2_$k_1_$s_c-_1 #Cl= 2.99792458e+8_$m_1_$s_c-_1 #Gravc= 6.67259e-11_$m_3_$k_c-_1_$s_c-_2 #Mp= 1.672631e-27_$k_1 #Rd= 2.1798741 -18_Joule_ #Parsec= 3.086e+16_$m_1 #Sm= 1.99e+30_$k_1 #Sm= 696000000_$m_1 #R= 8.3147_$m_2_$k_1_$s_c-_2_$d_c-_1_$n_c-_1 #Deci= ~_1e-1_ #Centi= ~_1e-2_ #Milli= ~_1e-3_ #Micro= ~_1e-6_ #Nano= ~_1e-9_ #Pico= ~_1e-12_ #Femto= ~_1e-15_ #Atto= ~_1e-18_ #Deca= ~_1e+1_ #Hecto= ~_1e+2_ #Kilo= ~_1e+3_ #Mega= ~_1e+6_ mks.units000644 024721 000071 00000000043 06566576707 013104 0ustar00ortalviki000000 000000 MKS M Kg Sec Аk Coulomb mol mks.un a= ~_1e+15_ #Exa= ~_1e+18_ .62608e-34_$m_2_$k_1_$s_c-_1 #Cl= 2.99792458e+8_$m_1_$s_c-_1 #Gravc= 6.67259e-11_$m_3_$k_c-_1_$s_c-_2 #Mp= 1.672631e-27_$k_1 #Rd= 2.1798741 -18_Joule_ #Parsec= 3.086e+16_$m_1 #Sm= 1.99e+30_$k_1 #Sm= 696000000_$m_1 #R= 8.3147_$m_2_$k_1_$s_c-_2_$d_c-_1_$n_c-_1 #Deci= ~_1e-1_ #Centi= ~_1e-2_ #Milli= ~_1e-3_ #Micro= ~_1e-6_ #Nano= ~_1e-9_ #Pico= ~_1e-12_ #Femto= ~_1e-15_ #Atto= ~_1e-18_ #Deca= ~_1e+1_ #Hecto= ~_1e+2_ #Kilo= ~_1e+3_ #Mega= ~_1e+6_ sd.d000644 024721 000071 00000000021 06572473156 011764 0ustar00ortalviki000000 000000 6426292 409079475oulomb mol mks.un a= ~_1e+15_ #Exa= ~_1e+18_ .62608e-34_$m_2_$k_1_$s_c-_1 #Cl= 2.99792458e+8_$m_1_$s_c-_1 #Gravc= 6.67259e-11_$m_3_$k_c-_1_$s_c-_2 #Mp= 1.672631e-27_$k_1 #Rd= 2.1798741 -18_Joule_ #Parsec= 3.086e+16_$m_1 #Sm= 1.99e+30_$k_1 #Sm= 696000000_$m_1 #R= 8.3147_$m_2_$k_1_$s_c-_2_$d_c-_1_$n_c-_1 #Deci= ~_1e-1_ #Centi= ~_1e-2_ #Milli= ~_1e-3_ #Micro= ~_1e-6_ #Nano= ~_1e-9_ #Pico= ~_1e-12_ #Femto= ~_1e-15_ #Atto= ~_1e-18_ #Deca= ~_1e+1_ #Hecto= ~_1e+2_ #Kilo= ~_1e+3_ #Mega= ~_1e+6_