HOME > 상세정보

상세정보

FORTRAN to PL/I dictionary, PL/I to FORTRAN dictionary

FORTRAN to PL/I dictionary, PL/I to FORTRAN dictionary

자료유형
단행본
개인저자
Brown, Gary DeWard.
서명 / 저자사항
FORTRAN to PL/I dictionary, PL/I to FORTRAN dictionary / Gary DeWard Brown.
발행사항
New York :   Wiley,   [1975].  
형태사항
xi, 204 p. : ill. ; 25 cm.
ISBN
0471107964
일반주기
"A Wiley-interscience publication."  
Includes index.  
일반주제명
FORTRAN (Computer program language) --Dictionaries. PL/I (Computer program language) --Dictionaries.
000 00773camuuu200241 a 4500
001 000000901400
005 19990126102714.0
008 741122s1975 nyua d 00110 eng
010 ▼a 74030147
020 ▼a 0471107964
040 ▼a DLC ▼c DLC ▼d DLC ▼d 244002
049 0 ▼l 452004171
050 0 0 ▼a QA76.73.F25 ▼b B76
082 0 0 ▼a 001.6/424
090 ▼a 001.6424 ▼b B877f
100 1 ▼a Brown, Gary DeWard.
245 1 0 ▼a FORTRAN to PL/I dictionary, PL/I to FORTRAN dictionary / ▼c Gary DeWard Brown.
260 ▼a New York : ▼b Wiley, ▼c [1975].
300 ▼a xi, 204 p. : ▼b ill. ; ▼c 25 cm.
500 ▼a "A Wiley-interscience publication."
500 ▼a Includes index.
650 0 ▼a FORTRAN (Computer program language) ▼x Dictionaries.
650 0 ▼a PL/I (Computer program language) ▼x Dictionaries.

소장정보

No. 소장처 청구기호 등록번호 도서상태 반납예정일 예약 서비스
No. 1 소장처 세종학술정보원/인문자료실1(2층)/ 청구기호 001.6424 B877f 등록번호 452004171 도서상태 대출가능 반납예정일 예약 서비스 B M ?

컨텐츠정보

목차


CONTENTS
LANGUAGE SUMMARY = 1
 Ⅰ. General = 1
 Ⅱ. FORTRAN to PL/I reference = 2
 Ⅲ. PL/I to FORTRAN reference = 7
CHAPTER 1 : INTRODUCTION = 17
CHAPTER 2 : GENERAL RULES = 19
 Ⅰ. Character set = 19
 Ⅱ. Statement format = 19
 Ⅲ. Statement labels = 20
 Ⅳ. Variable names = 20
 Ⅴ. Comments = 21
 Ⅵ. Abbreviations = 21
 Ⅶ. Reserved words = 22
 Ⅷ. Pseudovariables = 22
 Ⅸ. Program organization = 22
 Ⅹ. Exercises = 24
CHAPTER 3 : BASIC LANGUAGE STATEMENTS = 27
 Ⅰ. Null statement = 27
 Ⅱ. Assignment statement = 27
 Ⅲ. Operations = 28
 Ⅳ. Control statements = 29
 Ⅴ. Exercises = 35
CHAPTER 4 : NUMERIC DATA TYPES = 39
 Ⅰ. Decimal fixed-point numbers = 39
 Ⅱ. Integer(binary fixed-point)numbers = 40
 Ⅲ. Real(floating-point)numbers = 41
 Ⅳ. Double-precision floating-point numbers = 42
 Ⅴ. Complex numbers = 42
 Ⅵ. Exercises = 44
CHAPTER 5 : NONNUMERIC DATA TYPES = 47
 Ⅰ. Logical(bit-string)data = 47
 Ⅱ. Character data = 49
 Ⅲ. Exercises = 56
CHAPTER 6 : DATA CONVERSION = 59
 Ⅰ. Automatic data conversion = 59
 Ⅱ. Internal input/output conversion = 62
 Ⅲ. Accuracy of arithmetic computations = 63
 Ⅳ. Exercises = 64
CHAPTER 7 : DATA DECLARATION AND STORAGE = 67
 Ⅰ. Data declaration = 67
 Ⅱ. Arrays = 69
 Ⅲ. Data initialization = 71
 Ⅳ. Allocation of storage = 73
 Ⅴ. Scope of names = 76
 Ⅵ. Common(external)storage = 76
 Ⅶ. Equivalence(defined)storage = 79
 Ⅷ. Exercises = 82
CHAPTER 8 : PROGRAM ORGANIZATION = 85
 Ⅰ. Statement groupings = 85
 Ⅱ. Main Program = 86
 Ⅲ. Functions = 87
 Ⅳ. Subroutines = 90
 Ⅴ. Exercises = 96
CHAPTER 9 : BUILT-IN FUNCTIONS = 99
 Ⅰ. Arithmetic functions = 99
 Ⅱ. Mathematical functions = 104
 Ⅲ. Array functions = 106
 Ⅳ. String functions = 107
 Ⅴ. Special functions = 111
 Ⅵ. Exercises = 112
CHAPTER 10 : INPUT/OUTPUT = 115
 Ⅰ. File definition = 115
 Ⅱ. Opening and closing files = 116
 Ⅲ. Formatted I/O = 117
 Ⅳ. Unformatted I/O = 130
 Ⅴ. NAMELIST(data-directed)I/O = 131
 Ⅵ. List-directed I/O = 133
 Ⅶ. End-of-file and transmission errors = 134
 Ⅷ. Direct access files = 134
 Ⅸ. Exercises = 138
CHAPTER 11 : DEBUGGING AIDS = 141
 Ⅰ. Operator communications = 141
 Ⅱ. FORTRAN error conditions = 142
 Ⅲ. PL/I error and check out conditions = 143
 Ⅳ. Exercises = 149
CHAPTER 12 : SPECIAL PL/I LANGUAGE FEATURE = 151
 Ⅰ. Data Structures = 151
 Ⅱ. Picture specification = 154
 Ⅲ. Compile-time facilities = 158
 Ⅳ. List Processing = 163
 Ⅴ. Multitasking = 168
 Ⅵ. Recursion = 172
APPENDIX A : PL/I NOTATION FOR 48 CHARACTER = 175
APPENDIX B : PL/I ABBREVIATIONS = 176
APPENDIX C : FORTRAN PL/I LANGUAGE INTERFACE = 178
APPENDIX D : ANSWERS TO SELECTED EXERCISES = 179
INDEX = 199


관련분야 신착자료

윤지선 (2026)
고려대학교. D-HUSS사업단 (2025)
한국일본학회 (2025)