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

搜索资源列表

  1. sin

    0下载:
  2. 使用单片机产生正弦波,精确控制函数,完美无斩波,无毛刺,适合初学者,stc单片机-Generate sine wave with a single-chip, precise control functions, Perfect chopper, no glitches, suitable for beginners, stc SCM
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:32212
    • 提供者:wef
  1. calculator_vckbase

    0下载:
  2. 该类有以下特点: 1.支持字符串中含有各种常用函数,如"7.5+sin(6*ln(8))/exp(5)" 2.具有很好的纠错能力,能检查出表达式中括号是否配对、库函数是否正确 3.运算过程中能检查并判断出各种异常,如除数为0、开方函数sqrt(x)中x<0,反余弦函数acos(x)中的x<-1或x>1等 4.支持积分、求方程,算术表达式中可含有x,计算时将用类中的成员变量xx代替--1.support strings having common math functions,l
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-17
    • 文件大小:24263
    • 提供者:杨广铭
  1. equal-area-critirea

    0下载:
  2. E=input( enter the generator voltage: ) V=input( enter the infinite bus voltage: ) Gx=input( enter the reactance of generator: ) L1x=input( enter the line reactance: ) L2x=input( enter the line reactance: ) L3x=input( enter the line re
  3. 所属分类:matlab

    • 发布日期:2017-10-30
    • 文件大小:7672
    • 提供者:tkspandy
  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
    • 文件大小:3536
    • 提供者:sumray
  1. INT_xsinx_MC

    0下载:
  2. 对难于时行积分的方程y=x*sin(x),用蒙特卡洛方法进行了求解。-Difficult when the line integral of the equation y = x* sin (x), using Monte Carlo methods to solve.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:3538
    • 提供者:sumray
  1. DSPsina

    0下载:
  2. DSP发正弦波 -DSP Sine Wave fat
  3. 所属分类:DSP program

    • 发布日期:2017-04-17
    • 文件大小:73159
    • 提供者:jingjing
  1. Calculator

    0下载:
  2. 能计算数学函数的计算器,有一千多行代码的程序.这个计算器可用 set 命令自定义变量,也可以用 view 今天查看变量的值,在程序里有一个设置小数显示数度的全局变量 prec 可以用 set 对它重新赋值,值的范围是 0 - 100 的整数,默认是 6 ,将 sin arcsin tan ln 等数学函数转换成内部表示,以便于将之与一般的运算符统一处理。程序还对小数和整数加以了区别,增加了求余去处符 ‘\’、百分符‘%’。功能还算比较完善。 -Mathematical functions t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:180758
    • 提供者:陈建华
  1. javaAG

    0下载:
  2. 无约束条件 max f(x1,x2)=21.5+x1*sin(4*pi*x1)+x2sin(20*pi*x2) -3.0<x1<12.1 4.1<x2<5.8 1%的变异 25%交叉 旋转转轮选择 -Unconstrained conditions max f (x1, x2) = 21.5+ X1* sin (4* pi* x1)+ X2sin (20* pi* x2)-3.0 <x1 <12.14.1 <x2 <5.81
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6180
    • 提供者:sp
  1. jxfdjf

    0下载:
  2. 用矩形法计算定积分的算法。可计算sin() cos() exp()多项式-Method using rectangular definite integral algorithms. Calculate sin () cos () exp () polynomial
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:983
    • 提供者:田田
  1. ccf

    0下载:
  2. 实现SIN、COS的语言,基于CORDIC的应用-The realization of SIN, COS language, based on the application of CORDIC
  3. 所属分类:3G develop

    • 发布日期:2017-05-10
    • 文件大小:2279012
    • 提供者:陈静波
  1. in_LPF2

    0下载:
  2. 输入数据,产生的sin信号,其中含有噪声数据,可用于S/N的计算-Input data, generated by sin signal, which contains noise data can be used for S/N calculation
  3. 所属分类:File Formats

    • 发布日期:2017-04-11
    • 文件大小:1308
    • 提供者:zu_ma
  1. sin

    0下载:
  2. C语言的正弦调幅波程序,可以根据此程序熟悉ccs绘图与滑块的使用方法-C language sine wave amplitude modulation process can be familiar with this procedure ccs graphics and use the slider
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:13137
    • 提供者:sg
  1. Calculator_source

    0下载:
  2. 能计算数学函数的计算器 这个计算器可用 set 命令自定义变量,也可以用 view 今天查看变量的值,在程序里有一个设置小数显示数度的全局变量 prec 可以用 set 对它重新赋值,值的范围是 0 - 100 的整数,默认是 6 ,将 sin arcsin tan ln 等数学函数转换成内部表示,以便于将之与一般的运算符统一处理。程序还对小数和整数加以了区别,增加了求余去处符 ‘\’、百分符‘%’。-Mathematical functions to calculate calculato
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:14149
    • 提供者:ian
  1. SGA_v1.0

    0下载:
  2. 用开发语言vc++编程实现用遗传算法求解函数f=x*sin(10*x)+1.0的最大值。-With the development of language vc++ Programming using genetic algorithm function f = x* sin (10* x)+ 1.0 maximum.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:101119
    • 提供者:龚正娟
  1. SIN_SIGNAL

    0下载:
  2. 使用Excel做得一个表格,用于产生sin波形的数据,一般用于DSP算法测试,嵌入式液晶显示屏画图.-Use Excel to do a table for the production of sin waveform data, the general test for DSP algorithms, embedded LCD screen drawing.
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:6825
    • 提供者:JiangChunlin
  1. MySin

    0下载:
  2. 在matlab中添加dspbuilder用于实现dsp的算法,本案例是通过建模对sin函数进行调制后仿真所得。-Add dspbuilder in matlab for the realization of dsp algorithms, this case is through the modeling of the sin function modulated simulation proceeds.
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:260565
    • 提供者:张三
  1. c2812iqsinetest_c2000_rtw

    0下载:
  2. 由MATLAB生成的SIN的源代码,由模型搭建,然后自动生成DSP的源代码-SIN generated by MATLAB source code, set up by the model, and then automatically generate DSP source code
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:95231
    • 提供者:sun
  1. PSO_C++

    0下载:
  2. 一个很好的学习粒子群算法的例子。(刘康C++版本) 程序介绍: 模拟一群鸟捕食的情景,从而达到优化目标函数的目的,这就是粒子群算法!起初在可行的空间中随机的产生一群粒子,然后让每个粒子开始在虚拟的空间中向四面八方飞翔,并且每个粒子都记下他们飞过的适应值(也就是目标优化函数)最高的点,而且整个粒子群有一个最高适应值个体,这样,粒子在飞翔的时候尽量朝向自己曾飞过的最好的点和集体的最好的点。最后达到收敛到近似最优点的目的。 备注:目标优化函数程序中已经内定了,f6 ={0.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:31534
    • 提供者:
  1. Triangle

    0下载:
  2. 查表加线性补偿处理的SIN算发,以在一变频器上初步通过测试-Inventory increases linear operator SIN compensation deal with hair, in a preliminary frequency converter to pass the test
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:9788
    • 提供者:eric
  1. genetic_algorithm

    0下载:
  2. 基于求函数f(x,y,z)=xyz*sin(xyz)最大值问题的演示程序-Based on the demand function f (x, y, z) = xyz* sin (xyz) max demo issues
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7441263
    • 提供者:lty
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com