CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - COS

搜索资源列表

  1. Computer.zip

    0下载:
  2. 对于包含有函数sin、cos、tan、cot、sqrt、asin、acos、atan、log,和运算符+(加)、-(减)、*(乘)、/(除)与^(幂次)的字符串进行解析。可以解析出变量名,由用户赋值然后求表达式的值。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:49230
    • 提供者:
  1. cos-05Nov2002.zip

    0下载:
  2. 所属分类:JSP源码/Java

    • 发布日期:
    • 文件大小:372387
    • 提供者:
  1. jayacard

    1下载:
  2. 开发源代码的CPU卡的COS源程序。-development of the source code of CPU card COS source.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:1469326
    • 提供者:none
  1. expr

    0下载:
  2. 可以计算各种函数,还可以使用变量,如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,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:45263
    • 提供者:何福保
  1. Hough变换的源程序

    0下载:
  2. 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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2012
    • 提供者:doctorsuo
  1. Interpolating

    0下载:
  2. 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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:47265
    • 提供者:qiao
  1. 特殊高级计算器

    0下载:
  2. 第一步:把如下代码加入<body>区域中 <scr ipt LANGUAGE=\"java-scr ipt\"> <!-- Begin function doit() { form.input.value = eval(form.input.value) } function Cos() { x = form.input.value if (x == ) alert( Error: Input Required ) else f
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:5730
    • 提供者:pete
  1. IIR滤波器设计

    18下载:
  2. 现有一个信号: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)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:46036
    • 提供者:殷开
  1. 字符串表达式解析器

    0下载:
  2. 此程序实现的是一个运算器,是在一个程序的基础上进行改进的,计算器中需要的运算以及操作对象: 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
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:46278
    • 提供者:天空
  1. 第7章_移植μcos-ii到arm7

    0下载:
  2. arm7 移植 ucosII TO ARM7 的详细教程 及原码-ARM7 transplant ucosII TO ARM7 detailed guide and the original code
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:857470
    • 提供者:林方
  1. 计算器2.0

    0下载:
  2. 能运算的函数: 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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:111005
    • 提供者:qwq
  1. μCOS-II v2.52 在lpc2000系列ARM上的移植源代码

    0下载:
  2. 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.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:15858
    • 提供者:于军
  1. 函数

    0下载:
  2. 具有显示一般函数的功能,如SIN、COS、TAN、CTG等-have indicated general of functionality, such as SIN, COS, TAN, such as CTG
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:29321
    • 提供者:单云
  1. COSE_generater

    0下载:
  2. 基于c5000的cos函数发生器,练习作业-based on the C5000 cos function generator, a practice operations
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:2516
    • 提供者:xxx
  1. 基于表达式的科学计算器

    1下载:
  2. 这是一个基于表达式的科学计算器,计算结果的有效位较长(16位);支持不严格的表达式输入(如cos(23)*sin(34)与cos(23)*sin(34与cos23*sin34等价);支持四种进制的数在一个表达式中同时出现的进制混合运算(除十进制外的各进制数不限于整数,如12d.3axh,xh是我的计算类所能识别的十六进制数的标识符);且程序做得也比较精细(如制作了鼠标键盘、窗口跟随、计算历史查看等),功能非常不错。-This is a formula based on the scientifi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:148597
    • 提供者:tufei8438
  1. MathExpressionParser

    1下载:
  2. 数学公式分析组件。可以计算 +,-,* /,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 importa
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:86497
    • 提供者:翁丽萍
  1. Compiler_Code Vision

    0下载:
  2. this program calculate cos, sin and ..... with avr
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:8192
    • 提供者:mjmaleki
  1. CORDIC算法及例程sincos

    0下载:
  2. matlab实现cordic算法求解sin、cos例程(cordic algorithm about sin&cos achieved by matlab)
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:1024
    • 提供者:老殷比
  1. Discrete

    1下载:
  2. 1-cos离散阵风模型matlab程序,可以将其应用于飞机的阵风环节(1-cos discrete gust model matlab procedures,It can be applied to the gust of an aircraft)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-13
    • 文件大小:1024
    • 提供者:绝世风华
  1. cos similar

    3下载:
  2. 把图片表示成一个向量,通过计算向量之间的余弦距离来表征两张图片的相似度。(The image is represented as a vector, and the cosine distance between the vectors is calculated to represent the similarity of the two images.)
  3. 所属分类:其他

    • 发布日期:2020-09-14
    • 文件大小:274432
    • 提供者:shuhuiling
« 1 2 3 4 56 7 8 9 10 ... 46 »
搜珍网 www.dssz.com