ebook15-4

Size: px
Start display at page:

Download "ebook15-4"

Transcription

1

2 4 4.1 I / O I / s t a t s t a t ( ) U N I X 4.2 stat fstat lstat s t a t #include <sys/types.h> #include <sys/stat.h> int stat(const char p a * t h n a m e, struct stat b * u f) ; int fstat(int f i l e d e s,struct stat b * u f) ; int lstat(const char p a t * h n a m e, struct stat b * u f) ; 0 1 p a t h n a m e s t a t f s t a f i l e d e s l s t a t s t a t l s t a t ( l s t a t ) l s t a t POSIX a S V R B S D l s t a t b u f

3 4 55 P O S I X. 1 s t _ r d e v s t _ b l k s i z e s t _ b l o c k s S V R B S D ( 2. 7 ) s t a t ls -l 4.3 U N I X (1) (regular file) (2) (directory file) (3) (character special file) (4) (block special file) ( 5 ) F I F O (6) ( s o c k e t ) B S D S V R 4 S V R 4 (7) (symbolic link) s t a t s t _ m o d e 4-1 s t a t s t _ m o d e 4-1 < s y s / s t a t. h > S _ I S R E G () S _ I S D I R () S _ I S C H R () S _ I S B L K ()

4 5 6 U N I X S _ I S F I F O () S _ I S L N K () S _ I S S O C K () F I F O P O S I X. 1 S V R 4 P O S I X. 1 S V R

5 4 57 s h e l l s h e l l > l s t a t s t a t s t a t U N I X S _ I S x x x s t _ m o d e S _ I F M T S _ I F x x x S V R B S D < s y s / s t a t. h > S _ I S D I R #define S_ISDIR (mode) (((mode) & S_IFMT) == S_IFDIR) ( %) F I F O I D - - I D I D I D I D I D I D I D I D I D - - I D - - I D e x e c I D I D I D I D I D ( 1. 8 I D ) - - I D - - I D I I s e t u i d

6 5 8 U N I X P O S I X. 1 I D _ P O S I X _ S AV E D _ I D S _ S C _ S AV E D _ I D S s y s c o n f S V R 4 FIPS P O S I X. 1 I D I I D I s t a t s t _ u i d s t _ g i d I D I I D I D ( s t _ m o d e ) I D ( s t _ u i d ) I D ( s t _ g i d ) - - I D ( s e t - u s e r- I D ) - - I D ( s e t - g r o u p - I D ) - - I D I D U N I X p a s s w d ( 1 ) - - I D ( / e t c / p a s s w d /etc/shadow), - - I D - -I D 8 s t a t - - I D - -I D s t _ m o d e S _ I S U I D S _ I S G I D 4.5 s t _ m o d e ( ) < s y s / s t a t. h > c h m o d ( 1 ) 9 u s t _ m o d e ( ) g o S _ I R U S R - S _ I W U S R - S _ I X U S R - c h m o d o S _ I R G R P - S _ I W G R P - c h m o d S _ I X G R P S _ I R O T H S _ I W O T H S _ I X O T H

7 4 59 / u s r / d i c t / w o r d s /, /usr, /usr/dict ( - ) / u s r / d i c t, w o r d s w o r d s / u s r / d i c t./ w o r d ( ) PAT H ( 8. 4 ) s h e l l o p e n O _ R D O N LY O _ R D W R o p e n O _ W R O N LY O _ R D W R o p e n O _ T R U N C 6 e x e c 8. 9 ( s t _ u i d s t _ g i d ) ID ( I D I D ) ID ( ) I D I I D (1) I D 0 ( ) (2) I D I D ( ) (a) (b) (3) I D I D I (a) (b) (4) ( ( 2 ) )

8 6 0 U N I X o p e n c r e a t I D I D m k d i r I D I I D P O S I X. 1 I D (1) I D I (2) I D I S V R 4 I D - - I I D I D I D I B S D I D I P O S I X. 1 m o u n t ( 1 ) FIPS I D I P O S I X. 1 ( I D ) I D / v a r / s p o o l B S D S V R 4 S V R I D S V R 4 m k d i r - - I D m k d i r 4.7 access o p e n I D I I D I D - - I D - - I D ( ) - - I D a c c e s s I D I D ( 4. 5 ) # i n c l u d e < u n i s t d. h > int access(const char p a t * h n a m e, int m o d e) ; 0 1

9 4 61 m o d e access m o d e < u n i s t d. h > m o d e R _ O K W _ O K X _ O K F _ O K 4-2 a c c e s s 4-2 access $ ls -1 a.out -rwxrwxr-x 1 stevens Jan 18 08:48 a.out $ a.out a.out read access OK open for reading OK $ ls -1/ etc/uucp/systems -rw-r uucp 1441 Jul 18 15:05 /etc/uucp/systems $ a.out /etc/uucp/systems access error for /etc/uucp/systems: Permission denied open error for /etc/uucp/systems: Permission denied $ s u P a s s w o r d : # chown uucp a.out u u c p # chmod u+s a.out - -I D $ ls -1 a.out S U I D -rwsrwxr-x 1 uucp Jan 18 08:48 a.out

10 6 2 U N I X # exit $ a.out /etc/uucp/systems access error for /etc/uucp/systems: Permission denied open for reading OK - - I D o p e n umask 9 u m a s k ( ) #include <sys/types.h> #include <sys/stat.h> mode_t umask(mode_t c m a s k) ; c m a s k ( S _ I R U S R, S _ I W U S R ) ( o p e n c r e a t m o d e ) m o d e u m a s k 0 u m a s k $ u m a s k 02 $ a. o u t 4 ls -1 foo bar -rw stevens 0 Nov 16 16:23 bar -rw-rw-rw- 1 stevens 0 Nov 16 16:23 foo $ u m a s k umask

11 chmod f c h m o d #include <sys/types.h> #include <sys/stat.h> int chmod(const char p a t * h n a m e, mode_t m o d e) ; int fchmod(int f i l e d e s, mode_t m o d e) ; 0 1 c h m o d f c h m o d f c h m o d P O S I X. 1 S V R B S D I D m o d e chmod m o d e < s y s / s t a t. h > m o d e S _ I S U I D S _ I S G I D S _ I S V T X S _ I R W X U S _ I R U S R S _ I W U S R S _ I X U S R S _ I R W X G S _ I R G R P S _ I W G R P S _ I X G R P - - I D - - I D

12 6 4 U N I X m o d e S _ I R W X O S _ I R O T H S _ I W O T H S _ I X O T H I D ( S _ I S U G ID), - ( S _ I S V T X ) ( S _ I RW X U G O ) ( U N I X S _ I RW X U G O S _ I RW X U S _ I RW X G S _ I RW X O UNIX shell U N I X ) - ( S _ I S V T X ) P O S I X. 1 u m a s k 4-3 f o o b a r $ ls -1 foo bar -rw stevens 0 Nov 16 16:23 bar -rw-rw-rw- 1 stevens 0 Nov 16 16:23 foo $ ls -1 foo bar -rw-r--r-- 1 stevens 0 Nov 16 16:23 bar -rw-rwlrw- 1 stevens 0 Nov 16 16:23 foo f o o s t a t - -I D l s - l b a r 4-4 chmod

13 l s c h m o d i ls -l c h m o d ( S _ I S V T X ) m o d e ( ) ( - ) I D 4. 6 I I D I I D I - - I D - - I D B S D - - I D - - I D - - I D - - I D 4.10 S _ I S V T X U N I X sticky bit ( ) U N I X U N I X - saved-text bit S _ I S V T X U N I X S V R B S D / t m p / v a r / s p o o l / u u c p p u b l i c

14 6 6 U N I X ( ) P O S I X. 1 S V R B S D chown, fchown l c h o w n c h o w n I D I D #include <sys/types.h> #include <unistd.h> int chown(const char p a t * h n a m e, uid_to w n e r, gid_t g ro u p) ; int fchown(int f i l e d e s, uid_t o w n e r, gid_t g ro u p) ; int lchown(const char p a t * h n a m e, uid_t o w n e r, gid_t g ro u p) ; 0 1 l c h o w n f c h o w n POSIX a S V R B S D f c h o w n S V R 4 l c h o w n S V R 4 ( P O S I X B S D ) c h o w n p a t h n a m e p a t h n a m e p a t h n a m S V R B S D X P G 3 o w n e r g ro u p 1, I D P O S I X. 1 V _ P O S I X _ C H O W N _ R E S T R I C T E D P O S I X. 1 FIPS _ P O S I X _ C H O W N _ R E S T R I C T E D S V R B S D c h o w n 2-5 < u n i s t d. h > p a t h c o n f f p a t h c o n f _ P O S I X _ C H O W N _ R E S T R I C T E D ( B S D )

15 4 67 _ P O S I X _ C H O W N _ R E S T R I C T E D (1) I D (2) I D (a) I D I (b) o w n e r I D g ro u p I D I _ P O S I X _ C H O W N _ R E S T R I C T E D I D I D - - I D - - I D 4.12 s t a t s t _ s i z e S V R lrwxrwxrwx 1 root 7 Sep 25 07:14 lib -> usr/lib 7 u s r / l i b ( s t _ s i z e C n u l l ) S V R B S D s t _ b l k s i z e s t _ b l o c k s I / O s t _ b l k s i z e I / O ( 5 ) s t _ b l k s i z e U N I X s t - b l o c k s $ ls -1 core -rw-r--r-- 1 stevens Nov 18 12:18 core $ du -s core 272 core c o r e 8 M d u ( ) ( d u 1024 S V R 512

16 6 8 U N I X ) 3. 6 r e a d 0 $ wc -c core core I / O - c w c ( 1 ) cat(1), 0 $ cat core > core.copy $ ls -1 core* -rw-r--r-- 1 stevens Nov 18 12:18 core -rw-rw-r-- 1 stevens Nov 18 12:27 core.copy $ du -s core* 272 core core.copy ( l s B a c h L e ff l e r O _ T R U N C t r u n c a t e f t r u n c a t e #include <sys/types.h> #include <unistd.h> int truncate(const char p a t h * n a m e, off_t l e n g t h) ; int ftruncate(int f i l e d e s, off_t l e n g t h) ; 0 1 p a t h n a m e f i l e d e s l e n g t h l e n g t l e n g t h l e n g t h 0 ( ) S V R B S D P O S I X. 1 X P G 3 S V R B S D U N I X S V R 4 f c n t l P O S I X. 1 F _ F R E E S P,

17 f t r u n c a t e 4.14 i i U N I X S V R 4 U N I X V S 5 U F S 2-6 U F S S V R 4 U N I X V V i i i i 4-1 i V 7 i B S D i 128 S V R 4 i S5 64 UFS i i i i i i i i 4-2

18 7 0 U N I X 4-2 i i 0 ( ) u n l i n k d e l e t e s t a t s t _ n l i n k n l i n k _ t 2-7 P O S I X. 1 L I N K _ M A X symbolic link ( ) lrwxrwxrwx 1 root 7 Sep 25 07:14 lib -> urs/lib l i b 7 u s r / l i b i S _ I F L N K i s t a t i i i i n o _ t i i l n ( 1 ) l i n k i / u s r / l i b / f o o / u s r / f o o / u s r / l i b / u s r f o o m v ( 1 )? $ mkdir testdir i i 0 i i i 4-3 testdir

19 i 2 ( ) 2 2 t e s t d i r i 3 3 ( 4-3 ). t e s t d i r.. 1 U N I X B a c h L e ffler link,unlink,remove r e n a m e i l i n k #include <unistd.h> int link(const char e x i * s t i n g p a t h, const char n * e w p a t h) ; 0 1 n e w p a t h e x i s t i n g p a t h n e w p a t h 3.11 S V R B S D P O S I X u n l i n k #include <unistd.h> int unlink(const char p a t * h n a m e) ; 0 1 p a t h n a m e

20 7 2 U N I X u n l i n k u n l i n k $ ls -1 tempfile -rw-r--r-- 1 stevens Jul 31 13:42 tempfile $ d f / h o m e Filesystem kbytes used avail capacity Mounted on /dev/sd0h % / h o m e $ a.out & s h e l l I D $ file unlinked ls -1 tempfile tempfile not found $ d f / h o m e Filesystem kbytes used avail capacity Mounted on /dev/sd0h % /home $ done d f / h o m e Filesystem kbytes used avail capacity Mounted on /dev/sd0h % /home 9. 2 M u n l i n k o p e n c r e a t u n l i n k

21 4 73 p a t h n a m e u n l i n k p a t h n a m e u n l i n k r m d i r r m d i r r e m o v e r e m o v u n l i n k r e m o v e r m d i r #include <stdio.h> int remove(const char p a t * h n a m e) ; 0 1 ANSI C r e m o v e U N I X u n l i n k, C U N I X r e n a m e #include <stdio.h> int rename(const char o l d * n a m e, const char n * e w n a m e) ; 0 1 ANSI C C P O S I X. 1 o l d n a m e n e w n a m (1) o l d n a m e n e w n a m e n e w n a m e o l d n a m e n e w n a m e o l d n a m e n e w n a m e (2) o l d n a m e n e w n a m... n e w n a m e o l d n a m e n e w n a m e n e w n a m e o l d n a m e / u s r / f o o / u s r / f o o / t e s t d i r / u s r / f o o (3) o l d n a m e n e w n a m e n e w n a m e o l d n a m e n e w n a m e o l d n a m n e w n a m e 4.16

22 7 4 U N I X i ( a ) ( b ) 4. 2 B S D S V R 4 S V R 4 V ( S 5 ) ( U F S ) POSIX a 4-7 r m d i r p a t h 4-7 o p e n fstat, fchmod c h o w n a c c e s s c h d i r c h m o d c h o w n c r e a t e x e c l c h o w n l i n k l s t a t m k d i r m k f i f o m k n o d o p e n o p e n d i r p a t h c o n f r e a d l i n k r e m o v e r e n a m e s t a t t r u n c a t e u n l i n k

23 4 75 E L O O P e r r n o $ mkdir foo $ touch foo/a 0 $ ln -s../foo foo/testdir $ ls -1 foo total 1 -rw-rw-r-- 1 stevens 0 Dec 6 06:06 a lrwxrwxrwx 1 stevens 6 Dec 6 06:06 testdir ->../foo f o o a f o o 4-4 ftw(3) f o o f o o / a f o o / t e s t d i r f o o / t e s t d i r / a f o o / t e s t d i r / t e s t d i r f o o / t e s t d i r / t e s t d i r / a f o o / t e s t d i r / t e s t d i r / t e s t d i r f o o / t e s t d i r / t e s t d i r / t e s t d i r / a ftw returned -1:Too many levels of symbolic links f t w l s t a t s t a t u n l i n k u n l i n k f o o / t e s t d i r l i n k 4-4 t e s t d i r o p e n o p e o p e n o p e n $ ln -s /no/such/file myfile $ ls myfile m y f i l e l s $ cat myfile cat: myfile: No such file or directory $ ls -1 myfile - l lrwxrwxrwx 1 stevens 13 Dec 6 07:27 myfile -> /no/such/file m y f i l e c a t m y f i l e f s c k ( 1 ) c l r i ( 8 ) d c h e c k ( 8 )

24 7 6 U N I X l s - l > l s - - l 4.17 symlink r e a d l i n k s y m l i n k #include <unistd.h> int symlink(const char a c t * u a l p a t h, const char s * y m p a t h) ; 0 1 a c t u a l p a t h s y m p a t h a c t u a l p a t h a c t u a l p a t h s y m p a t h o p e n r e a d l i n k #include <unistd.h> int readlink(const char p a t h * n a m e, char *b u f, int b u f s i z e) ; 1 open, read c l o s e b u f b u f n u l l l s ( 1 ) s t _ a t i m e s t _ m t i m e s t _ c t i m e r e a d w r i t e i chmod, chown - u - c ( s t _ m t i m e ) ( s t _ c t i m e ) i i I D i i a c c e s s s t a t

25 4 77 a. o u t c o r e f i n d ( 1 ) i l s ( - l - t ) - u - c i 4-9 ( ) i i m k d i r r m d i r u t i m e 6 e x e c m k f i f o p i p e 4-9 a m c a m c chmod,fchmod chown,fchown creat O_CREAT creat O_TRUNC exec lchown link mkdir mkfifo open O_CREAT open O_TRUNC pipe read remove = unlink remove = rmdir rename rmdir truncate,ftruncate unlink utime w r i t e

26 7 8 U N I X 4.19 utime u t i m e #include <sys/types.h> #include <utime.h> int utime(const char p a t * h n a m e, const struct utimbuf t i m e * s) ; 0 1 struct utimbuf { time_t actime; time_t modtime; } /*access time*/ /*modification time*/ : 00 : 00 t i m e s N U L L (1) t i m e s ( a ) I D I D ( b ) (2) t i m e s t i m e I D I D s t _ c t i m e u t i m e U N I X t o u c h ( 1 ) t a r ( 1 ) c p i o ( 1 u t i m e, 4-6 O _ T R U N C o p e n 0 s t a t u t i m e 4-6 utime

27 $ ls -1 changemod times -rwxrwxr-x 1 stevens Dec 4 16:13 changemod -rwxrwxr-x 1 stevens Dec 6 09:24 times $ ls -lu changemod times -rwxrwxr-x 1 stevens Feb 1 12:44 changemod -rwxrwxr-x 1 stevens Feb 1 12:44 times $ d a t e Sun Feb 3 18:22:33 MST 1991 $ a.out changemod times 4-6 $ ls -1 changemod times -rwxrwxr-x 1 stevens 0 Dec 4 16:13 changemod -rwxrwxr-x 1 stevens 0 Dec 6 09:24 times $ ls -lu changemod times -rwxrwxr-x 1 stevens 0 Feb 1 12:44 changemod -rwxrwxr-x 1 stevens 0 Feb 1 12:44 times $ ls -lc changemod times -rwxrwxr-x 1 stevens 0 Feb 3 18:23 changemod -rwxrwxr-x 1 stevens 0 Feb 3 18:23 times t a r 4.20 mkdir r m d i r m k d i r r m d i r #include <sys/types.h> #include <sys/stat.h> int mkdir(const char p a t * h n a m e, mode_t m o d e) ; 0 1

28 8 0 U N I X... m o d e mode ( ) I D I D S V R I D I D B S D - - I D - - I D I D U N I X m k d i r 4. 2 B S D S V R 3 m k n o d m k n o d m k d i r ( 1 ) - - I D s y s t e m ( 3 ) m k d i r ( 1 ) r m d i r #include <unistd.h> int rmdir(const char p a t * h n a m e) ; r m d i r U N I X V i 4. 2 B S D U N I X P O S I X. 1 #include <sys/types.h> #include <dirent.h> DIR *opendir(const char p a t h * n a m e) ;

29 4 81 N U L L struct dirent *readdir(dir d p) ;* N U L L void rewinddir(dir d p) *; int closedir(dir d p) * ; l s < d i r e n t. h > d i r e n t S V R B S D struct dirent { ino_t d_ino; /*i-node number*/ char d_name N A M E _ M A X + 1 ; /*null-terminated filename*/ } P O S I X. 1 d _ i n o, P O S I X. 1 d _ n a m e S V R 4 N A M E _ M A X f p a t h c o n f B S D N A M E _ M A X n u l l d _ n a m e D I R F I L E F I L E I / O 5 o p e n d i r D I R o p e n d i r r e a d d i r V f t w ( 3 ) s t a t r o o t / l i b / u s r / l i b, / u s r / l i b S V R 4 n f t w ( 3 ) n f t w 4-7

30 8 2 U N I X

31 4 83

32 8 4 U N I X f t w m y f u n c 0 U N I X find, ls, tar F o w l e r, K o r n Vo B S D fts (3) 4.22 chdir, fchdir getcwd ( ) U N I X (/ e t c / p a s s w d ) 6 c h d i r f c h d i r #include <unistd.h> int chdir(const char p a t * h n a m e) ; int fchdir(int f i l e d e s) ; 0 1 p a t h n a m e f c h d i r P O S I X. 1 S V R B S D c h d i r $ p w d / u s r / l i b $ m y c d chdir to /tmp succeeded $ p w d / u s r / l i b m y c d s h e l l s h e l c h d i r c d s h e l l

33 4 85 i 4-8 chdir i i g e t c w d # i n c l u d e < u n i s t d. h > char *getcwd(char b u * f, size_t s i z e); buf, N U L L b u f s i z e n u l l g e t c w d b u f N U L L m a l l o c s i z e P O S I X. 1 X P G g e t c w d, $ a. o u t cwd = /var/spool/uucppublic $ ls -1/usr/spool lrwxrwxrwx 1 root 12 Jan 31 07:57 /usr/spool ->../var/spool 4-9 getcwd

34 8 6 U N I X c h d i r 4-7 g e t c w d / v a r / s p o o l / u s r / s p o o l 4.23 s t _ d e v s t _ r d e v t t y n a m e d e v _ t 4-1 m a j o r m i n o r d e v _ t S V R B S D P O S I X. 1 d e v _ t m a j o r m i n o r s t _ d e v i s t _ r d e v 4-10 s t _ r d e v 4-10 s t _ d e v s t _ r d e v

35 4 87 S V R 4 m a j o r m i n o r < s y s / s y s m a c r o s. h > $ a.out / /home/stevens /dev/tty[ab] /: dev = 7/0 /home/stevens: dev = 7/7 /dev/ttya: dev = 7/0 (character) rdev = 12/0 /dev/ttyb: dev = 7/0 (character) rdev = 12/1 $ mount /dev/sd0a on / /dev/sd0h on /home $ ls -1 /dev/sd0[ah] /dev/tty[ab] brw-r root 7, 0 Jan 31 08:23 /dev/sd0a brw-r root 7, 7 Jan 31 08:23 /dev/sd0h crw-rw-rw- 1 root 12, 0 Jan 31 08:22 /dev/ttya crw-rw-rw- 1 root 12, 1 Jul 9 10:11 /dev/ttyb / h o m e / s t e v e n s / d e v / t t y [ a b ] / h o m e / s t e v e n s m o u n t ( 1 ) l s m o u n t C D - R O M U N I X s t _ d e v i 7 / 0 / d e v 12 / / sync f s y n c U N I X I / O I / O delayed writebach

36 8 8 U N I X U N I X s y n c f s y n c #include <unistd.h> void sync(void); int fsync(int f i l e d e s) ; 0 1 s y n c I / O ( u p d a t e ) 30 s y n c s y n c ( 1 ) s y n c f s y n c ( f i l e d e s ) I / O f s y n c f s y n c O _ S Y N C ( ) f s y n c O _ S Y N C w r i t e S V R B S D s y n c f s y n c, P O S I X. 1 X P G 3 f s y n c S _ I S U I D S _ I S G I D - - I D I D - - I D I D I D I D S _ I S V T X S _ I S U S R S _ I W U S R S _ I X U S R S _ I R G R P S _ I W G R P S _ I X G R P S _ I R O T H S _ I W O T H S _ I X O T H 9 3

37 4 89 S_IRWXU = S_IRUSR S _ I W U S R S _ I X U S R S_IRWXG = S_IRGRP S _ I W G R P S _ I X G R P S_IRWXO = S_IROTH S _ I W O T H S _ I X O T H 4.26 s t a t s t a t U N I X U N I X 4. 1 stat 4-1 lstat S V R 4 S _ I S L N K S V R 4 < s y s / s t a t. h > S _ I F L N K o u r h d r. h S _ I S L N K u m a s k f o o b a r st_size cp(1) l s c o r e c o r e. c o p y u m a s k d f ( 1 ) d u ( 1? u n l i n k m y f t w ftw c h d i r l s t a t chdir ("..") c h r o o t u t i m e f i n g e r ( 1 ) New mail received... unread since c p i o ( 1 ) t a r ( 1 ) f i l e ( 1 ) C F o r t r a n s h e l l U N I X S V R 4 t r u s s ( 1 ) B S D k t r a c e ( 1 ) k d u m p ( 1 ) S u n O S t r a c e ( 1 ) f i l e trace file a.out f i l e

38 9 0 U N I X lstat ("a.out", 0xf7fff650) = 0 open ("a.out", 0, 0) = 3 read (3,"".., 512) = 512 fstat (3,0xf7fff160) = 0 write (1, "a.out: demand paged execu".., 44) = 44 a.out: demand paged executable not stripped utime ("a.out", 0xf7fff1b0) = 0 f i l e u t i m U N I X PAT H _ M A X g e t c w d U N I X t a r c p i o / d e v / f d r w - r w - r w - unlink (path); if ( (fd = creat(path, FILE_MODE)) < 0) e r r _ s y s (...); p a t h / d e v / f d / 1

ebook15-C

ebook15-C C 1 1.1 l s ( 1 ) - i i 4. 14 - d $ l s -ldi /etc/. /etc/.. - i i 3077 drwxr-sr-x 7 bin 2048 Aug 5 20:12 /etc/./ 2 drwxr-xr-x 13 root 512 Aug 5 20:11 /etc/../ $ls -ldi /. /..... i 2 2 drwxr-xr-x 13 root

More information

ebook70-22

ebook70-22 2 2 L i n u x f s t a b X 11 L i n u x L i n u x L i n u x D O S Wi n d o w s L i n u x O p e n L i n u x / u s r / m a n / m a n 5 f s t a b m o u n t m o u n t L i n u x 22.1 OpenLinux L i n u x U N

More information

<4D6963726F736F667420576F7264202D204C696E7578CFB5CDB3B5F7D3C3C1D0B1ED>

<4D6963726F736F667420576F7264202D204C696E7578CFB5CDB3B5F7D3C3C1D0B1ED> Linux 系 统 调 用 列 表 雷 镇 (leicool@21cn.com) http://www.ibm.com/developerworks/cn/linux/kernel/syscall/part1/appendix.html ( 王 伟 注 : 本 文 是 从 作 者 的 博 文 上 拷 贝 来 的, 进 行 了 重 排 版 ) 简 介 : 本 文 列 出 了 大 部 分 常 见 的 Linux

More information

Microsoft Word - PS2_linux_guide_cn.doc

Microsoft Word - PS2_linux_guide_cn.doc Linux For $ONY PlayStatioin2 Unofficall General Guide Language: Simplified Chinese First Write By Beter Hans v0.1 Mail: hansb@citiz.net Version: 0.1 本 人 是 菜 鸟 + 小 白 欢 迎 指 正 错 误 之 处, 如 果 您 有 其 他 使 用 心 得

More information

本文由筱驀釹贡献

本文由筱驀釹贡献 本 文 由 筱 驀 釹 贡 献 ppt 文 档 可 能 在 WAP 端 浏 览 体 验 不 佳 建 议 您 优 先 选 择 TXT, 或 下 载 源 文 件 到 本 机 查 看 Linux 操 作 系 统 Linux 操 作 系 统 第 一 部 分 介 绍 与 安 装 Linux 的 由 来 : Linux 的 由 来 : 的 由 来 Linus Torvalds 1.Linux 的 版 本 1.Linux

More information

Microsoft Word - 把时间当作朋友(2011第3版)3.0.b.06.doc

Microsoft Word - 把时间当作朋友(2011第3版)3.0.b.06.doc 2 5 8 11 0 13 1. 13 2. 15 3. 18 1 23 1. 23 2. 26 3. 28 2 36 1. 36 2. 39 3. 42 4. 44 5. 49 6. 51 3 57 1. 57 2. 60 3. 64 4. 66 5. 70 6. 75 7. 83 8. 85 9. 88 10. 98 11. 103 12. 108 13. 112 4 115 1. 115 2.

More information

PowerPoint 演示文稿

PowerPoint 演示文稿 Linux 操 作 系 统 基 础 介 绍 课 程 目 标 及 要 求 了 解 Linux 操 作 系 统 的 登 入 方 式 掌 握 常 用 命 令 的 基 本 用 法 能 够 熟 练 在 各 个 目 录 转 换 Outline 1. Linux 操 作 系 统 简 介 2. Linux 操 作 系 统 的 登 录 3. Linux 操 作 系 统 的 目 录 结 构 4. 常 用 命 令 5.

More information

Microsoft Word - 第5章.doc

Microsoft Word - 第5章.doc 目 录 及 权 限 管 理 随 着 的 不 断 发 展, 越 来 越 多 的 人 开 始 使 用, 对 于 那 些 刚 接 触 的 人 来 说, 恐 怕 最 先 感 到 困 惑 的 就 是 那 些 不 明 不 白 的 目 录 了 同 样, 系 统 是 一 个 典 型 的 多 用 户 系 统 为 了 保 护 系 统 的 安 全 性, 系 统 对 不 同 用 户 访 问 同 一 文 件 或 目 录 的

More information

ebook65-10

ebook65-10 1 0 M a c i n t o s h P e r l P e r l u n i x P e r l P e r l P e r P e r l 10.1 o p e n d i r d i r h a n d l e d i r e c t o r y o p e n d i r 2 P e r l U N I X U N I X Wi n d o w s 114 r e a d d i r

More information

ebook15-10

ebook15-10 1 0 10.1 U N I X V 7 4. 3 B S D S V R 3 P O S I X. 1 100 % 10.2 S I G S I G A B RT a b o r t S I G A L R M a l a r m V 7 1 5 S V R 4 4. 3 + B S D 31 < s i g n a l. h > 0 10. 9 k i l l 0 P O S I X. 1 D

More information

untitled

untitled 1 2 3 4 5 A 800 700 600 500 400 300 200 100 0-100 10000 9500 9000 8500 8000 7500 7000 6500 6000 2006.1-2007.5 A 1986.1-1991.12 6 7 6 27 WIND A 52.67 2007 44 8 60 55 50 45 40 35 30 25 20 15 10 2001-05 2002-02

More information

lect03.ppt

lect03.ppt Linux 操 作 系 统 Linux 基 础 主 要 内 容 q 使 用 Linux q Linux 的 两 种 登 录 方 式 q 字 符 操 作 环 境 和 X Windows 系 统 q Linux 图 形 界 面 基 本 操 作 q Linux 命 令 的 使 用 方 式 q Linux 一 些 常 用 命 令 1 2 一 些 基 本 术 语 u 命 令 (Command) 给 计 算 机

More information

Microsoft Word - linux命令及建议.doc

Microsoft Word - linux命令及建议.doc Linux 操 作 系 统 命 令 集 1 基 本 命 令 查 看 系 统 信 息 : uname -a 修 改 密 码 : passwd 退 出 : logout(exit) 获 取 帮 助 : man commands 2 文 件 和 目 录 命 令 显 示 当 前 工 作 目 录 : pwd 改 变 所 在 目 录 : cd cd - 切 换 到 上 一 次 使 用 的 目 录 cd 切 换

More information

ebook15-2

ebook15-2 2 U N I X 2.1 U N I X C U N I X U N I X 80 U N I X ( ) U N I X 2.2 UNIX 2.2.1 ANSI C 1989 C A N S I X 3. 159-1989 ANSI 1989 ISO/IEC 9899:1990 A N S I ( I S O ) ANSI C C UN I X C ANSI 1989 4 Plauger 1992;Kernighan

More information

ebook15-12

ebook15-12 1 2I / O 12.1 I / O V I / O s e l e c tp o l l r e a d vw r i t e v I / Om m a p 14 15 12.2 I / O 1 0. 5 F I F O F I F O i o c t l 14 I / O I / o p e n, r e a dw r i t e I / O (1) o p e n O _ N O N B L

More information

Linux操作系统使用

Linux操作系统使用 Linux vi shell Linux Linux Linux 5 UNIX time-stamp UNICS Sep 1969... UNIX Time- Sharing System First Edition(V1) Nov 3, 1971 FreeBSD 5.1 Jun 9,2003 BSD/OS 5.0 (BSDI) May 2,2003... V6 May 1976 BSD 1977...

More information

ebook35-2

ebook35-2 2 2.1 Linux login Login: < > Password: < > Linux r o o t l o g o u t 2.2 Linux X Window Linux Linux Bourne ( b s h ) C ( c s h ) Korn ( k s h ) Bourne Steven Bourne UNIX Bourne bash Bourne C Bill Joy Bourne

More information

C/C++ - 文件IO

C/C++ - 文件IO C/C++ IO Table of contents 1. 2. 3. 4. 1 C ASCII ASCII ASCII 2 10000 00100111 00010000 31H, 30H, 30H, 30H, 30H 1, 0, 0, 0, 0 ASCII 3 4 5 UNIX ANSI C 5 FILE FILE 6 stdio.h typedef struct { int level ;

More information

static struct file_operations gpio_ctl_fops={ ioctl: gpio_ctl_ioctl, open : gpio_open, release: gpio_release, ; #defineled1_on() (GPBDAT &= ~0x1) #def

static struct file_operations gpio_ctl_fops={ ioctl: gpio_ctl_ioctl, open : gpio_open, release: gpio_release, ; #defineled1_on() (GPBDAT &= ~0x1) #def Kaise s 2410 Board setting [1]. Device Driver Device Driver Linux s Kernel ARM s kernel s3c2410_kernel2.4.18_r1.1_change.tar.bz2 /usr/src (1) #cd /usr/src (2) #tar xfj s3c2410_kernel2.4.18_r1.1_change.tar.bz2

More information

epub 73-5

epub 73-5 5 L i n u x I D User ID U I D I D Group ID G I D U I D G I D set -UID Windows NT L i n u x L i n u x U I D Wi n d o w s S I D Windows NT L i n u x N T A d m i n i s t r a t o r L i n u x L i n u x Access

More information

华恒家庭网关方案

华恒家庭网关方案 LINUX V1.5 1 2 1 2 LINUX WINDOWS PC VC LINUX WINDOWS LINUX 90% GUI LINUX C 3 REDHAT 9 LINUX PC TFTP/NFS http://www.hhcn.com/chinese/embedlinux-res.html minicom NFS mount C HHARM9-EDU 1 LINUX HHARM9-EDU

More information

2-2

2-2 ... 2-1... 2-2... 2-6... 2-9... 2-12... 2-13 2005 1000 2006 20083 2006 2006 2-1 2-2 2005 2006 IMF 2005 5.1% 4.3% 2006 2005 3.4% 0.2% 2006 2005 911 2005 2006 2-3 2006 2006 8.5% 1.7 1.6 1.2-0.3 8.3 4.3 3.2

More information

ebook70-21

ebook70-21 2 1 2 2 2 3 2 4 2 1 s u O p e n L i n u x L i n u x s c h e d u l i n g L i n u x O p e n L i n u x O p e n L i n u x O p e n L i n u x 5 r m # rm -fr / * L i n u x r m Permission denied s u 21.1 su s

More information

ebook70-5

ebook70-5 5 / 5.1 L i n u x L i n u x X L i n u x 5.1.1 touch t o u c h t o u c h G N U t o u c h # touch newfile # ls -l newfile - r w - r - - r - - 1 bball users 0 Jan 5 12 : 40 n e w f i l e t o u c h 0 # > newfile2

More information

プログラムの設計と実現II

プログラムの設計と実現II UNIX C ls mkdir man http://www.tj.chiba-u.jp/lecture/prog2/ Ctrl+x, Ctrl+s ( )..[4]% gcc Wall o hoge hoge.c..[5]%./hoge 1 : 1 2 : 2 3 : 3 4 : 0 6..[6]% (! )..[4]% gcc Wall o hoge hoge.c..[5]%!g gcc Wall

More information

目 录 1 新 闻 政 策 追 踪... 4 1.1 住 建 部 : 坚 持 因 城 施 策 完 善 房 地 产 宏 观 调 控... 4 2 行 业 数 据 追 踪... 4 2.1 限 购 政 策 落 地, 新 房 成 交 回 落... 4 2.2 库 存 微 降, 一 线 去 化 表 现 稍

目 录 1 新 闻 政 策 追 踪... 4 1.1 住 建 部 : 坚 持 因 城 施 策 完 善 房 地 产 宏 观 调 控... 4 2 行 业 数 据 追 踪... 4 2.1 限 购 政 策 落 地, 新 房 成 交 回 落... 4 2.2 库 存 微 降, 一 线 去 化 表 现 稍 Sep/15 Oct/15 Nov/15 Dec/15 Jan/16 Feb/16 Mar/16 Apr/16 May/16 Jun/16 Jul/16 Aug/16 房 地 产 行 业 行 业 研 究 - 行 业 周 报 行 业 评 级 : 增 持 报 告 日 期 :216-9-14 4% 3% 2% 1% % -1% -2% 沪 深 3 SW 房 地 产 研 究 员 : 宫 模 恒 551-65161836

More information

2 图 1 新 民 科 技 2010 年 主 营 业 务 收 入 结 构 图 2 新 民 科 技 2010 年 主 营 业 务 毛 利 结 构 印 染 加 工 10.8% 其 他 4.8% 丝 织 品 17.2% 印 染 加 工 7.8% 其 他 4.4% 丝 织 品 19.1% 涤 纶 长 丝 6

2 图 1 新 民 科 技 2010 年 主 营 业 务 收 入 结 构 图 2 新 民 科 技 2010 年 主 营 业 务 毛 利 结 构 印 染 加 工 10.8% 其 他 4.8% 丝 织 品 17.2% 印 染 加 工 7.8% 其 他 4.4% 丝 织 品 19.1% 涤 纶 长 丝 6 买 入 维 持 上 市 公 司 年 报 点 评 新 民 科 技 (002127) 证 券 研 究 报 告 化 工 - 基 础 化 工 材 料 与 制 品 2011 年 3 月 15 日 2010 年 业 绩 符 合 预 期, 增 发 项 目 投 产 在 即 基 础 化 工 行 业 分 析 师 : 曹 小 飞 SAC 执 业 证 书 编 号 :S08500210070006 caoxf@htsec.com

More information

会计9

会计9 ........................... .................. 96 17 1. 2. 3. 1. 2. 3. 1. 2. 3. 4. 1. 2. 3. 4. 1. 2. 3. 4. 5. 6. 1. 2. 3. 4. 1. 2. 3. 4. 5. 1. 2. 3. 4. 5. 95 18 1. 2. 3. 1. 2. 3. 2000 60 70 1.

More information

新版 明解C言語入門編

新版 明解C言語入門編 328, 4, 110, 189, 103, 11... 318. 274 6 ; 10 ; 5? 48 & & 228! 61!= 42 ^= 66 _ 82 /= 66 /* 3 / 19 ~ 164 OR 53 OR 164 = 66 ( ) 115 ( ) 31 ^ OR 164 [] 89, 241 [] 324 + + 4, 19, 241 + + 22 ++ 67 ++ 73 += 66

More information

Microsoft Word - 把时间当作朋友(2011第3版)3.0.b.07.doc

Microsoft Word - 把时间当作朋友(2011第3版)3.0.b.07.doc 2 5 8 11 0 1. 13 2. 15 3. 18 1 1. 22 2. 25 3. 27 2 1. 35 2. 38 3. 41 4. 43 5. 48 6. 50 3 1. 56 2. 59 3. 63 4. 65 5. 69 13 22 35 56 6. 74 7. 82 8. 84 9. 87 10. 97 11. 102 12. 107 13. 111 4 114 1. 114 2.

More information

鳥 哥 的 Linux 私 房 菜 -- 檔 案 與 目 錄 管 理 7. 針 對 本 文 的 建 議 :http://phorum.vbird.org/viewtopic.php?t=23879 目 錄 與 路 徑 : 由 前 一 章 節 Linux 的 檔 案 權 限 與 目 錄 配 置 中 約

鳥 哥 的 Linux 私 房 菜 -- 檔 案 與 目 錄 管 理 7. 針 對 本 文 的 建 議 :http://phorum.vbird.org/viewtopic.php?t=23879 目 錄 與 路 徑 : 由 前 一 章 節 Linux 的 檔 案 權 限 與 目 錄 配 置 中 約 鳥 哥 的 Linux 私 房 菜 -- 檔 案 與 目 錄 管 理 鳥 哥 的 Linux 私 房 菜 為 取 得 較 佳 瀏 覽 結 果, 請 愛 用 firefox 瀏 覽 本 網 頁 切 換 解 析 度 為 800x600 Linux 檔 案 與 目 錄 管 理 最 近 更 新 日 期 :2006/08/22 在 前 一 章 節 裡 面 我 們 認 識 了 Linux 系 統 下 的 檔 案

More information

投资高企 把握3G投资主题

投资高企 把握3G投资主题 行 业 研 究 东 兴 证 券 股 份 有 限 公 司 证 券 研 究 报 告 维 持 推 荐 白 酒 行 业 食 品 饮 料 行 业 2016 年 第 21 周 周 报 投 资 摘 要 : 上 周 市 场 表 现 和 下 周 投 资 策 略 上 周 食 品 饮 料 行 业 指 数 下 跌 0.89%, 跑 输 沪 深 300 指 数 1 个 百 分 点 食 品 饮 料 细 分 行 业 1 个 上

More information

Web

Web Email: tian@dr.com http://www.digiark.com/tian Web 1. 2. 3. 4. 5. 6. Internet Internet (Hacker) Internet web IP 1 Internet UNIX Windows VLAN Internet IP 2 Internet FTP TELNET PING IP 8 telnet FTP RLOGIN

More information

新・解きながら学ぶC言語

新・解きながら学ぶC言語 330!... 67!=... 42 "... 215 " "... 6, 77, 222 #define... 114, 194 #include... 145 %... 21 %... 21 %%... 21 %f... 26 %ld... 162 %lf... 26 %lu... 162 %o... 180 %p... 248 %s... 223, 224 %u... 162 %x... 180

More information

H1428

H1428 第 1 章 陽 光 穿 透 薄 紗 窗 簾, 迤 邐 灑 落 在 床 上 兩 副 相 偎 的 赤 裸 胴 體 上 一 雙 長 睫 搧 了 搧, 略 略 張 開 眼 皮, 露 出 一 對 黑 盈 盈 的 美 眸 從 落 地 窗 穿 透 進 來 的 璀 璨 艷 陽 令 女 子 微 瞇 起 眼, 突 地 發 現 眼 前 有 個 障 礙 物, 不 禁 怔 愣 了 下, 待 意 識 到 障 礙 物 是 什 麼

More information

投影片 1

投影片 1 類 Linux 理 (, VBird) 2008/03/31 Linux 理 1 Linux 理 Linux (ILA) Linux 理 (ILB) Linux Linux (ILA) Linux 理 (ILB) Linux 路 (ILC) 2008/03/31 Linux 理 2 Linux 理 Linux 理 理 更 kernel boot loader LILO, grub 理 shell script

More information

産 産 産 産 産 爲 爲 爲 爲 185 185

産 産 産 産 産 爲 爲 爲 爲 185 185 産 産 184 産 産 産 産 産 爲 爲 爲 爲 185 185 爲 爲 爲 産 爲 爲 爲 産 186 産 爲 爲 爲 爲 爲 爲 顔 爲 産 爲 187 爲 産 爲 産 爲 産 爲 爲 188 産 爲 爲 酰 酰 酰 酰 酰 酰 産 爲 爲 産 腈 腈 腈 腈 腈 爲 腈 腈 腈 腈 爲 産 189 産 爲 爲 爲 爲 19 産 爲 爲 爲 爲 爲 爲 191 産 192 産 爲 顔 爲 腈

More information

新・明解C言語入門編『索引』

新・明解C言語入門編『索引』 !... 75!=... 48 "... 234 " "... 9, 84, 240 #define... 118, 213 #include... 148 %... 23 %... 23, 24 %%... 23 %d... 4 %f... 29 %ld... 177 %lf... 31 %lu... 177 %o... 196 %p... 262 %s... 242, 244 %u... 177

More information

epub 33-8

epub 33-8 8 1) 2) 3) A S C I I 4 C I / O I / 8.1 8.1.1 1. ANSI C F I L E s t d i o. h typedef struct i n t _ f d ; i n t _ c l e f t ; i n t _ m o d e ; c h a r *_ n e x t ; char *_buff; /* /* /* /* /* 1 5 4 C FILE

More information

ebook65-5

ebook65-5 5 P e r l P e r l I / O P e r l P e r l P e r l P e r l P e r l I / O P e r l P e r l 5.1 P e r l P e r ( ) S T D I N P e r l S T D I N 2 $ @ P e r l f o r e a c h e l s e i f P e r l p e r l f u n c o

More information

Linux服务器构建与运维管理

Linux服务器构建与运维管理 1 Linux 服务器构建与运维管理 第 2 章 :Linux 基本命令 阮晓龙 13938213680 / rxl@hactcm.edu.cn http://linux.xg.hactcm.edu.cn http://www.51xueweb.cn 河南中医药大学管理科学与工程学科 2018.3 2 提纲 目录与文件的操作 mkdir touch mv cp rm rmdir file tree

More information

ebook65-1

ebook65-1 Perl 1Perl 2Perl 3 4 5 6 7 8 1P e r l P e r l We b P e r l P e r l P e r l P e r l We b P e r l P e r P e r l H T M L We b P e r l P e r l P e r l P e r l P e r l p e r l p e r l P e r P E R L P e r l

More information

文章题目

文章题目 2007 2006.12 1 1. 2. 3. 2 3 25.8 (1-3Q2006) 42 (1-3Q2006) 0 2000 4000 6000 8000 10000 12000 14000 16000 18000 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 1-3Q2006-10% 0% 10% 20%

More information

1

1 1 2 3 4 5 GNUDebugger 6 7 void main(int argc, char **argv){ vulncpy(argv[1]); return; } void vulncpy(char *a){ char buf[30]; strcpy(buf, a); return; } *argv[1] buf Shellcode *argv[1]... &buf &buf 8 strcpy

More information

宏观与策略研究

宏观与策略研究 --2005 6 2 2005 6 A 86-0755-82943202 zhaojx@ccs.com.cn 86-0755-82960074 huangsx@ccs.com.cn 86-0755-82943566 luxw@ccs.com.cn 86-0755-82960739 jingzz@ccs.com.cn 2005-6-2 1996 2005 A 4 5 6 6 A+H 2005 A, 2005-4-6

More information

Linux Ubuntu Part Linux Ubuntu Linux UNIX...19 Linux...19 Linux Linux...21 Linux GNU FSF Open So urce.

Linux Ubuntu Part Linux Ubuntu Linux UNIX...19 Linux...19 Linux Linux...21 Linux GNU FSF Open So urce. Linux Ubuntu 10.04 Part 1 17 1 Linux Ubuntu... 18 1-1 Linux... 19 UNIX...19 Linux...19 Linux...20...20 Linux...21 Linux...21 1-2 GNU FSF Open So urce...22 GNU...22 GPL...23...24 1-3 GNU/Linux V.S. Linux...25

More information

2010 01 23 60.21 29.70 5271.41 300 3366.20 3128.59 12595.94 5792.92 5777 5277 4777 4277 3777 3277 090123 090423 090717 091015 100106 300 1 2010 2010.1.20 2 12, 2010.1.18 (8621)61038269 xieg@gjzq.com.cn

More information

行 业 研 究 证 券 行 业 周 报 1 1. 行 业 一 周 走 势 上 周 (214.3.3-214.3.7, 下 同 ) 沪 深 3 下 降.49%, 券 商 行 业 下 降 2.36%, 跑 输 大 盘 上 市 券 商 中 太 平 洋 上 涨 1.2%, 涨 幅 最 大 ; 广 发 证 券

行 业 研 究 证 券 行 业 周 报 1 1. 行 业 一 周 走 势 上 周 (214.3.3-214.3.7, 下 同 ) 沪 深 3 下 降.49%, 券 商 行 业 下 降 2.36%, 跑 输 大 盘 上 市 券 商 中 太 平 洋 上 涨 1.2%, 涨 幅 最 大 ; 广 发 证 券 市 场 表 现 增 持 维 持 4% 券 商 沪 深 3 3% 行 业 研 究 国 金 证 券 手 机 版 佣 金 宝 上 线 证 券 行 业 周 报 (214.3.3-214.3.7) 证 券 研 究 报 告 证 券 信 托 行 业 214 年 3 月 1 日 2% 1% % -1% -2% -3% 11-8 11-1 11-12 12-2 12-4 12-6 12-8 12-1 12-12 13-2

More information

宏碩-觀光指南coverX.ai

宏碩-觀光指南coverX.ai Time for Taiwan Taiwan-The Heart of Asia Time for Taiwan www.taiwan.net.tw Part 1 01 CONTENTS 04 Part 1 06 Part 2 GO 06 14 22 30 38 Part 3 200+ 02 Part 1 03 1 2 3 4 5 6 04 Jan Feb Mar Apr May Jun Part

More information

untitled

untitled 29 12 1 21-53519888-1922 Ch57261821@yahoo.com.cn 11 12.78 1.6 95.36 1 114.88 6 3 6% 8 35.% 3.% 25.% 2.% 15.% 1.% 5.%.% -5.% -1.% -15.% 9-6 9-6 9-7 9-7 9-7 9-8 9-8 9-8 9-9 9-9 9-1 9-1 9-11 9-11 9-11 9-12

More information

Unix®t Œ fi z.PDF

Unix®t Œ fi z.PDF 7 9 8 0 $ man umount newfs $ man -a intro $ man -a chown ORDER=C:ADM:ADMN:ADMP:PADM:F:HW 8 1 # catman % ps aux grep chavez chavez 8684 89.5 9.627680 5280? R N 85:26 /home/j90/l988 root 10008 10.0 0.8 1408

More information

投影片 1

投影片 1 類 Linux (, VBird) 2008/03/30 Linux 1 (partition) 立 (filesystem) (mount) (quota) 令 例 2008/03/30 Linux 2 2008/03/30 Linux 3 理 量 512bytes partition 2008/03/30 Linux 4 流 IDE SATA USB SCSI partition( ) fdisk

More information

5. 6. 310-00 7. 8. 9. 2

5. 6. 310-00 7. 8. 9. 2 Mondeo 2003-03-08 2003 / MondeoGhia-X, 3S71-9H307-FA 310-069 (23-055) ( ) 1. 310-00 2. 310-00 3. 100-02 4. 1 5. 6. 310-00 7. 8. 9. 2 10 10. 11. 12. 3 13. 1. 2. 14. 310-00 15. 4 16. 17. 18. 19. 20. ( )

More information

第一章

第一章 第 二 章 建 築 研 究 與 分 析 第 二 章 建 築 研 究 與 分 析 第 一 節 清 代 科 舉 與 考 棚 建 築 一 科 舉 與 貢 院 建 築 清 代 政 府 拔 取 人 才, 大 體 延 續 明 代, 但 也 有 改 進 之 處, 例 如 詔 舉, 由 皇 帝 下 詔 徵 取 人 才 為 國 家 所 用, 有 博 學 鴻 詞 孝 廉 方 正 直 言 山 林 隱 逸 孝 子 等 科

More information

欢迎光临兴业证券 !

欢迎光临兴业证券 ! 2009 08 09 2 3 4 08 09 5 14402.56 40.95% 622.92 43.57% 4753.39 31.90% 302.05 45.01% 4020.24 26.03% 361.51 27.32% 23176.19 36.24% 1286.48 38.91% : 6 7 15.00% 20.00% 25.00% 30.00% 35.00% 40.00% 45.00% 50.00%

More information

ebook8-30

ebook8-30 3 0 C C C C C C++ C + + C++ GNU C/C++ GNU egcs UNIX shell s h e l l g a w k P e r l U N I X I / O UNIX shell awk P e r l U N I X C C C C C C U N I X 30.1 C C U N I X 70 C C U N I X U N I X U N I X C Dennis

More information

1. 发 行 情 况 格 力 地 产 于 2014 年 12 月 25 日 发 行 9.8 亿 元 可 转 债 其 中, 原 股 东 优 先 配 售 2.1225 亿 元 (21.225 万 手 ), 占 本 次 发 行 总 量 的 21.66% 网 上 向 一 般 社 会 公 众 投 资 者 发

1. 发 行 情 况 格 力 地 产 于 2014 年 12 月 25 日 发 行 9.8 亿 元 可 转 债 其 中, 原 股 东 优 先 配 售 2.1225 亿 元 (21.225 万 手 ), 占 本 次 发 行 总 量 的 21.66% 网 上 向 一 般 社 会 公 众 投 资 者 发 衍 生 品 市 场 衍 生 品 市 场 转 债 研 究 转 债 研 究 证 券 研 究 报 告 证 券 研 究 报 告 转 债 定 价 报 告 2015 年 1 月 11 日 格 力 转 债 (110030) 上 市 定 价 分 析 公 司 资 料 : 转 债 条 款 : 发 行 日 到 期 日 期 限 转 股 期 限 起 始 转 股 日 发 行 规 模 净 利 润 2014-12-25 2019-12-24

More information

Microsoft Word - 第四章 資料分析

Microsoft Word - 第四章  資料分析 第 四 章 資 料 分 析 本 研 究 針 對 等 三 報, 在 馬 英 九 擔 任 台 北 市 長 台 北 市 長 兼 國 民 黨 主 席, 以 及 國 民 黨 主 席 之 從 政 階 段 中 ( 共 計 八 年 又 二 個 月 的 時 間, 共 855 則 新 聞, 其 中 179 則, 348 則, 328 則 ), 報 導 馬 英 九 新 聞 時 使 用 名 人 政 治 新 聞 框 架 之

More information

( ) ( ) ( ) S = { s 0, s 1, s 2,..., s M 1 } (1.1-1) M = S (1.1-2) a a, a,..., a,... (1.1-3) 0, 1 2 t p = p s ) (1.1-4) i ( i M 1 pi i= 0 = 1 (1.1-5) M 1 1 H ( S) = p log i (1.1-6) i pi M 1 i= 0 L = p

More information

信息管理部2003

信息管理部2003 23 7 3 22 28451642 E-mail wpff@eyou.com 23 1 23 5 22 2 3 4 628 6688 866 62 52 956 46 817 912 696 792 6.5% 1: 2: -2.% -1.5% -19.% -27.6% 33.6 3.45 [2.22%] 5A:6.94 1A:9.89 2A:9.51 3A:8.44 22.14 11.23 1-1-12

More information

---- TEL FAX II %

---- TEL FAX II % 2003 2 2003 8 WWW.CEI.GOV.CN TEL010 68558355 FAX010 68558370 I ---- TEL010 68558355 FAX010 68558370 II 2003... 1...1...2...2 2003... 3...3...4...6 1....6 2....7...8...10 1....10 2. 40%...11 2003... 12...12...13...13

More information

1

1 SDT Uclinux SDT.alf.c 44blib.alf 44blib.c jtag ADS.alf.c make menuconfig make dep make clean make lib_only make user_only make romfs make image make uclinux ext2 cash lcd frambuffer 1 armsys-c uclinux

More information

Microsoft PowerPoint - 第7章 Linux基本命令

Microsoft PowerPoint - 第7章  Linux基本命令 第 2 部 分 操 作 系 统 命 令 及 shell 编 程 第 7 章 Linux 基 本 命 令 7.1 Linux 的 登 录 和 退 出 7.2 文 件 命 令 7.3 目 录 和 层 次 命 令 7.4 查 找 命 令 7.5 目 录 和 文 件 安 全 性 7.6 磁 盘 存 储 命 令 7.7 进 程 命 令 7.8 联 机 帮 助 命 令 7.9 小 结 习 题 本 章 介 绍 Linux

More information

基金池周报

基金池周报 基 金 研 究 / 周 报 关 注 新 华 优 选 成 长 等 零 存 整 取 型 基 金 民 生 证 券 基 金 池 动 态 周 报 民 生 精 品 --- 基 金 研 究 周 报 2011 年 05 月 03 日 建 议 资 金 充 裕 渴 望 在 中 长 期 获 取 超 额 收 益 的 投 资 者 关 注 华 夏 大 盘 精 选 (000011.OF ) 大 摩 资 源 优 选 混 合 ( 163302.OF

More information

C语言的应用.PDF

C语言的应用.PDF AVR C 9 1 AVR C IAR C, *.HEX, C,,! C, > 9.1 AVR C MCU,, AVR?! IAR AVR / IAR 32 ALU 1KBytes - 8MBytes (SPM ) 16 MBytes C C *var1, *var2; *var1++ = *--var2; AVR C 9 2 LD R16,-X ST Z+,R16 Auto (local

More information

Linux 目 录 结 构 与 Windows 将 硬 盘 看 做 C 盘 D 盘 几 个 独 立 的 分 区 不 同,Linux 将 整 个 文 件 系 统 看 做 一 棵 树, 这 棵 树 的 树 根 叫 做 根 目 录, 用 / 表 示 各 个 分 区 通 过 挂 载 (mount) 到 文

Linux 目 录 结 构 与 Windows 将 硬 盘 看 做 C 盘 D 盘 几 个 独 立 的 分 区 不 同,Linux 将 整 个 文 件 系 统 看 做 一 棵 树, 这 棵 树 的 树 根 叫 做 根 目 录, 用 / 表 示 各 个 分 区 通 过 挂 载 (mount) 到 文 Linux 文 件 和 目 录 管 理 创 达 IT 实 战 技 能 培 训 机 构 目 录 Linux 目 录 结 构... 1 根 目 录 结 构... 1 相 对 路 径 和 绝 对 路 径... 2 Linux 环 境 变 量... 2 环 境 变 量 的 分 类... 2 设 置 一 个 新 的 环 境 变 量... 3 查 看 环 境 变 量... 3 常 见 的 环 境 变 量...

More information

09 Linux Linux Linux Linux 009.indd /9/4 下午 12:11:10

09 Linux Linux Linux Linux 009.indd /9/4 下午 12:11:10 09 Linux Linux Linux Linux 009.indd 1 2009/9/4 下午 12:11:10 Linux 指令範例速查手冊 9.1 badblocks badblocks [ ][ ] badblocks -b < > -c < > -i < > -o < > mke2fs -p -t < > -n -s -v -w 0 badblocks -o 9-2 009.indd 2

More information

PowerPoint Presentation

PowerPoint Presentation 推 票 蕴 含 的 投 资 机 会 卖 方 分 析 师 重 点 报 告 效 应 研 究 证 券 分 析 师 刘 均 伟 A0230511040041 夏 祥 全 A0230513070002 2014.4 主 要 内 容 1. 卖 方 分 析 师 推 票 的 时 滞 性 蕴 含 了 事 件 投 资 机 会 2. 卖 方 分 析 师 重 点 报 告 首 次 效 应 3. 卖 方 分 析 师 重 点 报

More information

模 型 更 新 时 间 :2010.03.25 股 票 研 究 原 材 料 建 材 评 级 : 上 次 评 级 : 目 标 价 格 : 24.00 上 次 预 测 : 22.00 当 前 价 格 : 17.15 公 司 网 址 公 司 简 介 公 司 是 一 个 以

模 型 更 新 时 间 :2010.03.25 股 票 研 究 原 材 料 建 材 评 级 : 上 次 评 级 : 目 标 价 格 : 24.00 上 次 预 测 : 22.00 当 前 价 格 : 17.15 公 司 网 址  公 司 简 介 公 司 是 一 个 以 股 票 研 究 公 司 更 新 报 告 插 上 区 域 振 兴 的 翅 膀 :5 大 区 域 规 划 本 身 稀 缺 韩 其 成 021-38676162 hanqicheng@gtjas.com S0880208070351 本 报 告 导 读 : 冀 东 水 泥 经 营 区 域 中 有 环 渤 海 沈 阳 内 蒙 古 陕 西 吉 林 5 个 区 域 涉 及 国 家 振 兴 规 划, 这 本 身

More information

附錄C.doc

附錄C.doc C C C-1 C -2 C -3 C -4 C -5 / C -6 2 C/C++ C-1 FILE* fopen(const char* filename, const char* mode) filename NULL FILE* freopen(const

More information

第11章 可调内核参数

第11章 可调内核参数 11 11 Unix BSD 4.4 Linux sysctl Unix Linux /proc window /proc /proc/sys /proc/sys sysctl Unix root /proc/sys/vm root /proc/sys sysctl /proc/sys struct ctl_table 18274 struct ctl_tables /proc/sys struct

More information

目 录 1. 表 现 回 顾 与 行 业 观 点...3 1.1. 行 业 表 现 :6 月 略 微 跑 输 大 市...3 1.2. 行 业 观 点 :2H 相 对 收 益 乐 观...4 2. 行 业 要 闻 与 公 司 动 态...5 2.1. 行 业 要 闻...5 2.2. 公 司 动 态

目 录 1. 表 现 回 顾 与 行 业 观 点...3 1.1. 行 业 表 现 :6 月 略 微 跑 输 大 市...3 1.2. 行 业 观 点 :2H 相 对 收 益 乐 观...4 2. 行 业 要 闻 与 公 司 动 态...5 2.1. 行 业 要 闻...5 2.2. 公 司 动 态 股 票 研 究 行 业 月 报 证 券 研 究 报 告 [Table_MainInfo] [Table_Title] 2012.07.02 2H 相 对 收 益 乐 观 国 泰 君 安 农 业 月 报 2012 年 7 月 秦 军 ( 分 析 师 ) 翟 羽 佳 ( 研 究 助 理 ) 傅 佳 琦 ( 分 析 师 ) 021-38676768 021-38674941 021-38674635 qinjun@gtjas.com

More information

专题研究.doc

专题研究.doc 2005 2 1 14 11.2 14 15 15 14 Yunyang.zhao@morningstar.com 500 MSCI 1991 2001 53 458 115 94 24 316 26 494 125 1995 26 14 1993 1993 1997 http://cn.morningstar.com 1998 1 2001 6 2000 1993 90 2002 2001 51

More information

第零章、為何要學作業系統

第零章、為何要學作業系統 Bash Shell script VBird 2008/03/11 1 什 Shell Shell 2008/03/11 2 什 Shell Shell Linux shell /etc/shells chsh l 行 shell program 不 shell shell Linux Solaris bash csh 2008/03/11 3 Bash bash *? [0-9] 0~ [^abc]

More information

<4D6963726F736F667420576F7264202D2047CEF7B7C920B9ABCBBED1D0BEBFB1A8B8E62E646F63>

<4D6963726F736F667420576F7264202D2047CEF7B7C920B9ABCBBED1D0BEBFB1A8B8E62E646F63> 公 司 研 究 G 西 飞 (000768): 大 股 东 的 飞 机 总 装 资 产 值 得 期 待 增 持 军 工 机 械 行 业 当 前 股 价 :9.74 元 报 告 日 期 :2006 年 7 月 25 日 主 要 财 务 指 标 ( 单 位 : 百 万 元 ) 2005A 2006E 2007E 2008E 主 营 业 务 收 入 1,180 1,686 2,163 2,798 (+/-)

More information

untitled

untitled 不 料 料 例 : ( 料 ) 串 度 8 年 數 串 度 4 串 度 數 數 9- ( ) 利 數 struct { ; ; 數 struct 數 ; 9-2 數 利 數 C struct 數 ; C++ 數 ; struct 省略 9-3 例 ( 料 例 ) struct people{ char name[]; int age; char address[4]; char phone[]; int

More information

How to Debug Tuxedo Server printf( Input data is: %s, inputstr); fprintf(stdout, Input data is %s, inputstr); fprintf(stderr, Input data is %s, inputstr); printf( Return data is: %s, outputstr); tpreturn(tpsuccess,

More information

报告的主线及研究的侧重点

报告的主线及研究的侧重点 26-11-2 862163299571 86213313733 zhouyong2@cjsc.com.cn zhoujt@cjsc.com.cn 27 7 7 25.1 6 25.12 26.5 26.11 2 2 6 7 27 7 7 ...1 2...1...2 6...3 7...4...5...7...8...11...11...13...15...18...18...18...19 7...2

More information

(Microsoft PowerPoint - 03 \253\355\251w\245\315\262\ \301\277\270q.ppt)

(Microsoft PowerPoint - 03 \253\355\251w\245\315\262\ \301\277\270q.ppt) 恆 定 生 產 台 灣 動 物 科 技 研 究 所 動 物 醫 學 組 劉 學 陶 大 綱 前 言 恆 定 生 產 更 新 計 畫 配 種 技 術 分 娩 助 產 離 乳 餵 飼 結 論 4 週 離 乳 案 例 介 紹 20 床 62 床 每 2 週 一 批 次 分 娩 約 20 胎 / 批 離 乳 180 頭 / 批 年 產 肉 豬 4,212 頭 10 週 齡 保 (200 仔 ) 保 (200

More information

谨将我们的工作献给 即将毕业离校的兄弟们 林晓鑫 刘德超 黄巍 周蓝珺 胡禹轩 王新喜 何春晓 崔剑 李浩 以及 潘海东即将出世的小 Baby! II

谨将我们的工作献给 即将毕业离校的兄弟们 林晓鑫 刘德超 黄巍 周蓝珺 胡禹轩 王新喜 何春晓 崔剑 李浩 以及 潘海东即将出世的小 Baby! II 谨将我们的工作献给 即将毕业离校的兄弟们 林晓鑫 刘德超 黄巍 周蓝珺 胡禹轩 王新喜 何春晓 崔剑 李浩 以及 潘海东即将出世的小 Baby! II 0 译者序 Linux System Prorgramming ( LSP) 的 文 工作 实 工业 IBM 理 的 工作的同 的 同 们 林晓鑫 王 崔 春 何春晓 李 的 SMS@lilacbbs.com 文献 的 王 刘文 王 刘德超 王新喜

More information

自由軟體教學平台

自由軟體教學平台 NCHC Opensource task force Steven Shiau steven@nchc.gov.tw National Center for High-Performance Computing Sep 10, 2002 1 Outline 1. 2. 3. Service DHCP, TFTP, NFS, NIS 4. 5. 2 DRBL (diskless remote boot

More information

(Microsoft PowerPoint - 2011 [L So] \272C\251\312\252\375\266\353\251\312\252\315\257f [\254\333\256e\274\322\246\241])

(Microsoft PowerPoint - 2011 [L So] \272C\251\312\252\375\266\353\251\312\252\315\257f [\254\333\256e\274\322\246\241]) 慢 性 阻 塞 性 肺 病 (COPD) 冬 令 殺 手 冬 令 殺 手 蘇 潔 瑩 醫 生 東 區 尤 德 夫 人 那 打 素 醫 院 內 科 部 呼 吸 科 副 顧 問 醫 生 慢 性 阻 塞 性 肺 病 (COPD) 慢 性 阻 塞 性 肺 病 簡 稱 慢 阻 肺 病, 主 要 包 括 慢 性 支 氣 管 炎 和 肺 氣 腫 兩 種 情 況 患 者 的 呼 吸 道 受 阻, 以 致 氣 流 不

More information

.. 3 N

.. 3 N 1 .. 3 N9.. 4 5.. 6 7.. 8 20.. 21 23.. 24.. 25 26.. 27.. 28.. 29 2 (Cyber Café) Linux (LAN) Linux Public Home 3 K12LTSP K12LTSPFedora Core 4 (Linux)LTSP Linux (command line interface) (Graphical User Interface,

More information

C 1 # include <stdio.h> 2 int main ( void ) { 4 int cases, i; 5 long long a, b; 6 scanf ("%d", & cases ); 7 for (i = 0;i < cases ;i ++) 8 { 9

C 1 # include <stdio.h> 2 int main ( void ) { 4 int cases, i; 5 long long a, b; 6 scanf (%d, & cases ); 7 for (i = 0;i < cases ;i ++) 8 { 9 201 201 21 ( ) 1. C pa.c, pb.c, 2. C++ pa.cpp, pb.cpp Compilation Error long long cin scanf Time Limit Exceeded 1: A 1 B 1 C 5 D RPG 10 E 10 F 1 G II 1 1 201 201 C 1 # include 2 int main ( void

More information

<4D6963726F736F667420576F7264202D20CAFDBEDDCFC2D6DCB9ABB2BC20CAD0B3A1B3E5B8DFC8D4D3D0D5F0B5B42E646F63>

<4D6963726F736F667420576F7264202D20CAFDBEDDCFC2D6DCB9ABB2BC20CAD0B3A1B3E5B8DFC8D4D3D0D5F0B5B42E646F63> 2010 年 8 月 8 日 市 场 策 略 第 一 创 业 研 究 所 分 析 师 : 于 海 涛 S1080200010003 电 话 :0755-25832792 邮 件 :yuhaitao@fcsc.cn 沪 深 300 交 易 数 据 年 初 涨 跌 幅 : -18.96% 日 最 大 涨 幅 : 3.78%(5/24) 日 最 大 跌 幅 : -5.36%(4/19) A 股 基 本 数

More information

Bourne Shell及shell编程

Bourne Shell及shell编程 Bourne Shell shell Altmayer.bbs@altmayer.dhs.org javalee LINUX hbwork@dlut.edu.cn, April 1999. URL: ftp://ftp.dlut.edu.cn/pub/people/albin/ : ------------------------------------------------------------------------------

More information

自由軟體教學平台

自由軟體教學平台 NCHC Opensource task force DRBL steven@nchc.gov.tw, c00hkl00@nchc.gov.tw National Center for High-Performance Computing http://www.nchc.gov.tw Jan, 2003 1 2003/1/28 ( ) 09:00-10:30 10:40-12:00 Linux 13:00-14:30

More information

自由軟體教學平台

自由軟體教學平台 NCHC Opensource task force DRBL c00hkl00@nchc.gov.tw, steven@nchc.gov.tw National Center for High-Performance Computing http://www.nchc.gov.tw Dec, 2002 1 Outline 1. 2. DRBL 3. 4. Service DHCP, TFTP, NFS,

More information

2013 C 1 # include <stdio.h> 2 int main ( void ) 3 { 4 int cases, a, b, i; 5 scanf ("%d", & cases ); 6 for (i = 0;i < cases ;i ++) 7 { 8 scanf ("%d %d

2013 C 1 # include <stdio.h> 2 int main ( void ) 3 { 4 int cases, a, b, i; 5 scanf (%d, & cases ); 6 for (i = 0;i < cases ;i ++) 7 { 8 scanf (%d %d 2013 18 ( ) 1. C pa.c, pb.c, 2. C++ pa.cpp, pb.cpp, Compilation Error cin scanf Time Limit Exceeded 1: A 5 B 5 C 5 D 5 E 5 F 5 1 2013 C 1 # include 2 int main ( void ) 3 { 4 int cases, a, b,

More information

Microsoft Word - 081596年報.doc

Microsoft Word - 081596年報.doc 國 立 聯 合 大 學 96學年度年報 2007~2008 Annual Report 中華民國九十六年八月一 日至 九十 七年 七月 三十 一日 說 明 與 誌 謝 一 本 年 度 報 告 (annual report) 旨 在 就 本 校 96 學 年 度 校 務 發 展 的 九 大 功 能 層 面 做 一 簡 報 二 年 報 資 訊 除 供 了 解 校 務 發 展 情 形 之 外, 可 供 檢

More information

untitled

untitled 錄 行 令 X Window 切 /etc/inittab, X Window GNOME 例, X Window, 滑, 行 令, X Window X Window 了 滑,, 行 / 令, 來 切 切 Linux (console) 了 7, 行 X Window, 來切, 切 Linux X Window,,, 滑, 不,,,, /etc/inittab, "id:5:initdefault:",

More information

CC213

CC213 : (Ken-Yi Lee), E-mail: feis.tw@gmail.com 49 [P.51] C/C++ [P.52] [P.53] [P.55] (int) [P.57] (float/double) [P.58] printf scanf [P.59] [P.61] ( / ) [P.62] (char) [P.65] : +-*/% [P.67] : = [P.68] : ,

More information

针对多协议环境管理 EMC Celerra

针对多协议环境管理 EMC Celerra P/N 300-008-087 修 订 版 A02 2008 年 10 月 目 录 Celerra 多 协 议 环 境 简 介.........................................3 Windows 和 多 协 议 文 档......................................3 术 语......................................................3

More information

页码,1/6 Pegasus Parts Lists: If you have any questions or need assistance in finding a part, please just drop us a note through our Contact Us page and our experienced sales staff will assist you. Pegasus

More information

<4D6963726F736F667420576F7264202D2031383939D0CBB4EFB9FABCCA2D4358582D3031313132303130B8FCD0C2B1A8B8E6B7B1CCE52E646F63>

<4D6963726F736F667420576F7264202D2031383939D0CBB4EFB9FABCCA2D4358582D3031313132303130B8FCD0C2B1A8B8E6B7B1CCE52E646F63> 興 達 國 際 (1899) 買 入 更 新 報 告 1 日 矽 片 切 割 線 將 貢 獻 新 利 潤, 調 升 目 標 價 至 1.1 港 元 21 年 1-9 月 中 國 子 午 輪 胎 產 量 同 比 增 長 25.3% 目 前 中 國 汽 車 存 量 市 場 為 85 萬 輛 左 右, 工 信 部 預 計 到 22 年 將 超 過 2 億 輛, 中 國 汽 車 存 量 市 場 將 帶 來

More information

untitled

untitled Page 1 3G - 28 5 2-21-6886525 E-mail yanping@guosen.com.cn 28 5 5 3G 11% 212 12267 28 5 23 8522 P/B EPS P/E X (X) 27 28E 29E 27 28E 29E A 9.26 65 3.53.27.27.35 34.8 34.3 26.5 13.1 941 6.27 4.28 5.7 6.74

More information

Microsoft Word - Daily150330-A.doc

Microsoft Word - Daily150330-A.doc 每 日 焦 点 中 银 国 际 证 券 研 究 报 告 指 数 表 现 收 盘 一 日 今 年 % 以 来 % 恒 生 指 数 24,486 (0.0) 3.7 恒 生 中 国 企 业 指 数 11,898 (0.2) (0.7) 恒 生 香 港 中 资 企 业 指 数 4,547 0.7 4.5 摩 根 士 丹 利 资 本 国 际 香 港 指 数 13,085 0.3 4.7 摩 根 士 丹 利

More information

CCNA 3 Module 5 Switching Concepts

CCNA 3 Module 5  Switching Concepts 單 元 三 Linux 帳 號 與 群 組 管 理 1 Linux 的 帳 號 與 用 戶 組 Linux 屬 於 多 人 多 工 的 作 業 系 統, 可 讓 不 同 的 用 戶 從 本 地 端 登 入 在 網 路 上 則 允 許 使 用 者 利 用 telnet ssh 等 方 式 從 遠 端 登 入 無 論 是 從 本 機 或 由 遠 端 登 入, 使 用 者 都 必 須 在 該 台 主 機

More information

14 16 17 18 19 20 20 21 21 22 22 22 23 25 26 26 27 28 29 30 31 32 32 33 33 34 34

14 16 17 18 19 20 20 21 21 22 22 22 23 25 26 26 27 28 29 30 31 32 32 33 33 34 34 1 1 1 2 2 3 3 4 4 5 6 7 8 9 10 11 12 12 13 14 16 17 18 19 20 20 21 21 22 22 22 23 25 26 26 27 28 29 30 31 32 32 33 33 34 34 34 35 35 36 37 37 38 38 39 39 40 40 41 41 42 43 43 70% 75% 43 44 45 46 47 47

More information

untitled

untitled 1 DBF (READDBF.C)... 1 2 (filetest.c)...2 3 (mousetes.c)...3 4 (painttes.c)...5 5 (dirtest.c)...9 6 (list.c)...9 1 dbf (readdbf.c) /* dbf */ #include int rf,k,reclen,addr,*p1; long brec,erec,i,j,recnum,*p2;

More information