搜索资源列表
atan2
- 用TIGER SHARC DSP201实现反正切函数,atan2(y,x) 高精度
atan2.rar
- 描述:matlab的atan2函数与vb.net的atan2函数计算结果并不一致。该程序用vb.net实现了matlab的atan2函数。,discritption: in matlab, the function of atan2 is different from which in vb.net,the algorithm i subscr ipt in vb.net is the same as which in matlab
atan.rar
- 反三角函数asin,acos,atan,atan2的实现,编写手机游戏的数学相关库时,经常会用到。 ,反三角函数asin, acos, atan, atan2 realization, the preparation of mathematics related to mobile phone games library, is often used.
Android SQLite--小巧好用的SQLite GUI管理工具
- 非常好用的SQLiteSpy 1.8.16 免费正式版(内附有一做好的DB,大家可以马上看下效果)。网上看到的,整理了下,共享给大家! 希望有用! SQLiteSpy是一个快速和紧凑的图形用户界面的SQLite数据库管理软件。它可以读取sqlite3文件并执行SQL。图形用户界面使得它很容易分析和操纵sqlite3的数据库。 注意:SQLiteSpy是免费供个人和教育用途,SQLiteSpy主要特点: 1、数据库一览:树状显示所有的架构,包括表,列,索引和触发器在数据库中包含的
atan2_matej
- function atan2 implement in c-function atan2 implement in c++
CORDIC-atan
- A program to calculate sun position(Declination and Right Ascension) in very accurate manner.
croftsoft_2008-09-28
- float midy = (float)(y - lastY)/2) double phi = Math.atan2(midy-center.y, midx-center.x) String s = neighbors[i-1] double sw = font.getStringBounds(s, frc).getWidth() double diag = Math.sqrt(sw*sw + sh*sh)/2 float sx = (float)(mi
A-math-routine-to-calculate-the-atan(x-y)-using-C
- calculates the arctangent of the input values x and y (sometimes called atan2) by using a CORDIC (COordinate Rotation on a DIgital Computer) algorithm for 8051 microcontroller
tiqu
- 一种利用atan2方法的四步相移法的相位提取程序-Four-step phase shift method to extract phase
CORDIC-For-Dummies
- CORDIC For Dummies CORDIC is a method of calculating a math function using much simpler math operations in a loop called a Binary Search. Most commonly CORDIC is used to calculate atan2 (Angle), and Hypotenuse (Distance) of a point. CORDIC c
atan2
- return NaN if x or y is NAN.