80%
21.11.2012
! solution array
011 REAL(real8) :: tol=1.d-4, diff=1.0d0
012 REAL(real8) :: delta
013 REAL(real8) :: x
014 REAL(real8) :: pi
015 REAL(real8) :: exact
016 REAL(real8) :: pdiff
017 REAL(real4
80%
28.06.2011
.manifest.xml admin available public x86_64 machine eki- F7111106 eri- 0B641162
09 IMAGE eri- 0B641162 image- store- 1299616266/ramdisk.manifest.xml admin available public x86
80%
11.04.2016
LANDEV=eth0
05
06 echo -n "flushing all chains"
07 /sbin/iptables -F -t filter
08 /sbin/iptables -F -t nat
09 /sbin/iptables -F -t mangle
10 /sbin/iptables -X -t filter
11 /sbin
79%
17.02.2015
can refer to the entire process environment by means of the **environ variable; therefore:
(gdb) p &environ
$4 = ( *) 0xf7f83d64
(gdb) x/100s *environ
0xffffc815
79%
17.02.2015
vectors with 100,000 equally distributed random numbers from the interval 0.5 to 65 each, which round() then rounds to 1 and 6.
Each vector component simulates a throw of the dice. The call to hist
79%
01.06.2024
* argv[])
08 {
09 long niter = 1000000000;
10 int myid; //holds process's rank id
11 double x,y; //x,y value for the random coordinate
12 int i;
13
79%
04.11.2011
.data = new uchar[out.height * out.width];
32
33 // Iterate over all pixels of the output image
34 for(size_t y = 0; y < out.height; ++y)
35 {
36 for(size_t x = 0; x < out.width; ++x)
37
78%
30.01.2020
region: eu-west-3
08 licensefile: license.lic
09 wholenet: 10.100.0.0/16
10 frontnet: 10.100.254.0/28
11 netmaskback: 17
12 backnet: "10.100.0.0/{{ netmaskback }}"
13 lnet: 10.0.2.0
78%
16.10.2012
is Debian based. The following command will install PHP version 5.x, any dependencies, and key packages for using PHP 5.x at the command line.
$ sudo apt-get install php5 php5-cli php5-common
Once you
78%
07.11.2011
omp parallel for private(i) shared(x, y, n) reduction(+:a, b)
03 for (i=0; ix[i] ;
05 b = b + y[i] ;
06 }
The compiler creates a local copy of each variable