De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
it can be used to produce output in reverse polish notation (rpn) or as an abstract syntax tree (ast).
puede ser utilizado para producir la salida en la notación polaca inversa (rpn) o como árbol de sintaxis abstracta (ast).
reverse polish notation was developed in 1920 by jan lukasiewicz as a way to write a mathematical expression without using parentheses and brackets.
la notación polaca inversa fue desarrollada en 1920 por jan lukasiewicz como método para escribir expresiones matemáticas sin la necesidad de emplear paréntesis.
bob barton's work on reverse polish notation (rpn) also found its way into hp calculators beginning with the 9100a, and notably the hp-35 and subsequent calculators.
el trabajo de bob barton sobre la notación polaca inversa (rpn) encontró su camino en las calculadoras hp comenzando con la hp 9100a, y notablemente la hp-35 y las calculadoras subsecuentes.
a typical reverse-polish assembler prepares the operands on the stack and have the mnemonic copy the whole instruction into memory as the last step.
el diseño usual del ensamblador forth es para construir la instrucción en la pila, después la copia en memoria como el paso pasado.
polish notation, also known as polish prefix notation or simply prefix notation, is a form of notation for logic, arithmetic, and algebra.
la notación polaca, también conocida como notación de prefijo o notación prefija, es una forma de notación para la lógica, la aritmética, y el álgebra.
==programmer's perspective==forth relies heavily on explicit use of a data stack and reverse polish notation (rpn or postfix notation), commonly used in calculators from hewlett-packard.
== la perspectiva del programador ==forth confía fuertemente en el uso explícito de un pila de datos y de la notación polaca inversa (rpn o notación postfija, comúnmente usada en calculadoras de hewlett-packard.
lukasiewicz introduced the 'polish notation' which allowed expressions to be written unambiguously without the use of brackets and his studies were to form the basis for tarski 's work.
lukasiewicz presenta el 'notación polaca ", que permite a las expresiones ser escrito sin ambigüedades, sin el uso de corchetes y sus estudios fueron la base para tarski' s de trabajo.
the reverse polish scheme was proposed in 1954 by burks, warren, and wright and was independently reinvented by f. l. bauer and e. w. dijkstra in the early 1960s to reduce computer memory access and utilize the stack to evaluate expressions.
el esquema polaco inverso fue propuesto en 1954 por burks, warren, y wright y reinventado independientemente por friedrich l. bauer y edsger dijkstra a principios de los años 1960, para reducir el acceso de la memoria de computadora y para usar el stack para evaluar expresiones.
a brief analysis of reverse polish notation against direct algebraic logic" – by james redin* rpn at hp museum* postfix notation mini-lecture – by bob brown* fith: an alien conlang with a lifo grammar – by jeffrey henning* good ideas, through the looking glass – by niklaus wirth* ambi browser-based extensible rpn calculator – by david pratten* online rpn calculator provides a visualization of stack as typed* rpn example in vb.net vb.net example code with "eval()" method based upon rpn notation – by xavier junqué
a brief analysis of reverse polish notation against direct algebraic logic" – by james redin* postfix notation mini-lecture – by bob brown* fith: an alien conlang with a lifo grammar – by jeffrey henning* good ideas, through the looking glass - by niklaus wirth* ambi browser-based extensible rpn calculator - by david pratten* rpn at hp museum* rpn android muestra la cadena rpn para android* algoritmo rpn programado en vb.net