Thứ Bảy, 5 tháng 4, 2014

Các hàm trong thư viện chuẩn kèm ví dụ

1. In/Out [Completed]
2. String & Character [Completed]
3. Math [Completed]
4. Date & Time [Completed]
5. Memory [Completed]
6. Other standard functions [Completed]



1. In/Out [Completed]
Danh sách các hàm sử dụng In/Out:

1.clearerr
2.fclose 
3.feof
4.ferror
5.fflush
6.fgetc 
7.fgetpos 
8.fgets 
9.fopen 
10.fprintf 
11.fputc 
12.fputs 
13.fread 
14.freopen 
15.fscanf 
16.fseek 
17.fsetpos 
18.ftell 
19.fwrite 
20.getc 
21.getchar 
22.gets 
23.perror 
24.printf 
25.putc 
26.putchar 
27.puts 
28.remove 
29.rename 
30.rewind 
31.scanf 
32.setbuf 
33.setvbuf 
34.sprintf 
35.sscanf 
36.tmpfile 
37.tmpnam 
38.ungetc 
39.vprintf, vfprintf, and vsprintf

2. String & Character [Completed]
Danh sách các hàm với String & Character:

1.atof
2.atoi
3.atol 
4.isalnum
5.isalpha 
6.iscntrl 
7.isdigit 
8.isgraph 
9.islower 
10.isprint 
11.ispunct 
12.isspace
13.isupper 
14.isxdigit 
15.memchr 
16.memcmp 
17.memcpy 
18.memmove 
19.memset
20.strcat 
21.strchr 
22.strcmp 
23.strcoll 
24.strcpy 
25.strcspn 
26.strerror 
27.strlen 
28.strncat 
29.strncmp 
30.strncpy
31.strpbrk 
32.strrchr 
33.strspn 
34.strstr 
35.strtod 
36.strtok 
37.strtol 
38.strtoul 
39.strxfrm
40.tolower 
41.toupper

3. Math [Completed]
Các hàm làm việc liên quan đên MATH:

1.abs
2.acos 
3.asin 
4.tan 
5.atan2 
6.ceil 
7.cos 
8.cosh 
9.div 
10.exp 
11.fabs 
12.floor 
13.fmod 
14.frexp 
15.labs 
16.ldexp 
17.ldiv 
19.log 
20.log10 
21.modf 
22.pow 
23.sin 
24.sinh 
25.sqrt 
26.tan 
27.tanh

4. Date & Time [Completed]
Các hàm xử lý Date & time:

1.asctime 
2.clock 
3.ctime 
4.difftime 
5.gmtime 
6.localtime 
7.mktime 
8.setlocale 
9.strftime 
10.time

5. Memory [Completed]
Các hàm sử dụng với Memory:

1. calloc
2. free
3. malloc
4. realloc

6. Other standard functions [Completed]
Danh sách các hàm chuẩn còn lại:

1. abort 
2. assert 
3. atexit 
4. bsearch 
5. exit 
6. getenv
7. longjmp
8. qsort 
9. raise 
10. rand 
11. setjmp
12. signal 
13. srand 
14. system
15. va_arg

0 nhận xét:

Đăng nhận xét