A Structured Approach to Programming |
Kitabın içinden
14 sonuçtan 1-3 arası sonuçlar
Sayfa 257
equals : begin val1 : = pop ; writeln ( val1 : 8 : 4 ) ; end ; top : if stack.tos > 0 then
writeln ( stack.nums ( stack.tos - 13 : 8 : 4 ) else error ( stack_underflow ) ; clear :
stack.tos : = 0 ; { clear stack completely } display : begin for i : = stack.tos - 1 ...
equals : begin val1 : = pop ; writeln ( val1 : 8 : 4 ) ; end ; top : if stack.tos > 0 then
writeln ( stack.nums ( stack.tos - 13 : 8 : 4 ) else error ( stack_underflow ) ; clear :
stack.tos : = 0 ; { clear stack completely } display : begin for i : = stack.tos - 1 ...
Sayfa 290
The usual implementation for this ( and the one we have chosen here ) is a stack
, with each number pushed onto the stack as it is entered . Then for each operator
entered , the necessary number of operands ( usually two ) are popped off the ...
The usual implementation for this ( and the one we have chosen here ) is a stack
, with each number pushed onto the stack as it is entered . Then for each operator
entered , the necessary number of operands ( usually two ) are popped off the ...
Sayfa 298
Set top of stack to 0. Read in first line . initialize ( ) . { printf ( SIGN_ON ) ; stack.tos
0 ; get_line ( line ) ; } / * end of initialize * / 1 * page * 1 1 pop If stack is not empty ,
remove top item and return it . Decrement stack pointer . Note that since this ...
Set top of stack to 0. Read in first line . initialize ( ) . { printf ( SIGN_ON ) ; stack.tos
0 ; get_line ( line ) ; } / * end of initialize * / 1 * page * 1 1 pop If stack is not empty ,
remove top item and return it . Decrement stack pointer . Note that since this ...
Kullanıcılar ne diyor? - Eleştiri yazın
Her zamanki yerlerde hiçbir eleştiri bulamadık.
Diğer baskılar - Tümünü görüntüle
A Structured Approach to Programming Joan Kirkby Hughes,Jay I. Michtom,Jay I.. Michtom Metin Parçacığı görünümü - 1977 |
Sık kullanılan terimler ve kelime öbekleri
actual addition allow approach argument begin block called Chapter char character CHECK COBOL compiler completed condition contains create data items define definition detail determine DOWHILE error example executed exit expression Figure flow formatting function GOTO handle hierarchy chart hour implementation indentation indicator initialization input invoked language limited logic loop manager MASTER modified module MOVE necessary nested Note operation output paragraph parameter Pascal passed PERFORM planning pointer possible Print problem procedure produce provides pseudo code READ readability record reference refinement routine sales rep segment separate sequence shows single solution specifications stack standard statement step structured programming stub test data top-down TRANSACTION true unit UPDATE valid variable walk-through WRITE written
Bu kitaba yapılan referanslar
Microcomputer Experimentation with the Intel SDK-85 Lance A. Leventhal,Colin Walsh Metin Parçacığı görünümü - 1980 |