CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - COS

搜索资源列表

  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
    • 文件大小:46.16kb
    • 提供者:qiao
  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
    • 文件大小:108.4kb
    • 提供者:qwq
  1. autocompu

    0下载:
  2. 此算术表达式解析器能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) 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 Dyna
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:32.28kb
    • 提供者:riddle
  1. ga

    1下载:
  2. 用C语言实现的遗传算法的程序,实现的是y=x+10*sin(5*x)+5*cos(10*x)求最大值.实现环境为win-tc.-C language GA procedures, achieving is y = x 10 * sin (x 5 *) 5 * cos (10 * x) for the maximum. To achieve environmental w in-tc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.98kb
    • 提供者:王艳秋
  1. huangjinsousuo

    2下载:
  2. 用黄金分割搜索算法求cos(x),x∈[-π/2,π/2]的最大值,设计出具体的程序,使之能够动态演示搜索过程。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.99kb
    • 提供者:jack
  1. 0K5GTsfd

    0下载:
  2. 一个计算器 mfc编程,可以实现实数运算根号,sin cos等
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:60.61kb
    • 提供者:刘三姐
  1. guding

    0下载:
  2. 表达式计算器 cos sin + —*
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:299.53kb
    • 提供者:girlless
  1. zhengxian

    0下载:
  2. 用vc++实现三角函数的求值,可以求sin cos以及反三角函数的值-vc used for the realization of trigonometry values can help sin cos Anti-trigonometric functions and values
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13.43kb
    • 提供者:华庆
  1. FastMath

    0下载:
  2. java 20位精度实现 cos,sin,tan的函数方法。-java 20-bit precision cos, sin, tan function.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:6.45kb
    • 提供者:王永森
  1. Area_sincos_MC

    0下载:
  2. 本文采用蒙特卡洛方法,将方程y=sin(x)+x与方程y=cos(x)+x之间的曲线包络面积求解出来。-In this paper, the Monte Carlo method to equation y = sin (x)+ X with the equation y = cos (x)+ X between the envelope curve out an area to solve.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:3.45kb
    • 提供者:sumray
  1. INT_COS_DIV_X_MC

    0下载:
  2. 用蒙特卡洛方法,求解出y=cos(x)/x在给定区间上的定积分值。-By Monte Carlo method, the y = cos (x)/x in a given interval on the value of the definite integral.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3.48kb
    • 提供者:sumray
  1. fft

    0下载:
  2. Radix-2 Fast Fourier Transform, real or complex sin/cos transform -Radix-2 Fast Fourier Transform, real or complex sin/cos transform
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:40.5kb
    • 提供者:dai
  1. cordic

    1下载:
  2. cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1.81kb
    • 提供者:waqas
  1. calc

    0下载:
  2. vb2005编写的计算器。 直接输入字符串,如: 4+pi^2+sin(3*cos(2)*e^2)+2.3E13 常数:pi,e 科学计数表示:1E4(1*10^4) 函数支持常用函数:sin,cos,tan,atan,asin-vb2005 Calculator
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:24.98kb
    • 提供者:GeYuhang
  1. Theproposedoperationcode(SINCOSetc.)

    0下载:
  2. 简易的运算包括sin,cos等,一些简单的运算的程序。-Simple operation, including sin, cos and so on, some simple arithmetic procedures.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:291.66kb
    • 提供者:李诺韩
  1. Expresschengxu

    0下载:
  2. 函数程序中支持的函数有: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
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:29.27kb
    • 提供者:欧阳
  1. Monte_Carlo

    0下载:
  2. 随机积分的演示程序,使用Monte Carlo方法实现了sin,cos,exp等常用函数的一维二维随机积分。-failed to translate
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:28.63kb
    • 提供者:黄淦
  1. cos-x

    0下载:
  2. 这个是余玄函数的c++程序,觉的还是蛮重要的基础代码程序-This is Yu Xuan function c++ program, it feels pretty important basis or source program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1.23kb
    • 提供者:杜晓伟
  1. JD_Nt

    0下载:
  2. 自己以前编写的解非线性组的简单Newton法的一个算例。程序中自定义求解的方程组为:3X-Cos(Y*Z)-0.5=0 X^2-81*(Y+1)^2+Sin(Z)+1.06=0 e^(-X*Y)+20*Z+(10*pi-3)/3=0。方程组可根据用户需要在程序中自行定义。-A case of simple Newton algorithm for nonlinear equations. The example of the nonlinear equations is given: 3X-C
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1.26kb
    • 提供者:Jason
  1. XJ_Nt

    0下载:
  2. 自己以前编写的解非线性组的下降Newton法的一个算例。程序中自定义求解的方程组为:3X-Cos(Y*Z)-0.5=0 X^2-81*(Y+1)^2+Sin(Z)+1.06=0 e^(-X*Y)+20*Z+(10*pi-3)/3=0。方程组可根据用户需要在程序中自行定义。-A case of Descent Newton algorithm for nonlinear equations. The example of the nonlinear equations is given: 3X-
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1.37kb
    • 提供者:Jason
« 12 3 »
搜珍网 www.dssz.com