文件名称:dfsdf
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-02-25
- 文件大小:
- 220kb
- 下载次数:
- 0次
- 提 供 者:
- j**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
递归下降,出四元式
例如:当输入(i+i*i)*(i+i)时,输出以下的四元式序列。
t1 := i * i
t2 := i + t1
t3 := i + i
t4 := t2 * t3
-Recursive descent, a quaternion type, for example: when the input (i+i* i)* (i+i), following output of the quaternion type sequence. t1: = i* i t2: = i+ t1 t3: = i+ i t4: = t2* t3
例如:当输入(i+i*i)*(i+i)时,输出以下的四元式序列。
t1 := i * i
t2 := i + t1
t3 := i + i
t4 := t2 * t3
-Recursive descent, a quaternion type, for example: when the input (i+i* i)* (i+i), following output of the quaternion type sequence. t1: = i* i t2: = i+ t1 t3: = i+ i t4: = t2* t3
(系统自动生成,下载前可以参看下载内容)
下载文件列表
dfsdf
.....\Debug
.....\.....\dfsdf.exe
.....\.....\dfsdf.ilk
.....\.....\dfsdf.pch
.....\.....\dfsdf.pdb
.....\.....\dsfds.obj
.....\.....\vc60.idb
.....\.....\vc60.pdb
.....\dfsdf.dsp
.....\dfsdf.dsw
.....\dfsdf.ncb
.....\dfsdf.opt
.....\dfsdf.plg
.....\dsfds.cpp