搜索资源列表

  1. C_PL0

    0下载:
  2. 用C语言实现的PL0的源代码,并进行了扩展,包括文档,有助于学编译-Achieved with C language source code PL0 and expanded, including documentation, help to learn to compile
  3. 所属分类:汇编语言

    • 发布日期:2024-06-15
    • 文件大小:1195008
    • 提供者:刘华明
  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-06-15
    • 文件大小: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-06-15
    • 文件大小: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-06-15
    • 文件大小:65536
    • 提供者:景国彬
  1. syms-t

    0下载:
  2. 对原始信号的2FSk的,调制,采用相干解调-2 FSk signal to the original, modulation, the coherent demodulation
  3. 所属分类:matlab例程

    • 发布日期:2024-06-15
    • 文件大小:6144
    • 提供者:lixiang
  1. 0.4P2

    0下载:
  2. You can use it to make the singularity spectrum of the cantor set .The syms is 0.4P2.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-15
    • 文件大小:72704
    • 提供者:黎明
  1. HSJZ

    0下载:
  2. function [ H ,S ] = HS( f ) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1=diff(f,x1) f2=diff(f,x2) S= [f1 f2] H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(
  3. 所属分类:matlab例程

    • 发布日期:2024-06-15
    • 文件大小:1024
    • 提供者:honkleo
  1. math(1)

    0下载:
  2. syms函数-the syms functions rrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
  3. 所属分类:其他小程序

    • 发布日期:2024-06-15
    • 文件大小:153600
    • 提供者:黄时
  1. static-syms

    0下载:
  2. Memory and optimization statistics helpers.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-15
    • 文件大小:1024
    • 提供者:doqeiwi
  1. proc-syms

    0下载:
  2. Code specific to PKUnity SoC and UniCore ISA.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-15
    • 文件大小:2048
    • 提供者:windaocin
  1. proc-syms

    0下载:
  2. Code specific to PKUnity SoC and UniCore ISA.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-15
    • 文件大小:4096
    • 提供者:mldtlao
  1. cubic

    0下载:
  2. Here the syms toolbox is used and if you try to print any other values than lambda then MATLAB will print the value in fractions and that is unavoidable. So if you need to know the value in decimal, then use the command
  3. 所属分类:matlab例程

    • 发布日期:2024-06-15
    • 文件大小:1024
    • 提供者:md adil
  1. sym_fuhaoyunsuan_ex3

    0下载:
  2. 符号运算的示例以及理想滤波器和非理想滤波器的比较示意图。-syms calculation and first order low pass filter
  3. 所属分类:matlab例程

    • 发布日期:2024-06-15
    • 文件大小:34816
    • 提供者:Cht
  1. piandao4

    0下载:
  2. 通过matlab的syms输入卫星动力学方程的符号表达形式,求出其偏导数,并进行变量赋值,考虑了大气阻力和摄动-Enter through symbolic forms of expression syms satellite dynamic equations matlab, find the partial derivative thereof, and variable assignment, taking into accoun
  3. 所属分类:matlab例程

    • 发布日期:2024-06-15
    • 文件大小:1024
    • 提供者:张业鑫
  1. proc-syms

    0下载:
  2. linux arch unicore32 mm proc-syms.c.m32r_sio.c Driver for M32R serial ports. -linux arch unicore32 mm proc-syms.c.m32r_sio.c Driver for M32R serial ports.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-15
    • 文件大小:8192
    • 提供者:dingdknk
  1. syms-x-n[1]

    0下载:
  2. Fourier coefficients of a periodic function, without expression and function using only discrete values function in MATLAB
  3. 所属分类:图形/文字识别

    • 发布日期:2024-06-15
    • 文件大小:24576
    • 提供者:morteza
  1. Desktop

    0下载:
  2. syms y(t) r 2 V odeToVectorField(diff(y, 2) + 0.5*diff(y, 1) - y^3+y^5 r*cos(t)) M matlabFunction(V, vars , { t , Y }) -syms y(t) r 2 V odeToVectorField(diff(y, 2)+ 0.5*diff(y, 1)- y^3+y^5 r*cos(t))
  3. 所属分类:软件工程

    • 发布日期:2024-06-15
    • 文件大小:17408
    • 提供者:黎燕霞

源码中国 www.ymcn.org