一个函数怎么翻译成四元式?比如: int f(int a,int b) { if(a<b) return 0; else return 1; }
一个函数怎么翻译成四元式?比如: int f(int a,int b) { if(a<b) return 0; else return 1; }
日期:2013-06-05 00:21:13 人气:1
是编译原理上的问题吧,我也不会,等答案
一个函数怎么翻译成四元式?比如: int f(int a,int b) { if(a<b) return 0; else return 1; }