.


:




:

































 

 

 

 


, , , .

, ( XP "") , , (, , , -) . ( ), ( ), ( - ( XP " ")) ( ; , () ), - 1, , 0, .

: , ( ) ; () - ( ) ; () - .. ..

, (25%), (0,25). 25, 2500%. Excel, , ,

. () (), . , -, - : , .

, , . . :

= (_; _)

> (), < (), = (), >=( ), <=( ), <> ( ). : = (1>D1*B5; ! ; ۅ) - 1 , D1 1, , - . , - " ". : = (1>100; ! ; (1=1; G1; G2)) - 1 , "! ", - G1( 1, 1) G2 ( 1, 1)

, . , . , . :

=(__1; __2)

30 . :

((1>1; G2=! ); ; ) - 1 , G2 "! ", "" (), - (), " ".

, . , . , . , , .

, : , , .

: =((1>D1*B5); ! ; ۅ) - "!" , 1 D1*B5.

(. ) - Excel (60 5.0 50 ). . SIN, , , ASIN, , . LN - , LOG10 - , LOG - .

, . , , - . (). , - . Excel ( - , - , - ..). , ( ), "" : ( ), ( ), ( ) ( ).

Excel 5 , - . , ( , , ) : , , , ; , ..

! , (), (-), , () () , (), () (), , (), (, ) ().

5.0 , - . , ( , - ), , , , , .

Excel 2007. ( - , - , - ), , () () ..

.

, - . , (). , 1. , : 1! 1 ( ). , , .

, 1 , , - . , . , , .

- , , . , , . , " " . - , , .

1 , . , Enter ( ) 2. , 6 : =1+2+3+4+5 Enter ( ). Excel 6. , , -, Excel. 1 5 ( ), () . 6 .

1 5 , . , , Enter, Tab, .

, ( Del), ( > ) , , ( > ) . Excel , - - . , , , .

, , -, . ( ) : 6. () , . : =(1: 5). ( SUM) - , , 1 5.

Excel , .

, - . 6 F2, , . Excel XP, , - . , . 6 =(1: 5), , - 1, - 5.

( , ), , , : . ? (, 6, ), . Excel 6 , , , 6. Excel , , , . , , . ( : = (1:1)) .

, Excel 2007, . .

, . = (1: 5; 1: 5). , - .

. , D6, , - = (), 1: 5 ( ), 1 5, , Ctrl, - 1 5 ( ). - , . - .

. , Enter.

. , 1, , : = (1: 5) +4! 1.

, . . , - .

- . , .

, , , , . : =(1: D1). , , , . .

, , 1: 5, D(1: D5). D , . , , , Excel , .

XP , . (), - , (), .

, , , , - . , . , . . . , , , .. .. "", " "

. , . , . , : >. , , Y ( : ). . , , , .

, , - . , .

, , . , ( ), , . (Del), , ( ).

(, ) .

( Excel 5.0 , ). , , - . (, , ) - (, ). , . , . , - .

. - , . - ( ), , .

 

18

 

1. , . .

(integer). . :

+ ,
- ,
* ,
/ ,
% .

, . .

, , , , , . , .

, int , max (|x| <= max), , , add,

x add y = x + y

, |x + y| <= max. , , , .

(x add y) add z = x add (y add z)

, |x add y| <= max |y add z| <= max.

, max = 100 x = 60, y = 50 z = -40.

60 add (50 add (-40)) = 70

(60 add 50) add (-40) .

, , , . , n , log2(n) . , , , - , . : 16 . , ( ) 65535 (216 - 1). , , .

(char). . , , . ( ). :

  • ISO - International Standards Organisation;
  • ASCII - American Standard Code for Information Interchange
  • 8- 7- -8 -7

ASCII 26 , 10 , , , . 128 , . . , Carriage Return Line Feed . 128 128 255 . . de facto . , , . , . , , . ( IBM PC XT) .

. , . , char 0 255, -128 +127. (, BASIC).

UNICODE.

, . , 26 - 33 . , , ? , , , . . , , Unicode. Apple Xerox 1988 . 1991 , Hardware Software. Unicode . 16- . . 65536 . . 34000 . . :

0000 - 007F ASCII
0080 - 00FF ASCII (Latin 1)
0100 - 017F
0180 - 01FF
0250 - 02AF
02B0 - 02FF
0300 - 03FF
0370 - 03FF
0400 - 04FF
0530 - 058F
0590 - 05FF
0600 - 06FF
0900 - 097F

29000 , . 6000 .

(real, float, double ) , . , , , . .

, . .

, real , ; .

, , , . . , , .

, , , . , , . ( float)

x e m, ,

x = m * Be, -E < e < E, -M < m < M

m , e - , B, E M , . B . B 10 ( ), 2.

x (m, e).

(M/B)<=|m|<M

|x|. , [0.1: 1] , [10000: 100000]. ( 10 ).

. , float. :

  1. float
  2. x float, .
  3. float , .
  4. max, , |x| > max .
  5. float 0.

, .

x + y = y + x, x * y = y * x

  1. x >= y >= 0 (x - y) + y = x
  2. 0

x - y = x + (-y) = - (y - x)

(-x) * y = x * (-y) = - (x * y)

(-x) / y = x / (-y) = - (x / y)

0 <= x <= a 0 <= y <= b

x + y <= a + b, x - b <= a - y,

x * y <= a * b/ x / b <= a / y

, . . . , 4 ( )

x = 9.900 y = 1.000 z = -0.999
1. (x + y) + z = 10.90 + (-0.999) = 9.910
2. x + (y + z) = 9.900 + 0.001 = 9.901

.

. , . , , .

. . , . , abs (t/x) <= eps, abs(t) <= eps * abs(x). .

, - . . .

2. . .

(/) (. bit rate), . .
(/) (. bit rate), . .
() (/, ) (. bit rate), . .
() (/, ) (. bit rate), . .
(/, ) (. bit rate), . 2¹⁰ (). , 1999, .
(/, ) (. bit rate), . 2¹⁰ (). , () 1999, .
() (/, ) (. bit rate), . .
() (/, ) (. bit rate), . .
(/, ) (. bit rate), . 2²⁰ (). , () 1999, .
(/, ) (. bit rate), . 2²⁰ (). , () 1999, .
() (/, ) (. bit rate), . .
() (/, ) (. bit rate), . .
(/, ) (. bit rate), . 2³⁰ (). , () 1999, .
(/, ) (. bit rate), . 2³⁰ (). , () 1999, .
() (/, ) (. bit rate), . .
() (/, ) (. bit rate), . .
(/, ) (. bit rate), . 2⁴⁰ (). , () 1999, .
(/, ) (. bit rate), . 2⁴⁰ (). , () 1999, .

 



<== | ==>
. , . . . |
:


: 2016-12-18; !; : 348 |


:

:

, , . , .
==> ...

1584 - | 1419 -


© 2015-2024 lektsii.org - -

: 0.071 .