搜索资源列表
expr
- 可以计算各种函数,还可以使用变量,如A,B,C,D。可以计算各种数学函数sin cos tg ctg,处理括号,四则运算,是VC中一款不可多得的表达式计算类和计算工具。例如:cos(0) 1-can calculate various functions, variables can also be used, such as A, B, C, D. Can calculate mathematical functions sin cos tg rays, handling brackets,
Hough变换的源程序
- Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a line whoes direction is \"sit
函数
- 具有显示一般函数的功能,如SIN、COS、TAN、CTG等-have indicated general of functionality, such as SIN, COS, TAN, such as CTG
CPU卡COS源程 Jay Card
- CPU card COS source ISO7816, smart card cos source
3
- 表达式解析源代码 对于包含有函数sin、cos、tan、cot、sqrt、asin、acos、atan、log,和运算符+(加)、-(减)、*(乘)、/(除)与^(幂次)的字符串进行解析。可以解析出变量名,由用户赋值然后求表达式的值。 -Parsing the source code for the expression contains a function, sin, cos, tan, cot, sqrt, asin, acos, atan, log, and operators
SmartCard1
- 智能电子钱包终端设计(一) ——CPU卡与COS文件结构-E-purse smart terminal design (a)- CPU card file structure and COS
ComplexFunction
- 本程序包括大部份复数处理函数:abs()、arg()、conj()、sin()、cos()、sinh()、cosh()、exp()、log()、log10()、norm()、polar()、pow()、sqrt()等。-look it yourself.
cOS
- 这是c语言初学者很值得一看的资料,里面的内容较为丰富,对初学者帮助会很大。-This is very much worth a visit c language information for beginners, which is more rich content, will be a great help for beginners.
Calculation
- 一个具有基本功能的计算器(附有文档),输入:一个算术表达式串。具有加减乘除,cos,sin,求n次方,开平方等中等算术功能-A calculator with basic functions (with document), enter: an arithmetic expression string. Multiplication and division with addition and subtraction, cos, sin, seek n-th power, open square
coredic-verilog
- 采用Verilog硬件描述语言实现的三角函数sin(),cos()转换的部分代码-Adopt Verilog hardware descr iption language realization trigonometric sin (), cos () conversion part code
cos
- 余弦波生成C语言代码,用于信号发生器设计中。-this is a function of cos singnl.
cos
- 运行输出cos函数和一条直线,C语言编码。-cos
testMyPlot
- VC6.0编的很好的一个曲线显示的程序,很适合新手学习,包括sin和cos函数-VC6.0 compiled a curve shows a very good program, it is suitable for beginners to learn, including the sin and cos functions
cos
- 一个简单的控台应用程序,实现的是输出余弦函数波形-cos fuction
Fast sin() and cos() functions
- Fast table method to calculate sin and cos
sin-cos-tan-graf
- this a simple graph of sin , cos , tan with set text color function that developed in visual studio.-this is a simple graph of sin , cos , tan with set text color function that developed in visual studio.
tx=abs(cos(2pixb))
- 物体的复振幅透过率t(x)=abs(cos(2pi*x/b)) 观察相干和非相干照明下的成像。-Object of complex amplitude transmittance t (x) = abs (cos (2* PI x/b)) Under the observation of coherent and incoherent illumination imaging.
tx=cos(2pixb)
- 物体的复振幅透过率tx=cos(2*pi*x./b) 观察相干和非相干照明下的成像。-Object of complex amplitude transmittance tx = cos (2* PI* x)/b) Under the observation of coherent and incoherent illumination imaging.
Compiler_Code Vision
- this program calculate cos, sin and ..... with avr
cos similar
- 把图片表示成一个向量,通过计算向量之间的余弦距离来表征两张图片的相似度。(The image is represented as a vector, and the cosine distance between the vectors is calculated to represent the similarity of the two images.)