home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource5
/
343_01
/
cips.tre
< prev
next >
Wrap
Text File
|
1992-04-28
|
29KB
|
586 lines
C-DOC 04-28-1992 18:42 Page 1
Defined Routines, SUMMARY Graphic TREEs (of CALLER/CALLED flow Structure)
*************************************************************************
67 cips.c 1 main
│
439 cips.c 2 ├──clear_text_screen
3 │ │.._setvideomode _setbkcolor _settextcolor
_clearscreen
│
491 cips.c 4 ├──show_menu
5 │ │..printf
│
24 numcvrt.c 6 ├──get_integer
│ │
19 rstring.c 7 │ ├──read_string
8 │ │ │..getchar
│ │
37 numcvrt.c 9 │ ├──int_convert
10 │ │ │..is_blank is_digit to_decimal
│
40 gin.c 11 ├──get_image_name
│ │
41 rstring.c 12 │ ├──clear_buffer
19 rstring.c 13 │ ├──read_string { 7 }
│ │
95 gin.c 14 │ ├──extract_directory_name
15 │ │ │..strncpy
16 │ │..printf sprintf strlen
│
30 tiff.c 17 ├──read_tiff_header
│ │
30 mrw.c 18 │ ├──my_read
19 │ │ │..read
│ │
231 tiff.c 20 │ ├──extract_long_from_buffer
│ │
276 tiff.c 21 │ ├──extract_short_from_buffer
22 │ │..open lseek close printf
19 rstring.c 23 ├──read_string { 7 }
40 gin.c 24 ├──get_image_name { 11 }
│
30 gpcips.c 25 ├──get_parameters
│ │
74 gpcips.c 26 │ ├──show_parameters
27 │ │ │..printf
24 numcvrt.c 28 │ ├──get_integer { 6 }
29 │ │..printf
│
39 rtiff.c 30 ├──read_tiff_image
30 tiff.c 31 │ ├──read_tiff_header { 17 }
│ │
180 rtiff.c 32 │ ├──seek_to_first_line
33 │ │ │..lseek
│ │
113 rtiff.c 34 │ ├──read_line
35 │ │ │..read
│ │
C-DOC 04-28-1992 18:42 Page 2
203 rtiff.c 36 │ ├──seek_to_end_of_line
37 │ │ │..lseek
38 │ │..open lseek close printf
│
460 cips.c 39 ├──show_image
24 numcvrt.c 40 │ ├──get_integer { 6 }
41 │ │..printf
40 gin.c 42 ├──get_image_name { 11 }
30 gpcips.c 43 ├──get_parameters { 25 }
39 rtiff.c 44 ├──read_tiff_image { 30 }
│
50 pi.c 45 ├──print_image
│ │
87 pi.c 46 │ ├──perform_printing
│ │ │
51 rstring.c 47 │ │ ├──long_clear_buffer
│ │ │
88 fwrite.c 48 │ │ ├──my_fwriteln
49 │ │ │ │..putc
│ │ │
172 pi.c 50 │ │ ├──print_column_header
51 rstring.c 51 │ │ │ ├──long_clear_buffer { 47 }
│ │ │ │
33 strappnd.c 52 │ │ │ ├──append_string
88 fwrite.c 53 │ │ │ ├──my_fwriteln { 48 }
54 │ │ │ │..sprintf
33 strappnd.c 55 │ │ ├──append_string { 52 }
88 fwrite.c 56 │ │ ├──my_fwriteln { 48 }
172 pi.c 57 │ │ ├──print_column_header { 50 }
51 rstring.c 58 │ │ ├──long_clear_buffer { 47 }
88 fwrite.c 59 │ │ ├──my_fwriteln { 48 }
60 │ │ │..printf sprintf putc
61 │ │..strcpy fopen printf fclose
40 gin.c 62 ├──get_image_name { 11 }
30 tiff.c 63 ├──read_tiff_header { 17 }
30 gpcips.c 64 ├──get_parameters { 25 }
│
321 display.c 65 ├──display_menu_for_display_image
24 numcvrt.c 66 │ ├──get_integer { 6 }
19 rstring.c 67 │ ├──read_string { 7 }
68 │ │..printf strcpy
│
46 display.c 69 ├──display_image
│ │
100 hist.c 70 │ ├──zero_histogram
39 rtiff.c 71 │ ├──read_tiff_image { 30 }
│ │
121 hist.c 72 │ ├──calculate_histogram
19 rstring.c 73 │ ├──read_string { 7 }
│ │
489 display.c 74 │ ├──map_16_shades_of_gray
75 │ │ │.._setvideomode _remappalette
│ │
861 display.c 76 │ ├──map_64_shades_of_gray
39 rtiff.c 77 │ ├──read_tiff_image { 30 }
121 hist.c 78 │ ├──calculate_histogram { 72 }
│ │
C-DOC 04-28-1992 18:42 Page 3
531 display.c 79 │ ├──transform_the_colors
│ │ │
53 hist.c 80 │ │ ├──perform_histogram_equalization
│ │
440 display.c 81 │ ├──display_image_portion
82 │ │ │.._setcolor _setpixel
│ │
325 hist.c 83 │ ├──display_histogram
84 │ │ │.._setcolor _setpixel _setlinestyle _moveto
_lineto
19 rstring.c 85 │ ├──read_string { 7 }
24 numcvrt.c 86 │ ├──get_integer { 6 }
439 cips.c 87 │ ├──clear_text_screen { 2 }
88 │ │..printf _setvideomode _setlinestyle _setcolor
_moveto _lineto _settextcolor _setbkcolor
strlen _settextposition _outtext
40 gin.c 89 ├──get_image_name { 11 }
30 tiff.c 90 ├──read_tiff_header { 17 }
30 gpcips.c 91 ├──get_parameters { 25 }
321 display.c 92 ├──display_menu_for_display_image { 65 }
│
501 ht.c 93 ├──get_threshold_value
24 numcvrt.c 94 │ ├──get_integer { 6 }
95 │ │..printf
│
46 ht.c 96 ├──display_using_halftoning
100 hist.c 97 │ ├──zero_histogram { 70 }
39 rtiff.c 98 │ ├──read_tiff_image { 30 }
121 hist.c 99 │ ├──calculate_histogram { 72 }
53 hist.c 100 │ ├──perform_histogram_equalization { 80 }
│ │
331 ht.c 101 │ ├──half_tone
│ │ │
537 ht.c 102 │ │ ├──print_halftone_array
88 fwrite.c 103 │ │ │ ├──my_fwriteln { 48 }
104 │ │ │ │..strcpy fopen printf putc fclose
105 │ │ │.._setcolor _setpixel printf
325 hist.c 106 │ ├──display_histogram { 83 }
19 rstring.c 107 │ ├──read_string { 7 }
439 cips.c 108 │ ├──clear_text_screen { 2 }
109 │ │..printf _setvideomode
40 gin.c 110 ├──get_image_name { 11 }
30 tiff.c 111 ├──read_tiff_header { 17 }
30 gpcips.c 112 ├──get_parameters { 25 }
321 display.c 113 ├──display_menu_for_display_image { 65 }
│