Welcome![Sign In][Sign Up]
Location:
Search - cos

Search list

[Windows Developexpr

Description: 可以计算各种函数,还可以使用变量,如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, four operators, one VC is a rare expression of calculating and computing tools. For example : cos (0) 1
Platform: | Size: 45263 | Author: 何福保 | Hits:

[GDI-BitmapHough变换的源程序

Description: 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 \"sita\" , and the distance from the origin to this line is s. So each point in this line satisfies the equation : s=x*Cos(sita) + y*Sin(sita) . We can find out the lines based on this fact. And this programme is to find out the longest line in the image.
Platform: | Size: 2012 | Author: doctorsuo | Hits:

[Other resourceInterpolating

Description: Finds the polynomial p10 of degree less than or equal to 10 that interpolates cos x on the interval [0, PI/2] at 11 equally spaced points. Study the error betwee between the function and the polynomial at 41 equally spaced points over the same interval. Repeat the latter but use your 11 points to be Chebyshevs.
Platform: | Size: 47265 | Author: qiao | Hits:

[Web Server特殊高级计算器

Description: 第一步:把如下代码加入<body>区域中 <SCRIPT LANGUAGE=\"java-script\"> <!-- Begin function doit() { form.input.value = eval(form.input.value) } function Cos() { x = form.input.value if (x == ) alert( Error: Input Required ) else form.input.value = Math.cos(x) } function Sin() { x = form.input.value if (x == ) alert( Error: Input Required ) else form.input.value = Math.sin(x) } function Ln() { x = form.input.value if (x == ) alert( Error: Input Required ) -first step : put the following code to join lt; Bodygt; Region lt; SCRIPT LANGUAGE = "java-script" gt; Lt; ! -- Begin function doit () (form.input.value = eval (form.input.value)) Cos function () (x = form.input.value if (x ==) alert (Error : Input Required) = else form.input.value Math.cos (x)) function Sin () (x = form.input. value if (x ==) alert (Error : Input Required) = else form.input.value Math.sin (x)) function Ln () (x = form.input.value if (x ==) alert (Error : Input Required)
Platform: | Size: 5730 | Author: pete | Hits:

[Other resourceIIR滤波器设计

Description: 现有一个信号:x(n)=1+cos(π*n/4)+ cos(2*π*n/3)设计及各种数字滤波器以达下列目的: 低通滤波器,滤除cos(2*π*n/3) 的成分,即想保留的成分为1+cos(π*n/4) 高通滤波器,滤除1+cos(π*n/4) 的成分,即想保留的成分为cos(2*π*n/3) 带通滤波器,滤除1+cos(2*π*n/3) 的成分,即想保留的成分为cos(π*n/4) 带阻滤波器,滤除cos(π*n/4) 的成分,即想保留的成分为1+cos(2*π*n/3) 1. 用MATLAB命令butterord求除滤波器的阶数,用命令butter设计各滤波器;画出滤波器幅度和相频相应 取各滤波器的系统函数H(z)。 -an existing signal : x (n) = a cos ( * n / 4) cos (2 * * n / 3) design and digital filter to achieve the following objectives : low-pass filter, filter cos (2 * * n / 3) the ingredients that want to retain an element of a cos ( * n / 4) high-pass filter, a filter cos ( * n / 4) components, namely to retain the element of cos (2 * * n / 3) band-pass filter , a filter cos (2 * * n / 3) components, namely to retain the element of cos ( * n / 4) band stop filter, the filter cos ( * n / 4) components, namely to retain the ingredients for a cos ( 2 * * n / 3) 1. MATLAB order butterord except for the band Filter, using the order of the filter design butter; paint Filter magnitude and phase frequency of the corresponding filter system function H (z).
Platform: | Size: 46036 | Author: 殷开 | Hits:

[ELanguage字符串表达式解析器

Description: 此程序实现的是一个运算器,是在一个程序的基础上进行改进的,计算器中需要的运算以及操作对象: IF,AND,OR,<,<=,>,>=,<>,=,== 数字0-9,(,),+,-,*,/, SIN,COS,TAN,POW,EXP,ABS,SQRT,INT,LN,LOG,MIN,MAX.-this program is a computing device that is in a process of improvement based on the needs of calculator operation and the operation of Object : IF, AND, OR, lt; , Lt; =, Gt; , Gt; =, Lt; Gt; , =, == figures 0-9 ,(,), ,-,*,/, SIN, COS, TAN, POW, EXP, ABS, SQRT, INT, LN, LOG, MIN, MAX.
Platform: | Size: 46278 | Author: 天空 | Hits:

[Other resource第7章_移植μcos-ii到arm7

Description: arm7 移植 ucosII TO ARM7 的详细教程 及原码-ARM7 transplant ucosII TO ARM7 detailed guide and the original code
Platform: | Size: 857470 | Author: 林方 | Hits:

[Other resource计算器2.0

Description: 能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos, 运算方式: +,-,*,/,绝对值(“[ ]”),^,!, 输入规则: 用键盘或按钮都可,输入完按回车运算,(光标要在最后) sin(21-32)/(12-43) 4(323-4343) 4*(323-4343) e^2-sin3-3^4,(不要输入pow(3,4)) //有无*都可 2*3^4是(2*3)^4 而不是2*(3^4) 也就是要用x^y就要一定要(x^y)加上一个括号 [3-4]是求3-4的绝对值不是中括号 -performance computing functions : sin, cos, tg, rays, e ^, pow (x, y), cosh, sinh, tgh, log10, ln, sqrt, Simulation, arccos computational methods : absolute ,-,*,/, ( "[]"),^,!, importation rules : a keyboard or buttons which can be imported by the transport operator End (cursor to the final) sin (21-32) / (12-43) 4 (323-4343) 4 * ( 323-4343), e ^ 2 - KF-3 ^ 4 (do not enter pow (3,4)) / / * there can be 2 * 3 ^ 4 is (2 * 3) ^ 4 rather than 2 * (3 ^ 4) was needed x ^ y must have (x ^ y) with a brackets [3-4] is the pursuit of 3-4 is not the absolute value of the brackets
Platform: | Size: 111005 | Author: qwq | Hits:

[Other resourceμCOS-II v2.52 在lpc2000系列ARM上的移植源代码

Description: uCOS在AVR MEGA系列单片机上的移植,花了2月才完成的,拿出来和大家一起分享-Source code of uC/OS II porting to AVR MEGA series MCU. Spent 2 months in porting and shared for all.
Platform: | Size: 15858 | Author: 于军 | Hits:

[Windows Develop函数

Description: 具有显示一般函数的功能,如SIN、COS、TAN、CTG等-have indicated general of functionality, such as SIN, COS, TAN, such as CTG
Platform: | Size: 29321 | Author: 单云 | Hits:

[Other resourceCOSE_generater

Description: 基于c5000的cos函数发生器,练习作业-based on the C5000 cos function generator, a practice operations
Platform: | Size: 2516 | Author: xxx | Hits:

[Other基于表达式的科学计算器

Description: 这是一个基于表达式的科学计算器,计算结果的有效位较长(16位);支持不严格的表达式输入(如cos(23)*sin(34)与cos(23)*sin(34与cos23*sin34等价);支持四种进制的数在一个表达式中同时出现的进制混合运算(除十进制外的各进制数不限于整数,如12d.3axh,xh是我的计算类所能识别的十六进制数的标识符);且程序做得也比较精细(如制作了鼠标键盘、窗口跟随、计算历史查看等),功能非常不错。-This is a formula based on the scientific calculator, the results effectively place a longer period (16); Support rigorous expression input (such as cos (23) * sin (34) and cos (23) * sin (34 with the equivalent sin34 cos23 *); support for the four band in a few expressions while the band mixed computing (except for the metric system outside the band is not limited to a few integers, as 12d.3axh, xh I kind of calculation can identify the hexadecimal number identifier); the program also doing fine (as produced by the mouse and keyboard , the window to follow the history of computing View), which is very good.
Platform: | Size: 148597 | Author: tufei8438 | Hits:

[ActiveX/DCOM/ATLMathExpressionParser

Description: 数学公式分析组件。可以计算 +,-,* /,sin,cos,tan,等20多个运算符。 如 y = a*sin(b)+(c-d)*cos(d),输入a,b,c,d就可以得到y-mathematical formula analysis components. We can count, -, * /, sin, cos, tan, and more than 20 other operators. If y = a * sin (b) (c-d) * cos (d), the importation of a, b, c, d can be y
Platform: | Size: 86497 | Author: 翁丽萍 | Hits:

[Other resourceuCOS-II-V280-44b0

Description: 这是一个u/COS-II v2.80,三星44B0的移植的源码。-u / COS-II v2.80, Samsung 44B0 the transplant source.
Platform: | Size: 106662 | Author: 林光 | Hits:

[Other resourceuCOS-II_ARM7

Description: μCOS-II到ARM7上的移植源码,大家多看看有好处!
Platform: | Size: 127833 | Author: 张天意 | Hits:

[Other resourceucosc

Description: μCOS-II中文教程!!该教程实为一本μCOS-II教程的WORD文档啊
Platform: | Size: 1855860 | Author: 战士 | Hits:

[GDI-Bitmapstr_gongshi

Description: 一个图形生成器,我做的!挺好的! 请按照表达式的规则正确输入表达式(例如:sin(0.99*t)-0.7*cos(3.01*t))<a href=\"http://nixin.ik8.com/\">地址</a> 倪鑫的画线程序V2.0 有兴趣者欢迎联系我Email:nixin@vip.sina.com QQ:406784596 -a graphics generator, I do! Very good! Follow the rules of the correct expression input expression (such as : sin (0.99 * t) -0.7 * cos (3.01 * t)) lt; A href = "http://nixin.ik8.com/" gt; Address lt; / Agt; NI Xin painting lines procedures V2.0 interested I welcome contact Email : nixin@vip.sina.com QQ : 406784596
Platform: | Size: 71372 | Author: 王八蛋 | Hits:

[Other resourceARM_experiments

Description: 此文件包包含了ARM7的一系列实验包括移植μCOS-II到ARM7,μCOS-II基础实验,μCOS-II中间件,ZLGGUI应用实例,SDMMC卡读写模块,ZNE-100T的应用,ZLG500C模块,U盘读写模块,里面均有相关原操作程序,是学习ARM的绝对资料.-this package contains a series of experiments ARM7 including transplantation COS-II to the ARM7, COS-II experimental basis, COS-II middleware, application examples ZLGGUI, SDMMC card reader module, ZNE - 100T applications, ZLG500C module, U-reader module inside both the original operational procedures related study is the absolute ARM information.
Platform: | Size: 3705056 | Author: sam | Hits:

[Other resourcesignaluse

Description: μCOS-II基础实验,包含信号量使用的程序- COS-II experimental basis, the volume contains signal the procedures used
Platform: | Size: 42196 | Author: wish | Hits:

[Driver Developos_cpu

Description: μCOS-II移植代码的头文件。μCOS-II在LPC210x上的移植代码CPU配置部分,用ADS1.2编译- COS-II transplantation code header files. COS-II in the transplant LPC210x CPU configuration code, compile with ADS1.2
Platform: | Size: 1906 | Author: 孙凯 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net