CordicSimulator
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:CORDIC (COordiante Rotating DIgital Computer) Simulator
# CordicSimulator

*CORDIC (COordinate Rotating DIgital Computer) Simulator*

This is a simulator of COordinate Rotating DIgital Computer. The CORDIC 
architecture can easily be leveraged to do a handful of trigonometric calculus.
It can be used to numerically solve different trig functions which makes the
algorithm useful in CAD software where the same operation need be applied to
thousand of vertices at the same time.

This project is a visual simulator of the algorithm programmed in C# and Winforms.
You can see step by step -and even substeps- how the result is being calculated.
It is intended as an academic help for teaching the algorithm.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。