搜索资源列表

  1. Gradient

    0下载:
  2. 采用理查森外推法计算标量函数梯度的程序(很容易改写为计算雅克比矩阵),算例为sin(x)+cos(y)。richarson(fun,x0)中,h是初始步长,j是迭代次数,精度是2*j+2阶。-Scalar function gradient procedures using Richardson extrapolation method, in the function richarson (fun, x0), h is the ini
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:278528
    • 提供者:weiwei
  1. copro2

    0下载:
  2. Programs with the 80X87 mathematical coprocessor, Calculates: Sin(x)= Cox (x-90), Adding, reading real numbers
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:Asmpo
  1. five-matlab-codes

    0下载:
  2. 1、画出函数y=x*sin(x) 2、用曲面表示z=x^2+y^2 3、创建n阶魔方矩阵,n能被4整除 4、三维图形影片动画 5、画出N=100,p=0.5情况下二项分布的概率 特性曲线-1, draw the function y = x* sin (x) 2, using surfaces to describe z = x ^ 2+ y ^ 2 3, create a cube matrix of orde
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:Jerry
  1. Ex2_test1

    0下载:
  2. 通过简单打印出的点来描绘出正弦图像,提供给大家下载-painting sin(x)
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:67584
    • 提供者:Teresa
  1. MSP430_DAC12

    0下载:
  2. Using 12-bit DAC on TI MSP430F26xx MCU to generate sin, triangle, square, saw waves.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:thinthindog
  1. GUI.Design.Studio.Pro.v4.2.115.0

    0下载:
  2. GUI Design Studio Professional v4.2.115.0 GUI原型设计重量级工具(含注册机),只可用于学习之用-GUI Design Studio Professional v4.2.115.0 By Trashin – enero 4, 2011Posted in: Aplicaciones, Descargas DESCARGAR Crear diseñ os
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:14802944
    • 提供者:chen
  1. dac7513_DDS_7822

    0下载:
  2. 基于VHDL的NCO利用DAC7513产生sin或cos 的代码-DAC7513 VHDL NCO
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-19
    • 文件大小:5167104
    • 提供者:李才
  1. FPGA

    0下载:
  2. sin函数 交通灯 加法器的vhdl代码 自写,参考-sin function
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:
  1. generate-sin-table

    0下载:
  2. sintable in matlab and store it in txt file
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:marhan
  1. 51-sin

    0下载:
  2. 采用51单片机和DAC0832来产生正弦波、三角波、方波,切频率可调-Using 51 single and DAC0832 to produce sine wave, triangle wave, square wave, adjustable cut frequency
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:dzn
  1. Calculator

    0下载:
  2. 实现一个有加、减、乘、除、函数计算功能和电子时钟的多功能计算器。软件设计采用C语言编写,实现了14位浮点数内的加、减、乘、除基本的四则运算,带有‘sin’、‘cos’、‘tan’、‘exp’、‘ln’、‘lg’、‘倒数’、‘x^y’、‘sqrt’、‘fmod ’10个常用数学函数运算。 -To achieve an addition, subtraction, multiplication, division, function,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:223232
    • 提供者:叶祖钦
  1. yichuansuanfa-matlab

    0下载:
  2. 求下列函数的最大值 f(x)=10*sin(5x)+7*cos(4x) x∈[0,10] 将 x 的值用一个10位的二值形式表示为二值问题,一个10位的二值数提供的分辨率是每为 (10-0)/(2^10-1)≈0.01 。 将变量域 [0,10] 离散化为二值域 [0,1023], x=0+10*b/1023, 其中 b 是 [0,1023] 中的一个二值数。- Find the maximum value
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:zhanghongzhi
  1. chap11

    0下载:
  2. syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )-syms x
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:景国彬
  1. chap9

    0下载:
  2. syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )-syms x
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:21504
    • 提供者:景国彬
  1. jianmo

    0下载:
  2. syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )-syms x
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:65536
    • 提供者:景国彬
  1. singnal

    0下载:
  2. VHDL实现通用通信信号源,包括sin,cos,方波,三角波,BPSK,GMSK,ASK,16QAM等信号的产生以及DDS,PLL的VHDL系统代码-VHDL implementation of universal communication sources, including sin, cos, square, triangle, BPSK, GMSK, ASK, 16QAM and other signal generation
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:张泽端
  1. pwmasinasanjiao-waveform

    0下载:
  2. pwm波正弦波三角波 c51单片机按键控制,课程设计作品-pwm&sin&sanjiao waveform anjiankongzhi
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:41984
    • 提供者:李昆仑
  1. sin-two-90

    0下载:
  2. 基于FPGA模拟DDS产生两路互为90度得正弦波,以此为依据,可做频率,相位可调的多路波形发生器-FPGA-based simulation DDS generates two sine wave was 90 degrees each other, as a basis to do the frequency, phase adjustable multi-channel waveform generator
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-19
    • 文件大小:243712
    • 提供者:huangshaobo
  1. sin

    0下载:
  2. FPGA正弦波信号发生器,能产生完美的正弦波形-FPGA sine wave signal generator, can produce perfect sine wave
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:
  1. Untitled3

    0下载:
  2. matlab中文件的读写,可以将你想要的数据通过文件打印在sin.txt的文件中,适合初学者。-read and write files in matlab, you can file through the data you want printed on sin.txt file, suitable for beginners.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:921600
    • 提供者:流文件
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »

源码中国 www.ymcn.org