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

搜索资源列表

  1. DrawSinCosLine

    0下载:
  2. 使用openGL程序,用实线和虚线画出sin,cos函数的曲线示意图-Use openGL program, with solid and dashed lines drawn sin, cos function curve diagram
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-26
    • 文件大小:818
    • 提供者:Jack
  1. BPalgorithm

    0下载:
  2. 本例中用c语言编写一个简单的BP神经网络,并用这个网络对正正弦函数SIN(X)在(0,1)段部分进行拟合,适合初学者。-This example uses a simple c language BP neural network, and uses this network is the sine function SIN (X) in (0,1) segment part of the fitting, suitable for beginners.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:1785
    • 提供者:yangbin
  1. jisuanqi

    0下载:
  2. java编写的安卓计算器,带有sin cos等函数-Andrews written in java calculator with functions such as sin cos
  3. 所属分类:android

    • 发布日期:2017-11-15
    • 文件大小:1028886
    • 提供者:ying
  1. sin

    0下载:
  2. 人工蚁群算法 以31省会城市为例的tsp问题-ant colony ,31 city travelling salesman problem
  3. 所属分类:matlab

    • 发布日期:2017-11-29
    • 文件大小:2787
    • 提供者:wangzhe
  1. homework1

    0下载:
  2. 这个是通信系统与仿真作业,题目:已知输入信号为x(t)=sin(2*pi*50t)+0.5sin(2*pi*150t ),增量调制器的采样间隔为1ms,量化阶距delta=0.4,单位延迟器初始值为0。试用数据流和时间流两种方法建立仿真模型并求出前20个采样点时刻上的编码输出序列以及解码样值波形。 -This is a communication system simulation operation, Title: known input signal x (t) = sin (2* p
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:130536
    • 提供者:wander
  1. RBF_sin

    0下载:
  2. 自定义RBF网络,逼近y=sin(t)函数用例。-User defined RBF Neural network,take y=sin(t) as a test example
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-19
    • 文件大小:120350
    • 提供者:张峰
  1. graphic

    0下载:
  2. 画弧函数arc()的应用,同时要注意两个三角函数sin()、cos()(只能用弧度)的使用方法。 -Draw arc function arc () application, at the same time, pay attention to the two trigonometric function sin (), cos () (use only radians) method of use.
  3. 所属分类:ELanguage

    • 发布日期:2017-11-10
    • 文件大小:7860
    • 提供者:chen chong
  1. neural-network-example

    0下载:
  2. 用前向神经元网络逼近连续函数,f(x1,x2,x3,x4)=sinx1+sinx2+sinx3+sinx4 定义域为[0,2*pi].刘宝碇老师例子仅供参考-Let us design a feedforward NN to approximate the continuous function, f(x1, x2, x3, x4) = sin x1+ sin x2+ sin x3+ sin x4 defined on [0, 2*pi]4.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:4803
    • 提供者:李小静
  1. BackGroundClock

    0下载:
  2. 在LCD屏幕上显示模拟时钟,此程序主要用与arm编程,编译器为arm-linux-gcc 4.4.1,包含画点画线画圆的动态算法,计算角度坐标所需要的sin & cos 表-for lcd Bell
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-03
    • 文件大小:4728
    • 提供者:万志军
  1. circle.m

    1下载:
  2. function circle(cx, cy, r, linetype) N = 150 x = zeros(1,N+1) y = zeros(1,N+1) for n=1:N+1 x(n) = cx + r*cos(2*pi*n/N) y(n) = cy + r*sin(2*pi*n/N) end hold on plot(x, y, linetype) hold off -function circle(cx, cy, r, lin
  3. 所属分类:Windows Mobile

    • 发布日期:2017-11-13
    • 文件大小:689
    • 提供者:tristancohn
  1. sinx

    0下载:
  2. 该程序我们能绘制出sin(x)的函数图像- we can draw picture of sin(x)
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:42875
    • 提供者:mafeng
  1. sin-wave-v.3

    0下载:
  2. PIC 正弦波例程,用于马达控制产品一类作驱动程序-PIC sine routines for a class of motor control products for drivers
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:1712
    • 提供者:bob
  1. jisuanqi

    0下载:
  2. c++课程设计简易计算器可以实现数字的加、减、乘、除、正/负数、小数点;三角函数的运算(sin,cos,tan);数字的开方、阶乘、倒数运算;幂函数的运算;同或、异或、与、求余运算;清零、删除功能; -c++ curriculum design simple calculator can be achieved (1) numbers to add, subtract, multiply, divide, positive/negative, decimal point (2) trigo
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:223844
    • 提供者:phoebe
  1. sin

    0下载:
  2. 在屏幕上显示正弦波,同时计算出画这个正弦波的时间-Show sine wave
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:4731
    • 提供者:丁国琴
  1. lab_cor_8

    0下载:
  2. cordic算法实现8次迭代计算sin(x)-8 iterations cordic algorithm computing sin (x)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-06
    • 文件大小:1070819
    • 提供者:黄欣睿
  1. FECompiler

    0下载:
  2. Este es un compilador de c sin terminar
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:20678
    • 提供者:elgordo
  1. sin

    0下载:
  2. DDS信号源设计中关于正弦信号的波形发生器,采用VHDL编写完-DDS signal source design on the sinusoidal signal waveform generator, using VHDL prepared END
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:150816
    • 提供者:王雪华
  1. bpsk-modulationand-demodulation

    0下载:
  2. 在调制信道下以sin函数为载波的BPSK的调制与解调程序,及误码率曲线-Channel in the modulation of the carrier to the sin function for BPSK modulation and demodulation process, and BER curves
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3090
    • 提供者:于欣雨
  1. Calculator_spring01

    0下载:
  2. 计算器,功能齐全,+,-,*,/,sin,cos,tan.-Calculator, full-featured,+,-,*, /, sin, cos, tan.
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1909214
    • 提供者:Bonita
  1. 12864--sin

    0下载:
  2. 利用51单片机对显示屏12864编程,显示正弦函数和余弦函数。频率和幅值可调节。- The use of 51 single-chip display 12864 programming, showing the sine and cosine functions. Frequency and amplitude can be adjusted.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:26428
    • 提供者:邸涵钰
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com