Location:
Search - ATAN
Search list
Description: 此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc 例如设定a1和a2的大小,就可计算下列表达式: exp(sin(a1)*cos(a2))操作系统: Visual C++语言 -this arithmetic expression in accordance with the procedures in the importation of variable size and arithmetic expressions dynamic analytical expression to be Operational results. Support for a number of arithmetic operations and mathematical functions are as follows : :-*/^ () mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, for example, to set trunc a1 and a2 the size, can be calculated by the following formula : exp ( sin (a1)* cos (a2)) Operating System : Visual C language
Platform: |
Size: 49152 |
Author: 曲贵增 |
Hits:
Description: 算术表达式解析器 .rar 支持变量和以下数学函数ABS, ATAN, COS, EXP, LN, ROUND,SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN"-arithmetic expression parser. Rar support of the following variables and Math ABS, ATAN, COS, EXP, LN, ROUND, SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN "
Platform: |
Size: 49152 |
Author: 石林 |
Hits:
Description: 这是本人做的一个计算器,可以计算+-*/cos
sin tan asin atan,还可以识别括号,大家快来看看哈-This the one I do calculators, calculation-*/cos sin tan asin atan can also identify brackets, we hurry to see Kazakhstan
Platform: |
Size: 21504 |
Author: 本坐 |
Hits:
Description: 此算术表达式解析器能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc-this arithmetic expression parser procedures in the light of input variable size and arithmetic expressions Dynamic Analysis expression, to be Operational results. Support a number of arithmetic operations and mathematical functions are as follows : :-*/^ () mod abs, atan, cos. exp, ln, round, sin, sqrt, sqr, trunc
Platform: |
Size: 45056 |
Author: riddle |
Hits:
Description: 本程序能实现:
1)常用的四则运算(+ - * / ),三角( sin(),cos(),tan(),cot()),反三角(asin(),acos(),atan(),acot()), 乘方(^) , 开方( sqrt() ) ,指数(exp()), 对数( ln(),log() ).
2)支持变量赋值,变量的覆盖和运算.
3)支持对向量的 + - .* 和共向量的简单赋值运算.
希望大家参考后加以改进!优化代码!
Platform: |
Size: 125952 |
Author: 黄勇 |
Hits:
Description: atan函数,由于在通信系统中很多信息都是依赖相位信息得到,所以atan函数非常有用。-atan function, because a lot of information communication systems, which rely on phase information is therefore very useful function atan.
Platform: |
Size: 1024 |
Author: Mars |
Hits:
Description: 是codic算法实现atan的C程序,包括定点和浮点程序,已经通过验证。-Atan is codic algorithm of C procedures, including fixed-point and floating-point procedures, has been validated.
Platform: |
Size: 3072 |
Author: 张堃 |
Hits:
Description: 自己写的cordic 的 64位计算反正切的程序,-cordic count atan program
Platform: |
Size: 1024 |
Author: planet1997 |
Hits:
Description: 三角函数atan的快速算法,用泰勒级数逼近,结果化为以半周为单位的量乘以比例系数,用整数表示-Trigonometric functions atan fast algorithm, using Taylor series approximation, the result turned into a half weeks in the amount of units multiplied by the ratio factor, with an integer that
Platform: |
Size: 11264 |
Author: 赵长风 |
Hits:
Description: Description
Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your own function, store results in variables and use variable sin expressions. Calculator store al formuls you have entered. Plot function can be used to draw graph of function with single argument.
More detailed description of calculator is here.
-
Notes
* Write formula using normal infix notation, for example (x^2+ y^2)/1.5. To execute statement use Evaluate command.
* Use variable to write generic formulas, by changing values assigned to the variables you wil be able to repeat calculation for all input data with minimal typing. Define your own functions which also can speedup your work and reduce probability of making an error.
* It is possible to write small functional programs using conditional ?: operator. For example sum of arithmetic progression can be calculated by the following function
sum(x)=x>0?x+sum(x-1):0
Calculator has only < and > comparison operators (because comparing floating point number for equality is any case bad idea). But it is also to check that value belongs to specified range using min<x>max operator.
* All statement you have entered and stored in database. You can select proper statement using List command. Statements are marked with three differen
Platform: |
Size: 245760 |
Author: tang |
Hits:
Description: 反三角函数asin,acos,atan,atan2的实现,编写手机游戏的数学相关库时,经常会用到。
-反三角函数asin, acos, atan, atan2 realization, the preparation of mathematics related to mobile phone games library, is often used.
Platform: |
Size: 1024 |
Author: lili |
Hits:
Description: 用最优化的c语言实现三角函数中TAN函数的源代码。-Optimized using c language TAN trigonometric function in the source code.
Platform: |
Size: 363520 |
Author: 万献建 |
Hits:
Description: 基于CORDIC算法计算反正切函数。输入横坐标纵坐标及迭代次数,输出角度及弧度值;附CORDIC英文文档说明-atan function based in CORDIC algorithm
Platform: |
Size: 39936 |
Author: liuhua |
Hits:
Description: TMS320F28335的三角函数表,包括sin,cos,atan表-TMS320F28335 of trigonometric tables, including sin, cos, atan Table
Platform: |
Size: 7168 |
Author: hongyihy |
Hits:
Description: 用Cordic算法实现的atan函数,可以在通信中完成解调的鉴相功能。-Cordic algorithm using the atan function can be completed in the communication phase demodulation functions.
Platform: |
Size: 1024 |
Author: 黄嘎 |
Hits:
Description: 函数程序中支持的函数有:sin,cos,tan,asin,acos,atan,exp,log,sign,pow-Function program support functions are: sin, cos, tan, asin, acos, atan, exp, log, sign, pow
Platform: |
Size: 29696 |
Author: 欧阳 |
Hits:
Description: VB 6.0 Sin/Cos/Tan/Atan函数图象显示输出,以及坐标系编程基础,鼠标跟随等。自己学习时写的,希望对初学者有所启发.-VB 6.0 Sin/Cos/Tan/Atan function, image display output, and coordinates programming based on the mouse to accompany them. When you learn to write, and hope to inspire the beginner.
Platform: |
Size: 11264 |
Author: palamer |
Hits:
Description: 反正切函数C实现,一个简单的C语言函数的实现,以及两个math的头文件-Arc tangent function C implementation, a simple implementation of C-language function, and two math header file
Platform: |
Size: 7168 |
Author: 张无忌 |
Hits:
Description: A program to calculate sun position(Declination and Right Ascension) in very accurate manner.
Platform: |
Size: 1024 |
Author: rsh |
Hits:
Description: Implement coaches and trainers (This involves having a seperate parser for each)
Note: I am well aware SServer v14 is out already, which adds new functionality like red/yellow cards. However, as this is such a mojor change to SServer I am leaving this well alone for now. My university project is only to V13, so that is all I am going to make Atan for now. Once the project is over, I shall continue working on Atan, then updating it to V14. As Atan now specifies the SServer version it expects in the init command, Atan can be used with any new version of the SServer, as SServer automatically translates to previous versions.
Platform: |
Size: 1607680 |
Author: d |
Hits: