搜索资源列表
反三角函数
- 功能:返回双精度参数的反全余弦的三角函数值 返回返回双精度参数y和x的数值由公式y/x计算的反正切三角函数值-function : to return to double-precision parameters of the whole anti-cosine value of the trigonometric function to return to double-precision parameters x and y values from the formula y / x cal
三角函数曲线作图器
- 三角函数曲线作图器-trigonometry curve Constructions
常用三角函数.doc
- 常用三角函数
基于CORDIC算法的三角函数FPGA实现
- 此源代码是基于CORDIC算法的三角函数实现,验证过没有问题
trigonometric curves
- 三角函数曲线(1),三角函数曲线(2),trigonometric curves,
sjhsh.rar
- 用FPGA计算三角函数,实现三角函数算法,完成快速三角函数运算,FPGA calculated using trigonometric functions, trigonometric function algorithm to achieve complete fast trigonometric computing
高中三角函数公式总表
- 高中三角函数公式总表,做图形程序设计的可以参考
MATLAB常用的三角函数
- MATLAB常用的三角函数.doc
draw-sin-graph
- 一个使用VB完成的函数曲线绘图小程序,可以实现基本的三角函数绘制,如正弦,余弦,正切等-a VB completed mapping function curves small programs, can achieve a basic trigonometry mapping, such as sine, cosine, tangent, etc.
JavaCaculator
- 纯java实现的类似windous自带的计算器,包括进制转换和三角函数功能。-Pure java to achieve similar windous own calculator, including the hexadecimal conversion and trigonometric functions.
calculator_1
- vc实现,简单计算器,包括加减乘除,三角函数,根号,等运算。-vc realization, simple calculators, including the addition and subtraction multiplication and division, trigonometric functions, root number, such as computing.
QKTMathExpression
- 一个用于解析数学表达式的函数库。支持三角函数、乘方、开放等运算。-A mathematical expression is used to resolve a function of the Treasury. Support trigonometric functions, involution, open, such as computing.
src
- 用java写的简单计算器。 实现加,减,乘除以及开方三角函数等基本功能。-Using java to write a simple calculator. The realization of addition, subtraction, multiplication and division, as well as prescribing the basic functions such as trigonometric functions.
vc
- 1) 具备十进制输入(0、1、2…8、9),扩展十六进制运算符(A、B…E、F),具备基本的运算功能,包括加法、减法、乘法、除法、取反,具备小数运算; 2) 三角函数运算,(反)正弦、(反)余弦、(反)正切、(反)余切; 3) 科学运算,包括乘方、取模、开方、指数、阶乘、对数、π和e,角度、弧度切换,二进制、八进制、十进制及十六进制数切换运算, 4) 具备历史计算的记忆功能 5) 用户操作非法或出错时,系统会显示提示; -1) with decimal input
calculator
- 采用visual c++实现的一个计算器,实现加减乘除及三角函数-vc++ implementation of the calculator
Arithmetic
- 可进行大数的加减乘除、阶乘、三角函数、幂指数(指数只支持整数)的运算,支持小数运算,重载了以上功能的运算符号。 可运算数学表达式。 可进行16进制之内任意进制之间的转换-Addition and subtraction to multiplication and division to carry out large numbers, factorials, trigonometric functions, power index (index only supports integer
Java_Calcuator
- Java编写的仿windows计算器,基本具有windows下计算器的 全部功能,如:简单的加减运算、科学计算、逻辑运算 使用方法: 基本上跟windows计算器一样,如:要计算3+4*(6+2) = 则依次输入3、+、4、*、(、6、+、2、)、=如要计算三角函数如:sinx则先输入 x值,再按sin键如是要计算反三角函数,则应把进制下方的Inv勾上-A calcuator writen by java that has almost whole functions of the ca
vhdsincos
- 三角函数硬件实现代码,VHDL代码,供参考学习-VHDL build Sin Cos
通过三角函数进行天馈参数调整介绍
- 通过三角函数进行天馈参数调整介绍,对于通信专业信号调整的建议
三角函数快速算法
- 对常用三角函数,使用快速的方法进行运算。查表法(look up table. atan)